コード例 #1
0
 public GwentMatchs(Func <IHubContext <GwentHub> > hub, GwentCardTypeService gwentCardTypeService, GwentServerService gwentService)
 {
     _hub = hub;
     _gwentCardTypeServic = gwentCardTypeService;
     _gwentService        = gwentService;
 }
コード例 #2
0
ファイル: GwentHub.cs プロジェクト: WolfIsMyName/LegacyGwent
 public GwentHub(GwentServerService gwentServerService) => _gwentServerService = gwentServerService;