示例#1
0
文件: Session.cs 项目: JWWade/DOSE
 /**
  * This method returns the current match difficulty.
  */
 public byte GetDifficulty()
 {
     return(m_sessTimer.GetCurrentMatchDifficulty());
 }