public void Attack() { Debug.Log("Attack"); Weapon.ReadyShot(); }
public void Attack() { Weapon.ReadyShot(); }