ocdex-5.2: Отправка чанков на клиент

This commit is contained in:
2026-01-04 20:23:44 +06:00
parent dbebf50552
commit 01ea7eee74
2 changed files with 66 additions and 0 deletions

View File

@@ -233,6 +233,8 @@ class RemoteClient {
ChunksToSend[worldId][regionPos].second[chunkPos] = compressed_nodes;
}
void flushChunksToPackets();
void prepareEntitiesRemove(const std::vector<ServerEntityId_t>& entityId);
void prepareRegionsRemove(WorldId_t worldId, std::vector<Pos::GlobalRegion> regionPoses);
void prepareWorldRemove(WorldId_t worldId);