pub fn set_record_damage_thrust(min_damage: u16, max_damage: u16)Expand description
Set the thrust damage of the temporary record stored on the server for the
currently specified record type.
min_damage The minimum damage of the record.
max_damage The maximum damage of the record.
Returns void