Beispiel #1
0
 public Chunk()
 {
     _map = new short[256, 512, 256];
     ArrayUtility.FillArray(_map, (short)0);
 }