namespace Content.Shared.Pinpointer; [RegisterComponent] public sealed partial class StationMapComponent : Component { /// /// Whether or not to show the user's location on the map. /// [DataField] public bool ShowLocation = true; }