namespace ET { [ComponentOf(typeof(Unit))] [ChildType(typeof(Synthesis))] public class SynthesisComponent : Entity, IAwake, IDestroy,ISerializeToEntity { } }