Пример #1
0
 public ChunkBuffer(RegionFile r, int x, int z, int timestamp)
     : this(r, x, z)
 {
     _timestamp = timestamp;
 }