更新协议

This commit is contained in:
hahwu 2024-11-25 17:56:05 +08:00
parent 23a1cd3cbd
commit 7034f3e818
2 changed files with 18 additions and 0 deletions

View File

@ -260,6 +260,13 @@ message ResDecorateInfo {
int32 AreaId = 1; // 区域id int32 AreaId = 1; // 区域id
repeated int32 mFinishList = 2; //当前区域已完成装饰id repeated int32 mFinishList = 2; //当前区域已完成装饰id
} }
// 一键装饰
message ReqDecorateAll{}
message ResDecorateAll{
RES_CODE Code = 1;
string Msg = 2;
}
``` ```

View File

@ -2385,6 +2385,17 @@ message ResDecorate{
string Msg = 2; string Msg = 2;
} }
//
message ReqDecorateAll{
}
message ResDecorateAll{
RES_CODE Code = 1;
string Msg = 2;
}
// Gm命令 // Gm命令
message ReqGmCommand{ message ReqGmCommand{
string Command = 1; string Command = 1;