How To Use [for modders]

Updated 2 months ago

Hey, Modders.

Simply, add this DLL as a dependency to your visual studio;

then, add:
using IUpdatable;
at the top of your plugin;

Next replace all uses of:
Updater. (EG: Updater.RegisterUpdatable )
With:
Updater_i. (EG: Updater_i.RegisterUpdatable )