/
NLObP
/
AAEmu
Обзор
Документация
Войти
/
NLObP
/
AAEmu
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
AAEmu.Game/Models/StaticValues/CharacterCreateError.cs
10 строк
307 B
ZeromusXYZ
[Game] Accounts Rewrite (#923)
11 май 2024, 22:25
Не верифицирован
11 май 2024, 22:25
0b88fdd
Код
Авторство
О чём код?
namespace AAEmu.Game.Models.StaticValues; // Any value not in the enum results in the game client saying the name is pending deletion public enum CharacterCreateError : byte { Ok = 0, Failed = 3, // Also generates Name is pending deletion NameAlreadyExists = 4, InvalidCharacters = 5, }