备份CatanBuilding瘦身独立工程
This commit is contained in:
12
Assets/Scripts/Duel/UI/PvpStoreItemBait.cs
Normal file
12
Assets/Scripts/Duel/UI/PvpStoreItemBait.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using asap.core;
|
||||
using cfg;
|
||||
using GameCore;
|
||||
using UnityEngine;
|
||||
|
||||
public class PvpStoreItemBait : PvpStoreItem
|
||||
{
|
||||
protected override void Init()
|
||||
{
|
||||
rewardItem.icon.gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user