コード例 #1
0
ファイル: Utilities.cs プロジェクト: IKT-F17/prj4
 void DeleteMap(ref MapFilePath mapFilePath, Map name) //delete a string of the filepath for the map file and map name on class map
 {
 }
コード例 #2
0
ファイル: Utilities.cs プロジェクト: IKT-F17/prj4
 void GetMap(ref MapFilePath mapFile) //return string of mapfilepath
 {
 }
コード例 #3
0
ファイル: Utilities.cs プロジェクト: IKT-F17/prj4
 void AddMap(ref MapFilePath mapFilePath, Map name) //add a string of the filepath for the map file and map name to class map
 {
 }