Module Utils Notes - Qkrisi/ktanemodkit GitHub Wiki
KTaNE Module Utils is a module scripting library made by Qkrisi.
Source code: https://github.com/Qkrisi/ktane-module-utils
In this modkit:
-Namespace: KModkit
-It can be found as Assets/Scripts/KtaneModule.cs
-Derives from ModuleScript
in KeepCoding
-Awake
has to be overridden with the new
keyword instead of override
-ReflectionHelper is separate