public void playHammerSoundFromAnimation() { robotManager.playSound("hammer"); }
public void Ram() { isRamming = true; rigid.AddForce(-transform.forward * 50, ForceMode.Impulse); robotManager.playSound("swing"); }