13 lines
213 B
C#
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);
|
|
}
|
|
}
|