6
2026-01-24 12:49:55 +03:00

14 lines
308 B
C#

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
{
}