public int GetKills(string cause) { if (!Kills.ContainsKey(cause)) { return(0); } return(Kills[cause]); }