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:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user