示例#1
0
 public static WorldData CreateFromRegions(RegionCollection reader)
 {
     // Factory method for future compatibility
     return(new WorldData(reader));
 }
示例#2
0
 internal WorldData(RegionCollection regions)
 {
     Regions = regions;
 }