private void Update() { if (Input.GetMouseButton(0)) { weapon.AttackMethod(); } if (Input.GetKey("space")) { weapon.IdleMethod(); } }