Exemple #1
0
 public bool IsNon(BonusType key)
 {
     return(Mathf.CompareFloat(Mathf.Abs(Value(key)), 0f));
 }