public HrustUpdater(
     ISuccessService successService,
     IQuickStatService quickStatService,
     IOpenStatService openStatService,
     ITopService topService)
 {
     this.successService   = successService;
     this.quickStatService = quickStatService;
     this.openStatService  = openStatService;
     this.topService       = topService;
 }
Example #2
0
 public PlayerService(IOpenStatService openStatService)
 {
     this.openStatService = openStatService;
 }