Esempio n. 1
0
 // spawn a knight
 public void SpawnKnight()
 {
     if (gameState == 1)
     {
         localPlayer.CmdIncreaseUnit(0);
     }
 }