Salvage dungeons (#14520)
This commit is contained in:
9
Content.Server/Shuttles/Events/FTLCompletedEvent.cs
Normal file
9
Content.Server/Shuttles/Events/FTLCompletedEvent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Content.Server.Shuttles.Systems;
|
||||
|
||||
namespace Content.Server.Shuttles.Events;
|
||||
|
||||
/// <summary>
|
||||
/// Raised when <see cref="ShuttleSystem.FasterThanLight"/> has completed FTL Travel.
|
||||
/// </summary>
|
||||
[ByRefEvent]
|
||||
public readonly record struct FTLCompletedEvent;
|
||||
Reference in New Issue
Block a user