Function add_kill

Source
pub fn add_kill(ref_id: &str, number: i16)
Expand description

Add a new kill count to the kill count changes.

ref_id The refId of the kill count.
number The number of kills in the kill count.

Returns void