Example #1
0
 static void Main(string[] args)
 {
     using (CharacterDemo game = new CharacterDemo())
     {
         game.Run();
     }
 }
Example #2
0
 static void Main(string[] args)
 {
     using (CharacterDemo game = new CharacterDemo())
     {
         game.Run();
     }
 }