예제 #1
0
 public World(int a, int b)
 {
     unit = new VoronoiStruct.Biome[a, b];
 }
예제 #2
0
 public World()
 {
     unit = new VoronoiStruct.Biome[800, 800];
 }