Exemplo n.º 1
0
 public LevelTypeScreen(Game game) : base(game)
 {
     gameManager = (IGameManager)game.Services.GetService(typeof(IGameManager));
     buttons     = ButtonFactory.CreateLevelTypeButtons();
 }