Пример #1
0
 public TowerDefense()
     : base()
 {
     graphics = new GraphicsDeviceManager(this);
     Content.RootDirectory = "Content";
     IsMouseVisible        = true;
     _game = this;
 }
Пример #2
0
 static void Main()
 {
     using (var game = new TowerDefense())
         game.Run();
 }