Beispiel #1
0
 public void SetAI()
 {
     Control = GameManager.Control.AI;
 }
Beispiel #2
0
 public void SetPlayerTwo()
 {
     Control = GameManager.Control.PLAYER_TWO;
 }
Beispiel #3
0
 public void SetPlayerOne()
 {
     Control = GameManager.Control.PLAYER_ONE;
 }
 public void SetPlayerTwo()
 {
     Control = GameManager.Control.PLAYER_TWO;
 }
 public void SetPlayerOne()
 {
     Control = GameManager.Control.PLAYER_ONE;
 }
 public void SetAI()
 {
     Control = GameManager.Control.AI;
 }