Exemplo n.º 1
0
 public RoomActionService(IRoomInfoService roomInfoService, IUserStateInfoService userStateInfoService,
                          IGameInfoService gameInfoService)
 {
     this.roomInfoService      = roomInfoService;
     this.userStateInfoService = userStateInfoService;
     this.gameInfoService      = gameInfoService;
 }
Exemplo n.º 2
0
 public WaitingActionService(IRoomInfoService roomInfoService, IWaitingService waitingService,
                             IUserStateInfoService userStateInfoService)
 {
     this.roomInfoService      = roomInfoService;
     this.waitingService       = waitingService;
     this.userStateInfoService = userStateInfoService;
 }