Changes

Jump to navigation Jump to search
6 bytes added ,  18:32, 13 April 2016
Line 497: Line 497:  
Add a reference to the following libraries:
 
Add a reference to the following libraries:
   −
Software Inc_Data\Managed\UnityEngine.UI.dll
+
* Software Inc_Data\Managed\UnityEngine.UI.dll
   −
Software Inc_Data\Managed\UnityEngine.dll
+
* Software Inc_Data\Managed\UnityEngine.dll
   −
Software Inc_Data\Managed\Assembly-CSharp.dll
+
* Software Inc_Data\Managed\Assembly-CSharp.dll
    
Start by creating a class that implements the ModMeta interface, then implement as many classes that inherit from ModBehaviour as you want. Each ModBehaviour implementation will be instantiated once the mod is loaded.
 
Start by creating a class that implements the ModMeta interface, then implement as many classes that inherit from ModBehaviour as you want. Each ModBehaviour implementation will be instantiated once the mod is loaded.

Navigation menu