合理化框架

合理化框架
This commit is contained in:
ALEXTANG
2023-07-16 15:37:38 +08:00
parent c6ecb48944
commit 7ce72b8aa8
12 changed files with 33 additions and 39 deletions

View File

@@ -34,7 +34,7 @@ namespace GameLogic
}
//Remark 这里图方便注册错误码文本,正常应该走文本配置表。
public static Dictionary<int, string> ErrCodeTextMap = new Dictionary<int, string>
public static Dictionary<uint, string> ErrCodeTextMap = new Dictionary<uint, string>
{
{
ErrorCode.ERR_AccountAlreadyRegisted, "账户已经被注册了"