示例#1
0
 public int GetDeaths(string cause)
 {
     if (!Deaths.ContainsKey(cause))
     {
         return(0);
     }
     return(Deaths[cause]);
 }