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.Server.Pinpointer;
/// <summary>
/// Added to an entity using station map so when its parent changes we reset it.
/// </summary>
[RegisterComponent]
public sealed partial class StationMapUserComponent : Component
{
[DataField("mapUid")]
public EntityUid Map;
}