namespace Content.Shared._EE.Clothing.Components; /// /// This is used for entities that can not wear any clothes /// [RegisterComponent] public sealed partial class ShadowlingCannotWearClothesComponent : Component { }