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; //显示时间 }