feat: Add BuildingRemovePacket to handle building removal requests in-game

This commit is contained in:
2025-12-15 09:19:42 +01:00
parent 40369ffe4b
commit fcf1ffac76
2 changed files with 66 additions and 4 deletions

View File

@@ -18,11 +18,8 @@ namespace KCM.Enums
KingdomName = 32,
StartGame = 33,
WorldSeed = 34,
Building = 50,
BuildingOnPlacement = 51,
World = 70,
WorldPlace = 71,
FellTree = 72,
@@ -44,6 +41,7 @@ namespace KCM.Enums
AddVillager = 88,
SetupInitialWorkers = 89,
VillagerTeleportTo = 90,
PlaceKeepRandomly = 91
PlaceKeepRandomly = 91,
BuildingRemove = 92
}
}