public void CopyDamageValues(WeaponDamage other) { SetRocketDamage(other.rocketDamage); SetLaserDamage(other.laserDamage); SetAcidDamage(other.acidDamage); }
public void SetFromDamage(WeaponDamage other) { CopyDamageValues(other); SetBaseType(other.baseType); }