using System.Collections.Generic; namespace ET.Server { [ComponentOf(typeof (Map))] public class MapEventComponent: Entity, IAwake, IDestroy { } }