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

@@ -18,5 +18,7 @@ namespace TEngine
public const int H_G2C_LoginResponse = 160000003;
public const int H_C2G_RegisterRequest = 110000004;
public const int H_G2C_RegisterResponse = 160000004;
public const int CmdGmReq = 110000005;
public const int CmdGmRes = 160000005;
}
}