Example #1
0
 static void Main()
 {
     using ( ZombieCraft game = new ZombieCraft() )
       {
     game.Run();
       }
 }