SineusModdingApi
Shared BepInEx library for Sineus Arena Survivors mods. Not a standalone mod - required by Live Stats Overlay and Endless Bounty.
| Date uploaded | a day ago |
| Version | 1.1.0 |
| Download link | maanu113-SineusModdingApi-1.1.0.zip |
| Downloads | 8 |
| Dependency string | maanu113-SineusModdingApi-1.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
Sineus Modding API
Shared BepInEx library for Sineus Arena Survivors modding — not a mod by itself and does nothing on its own.
It provides reflection-based facades over the game's internals (match/objective state, day-night and boss-siege timing, the "make a choice" reroll/skip/ban panel, and other mods' UI windows) so multiple mods can read the same game state consistently without each reimplementing fragile reflection code, and without needing hard assembly references to each other.
Currently used by
- Live Stats Overlay
- Endless Bounty
Install
Only needed if a mod you're installing requires it (the mod's own instructions/dependencies will say so). This package places SineusModding.Api.dll directly into BepInEx/plugins/.