9 lines
151 B
C#
9 lines
151 B
C#
|
|
public class PvpStoreItemMoney : PvpStoreItem
|
|
{
|
|
protected override void Init()
|
|
{
|
|
rewardItem.icon.gameObject.SetActive(false);
|
|
}
|
|
}
|