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