Exemple #1
0
 public Augenblick()
 {
     GameInstance = this;
     graphics = new GraphicsDeviceManager(this);
     Content.RootDirectory = "Content";
 }
Exemple #2
0
 static void Main()
 {
     using (var game = new Augenblick())
         game.Run();
 }