From ff07d95de23c2a8c095388a38b5b36b87bbbea2a Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:08:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makedown/optimization.md | 3 +-- proto/Gameapi.proto | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/makedown/optimization.md b/makedown/optimization.md index 68bd9f17..69658f80 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -1434,8 +1434,7 @@ message ResPlayroomInteract{ } message ReqPlayroomSetRoom{ - int32 Id = 1; // 装饰id - int32 Pos = 2; // 位置 + map Playroom = 1; // 空间装饰 位置 =》 装饰id } message ResPlayroomSetRoom{ diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 0d00929a..287704ea 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -3434,8 +3434,7 @@ message ResPlayroomInteract{ } message ReqPlayroomSetRoom{ - int32 Id = 1; // 装饰id - int32 Pos = 2; // 位置 + map Playroom = 1; // 空间装饰 位置 =》 装饰id } message ResPlayroomSetRoom{