// Get attack range
 public float GetDamageRange() {
    return weaponBehavior.DamageRange();
 }