Delta-v/Content.Server/_DV/Shuttles/Events/EvacShuttleDockedEvent.cs

8 lines
218 B
C#

namespace Content.Server._DV.Shuttles.Events;
/// <summary>
/// DeltaV event for when the evac shuttle docks with the station.
/// </summary>
[Serializable]
public sealed class EvacShuttleDockedEvent : EventArgs;