Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -122,7 +122,7 @@ namespace Content.Server.UserInterface
|
||||
}
|
||||
}
|
||||
|
||||
public class ActivatableUIOpenAttemptEvent : CancellableEntityEventArgs
|
||||
public sealed class ActivatableUIOpenAttemptEvent : CancellableEntityEventArgs
|
||||
{
|
||||
public EntityUid User { get; }
|
||||
public ActivatableUIOpenAttemptEvent(EntityUid who)
|
||||
@@ -131,7 +131,7 @@ namespace Content.Server.UserInterface
|
||||
}
|
||||
}
|
||||
|
||||
public class ActivatableUIPlayerChangedEvent : EntityEventArgs
|
||||
public sealed class ActivatableUIPlayerChangedEvent : EntityEventArgs
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user