public void MeleeAttackStart(int throwing = 0) { if (meleeWeapon != null) { meleeWeapon.BeginAttack(throwing != 0); } m_InAttack = true; }
public void BeginAttack() { weapon.BeginAttack(); }
public void BeginAttack() { isAttacking = true; weapon.BeginAttack(); }