Changes

Jump to navigation Jump to search
7 bytes added ,  12:33, 21 July 2020
Line 62: Line 62:  
== Dependencies ==
 
== Dependencies ==
   −
If you want to reference external dll files, you can either put them in the '''Software Inc_Data\Managed''' folder, or add this snipped to your ModMeta code to load dll's from a subfolder: (Note that this requires GiveMeFreedom)
+
If you want to reference external dll files, you can either put them in the '''Software Inc_Data\Managed''' folder, or add this code snippet to your ModMeta class, to load dll's from a subfolder: (Note that this requires GiveMeFreedom)
 
  public override void Initialize(ModController.DLLMod parentMod)
 
  public override void Initialize(ModController.DLLMod parentMod)
 
     {
 
     {

Navigation menu