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