コード例 #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();
 }