mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
合理化框架
合理化框架
This commit is contained in:
@@ -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, "账户已经被注册了"
|
||||
|
Reference in New Issue
Block a user