Files
back_cantanBuilding/Assets/Scripts/Duel/UI/PvpStoreItemMoney.cs
2026-05-26 16:15:54 +08:00

9 lines
151 B
C#

public class PvpStoreItemMoney : PvpStoreItem
{
protected override void Init()
{
rewardItem.icon.gameObject.SetActive(false);
}
}