feat: added npc poi for custom npcs

This commit is contained in:
2025-10-05 18:28:58 +01:00
parent e20e537e97
commit b8f47b8f61
5 changed files with 11 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ struct World {
//// NPCs
U32 npcCount;
NPC npcs[1024];
NPC npcs[128];
////Bandit
// The bandit the player is after.