added player stats and re-ordered some classes

This commit is contained in:
2025-11-30 01:53:28 +01:00
parent 5879aec9a2
commit 298e6c624e
14 changed files with 69 additions and 40 deletions

View File

@@ -5,5 +5,7 @@ public enum EntityType {
PLAYER,
NPC,
MONSTER,
ITEM,
WORLD
}