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