void WeaponOn() { SwitchState = true; weapon.StartAttack(); }
void WeaponOn() { // Debug.Log("On"); weapon.StartAttack(); }