备份CatanBuilding瘦身独立工程
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class EventLuckyCardsProgressRewardItem : MonoBehaviour
|
||||
{
|
||||
public RewardItemNew rewardItem;
|
||||
public TMP_Text text_task;
|
||||
|
||||
private void Reset()
|
||||
{
|
||||
rewardItem = transform.Find("reward").GetComponent<RewardItemNew>();
|
||||
text_task = transform.Find("text_progress").GetComponent<TMP_Text>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user