namespace ET { [ComponentOf(typeof(Scene))] public class SyncTimeComponent : Entity, IAwake, IDestroy { public long Timer; } }