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