using Robust.Shared.GameObjects; namespace Robust.Server.GameObjects; /// /// This is the server instance of . /// [RegisterComponent] [ComponentReference(typeof(AppearanceComponent))] public sealed class ServerAppearanceComponent : AppearanceComponent { }