Files
ft/Client/Assets/Scripts/Duel/UI/PvpStoreItemBait.cs
2026-06-29 21:18:33 +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);
}
}