From b712901c6773d1f3096088a4e7beaf966e4577d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=8C=90=EB=8F=8C?= Date: Fri, 22 Mar 2024 20:49:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=84=EC=8B=9C=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Client/Assets/1_Script/System/Http/Protocol.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/Assets/1_Script/System/Http/Protocol.cs b/Client/Assets/1_Script/System/Http/Protocol.cs index 180838e1..68cdced7 100644 --- a/Client/Assets/1_Script/System/Http/Protocol.cs +++ b/Client/Assets/1_Script/System/Http/Protocol.cs @@ -171,7 +171,7 @@ public class NicknameChangeResp : Request #region 300 : BuyShopItem public class BuyShopItemReq { - public string uuid { get; set; } + public string uuid { get; set; } public long shopItemIndex { get; set; } public long reset_id { get; set; }