Пример #1
0
 internal void EnableCopyOnWrite(uint other)
 {
     Blocks      = StaticChunkPool.GetChunk(other).Blocks;
     CopyOnWrite = other;
 }