예제 #1
0
 void SaveMap(int Worldx, int Worldy)
 {
     if (this.mapBlockData != null)
     {
         mapfile.SaveFile(this.mapBlockData, mapPath);
     }
 }
예제 #2
0
        protected override void ThreadFunction()
        {
            MapFile mapfile = new MapFile();

            mapfile.SaveFile(input, path);
        }