Shuttle UI now properly goes into pilot mode only when using the UI (#40491)
Shuttle UI bug fix
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
using Robust.Shared.Player;
|
||||
|
||||
namespace Content.Shared.UserInterface;
|
||||
|
||||
/// <summary>
|
||||
/// This is raised BEFORE opening a UI! Do not listen and then open / do something use
|
||||
/// <see cref="AfterActivatableUIOpenEvent"/> for that.
|
||||
/// </summary>
|
||||
public sealed class ActivatableUIOpenAttemptEvent : CancellableEntityEventArgs
|
||||
{
|
||||
public EntityUid User { get; }
|
||||
|
||||
Reference in New Issue
Block a user