Exemple #1
0
 //called in GameControl when endTurn button is pressed, move the turn forward
 //also used when the game first started
 public static void EndTurn()
 {
     instance.StartCoroutine(instance._EndTurn());
 }