feat: different rooms added

feat: shooting bandit added
This commit is contained in:
2025-10-05 23:36:50 +01:00
parent 319bb441ed
commit 64a84e3a8d
7 changed files with 37 additions and 16 deletions

View File

@@ -22,6 +22,7 @@ struct NPC {
AABB collision;
Str8 name;
NPC_LOOK look;
World_Area currentArea;
bool customPOI;
U32 customPOICount;