Salvage expeditions (#12745)
This commit is contained in:
@@ -6,4 +6,4 @@ namespace Content.Server.Shuttles.Events;
|
||||
/// Raised when a shuttle has moved to FTL space.
|
||||
/// </summary>
|
||||
[ByRefEvent]
|
||||
public readonly record struct FTLStartedEvent(EntityUid? FromMapUid, Matrix3 FTLFrom, Angle FromRotation);
|
||||
public readonly record struct FTLStartedEvent(EntityUid Entity, EntityCoordinates TargetCoordinates, EntityUid? FromMapUid, Matrix3 FTLFrom, Angle FromRotation);
|
||||
|
||||
Reference in New Issue
Block a user