Shuttle flattening (#16416)

This commit is contained in:
metalgearsloth
2023-05-19 17:26:28 +10:00
committed by GitHub
parent 26bf99f2ef
commit 1192a723e6
4 changed files with 96 additions and 2 deletions

View File

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