Beispiel #1
0
 // Starts a turn of gameplay
 public void StartRound()
 {
     SetTurnOrder(1);
     tracker.MoveTracker(0);
 }