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