namespace FiestaBot.Enums { internal enum LoginResponse : byte { DatabaseError = 67, //DB Error. AuthFailed = 68, //Authentication Failed. CheckIdPw = 69, //Please check ID or Password. IdBlocked = 71, //The ID has been blocked. WorldMaintenance = 72, //The World Servers are down for maintenance. TimeOut = 73, //Authentication timed out. Please try to log in again. LoginFailed = 74, //Login failed. Agreement = 75, //Please accept the agreement to continue. } }