Exemple #1
0
 public void StartMatch(int gameType, int timeType)
 {
     connector.StartMatch((eRoomType)gameType, timeType);
 }