Changes

Jump to navigation Jump to search
1 byte removed ,  15:04, 6 February 2020
Line 136: Line 136:  
Note that using MonoBehaviors from other mods requires adding a '''Namespace''' and '''Assembly''' record, so the game knows where to find the classes, e.g.
 
Note that using MonoBehaviors from other mods requires adding a '''Namespace''' and '''Assembly''' record, so the game knows where to find the classes, e.g.
 
  '''Namespace''' "MyMod.Behaviours."  
 
  '''Namespace''' "MyMod.Behaviours."  
  '''Assembly''' MyMod
+
  '''Assembly''' MyMod
    
==== Furniture ====
 
==== Furniture ====

Navigation menu