explicit interface go brrrr
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Content.Server.GameObjects.Components.VendingMachines
|
||||
|
||||
[ViewVariables] private BoundUserInterface? UserInterface => Owner.GetUIOrNull(VendingMachineUiKey.Key);
|
||||
|
||||
public void Activate(ActivateEventArgs eventArgs)
|
||||
void IActivate.Activate(ActivateEventArgs eventArgs)
|
||||
{
|
||||
if(!eventArgs.User.TryGetComponent(out IActorComponent? actor))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user