rune_speed parsed

This commit is contained in:
2024-04-04 10:37:12 -04:00
parent d39790ab4c
commit 35b368d7fe
2 changed files with 29 additions and 1 deletions
+10
View File
@@ -1354,6 +1354,16 @@ public class Enum {
}
}
public enum MovementType {
WALK,
RUN,
COMBATWALK,
COMBATRUN,
FLYWALK,
FLYRUN,
SWIM;
}
public enum SexType {
NONE,
MALE,