Harmony is a non-intrusive way of loading special mods into 7 Days to Die.
From https://github.com/pardeike/Harmony
Harmony gives you an elegant and high level way to alter the functionality in applications written in C#.
You can use Harmony to alter the functionality of all the available assemblies of that application. Where other patch libraries simply allow you to replace the original method, Harmony goes one step further and gives you:
•A way to keep the original method intact
•Execute your code before and/or after the original method
•Modify the original with IL code processors
•Multiple Harmony patches co-exist and don't conflict with each other
Created with the Personal Edition of HelpNDoc: Full-featured Kindle eBooks generator