Files
crystall-punk-14/Content.Shared/Pinpointer/StationMapComponent.cs

12 lines
275 B
C#
Raw Permalink Normal View History

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