Merge branch 'development' into Weather

This commit is contained in:
Luke H-W
2022-06-24 00:47:14 +09:30
committed by GitHub
23 changed files with 1196 additions and 665 deletions

View File

@@ -5,10 +5,11 @@ public enum EntityIdType {
MONSTER (0x02),
NPC (0x03),
GADGET (0x04),
WEAPON (0x06),
REGION (0x05),
WEAPON (0x06),
TEAM (0x09),
MPLEVEL (0x0b);
private final int id;
private EntityIdType(int id) {