Files
tbd-station-14/Content.Server/Shuttles/Events/ShuttleFlattenEvent.cs
2023-05-19 17:26:28 +10:00

8 lines
217 B
C#

namespace Content.Server.Shuttles.Events;
/// <summary>
/// Raised broadcast whenever a shuttle FTLs
/// </summary>
[ByRefEvent]
public readonly record struct ShuttleFlattenEvent(EntityUid MapUid, List<Box2> AABBs);