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