示例#1
0
 public void    IsAnotherRound()
 {
     m_PlayAnotherRound = m_View.AskForAnotherRound();
     if (m_PlayAnotherRound)
     {
         resetGameData();
     }
 }