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;