a面提交

This commit is contained in:
2026-06-01 14:48:38 +08:00
parent 9b2b69dac2
commit a616b21475
5 changed files with 171 additions and 27 deletions
@@ -122,7 +122,7 @@ namespace ChillConnect
DOVirtual.DelayedCall(0.5f, () =>
{
int gold = 0;
GameHelper.ShowTips("Purchase successful");
if(!GameHelper.IsGiftSwitch()) GameHelper.ShowTips("Purchase successful");
List<Passportrewards> Passportrewards_list = ConfigSystem.GetConfig<PassportrewardsModel>().DataList;
for (int i = 0; i < Passportrewards_list.Count; i++)