AttackHand with an EventArg object for a parameter
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Content.Server.GameObjects
|
||||
base.OnRemove();
|
||||
}
|
||||
|
||||
public bool Attackhand(IEntity user)
|
||||
public bool AttackHand(AttackHandEventArgs eventArgs)
|
||||
{
|
||||
if (_state == DoorState.Open)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user