How To Use [for modders]
Updated 2 weeks agoHey, Modders.
Simply, add this DLL as a dependency to your mod. Don't forget to also mark this mod on thunderstore as a dependency.
Steps:
- add
using IUpdatable;
- replace any
Updater.RegisterUpdatable
withOldUpdater.RegisterUpdatable
- Profit. (This mod will update your stuff for you)