remove UntrackedMapBoundUserInterface (#30752)

This commit is contained in:
slarticodefast
2024-08-09 07:24:49 +02:00
committed by GitHub
parent 2ea17a492d
commit da0b8d4731
6 changed files with 18 additions and 37 deletions

View 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;
}