럭키보너스 최초에 채워진 상태로 시작 제거

This commit is contained in:
Ino 2025-12-19 17:01:10 +09:00
parent 09ca657c9c
commit 934f2d958a
2 changed files with 77 additions and 23 deletions

View File

@ -511,7 +511,7 @@ public class SaveMgr : MonoBehaviourSingletonTemplate<SaveMgr>
MoneyHeart = 0;
MoneyChatCoin = 0;
MoneyGacha = 100;
MoneyLucky = table_GlobalValue.Ins.Get_Int("LuckyPoint");
MoneyLucky = 0;
MiniGameHP = table_GlobalValue.Ins.Get_Int("MiniGame_TotalEnterMoney");
BonusGameRefill = 0;

File diff suppressed because one or more lines are too long