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