1
0

ShuttleFlattenEvent.cs 217 B

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