コード例 #1
0
ファイル: Program.cs プロジェクト: kolyan1981by/monop
 static void InitManualLogic(Game g, string path)
 {
     g.AucRules = ManualLogicHelper.ParseManualAuctions(File.ReadAllLines(Path.Combine(path, "auc.txt"))).ToList();
     g.InitTradeRules(path);
 }