Predict Nav Beacon Examine (#39408)

* commit

* Update Content.Shared/Pinpointer/SharedNavMapSystem.cs

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
Kyle Tyo
2025-08-05 17:20:43 -04:00
committed by GitHub
parent 5df467c9c6
commit 7de5002123
4 changed files with 20 additions and 24 deletions

View File

@@ -8,10 +8,7 @@ namespace Content.Shared.Pinpointer;
/// </summary>
[RegisterComponent, NetworkedComponent]
[Access(typeof(SharedNavMapSystem))]
public sealed partial class ConfigurableNavMapBeaconComponent : Component
{
}
public sealed partial class ConfigurableNavMapBeaconComponent : Component;
[Serializable, NetSerializable]
public sealed class NavMapBeaconConfigureBuiMessage : BoundUserInterfaceMessage
@@ -31,11 +28,11 @@ public sealed class NavMapBeaconConfigureBuiMessage : BoundUserInterfaceMessage
[Serializable, NetSerializable]
public enum NavMapBeaconUiKey : byte
{
Key
Key,
}
[Serializable, NetSerializable]
public enum NavMapBeaconVisuals : byte
{
Enabled
Enabled,
}