mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-03-28 23:50:02 +00:00
Compare commits
2 Commits
mailfix
...
572df90645
| Author | SHA1 | Date | |
|---|---|---|---|
| 572df90645 | |||
|
|
8d0587dd45 |
@@ -12,7 +12,7 @@
|
|||||||
// these are added to the NPC's static key to avoid collisions
|
// these are added to the NPC's static key to avoid collisions
|
||||||
const int NPC_ID_OFFSET = 1;
|
const int NPC_ID_OFFSET = 1;
|
||||||
const int MOB_ID_OFFSET = 10000;
|
const int MOB_ID_OFFSET = 10000;
|
||||||
const int MOB_GROUP_ID_OFFSET = 20000;
|
const int MOB_GROUP_ID_OFFSET = 30000;
|
||||||
|
|
||||||
// typedef for JSON object because I don't want to type nlohmann::json every time
|
// typedef for JSON object because I don't want to type nlohmann::json every time
|
||||||
typedef nlohmann::json json;
|
typedef nlohmann::json json;
|
||||||
|
|||||||
Reference in New Issue
Block a user