コード例 #1
0
ファイル: Game2.cs プロジェクト: midas06/Theseus---working
 public void SetMap(string newMap)
 {
     theFiler = new Filer2();
     theFiler.Init(newMap);
     theMap = theFiler.GetMap();
 }