mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
GMPanel
GMPanel
This commit is contained in:
@@ -78,4 +78,13 @@ message H_C2G_RegisterRequest // IRequest,H_G2C_RegisterResponse
|
||||
message H_G2C_RegisterResponse // IResponse
|
||||
{
|
||||
uint UID = 1;
|
||||
}
|
||||
/// 客户端发送GM
|
||||
message CmdGmReq // IRequest,IResponse
|
||||
{
|
||||
string input = 1;
|
||||
}
|
||||
message CmdGmRes // IResponse
|
||||
{
|
||||
string msg = 1;
|
||||
}
|
Reference in New Issue
Block a user