explicit interface go brrrr
This commit is contained in:
@@ -130,7 +130,7 @@ namespace Content.Server.GameObjects.Components.MachineLinking
|
||||
return this;
|
||||
}
|
||||
|
||||
public async Task<bool> InteractUsing(InteractUsingEventArgs eventArgs)
|
||||
async Task<bool> IInteractUsing.InteractUsing(InteractUsingEventArgs eventArgs)
|
||||
{
|
||||
if (!eventArgs.Using.TryGetComponent<ToolComponent>(out var tool))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user