コード例 #1
0
ファイル: Engine.cs プロジェクト: slasher79/OpenNFS1
 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);
 }