remove UntrackedMapBoundUserInterface (#30752)
This commit is contained in:
11
Content.Shared/Pinpointer/StationMapComponent.cs
Normal file
11
Content.Shared/Pinpointer/StationMapComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user