mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 04:30:57 +01:00
Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -131,7 +131,7 @@ namespace Content.Server.Cuffs
|
||||
/// Event fired on the User when the User attempts to cuff the Target.
|
||||
/// Should generate popups on the User.
|
||||
/// </summary>
|
||||
public class UncuffAttemptEvent : CancellableEntityEventArgs
|
||||
public sealed class UncuffAttemptEvent : CancellableEntityEventArgs
|
||||
{
|
||||
public readonly EntityUid User;
|
||||
public readonly EntityUid Target;
|
||||
|
||||
Reference in New Issue
Block a user