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