using System.Collections.Generic; using MongoDB.Bson.Serialization.Attributes; using MongoDB.Bson.Serialization.Options; namespace ET { [ComponentOf(typeof(Unit))] [ChildType(typeof(Gather))] public class GatherComponent : Entity, IAwake, IDestroy, ISerializeToEntity { } }