Add doors to the station map (#23639)
* Add doors to the navmap * tweaksies * gah * draw primitive * draw primitive? at least take me out to dinner first! * Update Content.Client/Pinpointer/UI/NavMapControl.cs * casualties --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
13
Content.Shared/Pinpointer/NavMapDoorComponent.cs
Normal file
13
Content.Shared/Pinpointer/NavMapDoorComponent.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Pinpointer;
|
||||
|
||||
/// <summary>
|
||||
/// This is used for objects which appear as doors on the navmap.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
[Access(typeof(SharedNavMapSystem))]
|
||||
public sealed partial class NavMapDoorComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user