示例#1
0
 protected void LoadChunk(IChunkColumn chunk, int x, int z, bool update)
 {
     WorldReceiver.ChunkReceived(chunk, x, z, update);
 }