using System.Collections.Generic;
namespace SepCore.UI
{
public class LevelUpContext : UIContext
public List<LevelUpRewardItemContext> Props;
public int RefreshPrice;
}