示例#1
0
 /// <summary>
 /// Loads the main region.
 /// </summary>
 public void LoadRegion()
 {
     if (MainRegion != null)
     {
         return;
     }
     MainRegion = new Region()
     {
         TheServer = TheServer, TheWorld = this
     };
     MainRegion.BuildRegion();
 }