Core » Constants » Game
Namespace: Mayo.Core
Class: Constants
enum MovementSpeed
{
Foot = 7,
GroundMount = 11,
EpicGroundMount = 14,
FlightMount = 17,
EpicFlightMount = 26,
}
enum GameClientConnectionState
{
IsInLogInScreen = 0,
IsInCharacterScreen = 1,
IsConnected = 2,
}