Exemplo n.º 1
0
 public bool RollSuccessfull(System.Random random)
 {
     return(random.DiceRollSucess(_chance));
 }