예제 #1
0
파일: TowerDefense.cs 프로젝트: ksu-gdc/RKO
 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();
 }