Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 736 Bytes

index.md

File metadata and controls

9 lines (5 loc) · 736 Bytes

Oxygen Not Included Twitch Integration

Developer Documentation:

Looking to add events to the Twitch Integration mod? See the API Documentation.

You will need to reference the Twitch Integration API dll and use ILRepack or a similar tool to include the library in your mod. The API library allows you to interact with the Twitch Integration mod without requiring a reference to the Twitch Integration mod, which would crash if the user did not have the mod active.

Complete examples can be found on GitHub.