using System.Collections.Generic; namespace ET.Client { [ComponentOf(typeof(Scene))] public class GachaComponent : Entity, IAwake, IDestroy { public Dictionary Stats = new(); } }