|
using SepCore.Definition;
|
|
using UnityEngine;
|
|
|
|
namespace SepCore.UI
|
|
{
|
|
public class LevelUpRewardItemContext : UIContext
|
|
{
|
|
public string Title;
|
|
public Sprite Icon;
|
|
public ItemRarity ItemRarity;
|
|
public string Description;
|
|
public string IconAssetName;
|
|
}
|
|
}
|