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