forked from MagicBane/Server
rune_speed parsed
This commit is contained in:
@@ -1354,6 +1354,16 @@ public class Enum {
|
||||
}
|
||||
}
|
||||
|
||||
public enum MovementType {
|
||||
WALK,
|
||||
RUN,
|
||||
COMBATWALK,
|
||||
COMBATRUN,
|
||||
FLYWALK,
|
||||
FLYRUN,
|
||||
SWIM;
|
||||
}
|
||||
|
||||
public enum SexType {
|
||||
NONE,
|
||||
MALE,
|
||||
|
||||
Reference in New Issue
Block a user