Merge remote-tracking branch 'Zumorica/2021-12-03-remove-IEntity-komm-süsser-todd' into 2021-12-03-remove-IEntity-komm-süsser-todd
# Conflicts: # Content.Server/DeviceNetwork/Systems/WiredNetworkSystem.cs # Content.Server/Hands/Systems/HandsSystem.cs # Content.Server/Radio/Components/IRadio.cs # Content.Server/UserInterface/ActivatableUISystem.cs
This commit is contained in:
@@ -133,8 +133,8 @@ namespace Content.Server.UserInterface
|
||||
|
||||
public class ActivatableUIOpenAttemptEvent : CancellableEntityEventArgs
|
||||
{
|
||||
public EntityUid user { get; }
|
||||
public ActivatableUIOpenAttemptEvent(EntityUidwho)
|
||||
public EntityUid User { get; }
|
||||
public ActivatableUIOpenAttemptEvent(EntityUid who)
|
||||
{
|
||||
User = who;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user