6
StarHorizon_Public/Content.Shared/Shuttles/Events/EmergencyShuttleRequestPositionMessage.cs
2026-01-18 12:53:36 +03:00

13 lines
320 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.Shuttles.Events;
/// <summary>
/// Raised on the client to request the expected position of the emergency shuttle for debugging.
/// </summary>
[Serializable, NetSerializable]
public sealed class EmergencyShuttleRequestPositionMessage : EntityEventArgs
{
}