Example #1
0
 private void OnEnable()
 {
     controller = new GameViewController();
     controller.OnOpen(this);
     game.StartGame(this);
 }