Esempio n. 1
0
 public static void Create(Game game, GraphicsDeviceManager graphics)
 {
     Debug.Assert(_instance == null);
     _instance = new Engine(game);
     _instance.EngineStartup(graphics);
 }
Esempio n. 2
0
 public static void Create(Game game, GraphicsDeviceManager graphics)
 {
     Debug.Assert(_instance == null);
     _instance = new Engine(game);
     _instance.EngineStartup(graphics);
 }