예제 #1
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (VoxelShooter game = new VoxelShooter())
     {
         game.Run();
     }
 }
예제 #2
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (VoxelShooter game = new VoxelShooter())
     {
         game.Run();
     }
 }
예제 #3
0
 static void Main()
 {
     using (var game = new VoxelShooter())
         game.Run();
 }
예제 #4
0
 static void Main()
 {
     using (var game = new VoxelShooter())
         game.Run();
 }