using Robust.Client.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.IoC; namespace Content.Client.Markers { [RegisterComponent] public sealed class MarkerComponent : Component { } }