GMPanel
This commit is contained in:
ALEXTANG
2023-07-17 20:59:04 +08:00
parent 068ec709d0
commit d61a8dfa4b
17 changed files with 3630 additions and 1 deletions

View File

@@ -15,5 +15,6 @@
public const int ERR_CannotCreateMoreCharacter = 300008;
public const int ERR_CharacterAlreadyRegisted = 300009;
public const int ERR_AccountIsForbid = 300010;
public const int ERR_AccountIsInGame = 300011;
}
}