Esempio n. 1
0
 public void CreateGame()
 {
     Game = new ChessGame(this);
 }
Esempio n. 2
0
 public UIScreen(ChessGame game, UIState state, bool host)
     : this(state, host)
 {
     Game = game;
 }