From 32c63fbbe3215652bd5abdf5e65d3d3ed8a4a847 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:47:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8C=AB=E8=8D=89=E5=A4=A7=E4=BD=9C=E6=88=98-?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 8b14dab0..e6681a7e 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2787,7 +2787,6 @@ message ResCatnipPlay{ // 领取阶段奖励 message ReqCatnipReward{ int32 Id = 1; // 猫草id - int32 Progress = 2; // 进度 } message ResCatnipReward{