Exemplo n.º 1
0
 public GameLevelHost(Game game)
     : base(game)
 {
     GameLevelHost.Instance = this;
 }
Exemplo n.º 2
0
 public GameLevelHost(Game game)
   : base(game)
 {
   GameLevelHost.Instance = this;
 }