예제 #1
0
 public static void Create(Game game, GraphicsDeviceManager graphics)
 {
     Debug.Assert(_instance == null);
     _instance = new Engine(game);
     _instance.EngineStartup(graphics);
 }
예제 #2
0
파일: Engine.cs 프로젝트: STPKITT/OpenNFS1
 public static void Create(Game game, GraphicsDeviceManager graphics)
 {
     Debug.Assert(_instance == null);
     _instance = new Engine(game);
     _instance.EngineStartup(graphics);
 }