Переделка ресурсов и этапов обновения

This commit is contained in:
2025-06-30 08:19:51 +06:00
parent cfc80660dd
commit 6fd0b3e9d5
11 changed files with 359 additions and 612 deletions

View File

@@ -410,7 +410,6 @@ using DefNodeId_t = ResourceId_t;
using DefWorldId_t = ResourceId_t;
using DefPortalId_t = ResourceId_t;
using DefEntityId_t = ResourceId_t;
using DefFuncEntityId_t = ResourceId_t;
using DefItemId_t = ResourceId_t;
// Контент, основанный на игровых определениях

View File

@@ -178,7 +178,7 @@ enum struct L2Content : uint8_t {
ChunkVoxels,
ChunkNodes,
ChunkLightPrism,
RemoveChunk
RemoveRegion
};
}