namespace IgniteEngine { /// /// Enum that represents the type of an account log message. /// public enum AccountLogType { ACCOUNT_LOGIN = 1, ACCOUNT_LOGINFAIL = 2, ACCOUNT_LOGOUT = 3 } }