geometry-tower-defense/Assets/GameMain/Scripts/UI/General/Context/IconAreaContext.cs

12 lines
216 B
C#

using GeometryTD.Definition;
using GeometryTD.UI;
using UnityEngine;
namespace GeometryTD.UI
{
public class IconAreaContext : UIContext
{
public RarityType Rarity;
public Sprite Icon;
}
}