Attack() public method

public Attack ( ) : void
return void
Beispiel #1
0
 public void Attack(InputAction.CallbackContext context)
 {
     if (!firstDaggCollision)
     {
         return;
     }
     dagger.Attack();
 }