Station maps (#13027)
This commit is contained in:
17
Content.Server/Pinpointer/StationMapComponent.cs
Normal file
17
Content.Server/Pinpointer/StationMapComponent.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace Content.Server.Pinpointer;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class StationMapComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Added to an entity using station map so when its parent changes we reset it.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class StationMapUserComponent : Component
|
||||
{
|
||||
[DataField("mapUid")]
|
||||
public EntityUid Map;
|
||||
}
|
||||
Reference in New Issue
Block a user