18 lines
291 B
C#
18 lines
291 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
using TMPro;
|
|
public class rewardSolt : MonoBehaviour
|
|
{
|
|
|
|
public int Type;//类型
|
|
public Image RewardImage;//奖品图片
|
|
public TextMeshProUGUI NumText;//奖励数量
|
|
|
|
|
|
|
|
|
|
|
|
}
|