WanPai/Root/Games/VC/GamesSubListVC.swift
@@ -10,9 +10,9 @@ import RxSwift enum GamesSubType:Int{ case all = -1 case offline = 0 case online = 1 case crossMatch = 1 case accuracyMatch = 2 } class GamesOffLineViewModel:RefreshModel<GameListModel>{