namespace Content.Server.RandomMetadata; /// /// This is used for excluding specific entities from receiving a RandomMetadata pre-spawn. /// [RegisterComponent] public sealed partial class RandomMetadataExcludedComponent : Component { }