예제 #1
0
파일: Game.cs 프로젝트: ragibson/MedUCate
 public string textToDisplay()
 {
     return(currentTriviaRound.displayText(gameLogic.computer));
 }