v1.0.0-alpha
It's out!
Reminder for mod developers:
- This .dll must be in the
BepInEx/plugins/folder - Your own mod must add an assembly reference to this mod. For non-visual studio users, you must add a reference in your
.csproj - For visual studio users, right click assemblies -> add assembly -> navigate to the
CUCoreLib.dllfile - For more info, see https://cucorelib.jimmyking.dev#setup
<Reference Include="CUCoreLib">
<HintPath>..\PATH\TO\YOUR\CUCoreLib.dll</HintPath>
</Reference>
Enjoy your modding!