럭키보너스 최초에 채워진 상태로 시작 제거
This commit is contained in:
parent
09ca657c9c
commit
934f2d958a
|
|
@ -511,7 +511,7 @@ public class SaveMgr : MonoBehaviourSingletonTemplate<SaveMgr>
|
||||||
MoneyHeart = 0;
|
MoneyHeart = 0;
|
||||||
MoneyChatCoin = 0;
|
MoneyChatCoin = 0;
|
||||||
MoneyGacha = 100;
|
MoneyGacha = 100;
|
||||||
MoneyLucky = table_GlobalValue.Ins.Get_Int("LuckyPoint");
|
MoneyLucky = 0;
|
||||||
MiniGameHP = table_GlobalValue.Ins.Get_Int("MiniGame_TotalEnterMoney");
|
MiniGameHP = table_GlobalValue.Ins.Get_Int("MiniGame_TotalEnterMoney");
|
||||||
BonusGameRefill = 0;
|
BonusGameRefill = 0;
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue