Modding Tutorials/Harmony

From RimWorld Wiki
Revision as of 14:49, 1 June 2017 by Roxxploxx (talk | contribs)
Jump to navigation Jump to search

Modding Tutorials


Harmony - A library for patching, replacing and decorating .NET and Mono methods during runtime


Harmony is the current best practice for changing the runtime execution of code in RimWorld. The best method of incorporating it in your Mod is to depend on the HugsLib Mod.


Links

RimWorldModGuide on Harmony

Harmony's Wiki

HugsLib