A programming library that makes creating new Rain World content easier. Currently supports adding new items and creatures.
Has several examples. Documentation is extensive. Bereft of copyright.
Visit the examples directory for examples of fisob-api.
To use Fisobs in your project:
- Download the
Fisobs.dll and Fisobs.xml files from the Releases page.
- Reference the library in your C# project.?
- When you release your mod, include Fisobs into modinfo.json dependencies and optionally use [BepInDependency] tag on your BaseUnityPlugin class to ensure loading own code after Fisobs.