备份CatanBuilding瘦身独立工程
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public partial class EventLuckyCardsProgressRewradPopupPanel : MonoBehaviour
|
||||
{
|
||||
public float[] progressBar = new float[] { 0.149f, 0.363f, 0.576f, 0.788f, 1f };
|
||||
public List<EventLuckyCardsProgressRewardItem> rewardItems = new List<EventLuckyCardsProgressRewardItem>();
|
||||
public Image bar;
|
||||
public Button btnClose;
|
||||
}
|
||||
Reference in New Issue
Block a user