예제 #1
0
 public DeckScreen(GameEngine game)
 {
     _game = game;
 }
예제 #2
0
 public MainMenu(GameEngine game)
 {
     _game = game;
 }