From 34a819b14f47e9c665623c2bf436d8bca1908aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8F=B7=E6=95=AC?= <153802103@qq.com> Date: Mon, 9 Dec 2024 19:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=8C=E5=8C=85bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TheStrongestSnail/Assets/Scripts/Login/Global.cs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/TheStrongestSnail/Assets/Scripts/Login/Global.cs b/TheStrongestSnail/Assets/Scripts/Login/Global.cs index abb871d..8235fb3 100644 --- a/TheStrongestSnail/Assets/Scripts/Login/Global.cs +++ b/TheStrongestSnail/Assets/Scripts/Login/Global.cs @@ -840,12 +840,19 @@ public class AddressInfoData public int status { get; set; } public string createTime { get; set; } } - +//背包1.11============================================================== [Serializable] -public class ServerRespon111 : Response +public class bag111:Response { + public bagData111 data; +} + +public class bagData111 +{ + public int id; public int snailCount; // 数据对象 public int slotCount; + }