geometry-tower-defense/Assets/GameMain/Scripts/UI/Templates/GameScene/Context/GoodsItemContext.cs

15 lines
341 B
C#

// using Definition.Enum;
// using UnityEngine;
//
// namespace UI
// {
// public class GoodsItemContext : UIContext
// {
// public string Title;
// public ItemRarity Rarity;
// public string Type;
// public Sprite Icon;
// public string Description;
// public int Price;
// }
// }