From b409693879ef702ea3d719d9872e3f76094b086a Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 28 Apr 2025 10:41:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8C=AB=E5=92=AA=E6=88=8F=E6=B3=95=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 0ff232ce..181e3af7 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1180,6 +1180,7 @@ message LimitEvent { float mul = 3; //倍数 int32 StartTime = 4; //开始时间 map Param = 5; //key 为枚举 LimitEventParam + int32 ShowTime = 6; //显示时间 }