Exemple #1
0
 int getEffectivePinsForRoll(Roll roll)
 {
     if (roll == null) return 0;
     return roll.GetPins();
 }