using System.Collections.Generic; using Wizard; using Wizard.Scripts.Network.Data.TaskData.Arena; public class PackOpenDetail { public List pack_list; public List reward_list { get; set; } public List NotificatonAnimationParams { get; set; } public AchievedInfo AchievedInfo { get; set; } }