예제 #1
0
 private static void DumpAllMaps(string toeeDir)
 {
     MapMobileConverter.ConvertAllMaps(toeeDir);
 }
예제 #2
0
 private static void DumpMap(string toeeDir, int mapId)
 {
     MapMobileConverter.ConvertMap(toeeDir, mapId);
 }