From 8b4df58198f062d03facda1bf32b8f5f6b6e90a4 Mon Sep 17 00:00:00 2001 From: Ino Date: Wed, 12 Nov 2025 14:56:14 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=91=EA=B3=A0=20=EC=9E=AC=ED=99=94=20?= =?UTF-8?q?=EC=A0=80=EC=9E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Android/addressables_content_state.bin | Bin 1454 -> 1454 bytes Assets/Resources/VersionCode.txt | 2 +- Assets/Scripts/UI/GachaUI.cs | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/AddressableAssetsData/Android/addressables_content_state.bin b/Assets/AddressableAssetsData/Android/addressables_content_state.bin index 48ff45b6fd198f639b98f8633df26753a67f5df0..0dda50c7a73f51c5e6d23198f92dcf8dbc1b21ad 100644 GIT binary patch delta 14 VcmZ3-y^ecBGb5wX<`zaR762t;1V8`) delta 14 VcmZ3-y^ecBGb5wn<`zaR762t&1U~=( diff --git a/Assets/Resources/VersionCode.txt b/Assets/Resources/VersionCode.txt index dec2bf5..b5045cc 100644 --- a/Assets/Resources/VersionCode.txt +++ b/Assets/Resources/VersionCode.txt @@ -1 +1 @@ -19 \ No newline at end of file +21 \ No newline at end of file diff --git a/Assets/Scripts/UI/GachaUI.cs b/Assets/Scripts/UI/GachaUI.cs index d8c7b3b..5326b3a 100644 --- a/Assets/Scripts/UI/GachaUI.cs +++ b/Assets/Scripts/UI/GachaUI.cs @@ -171,6 +171,7 @@ public class GachaUI : uScrollViewMgr ADInfo.Ins.Show_AD(false, () => { SaveMgr.Ins.Add_Money(eMoney.Gacha, table_GlobalValue.Ins.Get_Int("GachaAD_Reward")); + SaveMgr.Ins.Save(); LobbyUI.Ins.m_ToastUI.Set($"뽑기 재화 {table_GlobalValue.Ins.Get_Int("GachaAD_Reward")}개를 획득했습니다.", ToastY); Set_Money(); });