Beispiel #1
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public GameMatchFacade( )
 {
     gameMatchData = ClassFactory.GetIGameMatchProvider( );
 }