Difference between revisions of "Modding Tutorials/Harmony"

From RimWorld Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
{{BackToTutorials}}
  
 
[http://rimworldwiki.com/index.php?title=Modding_Tutorials/Injection&action=edit&redlink=1 Harmony] - A library for patching, replacing and decorating .NET and Mono methods during runtime
 
[http://rimworldwiki.com/index.php?title=Modding_Tutorials/Injection&action=edit&redlink=1 Harmony] - A library for patching, replacing and decorating .NET and Mono methods during runtime

Revision as of 14:47, 1 June 2017

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