namespace ET { [ComponentOf(typeof(Scene))] public class UnitComponent: Entity, IAwake { public long MyUnitId { get; set; } } }