Exemplo n.º 1
0
 protected EOTSBase(EyeOfTheStorm instance)
 {
     Instance = instance;
     AddSpawns();
     SpawnNeutral();
 }
Exemplo n.º 2
0
 public void Destroy()
 {
     //Capturer = null;
     Instance = null;
     Flags.Delete();
     Flags.Dispose();
 }