Beispiel #1
0
 public SubnauticMod()
 {
     Properties = new ModProperties()
     {
         Autoload            = true,
         AutoloadGores       = true,
         AutoloadSounds      = true,
         AutoloadBackgrounds = true
     };
     Instance = this;
 }
Beispiel #2
0
 public override void Unload()
 {
     Instance = null;
     Terraria.DataStructures.TileEntity.Clear();
 }