using System; using System.Collections.Generic; namespace ET { public class UnitDBSaveComponent : Entity, IAwake, IDestroy { public HashSet EntityChangeTypeSet { get; } = new HashSet(); public long Timer; } }