示例#1
0
文件: Program.cs 项目: Kais120/7201a2
 static void Main(string[] args)
 {
     DungeonMaster theDm = new DungeonMaster(new HardCodedData(), new SimpleConsoleClient());
     theDm.RunGame();
 }
示例#2
0
文件: Program.cs 项目: Kais120/7201a2
 static void Main(string[] args)
 {
     DungeonMaster theDm = new DungeonMaster();
     theDm.RunGame();
 }