Exemplo n.º 1
0
 protected internal virtual MonoGameGame CreateGame()
 {
     return(this._game = new MonoGameGame(this._setting, this));
 }
Exemplo n.º 2
0
 public MonoGameAssets(MonoGameGame game) : base(game.Asyn())
 {
     this.game = game;
 }