示例#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
 {
 }