populated NPCManager

This commit is contained in:
2020-08-21 17:14:11 -05:00
parent caaffcbe3d
commit f289c72f6f
7 changed files with 25491 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ public:
appearanceData.iBarkerType = 0;
// hopefully no collisions happen :eyes:
appearanceData.iNPC_ID = (int32_t)getTime();
appearanceData.iNPC_ID = (int32_t)rand();
};
};