Esempio n. 1
0
 public void RestartGame()
 {
     PlayerIndex.Clear();
     MobIndex.Clear();
     DropIndex.Clear();
     FallingBlockIndex.Clear();
     RedTent  = new Tent(true, Vector2.Zero, false, false);
     BlueTent = new Tent(false, Vector2.Zero, false, false);
 }