Add cargo shuttle (#8686)
This commit is contained in:
12
Content.Server/Shuttles/Events/ConsoleShuttleEvent.cs
Normal file
12
Content.Server/Shuttles/Events/ConsoleShuttleEvent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Content.Server.Shuttles.Components;
|
||||
|
||||
namespace Content.Server.Shuttles.Events;
|
||||
|
||||
/// <summary>
|
||||
/// Raised on a <see cref="ShuttleConsoleComponent"/> when it's trying to get its shuttle console to pilot.
|
||||
/// </summary>
|
||||
[ByRefEvent]
|
||||
public struct ConsoleShuttleEvent
|
||||
{
|
||||
public EntityUid? Console;
|
||||
}
|
||||
Reference in New Issue
Block a user