示例#1
0
 static void Main(string[] args)
 {
     RPG myGame = new RPG();
     myGame.Run();
 }