Example #1
0
 public Game1()
 {
     gameInterface = new GameInterface(this);
     gameInterface.InitGraphicsDeviceManager();
     //Definition in FPS Notes
     IsFixedTimeStep = true;
 }