예제 #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();
 }