Пример #1
0
 public MenuScreen(ref SpriteBatch sb, List<Button> b)
 {
     SB = sb;
     Backgrounds = new List<TextureMap>();
     DrawableEntities = new List<GameEntity>();
     _Menu = new Menu(ref sb);
     this._Menu.addButtons(b);
 }