Give nukies the ability to declare war for a TC boost (#19291)
Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Content.Server.Shuttles.Events;
|
||||
|
||||
/// <summary>
|
||||
/// Raised when shuttle console approved FTL
|
||||
/// </summary>
|
||||
[ByRefEvent]
|
||||
public record struct ShuttleConsoleFTLTravelStartEvent(EntityUid Uid)
|
||||
{
|
||||
public EntityUid Uid = Uid;
|
||||
}
|
||||
Reference in New Issue
Block a user