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