Esempio n. 1
0
 public AIController(GameController gameController)
 {
     GameController = gameController;
     RNG = new Random();
 }
Esempio n. 2
0
 //Constructor
 public MainController()
 {
     ViewController = new ViewController(this);
     GameController = new GameController(this);
 }