Rename and clean up interaction events (#4044)
* Rename and clean up interaction events * Fix hand equip events
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Content.Shared.Kitchen
|
||||
[DataField("sound")]
|
||||
protected string? SpikeSound = "/Audio/Effects/Fluids/splat.ogg";
|
||||
|
||||
bool IDragDropOn.CanDragDropOn(DragDropEventArgs eventArgs)
|
||||
bool IDragDropOn.CanDragDropOn(DragDropEvent eventArgs)
|
||||
{
|
||||
if (!eventArgs.Dragged.HasComponent<SharedButcherableComponent>())
|
||||
{
|
||||
@@ -33,6 +33,6 @@ namespace Content.Shared.Kitchen
|
||||
return true;
|
||||
}
|
||||
|
||||
public abstract bool DragDropOn(DragDropEventArgs eventArgs);
|
||||
public abstract bool DragDropOn(DragDropEvent eventArgs);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user