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