namespace Item.Runtime { [System.Serializable] public class ItemReward { public ItemDefinitionSO m_itemDefinition; public int m_quantity; } }