using System.Collections.Generic; namespace GFGGame { public class LuckyBoxBonusData { public int id; public string name; public List itemList; } }