Пример #1
0
 protected internal virtual MonoGameGame CreateGame()
 {
     return(this._game = new MonoGameGame(this._setting, this));
 }
Пример #2
0
 public MonoGameAssets(MonoGameGame game) : base(game.Asyn())
 {
     this.game = game;
 }