Example #1
0
File: Game.cs Project: whztt07/DGLE
 static void Main()
 {
     var prog = new Game();
     prog.Run();
 }