using System.Collections.Generic; using System.Runtime.Serialization; using MongoDB.Bson.Serialization.Attributes; namespace ET { [ComponentOf] [ChildType(typeof(Skill))] public class SkillComponent: Entity, ISerializeToEntity { } }