Exemple #1
0
 bool DidThisPlayerMissIt(WhichPlayer player)
 {
     return(Questions [QuestionIndex].WhoMissed == player || Questions [QuestionIndex].WhoMissedRebound == player);
 }
Exemple #2
0
 bool DidThisPlayerGetIt(WhichPlayer player)
 {
     return(Questions [QuestionIndex].WhoGotIt == player);
 }