using System.Collections.Generic; using DataTable; namespace UI { public class LevelUpFormRawData { public List Rewards; public int RefreshPrice; } }