How To Use [for modders]

Updated 2 weeks ago

Hey, 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:

  1. add using IUpdatable;
  2. replace any Updater.RegisterUpdatable with OldUpdater.RegisterUpdatable
  3. Profit. (This mod will update your stuff for you)