using System.Collections.Generic; namespace GFGGame { public class StoryBonusData { public List bonusOnce; public List bonusBase; public List bonusRandom; } }