Skip to content

v1.0.0-alpha

Choose a tag to compare

@jimmyking9999999 jimmyking9999999 released this 20 Jun 08:33

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.dll file
  • For more info, see https://cucorelib.jimmyking.dev#setup
<Reference Include="CUCoreLib">
      <HintPath>..\PATH\TO\YOUR\CUCoreLib.dll</HintPath>
</Reference>

Enjoy your modding!