diff --git a/config/Playroom.xlsx b/config/Playroom.xlsx index ee944c26..2fd5243b 100644 Binary files a/config/Playroom.xlsx and b/config/Playroom.xlsx differ diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 1052c0b5..36e474ba 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2099,7 +2099,7 @@ message ResPlayroomDraw{ // 消除 纸屑 message ReqPlayroomChip{ - int32 Num = 1; // 要消除的层数 + repeated int64 Uid = 1; // 要消除的层数 } message ResPlayroomChip{