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

13 lines
213 B
C#

using asap.core;
using cfg;
using GameCore;
using UnityEngine;
public class PvpStoreItemBait : PvpStoreItem
{
protected override void Init()
{
rewardItem.icon.gameObject.SetActive(false);
}
}