game_client_logic_deb 1.3.100 → 1.3.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -272,7 +272,7 @@
272
272
  return new Or(this, checkRule);
273
273
  }
274
274
  function get_playerTurnId() {
275
- return single(this.z3a());
275
+ return single(this.b3b());
276
276
  }
277
277
  CalcPointsSceneData.prototype = Object.create(DebertzSceneData.prototype);
278
278
  CalcPointsSceneData.prototype.constructor = CalcPointsSceneData;
@@ -405,20 +405,20 @@
405
405
  FinishActNext.prototype.constructor = FinishActNext;
406
406
  MoveActNext.prototype = Object.create(NavigationActCommand.prototype);
407
407
  MoveActNext.prototype.constructor = MoveActNext;
408
- CardFromClientAction.prototype = Object.create(FromClientAction.prototype);
409
- CardFromClientAction.prototype.constructor = CardFromClientAction;
410
- CombinationChoiceFromClientAction.prototype = Object.create(FromClientAction.prototype);
411
- CombinationChoiceFromClientAction.prototype.constructor = CombinationChoiceFromClientAction;
412
- ExitFromClientAction.prototype = Object.create(FromClientAction.prototype);
413
- ExitFromClientAction.prototype.constructor = ExitFromClientAction;
414
- MessageFromClientAction.prototype = Object.create(FromClientAction.prototype);
415
- MessageFromClientAction.prototype.constructor = MessageFromClientAction;
416
408
  PartnerSelectedFromClientAction.prototype = Object.create(FromClientAction.prototype);
417
409
  PartnerSelectedFromClientAction.prototype.constructor = PartnerSelectedFromClientAction;
418
410
  PlayerReadyFromClientAction.prototype = Object.create(FromClientAction.prototype);
419
411
  PlayerReadyFromClientAction.prototype.constructor = PlayerReadyFromClientAction;
412
+ ExitFromClientAction.prototype = Object.create(FromClientAction.prototype);
413
+ ExitFromClientAction.prototype.constructor = ExitFromClientAction;
414
+ CombinationChoiceFromClientAction.prototype = Object.create(FromClientAction.prototype);
415
+ CombinationChoiceFromClientAction.prototype.constructor = CombinationChoiceFromClientAction;
420
416
  SuitChoiceFromClientAction.prototype = Object.create(FromClientAction.prototype);
421
417
  SuitChoiceFromClientAction.prototype.constructor = SuitChoiceFromClientAction;
418
+ CardFromClientAction.prototype = Object.create(FromClientAction.prototype);
419
+ CardFromClientAction.prototype.constructor = CardFromClientAction;
420
+ MessageFromClientAction.prototype = Object.create(FromClientAction.prototype);
421
+ MessageFromClientAction.prototype.constructor = MessageFromClientAction;
422
422
  CombinationChoiceToClientAction.prototype = Object.create(ToClientAction.prototype);
423
423
  CombinationChoiceToClientAction.prototype.constructor = CombinationChoiceToClientAction;
424
424
  ContinueGameToClientAction.prototype = Object.create(ToClientAction.prototype);
@@ -4950,29 +4950,26 @@
4950
4950
  function ActData() {
4951
4951
  }
4952
4952
  ActData.$metadata$ = interfaceMeta('ActData');
4953
- function PlayerTurnSceneSupport() {
4954
- }
4955
- PlayerTurnSceneSupport.$metadata$ = interfaceMeta('PlayerTurnSceneSupport');
4956
4953
  function CombinationActData(playerTurnIds, combinations) {
4957
- this.b3b_1 = playerTurnIds;
4958
- this.c3b_1 = combinations;
4954
+ this.z3a_1 = playerTurnIds;
4955
+ this.a3b_1 = combinations;
4959
4956
  }
4960
- CombinationActData.prototype.z3a = function () {
4961
- return this.b3b_1;
4957
+ CombinationActData.prototype.b3b = function () {
4958
+ return this.z3a_1;
4962
4959
  };
4963
4960
  CombinationActData.prototype.y3a = function () {
4964
4961
  Companion_getInstance_9();
4965
4962
  return 'COMBINATION';
4966
4963
  };
4967
- CombinationActData.prototype.d3b = function () {
4968
- return first(this.c3b_1).f3b_1;
4964
+ CombinationActData.prototype.c3b = function () {
4965
+ return first(this.a3b_1).e3b_1;
4969
4966
  };
4970
4967
  CombinationActData.prototype.toString = function () {
4971
- return 'CombinationActData(playerTurnIds=' + this.b3b_1 + ', combinations=' + this.c3b_1 + ')';
4968
+ return 'CombinationActData(playerTurnIds=' + this.z3a_1 + ', combinations=' + this.a3b_1 + ')';
4972
4969
  };
4973
4970
  CombinationActData.prototype.hashCode = function () {
4974
- var result = hashCode(this.b3b_1);
4975
- result = imul(result, 31) + hashCode(this.c3b_1) | 0;
4971
+ var result = hashCode(this.z3a_1);
4972
+ result = imul(result, 31) + hashCode(this.a3b_1) | 0;
4976
4973
  return result;
4977
4974
  };
4978
4975
  CombinationActData.prototype.equals = function (other) {
@@ -4981,9 +4978,9 @@
4981
4978
  if (!(other instanceof CombinationActData))
4982
4979
  return false;
4983
4980
  var tmp0_other_with_cast = other instanceof CombinationActData ? other : THROW_CCE();
4984
- if (!equals(this.b3b_1, tmp0_other_with_cast.b3b_1))
4981
+ if (!equals(this.z3a_1, tmp0_other_with_cast.z3a_1))
4985
4982
  return false;
4986
- if (!equals(this.c3b_1, tmp0_other_with_cast.c3b_1))
4983
+ if (!equals(this.a3b_1, tmp0_other_with_cast.a3b_1))
4987
4984
  return false;
4988
4985
  return true;
4989
4986
  };
@@ -4994,6 +4991,9 @@
4994
4991
  return this.y3a();
4995
4992
  }
4996
4993
  });
4994
+ function PlayerTurnSceneSupport() {
4995
+ }
4996
+ PlayerTurnSceneSupport.$metadata$ = interfaceMeta('PlayerTurnSceneSupport');
4997
4997
  function PlayersTurnActData_init_$Init$(playerTurnId, updatedCombinations, $this) {
4998
4998
  PlayersTurnActData.call($this, listOf(playerTurnId), updatedCombinations);
4999
4999
  return $this;
@@ -5005,7 +5005,7 @@
5005
5005
  this.h3b_1 = playerTurnIds;
5006
5006
  this.i3b_1 = updatedCombinations;
5007
5007
  }
5008
- PlayersTurnActData.prototype.z3a = function () {
5008
+ PlayersTurnActData.prototype.b3b = function () {
5009
5009
  return this.h3b_1;
5010
5010
  };
5011
5011
  PlayersTurnActData.prototype.j3b = function () {
@@ -5049,7 +5049,7 @@
5049
5049
  this.k3b_1 = playerTurnIds;
5050
5050
  this.l3b_1 = updatedCombinations;
5051
5051
  }
5052
- PlayersTurnClientActData.prototype.z3a = function () {
5052
+ PlayersTurnClientActData.prototype.b3b = function () {
5053
5053
  return this.k3b_1;
5054
5054
  };
5055
5055
  PlayersTurnClientActData.prototype.j3b = function () {
@@ -5247,7 +5247,7 @@
5247
5247
  this.d3c_1 = partyMaxPoint;
5248
5248
  this.e3c_1 = points;
5249
5249
  }
5250
- CalcPointsSceneData.prototype.z3a = function () {
5250
+ CalcPointsSceneData.prototype.b3b = function () {
5251
5251
  return this.z3b_1;
5252
5252
  };
5253
5253
  CalcPointsSceneData.prototype.f3c = function () {
@@ -5318,7 +5318,7 @@
5318
5318
  DebertzSceneData.call(this);
5319
5319
  this.i3c_1 = playerTurnIds;
5320
5320
  }
5321
- ChoosePartnerSceneData.prototype.z3a = function () {
5321
+ ChoosePartnerSceneData.prototype.b3b = function () {
5322
5322
  return this.i3c_1;
5323
5323
  };
5324
5324
  ChoosePartnerSceneData.prototype.t3b = function () {
@@ -5440,7 +5440,7 @@
5440
5440
  this.o3c_1 = cardForLot;
5441
5441
  this.p3c_1 = whoWonCardLotPlayerId;
5442
5442
  }
5443
- PreviewSceneData.prototype.z3a = function () {
5443
+ PreviewSceneData.prototype.b3b = function () {
5444
5444
  return this.n3c_1;
5445
5445
  };
5446
5446
  PreviewSceneData.prototype.t3b = function () {
@@ -9267,7 +9267,7 @@
9267
9267
  return new ClientCardDeck(_this__u8e3s4.e3h_1, tmp, tmp0_safe_receiver == null ? null : mapFromDto(tmp0_safe_receiver));
9268
9268
  }
9269
9269
  function mapToDto_7(_this__u8e3s4) {
9270
- var tmp0_safe_receiver = _this__u8e3s4.g3b_1;
9270
+ var tmp0_safe_receiver = _this__u8e3s4.f3b_1;
9271
9271
  var tmp;
9272
9272
  if (tmp0_safe_receiver == null) {
9273
9273
  tmp = null;
@@ -9289,7 +9289,7 @@
9289
9289
  tmp$ret$2 = tmp$ret$1;
9290
9290
  tmp = tmp$ret$2;
9291
9291
  }
9292
- return new CombinationDto(_this__u8e3s4.e3b_1, _this__u8e3s4.f3b_1, tmp);
9292
+ return new CombinationDto(_this__u8e3s4.d3b_1, _this__u8e3s4.e3b_1, tmp);
9293
9293
  }
9294
9294
  function mapFromDto_6(_this__u8e3s4) {
9295
9295
  var tmp0_safe_receiver = _this__u8e3s4.j3h_1;
@@ -10714,7 +10714,7 @@
10714
10714
  function mapToDto_57(_this__u8e3s4) {
10715
10715
  var tmp$ret$2;
10716
10716
  // Inline function 'kotlin.collections.map' call
10717
- var tmp0_map = _this__u8e3s4.c3b_1;
10717
+ var tmp0_map = _this__u8e3s4.a3b_1;
10718
10718
  var tmp$ret$1;
10719
10719
  // Inline function 'kotlin.collections.mapTo' call
10720
10720
  var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp0_map, 10));
@@ -10728,7 +10728,7 @@
10728
10728
  }
10729
10729
  tmp$ret$1 = tmp0_mapTo;
10730
10730
  tmp$ret$2 = tmp$ret$1;
10731
- return new CombinationActDataDto(_this__u8e3s4.b3b_1, tmp$ret$2);
10731
+ return new CombinationActDataDto(_this__u8e3s4.z3a_1, tmp$ret$2);
10732
10732
  }
10733
10733
  function mapFromDto_56(_this__u8e3s4) {
10734
10734
  var tmp$ret$2;
@@ -14294,7 +14294,7 @@
14294
14294
  Companion_getInstance_72();
14295
14295
  this.s3q_1 = playerTurnIds;
14296
14296
  }
14297
- ChoosePartnerSceneDto.prototype.z3a = function () {
14297
+ ChoosePartnerSceneDto.prototype.b3b = function () {
14298
14298
  return this.s3q_1;
14299
14299
  };
14300
14300
  ChoosePartnerSceneDto.prototype.toString = function () {
@@ -14426,7 +14426,7 @@
14426
14426
  this.u3q_1 = cardForLot;
14427
14427
  this.v3q_1 = whoWonCardLotPlayerId;
14428
14428
  }
14429
- PreviewSceneDto.prototype.z3a = function () {
14429
+ PreviewSceneDto.prototype.b3b = function () {
14430
14430
  return this.t3q_1;
14431
14431
  };
14432
14432
  PreviewSceneDto.prototype.toString = function () {
@@ -14603,7 +14603,7 @@
14603
14603
  this.a3r_1 = partyMaxPoint;
14604
14604
  this.b3r_1 = points;
14605
14605
  }
14606
- CalcPointsSceneDataDto.prototype.z3a = function () {
14606
+ CalcPointsSceneDataDto.prototype.b3b = function () {
14607
14607
  return this.w3q_1;
14608
14608
  };
14609
14609
  CalcPointsSceneDataDto.prototype.toString = function () {
@@ -17963,26 +17963,26 @@
17963
17963
  return combinationTypePredicate(types, opposite);
17964
17964
  }
17965
17965
  function Combination(id, type, cards) {
17966
- this.e3b_1 = id;
17967
- this.f3b_1 = type;
17968
- this.g3b_1 = cards;
17966
+ this.d3b_1 = id;
17967
+ this.e3b_1 = type;
17968
+ this.f3b_1 = cards;
17969
17969
  }
17970
17970
  Combination.prototype.p2x = function () {
17971
- return this.e3b_1;
17971
+ return this.d3b_1;
17972
17972
  };
17973
17973
  Combination.prototype.f7 = function () {
17974
- return this.f3b_1;
17974
+ return this.e3b_1;
17975
17975
  };
17976
17976
  Combination.prototype.c31 = function () {
17977
- return this.g3b_1;
17977
+ return this.f3b_1;
17978
17978
  };
17979
17979
  Combination.prototype.toString = function () {
17980
- return 'Combination(id=' + this.e3b_1 + ', type=' + this.f3b_1 + ', cards=' + this.g3b_1 + ')';
17980
+ return 'Combination(id=' + this.d3b_1 + ', type=' + this.e3b_1 + ', cards=' + this.f3b_1 + ')';
17981
17981
  };
17982
17982
  Combination.prototype.hashCode = function () {
17983
- var result = getStringHashCode(this.e3b_1);
17984
- result = imul(result, 31) + this.f3b_1.hashCode() | 0;
17985
- result = imul(result, 31) + (this.g3b_1 == null ? 0 : hashCode(this.g3b_1)) | 0;
17983
+ var result = getStringHashCode(this.d3b_1);
17984
+ result = imul(result, 31) + this.e3b_1.hashCode() | 0;
17985
+ result = imul(result, 31) + (this.f3b_1 == null ? 0 : hashCode(this.f3b_1)) | 0;
17986
17986
  return result;
17987
17987
  };
17988
17988
  Combination.prototype.equals = function (other) {
@@ -17991,11 +17991,11 @@
17991
17991
  if (!(other instanceof Combination))
17992
17992
  return false;
17993
17993
  var tmp0_other_with_cast = other instanceof Combination ? other : THROW_CCE();
17994
- if (!(this.e3b_1 === tmp0_other_with_cast.e3b_1))
17994
+ if (!(this.d3b_1 === tmp0_other_with_cast.d3b_1))
17995
17995
  return false;
17996
- if (!this.f3b_1.equals(tmp0_other_with_cast.f3b_1))
17996
+ if (!this.e3b_1.equals(tmp0_other_with_cast.e3b_1))
17997
17997
  return false;
17998
- if (!equals(this.g3b_1, tmp0_other_with_cast.g3b_1))
17998
+ if (!equals(this.f3b_1, tmp0_other_with_cast.f3b_1))
17999
17999
  return false;
18000
18000
  return true;
18001
18001
  };
@@ -18025,11 +18025,11 @@
18025
18025
  opposite = false;
18026
18026
  return filterByCombinationType(_this__u8e3s4, types, opposite);
18027
18027
  }
18028
- function filterCombinationsAndLastBribe(_this__u8e3s4) {
18028
+ function filterFirstRoundCombination(_this__u8e3s4) {
18029
18029
  init_properties_Combination_kt_buza85();
18030
18030
  var tmp$ret$1;
18031
18031
  // Inline function 'kotlin.collections.filter' call
18032
- var tmp0_filter = get_combinationsAndLastBribePredicate();
18032
+ var tmp0_filter = get_combinationsFirstRoundPredicate();
18033
18033
  var tmp$ret$0;
18034
18034
  // Inline function 'kotlin.collections.filterTo' call
18035
18035
  var tmp0_filterTo = ArrayList_init_$Create$();
@@ -18044,11 +18044,11 @@
18044
18044
  tmp$ret$1 = tmp$ret$0;
18045
18045
  return tmp$ret$1;
18046
18046
  }
18047
- function filterCombinations(_this__u8e3s4) {
18047
+ function filterCombinationsAndLastBribe(_this__u8e3s4) {
18048
18048
  init_properties_Combination_kt_buza85();
18049
18049
  var tmp$ret$1;
18050
18050
  // Inline function 'kotlin.collections.filter' call
18051
- var tmp0_filter = get_combinationsPredicate();
18051
+ var tmp0_filter = get_combinationsAndLastBribePredicate();
18052
18052
  var tmp$ret$0;
18053
18053
  // Inline function 'kotlin.collections.filterTo' call
18054
18054
  var tmp0_filterTo = ArrayList_init_$Create$();
@@ -18063,11 +18063,11 @@
18063
18063
  tmp$ret$1 = tmp$ret$0;
18064
18064
  return tmp$ret$1;
18065
18065
  }
18066
- function filterFirstRoundCombination(_this__u8e3s4) {
18066
+ function filterCombinations(_this__u8e3s4) {
18067
18067
  init_properties_Combination_kt_buza85();
18068
18068
  var tmp$ret$1;
18069
18069
  // Inline function 'kotlin.collections.filter' call
18070
- var tmp0_filter = get_combinationsFirstRoundPredicate();
18070
+ var tmp0_filter = get_combinationsPredicate();
18071
18071
  var tmp$ret$0;
18072
18072
  // Inline function 'kotlin.collections.filterTo' call
18073
18073
  var tmp0_filterTo = ArrayList_init_$Create$();
@@ -18535,18 +18535,18 @@
18535
18535
  return new Combination(_this__u8e3s4.u34_1, _this__u8e3s4.v34_1, _this__u8e3s4.x34_1);
18536
18536
  }
18537
18537
  function mapToDetailed(_this__u8e3s4, state, config) {
18538
- var tmp0_id = _this__u8e3s4.e3b_1;
18539
- var tmp1_type = _this__u8e3s4.f3b_1;
18540
- var tmp2_points = Companion_getInstance_92().o3w(_this__u8e3s4.f3b_1, config);
18541
- var tmp3_cards = _this__u8e3s4.g3b_1;
18538
+ var tmp0_id = _this__u8e3s4.d3b_1;
18539
+ var tmp1_type = _this__u8e3s4.e3b_1;
18540
+ var tmp2_points = Companion_getInstance_92().o3w(_this__u8e3s4.e3b_1, config);
18541
+ var tmp3_cards = _this__u8e3s4.f3b_1;
18542
18542
  return new CombinationDetails(tmp0_id, tmp1_type, state, tmp3_cards, tmp2_points, null, null);
18543
18543
  }
18544
18544
  function mapToDetailedFull(_this__u8e3s4, playerId, state, config, players, reason) {
18545
18545
  var numberOfPlayer = Companion_getInstance_93().w3w(playerId, players);
18546
- var tmp0_id = _this__u8e3s4.e3b_1;
18547
- var tmp1_type = _this__u8e3s4.f3b_1;
18548
- var tmp2_points = Companion_getInstance_92().o3w(_this__u8e3s4.f3b_1, config);
18549
- var tmp3_cards = _this__u8e3s4.g3b_1;
18546
+ var tmp0_id = _this__u8e3s4.d3b_1;
18547
+ var tmp1_type = _this__u8e3s4.e3b_1;
18548
+ var tmp2_points = Companion_getInstance_92().o3w(_this__u8e3s4.e3b_1, config);
18549
+ var tmp3_cards = _this__u8e3s4.f3b_1;
18550
18550
  return new CombinationDetails(tmp0_id, tmp1_type, state, tmp3_cards, tmp2_points, reason, numberOfPlayer);
18551
18551
  }
18552
18552
  function CombinationState$Companion$$cachedSerializer$delegate$_anonymous__hva4l0() {
@@ -21913,13 +21913,14 @@
21913
21913
  return gameLogicModule;
21914
21914
  }
21915
21915
  var gameLogicModule;
21916
- function getEngineGameModule(botReduxConfig, logicReduxConfig) {
21916
+ function get_botGameModule() {
21917
21917
  init_properties_DI_kt_pa5hx();
21918
- return Module_init_$Create$('Game engine Module', false, null, getEngineGameModule$lambda(botReduxConfig, logicReduxConfig), 6, null);
21918
+ return botGameModule;
21919
21919
  }
21920
- function getBotGameModule(botReduxConfig) {
21920
+ var botGameModule;
21921
+ function getEngineGameModule(botReduxConfig, logicReduxConfig) {
21921
21922
  init_properties_DI_kt_pa5hx();
21922
- return Module_init_$Create$('Bot engine Module', false, null, getBotGameModule$lambda(botReduxConfig), 6, null);
21923
+ return Module_init_$Create$('Game engine Module', false, null, getEngineGameModule$lambda(botReduxConfig, logicReduxConfig), 6, null);
21923
21924
  }
21924
21925
  function jsonModule$lambda($this$$receiver) {
21925
21926
  init_properties_DI_kt_pa5hx();
@@ -22057,12 +22058,369 @@
22057
22058
  tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22058
22059
  return new GameLogicProviderImpl(tmp$ret$1);
22059
22060
  }
22060
- function getEngineGameModule$lambda$lambda($logicReduxConfig) {
22061
+ function botGameModule$lambda($this$$receiver) {
22062
+ init_properties_DI_kt_pa5hx();
22063
+ var tmp = get_gameLogicModule();
22064
+ $this$$receiver.u2e(tmp, false, 2, null);
22065
+ var tmp$ret$1;
22066
+ // Inline function 'org.kodein.di.bind' call
22067
+ var tmp$ret$0;
22068
+ // Inline function 'org.kodein.type.generic' call
22069
+ var tmp_0 = typeToken(createKType(getKClass(CombinationsFactory), arrayOf([]), false));
22070
+ tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
22071
+ tmp$ret$1 = $this$$receiver.s2e(tmp$ret$0, null, null);
22072
+ var tmp_1 = tmp$ret$1;
22073
+ var tmp$ret$3;
22074
+ // Inline function 'org.kodein.di.provider' call
22075
+ var tmp0_provider = botGameModule$lambda$lambda;
22076
+ var tmp_2 = $this$$receiver.f2e();
22077
+ var tmp$ret$2;
22078
+ // Inline function 'org.kodein.type.generic' call
22079
+ var tmp_3 = typeToken(createKType(getKClass(CombinationsFactory), arrayOf([]), false));
22080
+ tmp$ret$2 = isInterface(tmp_3, TypeToken) ? tmp_3 : THROW_CCE();
22081
+ tmp$ret$3 = new Provider(tmp_2, tmp$ret$2, tmp0_provider);
22082
+ tmp_1.h2e(tmp$ret$3);
22083
+ var tmp$ret$5;
22084
+ // Inline function 'org.kodein.di.bind' call
22085
+ var tmp$ret$4;
22086
+ // Inline function 'org.kodein.type.generic' call
22087
+ var tmp_4 = typeToken(createKType(getKClass(CombinationCheckerProvider), arrayOf([]), false));
22088
+ tmp$ret$4 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
22089
+ tmp$ret$5 = $this$$receiver.s2e(tmp$ret$4, null, null);
22090
+ var tmp_5 = tmp$ret$5;
22091
+ var tmp$ret$7;
22092
+ // Inline function 'org.kodein.di.provider' call
22093
+ var tmp1_provider = botGameModule$lambda$lambda_0;
22094
+ var tmp_6 = $this$$receiver.f2e();
22095
+ var tmp$ret$6;
22096
+ // Inline function 'org.kodein.type.generic' call
22097
+ var tmp_7 = typeToken(createKType(getKClass(CombinationCheckerProviderImpl), arrayOf([]), false));
22098
+ tmp$ret$6 = isInterface(tmp_7, TypeToken) ? tmp_7 : THROW_CCE();
22099
+ tmp$ret$7 = new Provider(tmp_6, tmp$ret$6, tmp1_provider);
22100
+ tmp_5.h2e(tmp$ret$7);
22101
+ var tmp$ret$9;
22102
+ // Inline function 'org.kodein.di.bind' call
22103
+ var tmp$ret$8;
22104
+ // Inline function 'org.kodein.type.generic' call
22105
+ var tmp_8 = typeToken(createKType(getKClass(PlayerHappinessProvider), arrayOf([]), false));
22106
+ tmp$ret$8 = isInterface(tmp_8, TypeToken) ? tmp_8 : THROW_CCE();
22107
+ tmp$ret$9 = $this$$receiver.s2e(tmp$ret$8, null, null);
22108
+ var tmp_9 = tmp$ret$9;
22109
+ var tmp$ret$11;
22110
+ // Inline function 'org.kodein.di.provider' call
22111
+ var tmp2_provider = botGameModule$lambda$lambda_1;
22112
+ var tmp_10 = $this$$receiver.f2e();
22113
+ var tmp$ret$10;
22114
+ // Inline function 'org.kodein.type.generic' call
22115
+ var tmp_11 = typeToken(createKType(getKClass(PlayerHappinessProviderImpl), arrayOf([]), false));
22116
+ tmp$ret$10 = isInterface(tmp_11, TypeToken) ? tmp_11 : THROW_CCE();
22117
+ tmp$ret$11 = new Provider(tmp_10, tmp$ret$10, tmp2_provider);
22118
+ tmp_9.h2e(tmp$ret$11);
22119
+ var tmp$ret$13;
22120
+ // Inline function 'org.kodein.di.bind' call
22121
+ var tmp$ret$12;
22122
+ // Inline function 'org.kodein.type.generic' call
22123
+ var tmp_12 = typeToken(createKType(getKClass(SuitRulesFactory), arrayOf([]), false));
22124
+ tmp$ret$12 = isInterface(tmp_12, TypeToken) ? tmp_12 : THROW_CCE();
22125
+ tmp$ret$13 = $this$$receiver.s2e(tmp$ret$12, null, null);
22126
+ var tmp_13 = tmp$ret$13;
22127
+ var tmp$ret$15;
22128
+ // Inline function 'org.kodein.di.provider' call
22129
+ var tmp3_provider = botGameModule$lambda$lambda_2;
22130
+ var tmp_14 = $this$$receiver.f2e();
22131
+ var tmp$ret$14;
22132
+ // Inline function 'org.kodein.type.generic' call
22133
+ var tmp_15 = typeToken(createKType(getKClass(SuitRulesFactory), arrayOf([]), false));
22134
+ tmp$ret$14 = isInterface(tmp_15, TypeToken) ? tmp_15 : THROW_CCE();
22135
+ tmp$ret$15 = new Provider(tmp_14, tmp$ret$14, tmp3_provider);
22136
+ tmp_13.h2e(tmp$ret$15);
22137
+ var tmp$ret$17;
22138
+ // Inline function 'org.kodein.di.bind' call
22139
+ var tmp$ret$16;
22140
+ // Inline function 'org.kodein.type.generic' call
22141
+ var tmp_16 = typeToken(createKType(getKClass(CardRulesFactory), arrayOf([]), false));
22142
+ tmp$ret$16 = isInterface(tmp_16, TypeToken) ? tmp_16 : THROW_CCE();
22143
+ tmp$ret$17 = $this$$receiver.s2e(tmp$ret$16, null, null);
22144
+ var tmp_17 = tmp$ret$17;
22145
+ var tmp$ret$19;
22146
+ // Inline function 'org.kodein.di.provider' call
22147
+ var tmp4_provider = botGameModule$lambda$lambda_3;
22148
+ var tmp_18 = $this$$receiver.f2e();
22149
+ var tmp$ret$18;
22150
+ // Inline function 'org.kodein.type.generic' call
22151
+ var tmp_19 = typeToken(createKType(getKClass(CardRulesFactory), arrayOf([]), false));
22152
+ tmp$ret$18 = isInterface(tmp_19, TypeToken) ? tmp_19 : THROW_CCE();
22153
+ tmp$ret$19 = new Provider(tmp_18, tmp$ret$18, tmp4_provider);
22154
+ tmp_17.h2e(tmp$ret$19);
22155
+ var tmp$ret$21;
22156
+ // Inline function 'org.kodein.di.bind' call
22157
+ var tmp$ret$20;
22158
+ // Inline function 'org.kodein.type.generic' call
22159
+ var tmp_20 = typeToken(createKType(getKClass(CombinationRuleFactory), arrayOf([]), false));
22160
+ tmp$ret$20 = isInterface(tmp_20, TypeToken) ? tmp_20 : THROW_CCE();
22161
+ tmp$ret$21 = $this$$receiver.s2e(tmp$ret$20, null, null);
22162
+ var tmp_21 = tmp$ret$21;
22163
+ var tmp$ret$23;
22164
+ // Inline function 'org.kodein.di.provider' call
22165
+ var tmp5_provider = botGameModule$lambda$lambda_4;
22166
+ var tmp_22 = $this$$receiver.f2e();
22167
+ var tmp$ret$22;
22168
+ // Inline function 'org.kodein.type.generic' call
22169
+ var tmp_23 = typeToken(createKType(getKClass(CombinationRuleFactory), arrayOf([]), false));
22170
+ tmp$ret$22 = isInterface(tmp_23, TypeToken) ? tmp_23 : THROW_CCE();
22171
+ tmp$ret$23 = new Provider(tmp_22, tmp$ret$22, tmp5_provider);
22172
+ tmp_21.h2e(tmp$ret$23);
22173
+ var tmp$ret$25;
22174
+ // Inline function 'org.kodein.di.bind' call
22175
+ var tmp$ret$24;
22176
+ // Inline function 'org.kodein.type.generic' call
22177
+ var tmp_24 = typeToken(createKType(getKClass(RuleMatchingProvider), arrayOf([]), false));
22178
+ tmp$ret$24 = isInterface(tmp_24, TypeToken) ? tmp_24 : THROW_CCE();
22179
+ tmp$ret$25 = $this$$receiver.s2e(tmp$ret$24, null, null);
22180
+ var tmp_25 = tmp$ret$25;
22181
+ var tmp$ret$27;
22182
+ // Inline function 'org.kodein.di.provider' call
22183
+ var tmp6_provider = botGameModule$lambda$lambda_5;
22184
+ var tmp_26 = $this$$receiver.f2e();
22185
+ var tmp$ret$26;
22186
+ // Inline function 'org.kodein.type.generic' call
22187
+ var tmp_27 = typeToken(createKType(getKClass(RuleMatchingProviderImpl), arrayOf([]), false));
22188
+ tmp$ret$26 = isInterface(tmp_27, TypeToken) ? tmp_27 : THROW_CCE();
22189
+ tmp$ret$27 = new Provider(tmp_26, tmp$ret$26, tmp6_provider);
22190
+ tmp_25.h2e(tmp$ret$27);
22191
+ var tmp$ret$29;
22192
+ // Inline function 'org.kodein.di.bind' call
22193
+ var tmp$ret$28;
22194
+ // Inline function 'org.kodein.type.generic' call
22195
+ var tmp_28 = typeToken(createKType(getKClass(BotLogicInteractor), arrayOf([]), false));
22196
+ tmp$ret$28 = isInterface(tmp_28, TypeToken) ? tmp_28 : THROW_CCE();
22197
+ tmp$ret$29 = $this$$receiver.s2e(tmp$ret$28, null, null);
22198
+ var tmp_29 = tmp$ret$29;
22199
+ var tmp$ret$31;
22200
+ // Inline function 'org.kodein.di.provider' call
22201
+ var tmp7_provider = botGameModule$lambda$lambda_6;
22202
+ var tmp_30 = $this$$receiver.f2e();
22203
+ var tmp$ret$30;
22204
+ // Inline function 'org.kodein.type.generic' call
22205
+ var tmp_31 = typeToken(createKType(getKClass(BotLogicInteractorImpl), arrayOf([]), false));
22206
+ tmp$ret$30 = isInterface(tmp_31, TypeToken) ? tmp_31 : THROW_CCE();
22207
+ tmp$ret$31 = new Provider(tmp_30, tmp$ret$30, tmp7_provider);
22208
+ tmp_29.h2e(tmp$ret$31);
22209
+ var tmp$ret$33;
22210
+ // Inline function 'org.kodein.di.bind' call
22211
+ var tmp$ret$32;
22212
+ // Inline function 'org.kodein.type.generic' call
22213
+ var tmp_32 = typeToken(createKType(getKClass(PlayerAnswerInteractor), arrayOf([]), false));
22214
+ tmp$ret$32 = isInterface(tmp_32, TypeToken) ? tmp_32 : THROW_CCE();
22215
+ tmp$ret$33 = $this$$receiver.s2e(tmp$ret$32, null, null);
22216
+ var tmp_33 = tmp$ret$33;
22217
+ var tmp$ret$35;
22218
+ // Inline function 'org.kodein.di.provider' call
22219
+ var tmp8_provider = botGameModule$lambda$lambda_7;
22220
+ var tmp_34 = $this$$receiver.f2e();
22221
+ var tmp$ret$34;
22222
+ // Inline function 'org.kodein.type.generic' call
22223
+ var tmp_35 = typeToken(createKType(getKClass(PlayerAnswerInteractorImpl), arrayOf([]), false));
22224
+ tmp$ret$34 = isInterface(tmp_35, TypeToken) ? tmp_35 : THROW_CCE();
22225
+ tmp$ret$35 = new Provider(tmp_34, tmp$ret$34, tmp8_provider);
22226
+ tmp_33.h2e(tmp$ret$35);
22227
+ return Unit_getInstance();
22228
+ }
22229
+ function botGameModule$lambda$lambda($this$provider) {
22230
+ init_properties_DI_kt_pa5hx();
22231
+ return new CombinationsFactory();
22232
+ }
22233
+ function botGameModule$lambda$lambda_0($this$provider) {
22234
+ init_properties_DI_kt_pa5hx();
22235
+ var tmp$ret$1;
22236
+ // Inline function 'org.kodein.di.instance' call
22237
+ var tmp = $this$provider.u2f();
22238
+ var tmp$ret$0;
22239
+ // Inline function 'org.kodein.type.generic' call
22240
+ var tmp_0 = typeToken(createKType(getKClass(CombinationsFactory), arrayOf([]), false));
22241
+ tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
22242
+ tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22243
+ var tmp_1 = tmp$ret$1;
22244
+ var tmp$ret$3;
22245
+ // Inline function 'org.kodein.di.instance' call
22246
+ var tmp_2 = $this$provider.u2f();
22247
+ var tmp$ret$2;
22248
+ // Inline function 'org.kodein.type.generic' call
22249
+ var tmp_3 = typeToken(createKType(getKClass(GameLogger), arrayOf([]), false));
22250
+ tmp$ret$2 = isInterface(tmp_3, TypeToken) ? tmp_3 : THROW_CCE();
22251
+ tmp$ret$3 = tmp_2.c2g(tmp$ret$2, null);
22252
+ return new CombinationCheckerProviderImpl(tmp_1, tmp$ret$3);
22253
+ }
22254
+ function botGameModule$lambda$lambda_1($this$provider) {
22255
+ init_properties_DI_kt_pa5hx();
22256
+ return new PlayerHappinessProviderImpl();
22257
+ }
22258
+ function botGameModule$lambda$lambda_2($this$provider) {
22259
+ init_properties_DI_kt_pa5hx();
22260
+ var tmp$ret$1;
22261
+ // Inline function 'org.kodein.di.instance' call
22262
+ var tmp = $this$provider.u2f();
22263
+ var tmp$ret$0;
22264
+ // Inline function 'org.kodein.type.generic' call
22265
+ var tmp_0 = typeToken(createKType(getKClass(GameLogger), arrayOf([]), false));
22266
+ tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
22267
+ tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22268
+ return new SuitRulesFactory(tmp$ret$1);
22269
+ }
22270
+ function botGameModule$lambda$lambda_3($this$provider) {
22271
+ init_properties_DI_kt_pa5hx();
22272
+ var tmp$ret$1;
22273
+ // Inline function 'org.kodein.di.instance' call
22274
+ var tmp = $this$provider.u2f();
22275
+ var tmp$ret$0;
22276
+ // Inline function 'org.kodein.type.generic' call
22277
+ var tmp_0 = typeToken(createKType(getKClass(GameLogger), arrayOf([]), false));
22278
+ tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
22279
+ tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22280
+ return new CardRulesFactory(tmp$ret$1);
22281
+ }
22282
+ function botGameModule$lambda$lambda_4($this$provider) {
22283
+ init_properties_DI_kt_pa5hx();
22284
+ var tmp$ret$1;
22285
+ // Inline function 'org.kodein.di.instance' call
22286
+ var tmp = $this$provider.u2f();
22287
+ var tmp$ret$0;
22288
+ // Inline function 'org.kodein.type.generic' call
22289
+ var tmp_0 = typeToken(createKType(getKClass(GameLogger), arrayOf([]), false));
22290
+ tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
22291
+ tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22292
+ return new CombinationRuleFactory(tmp$ret$1);
22293
+ }
22294
+ function botGameModule$lambda$lambda_5($this$provider) {
22295
+ init_properties_DI_kt_pa5hx();
22296
+ var tmp$ret$1;
22297
+ // Inline function 'org.kodein.di.instance' call
22298
+ var tmp = $this$provider.u2f();
22299
+ var tmp$ret$0;
22300
+ // Inline function 'org.kodein.type.generic' call
22301
+ var tmp_0 = typeToken(createKType(getKClass(SuitRulesFactory), arrayOf([]), false));
22302
+ tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
22303
+ tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22304
+ var tmp_1 = tmp$ret$1;
22305
+ var tmp$ret$3;
22306
+ // Inline function 'org.kodein.di.instance' call
22307
+ var tmp_2 = $this$provider.u2f();
22308
+ var tmp$ret$2;
22309
+ // Inline function 'org.kodein.type.generic' call
22310
+ var tmp_3 = typeToken(createKType(getKClass(CardRulesFactory), arrayOf([]), false));
22311
+ tmp$ret$2 = isInterface(tmp_3, TypeToken) ? tmp_3 : THROW_CCE();
22312
+ tmp$ret$3 = tmp_2.c2g(tmp$ret$2, null);
22313
+ var tmp_4 = tmp$ret$3;
22314
+ var tmp$ret$5;
22315
+ // Inline function 'org.kodein.di.instance' call
22316
+ var tmp_5 = $this$provider.u2f();
22317
+ var tmp$ret$4;
22318
+ // Inline function 'org.kodein.type.generic' call
22319
+ var tmp_6 = typeToken(createKType(getKClass(CombinationRuleFactory), arrayOf([]), false));
22320
+ tmp$ret$4 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
22321
+ tmp$ret$5 = tmp_5.c2g(tmp$ret$4, null);
22322
+ var tmp_7 = tmp$ret$5;
22323
+ var tmp$ret$7;
22324
+ // Inline function 'org.kodein.di.instance' call
22325
+ var tmp_8 = $this$provider.u2f();
22326
+ var tmp$ret$6;
22327
+ // Inline function 'org.kodein.type.generic' call
22328
+ var tmp_9 = typeToken(createKType(getKClass(GameLogicProvider), arrayOf([]), false));
22329
+ tmp$ret$6 = isInterface(tmp_9, TypeToken) ? tmp_9 : THROW_CCE();
22330
+ tmp$ret$7 = tmp_8.c2g(tmp$ret$6, null);
22331
+ var tmp_10 = tmp$ret$7;
22332
+ var tmp$ret$9;
22333
+ // Inline function 'org.kodein.di.instance' call
22334
+ var tmp_11 = $this$provider.u2f();
22335
+ var tmp$ret$8;
22336
+ // Inline function 'org.kodein.type.generic' call
22337
+ var tmp_12 = typeToken(createKType(getKClass(GameLogger), arrayOf([]), false));
22338
+ tmp$ret$8 = isInterface(tmp_12, TypeToken) ? tmp_12 : THROW_CCE();
22339
+ tmp$ret$9 = tmp_11.c2g(tmp$ret$8, null);
22340
+ return new RuleMatchingProviderImpl(tmp_1, tmp_4, tmp_7, tmp_10, tmp$ret$9);
22341
+ }
22342
+ function botGameModule$lambda$lambda_6($this$provider) {
22343
+ init_properties_DI_kt_pa5hx();
22344
+ var tmp$ret$1;
22345
+ // Inline function 'org.kodein.di.instance' call
22346
+ var tmp = $this$provider.u2f();
22347
+ var tmp$ret$0;
22348
+ // Inline function 'org.kodein.type.generic' call
22349
+ var tmp_0 = typeToken(createKType(getKClass(TeamsLogicProvider), arrayOf([]), false));
22350
+ tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
22351
+ tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22352
+ var tmp0_teamsLogicProvider = tmp$ret$1;
22353
+ var tmp$ret$3;
22354
+ // Inline function 'org.kodein.di.instance' call
22355
+ var tmp_1 = $this$provider.u2f();
22356
+ var tmp$ret$2;
22357
+ // Inline function 'org.kodein.type.generic' call
22358
+ var tmp_2 = typeToken(createKType(getKClass(CombinationCheckerProvider), arrayOf([]), false));
22359
+ tmp$ret$2 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
22360
+ tmp$ret$3 = tmp_1.c2g(tmp$ret$2, null);
22361
+ var tmp1_combinationCheckerProvider = tmp$ret$3;
22362
+ var tmp$ret$5;
22363
+ // Inline function 'org.kodein.di.instance' call
22364
+ var tmp_3 = $this$provider.u2f();
22365
+ var tmp$ret$4;
22366
+ // Inline function 'org.kodein.type.generic' call
22367
+ var tmp_4 = typeToken(createKType(getKClass(PlayerHappinessProvider), arrayOf([]), false));
22368
+ tmp$ret$4 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
22369
+ tmp$ret$5 = tmp_3.c2g(tmp$ret$4, null);
22370
+ var tmp2_playerHappinessProvider = tmp$ret$5;
22371
+ var tmp$ret$7;
22372
+ // Inline function 'org.kodein.di.instance' call
22373
+ var tmp_5 = $this$provider.u2f();
22374
+ var tmp$ret$6;
22375
+ // Inline function 'org.kodein.type.generic' call
22376
+ var tmp_6 = typeToken(createKType(getKClass(RuleMatchingProvider), arrayOf([]), false));
22377
+ tmp$ret$6 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
22378
+ tmp$ret$7 = tmp_5.c2g(tmp$ret$6, null);
22379
+ var tmp3_rulesMatchingProvider = tmp$ret$7;
22380
+ return new BotLogicInteractorImpl(tmp0_teamsLogicProvider, tmp2_playerHappinessProvider, tmp3_rulesMatchingProvider, tmp1_combinationCheckerProvider);
22381
+ }
22382
+ function botGameModule$lambda$lambda_7($this$provider) {
22383
+ init_properties_DI_kt_pa5hx();
22384
+ var tmp$ret$1;
22385
+ // Inline function 'org.kodein.di.instance' call
22386
+ var tmp = $this$provider.u2f();
22387
+ var tmp$ret$0;
22388
+ // Inline function 'org.kodein.type.generic' call
22389
+ var tmp_0 = typeToken(createKType(getKClass(TeamsLogicProvider), arrayOf([]), false));
22390
+ tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
22391
+ tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22392
+ var tmp0_teamsLogicProvider = tmp$ret$1;
22393
+ var tmp$ret$3;
22394
+ // Inline function 'org.kodein.di.instance' call
22395
+ var tmp_1 = $this$provider.u2f();
22396
+ var tmp$ret$2;
22397
+ // Inline function 'org.kodein.type.generic' call
22398
+ var tmp_2 = typeToken(createKType(getKClass(BotLogicInteractor), arrayOf([]), false));
22399
+ tmp$ret$2 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
22400
+ tmp$ret$3 = tmp_1.c2g(tmp$ret$2, null);
22401
+ var tmp1_botLogicInteractor = tmp$ret$3;
22402
+ var tmp$ret$5;
22403
+ // Inline function 'org.kodein.di.instance' call
22404
+ var tmp_3 = $this$provider.u2f();
22405
+ var tmp$ret$4;
22406
+ // Inline function 'org.kodein.type.generic' call
22407
+ var tmp_4 = typeToken(createKType(getKClass(CombinationCheckerProvider), arrayOf([]), false));
22408
+ tmp$ret$4 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
22409
+ tmp$ret$5 = tmp_3.c2g(tmp$ret$4, null);
22410
+ var tmp2_combinationCheckerProvider = tmp$ret$5;
22411
+ return new PlayerAnswerInteractorImpl(tmp1_botLogicInteractor, tmp0_teamsLogicProvider, tmp2_combinationCheckerProvider);
22412
+ }
22413
+ function getEngineGameModule$lambda$lambda($botReduxConfig) {
22414
+ return function ($this$singleton) {
22415
+ return $botReduxConfig;
22416
+ };
22417
+ }
22418
+ function getEngineGameModule$lambda$lambda_0($logicReduxConfig) {
22061
22419
  return function ($this$singleton) {
22062
22420
  return $logicReduxConfig;
22063
22421
  };
22064
22422
  }
22065
- function getEngineGameModule$lambda$lambda_0($this$provider) {
22423
+ function getEngineGameModule$lambda$lambda_1($this$provider) {
22066
22424
  init_properties_DI_kt_pa5hx();
22067
22425
  var tmp$ret$1;
22068
22426
  // Inline function 'org.kodein.di.instance' call
@@ -22083,7 +22441,7 @@
22083
22441
  tmp$ret$3 = tmp_2.c2g(tmp$ret$2, null);
22084
22442
  return new SceneRouterImpl(tmp_1, tmp$ret$3);
22085
22443
  }
22086
- function getEngineGameModule$lambda$lambda_1($this$provider) {
22444
+ function getEngineGameModule$lambda$lambda_2($this$provider) {
22087
22445
  init_properties_DI_kt_pa5hx();
22088
22446
  var tmp$ret$1;
22089
22447
  // Inline function 'org.kodein.di.instance' call
@@ -22095,19 +22453,19 @@
22095
22453
  tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22096
22454
  return new WinnerCombinationProviderImpl(tmp$ret$1);
22097
22455
  }
22098
- function getEngineGameModule$lambda$lambda_2($this$provider) {
22456
+ function getEngineGameModule$lambda$lambda_3($this$provider) {
22099
22457
  init_properties_DI_kt_pa5hx();
22100
22458
  return new PointWinnersProviderImpl();
22101
22459
  }
22102
- function getEngineGameModule$lambda$lambda_3($this$provider) {
22460
+ function getEngineGameModule$lambda$lambda_4($this$provider) {
22103
22461
  init_properties_DI_kt_pa5hx();
22104
22462
  return new PlayerTurnTagProvider();
22105
22463
  }
22106
- function getEngineGameModule$lambda$lambda_4($this$singleton) {
22464
+ function getEngineGameModule$lambda$lambda_5($this$singleton) {
22107
22465
  init_properties_DI_kt_pa5hx();
22108
22466
  return new MessageFactoryImpl();
22109
22467
  }
22110
- function getEngineGameModule$lambda$lambda_5($this$provider) {
22468
+ function getEngineGameModule$lambda$lambda_6($this$provider) {
22111
22469
  init_properties_DI_kt_pa5hx();
22112
22470
  var tmp$ret$1;
22113
22471
  // Inline function 'org.kodein.di.instance' call
@@ -22119,7 +22477,7 @@
22119
22477
  tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22120
22478
  return new LastCardInteractor(tmp$ret$1);
22121
22479
  }
22122
- function getEngineGameModule$lambda$lambda_6($this$provider) {
22480
+ function getEngineGameModule$lambda$lambda_7($this$provider) {
22123
22481
  init_properties_DI_kt_pa5hx();
22124
22482
  var tmp$ret$1;
22125
22483
  // Inline function 'org.kodein.di.instance' call
@@ -22168,7 +22526,7 @@
22168
22526
  var tmp4_messageFactory = tmp$ret$9;
22169
22527
  return new GameMechanicLogicInteractorImpl(tmp0_teamsLogicProvider, tmp1_combinationsInteractor, tmp2_gameLogicProvider, tmp4_messageFactory, tmp3_logger);
22170
22528
  }
22171
- function getEngineGameModule$lambda$lambda_7($this$singleton) {
22529
+ function getEngineGameModule$lambda$lambda_8($this$singleton) {
22172
22530
  init_properties_DI_kt_pa5hx();
22173
22531
  var tmp$ret$1;
22174
22532
  // Inline function 'org.kodein.di.instance' call
@@ -22189,7 +22547,7 @@
22189
22547
  tmp$ret$3 = tmp_2.c2g(tmp$ret$2, null);
22190
22548
  return new CardDeckInteractorImpl(tmp_1, tmp$ret$3);
22191
22549
  }
22192
- function getEngineGameModule$lambda$lambda_8($this$singleton) {
22550
+ function getEngineGameModule$lambda$lambda_9($this$singleton) {
22193
22551
  init_properties_DI_kt_pa5hx();
22194
22552
  var tmp$ret$1;
22195
22553
  // Inline function 'org.kodein.di.instance' call
@@ -22201,7 +22559,7 @@
22201
22559
  tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22202
22560
  return new DealerInteractorImpl(tmp$ret$1);
22203
22561
  }
22204
- function getEngineGameModule$lambda$lambda_9($this$singleton) {
22562
+ function getEngineGameModule$lambda$lambda_10($this$singleton) {
22205
22563
  init_properties_DI_kt_pa5hx();
22206
22564
  var tmp$ret$1;
22207
22565
  // Inline function 'org.kodein.di.instance' call
@@ -22222,7 +22580,7 @@
22222
22580
  tmp$ret$3 = tmp_2.c2g(tmp$ret$2, null);
22223
22581
  return new PlayerOptionsInteractorImpl(tmp_1, tmp$ret$3);
22224
22582
  }
22225
- function getEngineGameModule$lambda$lambda_10($this$singleton) {
22583
+ function getEngineGameModule$lambda$lambda_11($this$singleton) {
22226
22584
  init_properties_DI_kt_pa5hx();
22227
22585
  var tmp$ret$1;
22228
22586
  // Inline function 'org.kodein.di.instance' call
@@ -22243,7 +22601,7 @@
22243
22601
  tmp$ret$3 = tmp_2.c2g(tmp$ret$2, null);
22244
22602
  return new PlayerTurnInteractorImpl(tmp_1, tmp$ret$3);
22245
22603
  }
22246
- function getEngineGameModule$lambda$lambda_11($this$singleton) {
22604
+ function getEngineGameModule$lambda$lambda_12($this$singleton) {
22247
22605
  init_properties_DI_kt_pa5hx();
22248
22606
  var tmp$ret$1;
22249
22607
  // Inline function 'org.kodein.di.instance' call
@@ -22264,7 +22622,7 @@
22264
22622
  tmp$ret$3 = tmp_2.c2g(tmp$ret$2, null);
22265
22623
  return new CombinationsInteractorImpl(tmp_1, tmp$ret$3);
22266
22624
  }
22267
- function getEngineGameModule$lambda$lambda_12($this$singleton) {
22625
+ function getEngineGameModule$lambda$lambda_13($this$singleton) {
22268
22626
  init_properties_DI_kt_pa5hx();
22269
22627
  var tmp$ret$1;
22270
22628
  // Inline function 'org.kodein.di.instance' call
@@ -22285,7 +22643,7 @@
22285
22643
  tmp$ret$3 = tmp_2.c2g(tmp$ret$2, null);
22286
22644
  return new PointsInteractorImpl(tmp_1, tmp$ret$3);
22287
22645
  }
22288
- function getEngineGameModule$lambda$lambda_13($this$provider) {
22646
+ function getEngineGameModule$lambda$lambda_14($this$provider) {
22289
22647
  init_properties_DI_kt_pa5hx();
22290
22648
  var tmp$ret$1;
22291
22649
  // Inline function 'org.kodein.di.instance' call
@@ -22360,7 +22718,7 @@
22360
22718
  tmp$ret$15 = tmp_20.c2g(tmp$ret$14, null);
22361
22719
  return new SceneFactory(tmp_1, tmp_4, tmp_7, tmp_10, tmp_13, tmp_16, tmp_19, tmp$ret$15);
22362
22720
  }
22363
- function getEngineGameModule$lambda$lambda_14($this$provider) {
22721
+ function getEngineGameModule$lambda$lambda_15($this$provider) {
22364
22722
  init_properties_DI_kt_pa5hx();
22365
22723
  var tmp$ret$1;
22366
22724
  // Inline function 'org.kodein.di.instance' call
@@ -22408,7 +22766,7 @@
22408
22766
  tmp$ret$9 = tmp_11.c2g(tmp$ret$8, null);
22409
22767
  return new SceneReducer(tmp_1, tmp_4, tmp_7, tmp_10, tmp$ret$9);
22410
22768
  }
22411
- function getEngineGameModule$lambda$lambda_15($this$provider) {
22769
+ function getEngineGameModule$lambda$lambda_16($this$provider) {
22412
22770
  init_properties_DI_kt_pa5hx();
22413
22771
  var tmp$ret$1;
22414
22772
  // Inline function 'org.kodein.di.instance' call
@@ -22420,7 +22778,7 @@
22420
22778
  tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22421
22779
  return new SceneActReducer(tmp$ret$1);
22422
22780
  }
22423
- function getEngineGameModule$lambda$lambda_16($this$provider) {
22781
+ function getEngineGameModule$lambda$lambda_17($this$provider) {
22424
22782
  init_properties_DI_kt_pa5hx();
22425
22783
  var tmp$ret$1;
22426
22784
  // Inline function 'org.kodein.di.instance' call
@@ -22432,7 +22790,7 @@
22432
22790
  tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22433
22791
  return new TableLifecycleReducer(tmp$ret$1);
22434
22792
  }
22435
- function getEngineGameModule$lambda$lambda_17($this$provider) {
22793
+ function getEngineGameModule$lambda$lambda_18($this$provider) {
22436
22794
  init_properties_DI_kt_pa5hx();
22437
22795
  var tmp$ret$1;
22438
22796
  // Inline function 'org.kodein.di.instance' call
@@ -22444,7 +22802,7 @@
22444
22802
  tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22445
22803
  return new PlayerTurnMechanicReducer(tmp$ret$1);
22446
22804
  }
22447
- function getEngineGameModule$lambda$lambda_18($this$provider) {
22805
+ function getEngineGameModule$lambda$lambda_19($this$provider) {
22448
22806
  init_properties_DI_kt_pa5hx();
22449
22807
  var tmp$ret$1;
22450
22808
  // Inline function 'org.kodein.di.instance' call
@@ -22456,11 +22814,11 @@
22456
22814
  tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22457
22815
  return new PlayerSceneReducer(tmp$ret$1);
22458
22816
  }
22459
- function getEngineGameModule$lambda$lambda_19($this$provider) {
22817
+ function getEngineGameModule$lambda$lambda_20($this$provider) {
22460
22818
  init_properties_DI_kt_pa5hx();
22461
22819
  return new TeamsMechanicReducer();
22462
22820
  }
22463
- function getEngineGameModule$lambda$lambda_20($this$provider) {
22821
+ function getEngineGameModule$lambda$lambda_21($this$provider) {
22464
22822
  init_properties_DI_kt_pa5hx();
22465
22823
  var tmp$ret$1;
22466
22824
  // Inline function 'org.kodein.di.instance' call
@@ -22490,7 +22848,7 @@
22490
22848
  tmp$ret$5 = tmp_5.c2g(tmp$ret$4, null);
22491
22849
  return new CombinationsMechanicReducer(tmp_1, tmp_4, tmp$ret$5);
22492
22850
  }
22493
- function getEngineGameModule$lambda$lambda_21($this$provider) {
22851
+ function getEngineGameModule$lambda$lambda_22($this$provider) {
22494
22852
  init_properties_DI_kt_pa5hx();
22495
22853
  var tmp$ret$1;
22496
22854
  // Inline function 'org.kodein.di.instance' call
@@ -22502,7 +22860,7 @@
22502
22860
  tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
22503
22861
  return new TradeMechanicReducer(tmp$ret$1);
22504
22862
  }
22505
- function getEngineGameModule$lambda$lambda_22($this$provider) {
22863
+ function getEngineGameModule$lambda$lambda_23($this$provider) {
22506
22864
  init_properties_DI_kt_pa5hx();
22507
22865
  var tmp$ret$1;
22508
22866
  // Inline function 'org.kodein.di.instance' call
@@ -22545,25 +22903,25 @@
22545
22903
  return function ($this$$receiver) {
22546
22904
  var tmp = get_jsonModule();
22547
22905
  $this$$receiver.u2e(tmp, false, 2, null);
22548
- var tmp_0 = getBotGameModule($botReduxConfig);
22906
+ var tmp_0 = get_botGameModule();
22549
22907
  $this$$receiver.u2e(tmp_0, false, 2, null);
22550
22908
  var tmp$ret$1;
22551
22909
  // Inline function 'org.kodein.di.bind' call
22552
22910
  var tmp$ret$0;
22553
22911
  // Inline function 'org.kodein.type.generic' call
22554
- var tmp_1 = typeToken(createKType(getKClass(LogicReduxConfig), arrayOf([]), false));
22912
+ var tmp_1 = typeToken(createKType(getKClass(BotReduxConfig), arrayOf([]), false));
22555
22913
  tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
22556
22914
  tmp$ret$1 = $this$$receiver.s2e(tmp$ret$0, null, null);
22557
22915
  var tmp_2 = tmp$ret$1;
22558
22916
  var tmp$ret$3;
22559
22917
  // Inline function 'org.kodein.di.singleton' call
22560
- var tmp0_singleton = getEngineGameModule$lambda$lambda($logicReduxConfig);
22918
+ var tmp0_singleton = getEngineGameModule$lambda$lambda($botReduxConfig);
22561
22919
  var tmp_3 = $this$$receiver.e2e();
22562
22920
  var tmp_4 = $this$$receiver.f2e();
22563
22921
  var tmp_5 = $this$$receiver.g2e();
22564
22922
  var tmp$ret$2;
22565
22923
  // Inline function 'org.kodein.type.generic' call
22566
- var tmp_6 = typeToken(createKType(getKClass(LogicReduxConfig), arrayOf([]), false));
22924
+ var tmp_6 = typeToken(createKType(getKClass(BotReduxConfig), arrayOf([]), false));
22567
22925
  tmp$ret$2 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
22568
22926
  tmp$ret$3 = new Singleton(tmp_3, tmp_4, tmp_5, tmp$ret$2, null, true, tmp0_singleton);
22569
22927
  tmp_2.h2e(tmp$ret$3);
@@ -22571,155 +22929,155 @@
22571
22929
  // Inline function 'org.kodein.di.bind' call
22572
22930
  var tmp$ret$4;
22573
22931
  // Inline function 'org.kodein.type.generic' call
22574
- var tmp_7 = typeToken(createKType(getKClass(SceneRouter), arrayOf([]), false));
22932
+ var tmp_7 = typeToken(createKType(getKClass(LogicReduxConfig), arrayOf([]), false));
22575
22933
  tmp$ret$4 = isInterface(tmp_7, TypeToken) ? tmp_7 : THROW_CCE();
22576
22934
  tmp$ret$5 = $this$$receiver.s2e(tmp$ret$4, null, null);
22577
22935
  var tmp_8 = tmp$ret$5;
22578
22936
  var tmp$ret$7;
22579
- // Inline function 'org.kodein.di.provider' call
22580
- var tmp1_provider = getEngineGameModule$lambda$lambda_0;
22581
- var tmp_9 = $this$$receiver.f2e();
22937
+ // Inline function 'org.kodein.di.singleton' call
22938
+ var tmp1_singleton = getEngineGameModule$lambda$lambda_0($logicReduxConfig);
22939
+ var tmp_9 = $this$$receiver.e2e();
22940
+ var tmp_10 = $this$$receiver.f2e();
22941
+ var tmp_11 = $this$$receiver.g2e();
22582
22942
  var tmp$ret$6;
22583
22943
  // Inline function 'org.kodein.type.generic' call
22584
- var tmp_10 = typeToken(createKType(getKClass(SceneRouterImpl), arrayOf([]), false));
22585
- tmp$ret$6 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
22586
- tmp$ret$7 = new Provider(tmp_9, tmp$ret$6, tmp1_provider);
22944
+ var tmp_12 = typeToken(createKType(getKClass(LogicReduxConfig), arrayOf([]), false));
22945
+ tmp$ret$6 = isInterface(tmp_12, TypeToken) ? tmp_12 : THROW_CCE();
22946
+ tmp$ret$7 = new Singleton(tmp_9, tmp_10, tmp_11, tmp$ret$6, null, true, tmp1_singleton);
22587
22947
  tmp_8.h2e(tmp$ret$7);
22588
22948
  var tmp$ret$9;
22589
22949
  // Inline function 'org.kodein.di.bind' call
22590
22950
  var tmp$ret$8;
22591
22951
  // Inline function 'org.kodein.type.generic' call
22592
- var tmp_11 = typeToken(createKType(getKClass(WinnerCombinationProvider), arrayOf([]), false));
22593
- tmp$ret$8 = isInterface(tmp_11, TypeToken) ? tmp_11 : THROW_CCE();
22952
+ var tmp_13 = typeToken(createKType(getKClass(SceneRouter), arrayOf([]), false));
22953
+ tmp$ret$8 = isInterface(tmp_13, TypeToken) ? tmp_13 : THROW_CCE();
22594
22954
  tmp$ret$9 = $this$$receiver.s2e(tmp$ret$8, null, null);
22595
- var tmp_12 = tmp$ret$9;
22955
+ var tmp_14 = tmp$ret$9;
22596
22956
  var tmp$ret$11;
22597
22957
  // Inline function 'org.kodein.di.provider' call
22598
22958
  var tmp2_provider = getEngineGameModule$lambda$lambda_1;
22599
- var tmp_13 = $this$$receiver.f2e();
22959
+ var tmp_15 = $this$$receiver.f2e();
22600
22960
  var tmp$ret$10;
22601
22961
  // Inline function 'org.kodein.type.generic' call
22602
- var tmp_14 = typeToken(createKType(getKClass(WinnerCombinationProviderImpl), arrayOf([]), false));
22603
- tmp$ret$10 = isInterface(tmp_14, TypeToken) ? tmp_14 : THROW_CCE();
22604
- tmp$ret$11 = new Provider(tmp_13, tmp$ret$10, tmp2_provider);
22605
- tmp_12.h2e(tmp$ret$11);
22962
+ var tmp_16 = typeToken(createKType(getKClass(SceneRouterImpl), arrayOf([]), false));
22963
+ tmp$ret$10 = isInterface(tmp_16, TypeToken) ? tmp_16 : THROW_CCE();
22964
+ tmp$ret$11 = new Provider(tmp_15, tmp$ret$10, tmp2_provider);
22965
+ tmp_14.h2e(tmp$ret$11);
22606
22966
  var tmp$ret$13;
22607
22967
  // Inline function 'org.kodein.di.bind' call
22608
22968
  var tmp$ret$12;
22609
22969
  // Inline function 'org.kodein.type.generic' call
22610
- var tmp_15 = typeToken(createKType(getKClass(PointWinnersProvider), arrayOf([]), false));
22611
- tmp$ret$12 = isInterface(tmp_15, TypeToken) ? tmp_15 : THROW_CCE();
22970
+ var tmp_17 = typeToken(createKType(getKClass(WinnerCombinationProvider), arrayOf([]), false));
22971
+ tmp$ret$12 = isInterface(tmp_17, TypeToken) ? tmp_17 : THROW_CCE();
22612
22972
  tmp$ret$13 = $this$$receiver.s2e(tmp$ret$12, null, null);
22613
- var tmp_16 = tmp$ret$13;
22973
+ var tmp_18 = tmp$ret$13;
22614
22974
  var tmp$ret$15;
22615
22975
  // Inline function 'org.kodein.di.provider' call
22616
22976
  var tmp3_provider = getEngineGameModule$lambda$lambda_2;
22617
- var tmp_17 = $this$$receiver.f2e();
22977
+ var tmp_19 = $this$$receiver.f2e();
22618
22978
  var tmp$ret$14;
22619
22979
  // Inline function 'org.kodein.type.generic' call
22620
- var tmp_18 = typeToken(createKType(getKClass(PointWinnersProviderImpl), arrayOf([]), false));
22621
- tmp$ret$14 = isInterface(tmp_18, TypeToken) ? tmp_18 : THROW_CCE();
22622
- tmp$ret$15 = new Provider(tmp_17, tmp$ret$14, tmp3_provider);
22623
- tmp_16.h2e(tmp$ret$15);
22980
+ var tmp_20 = typeToken(createKType(getKClass(WinnerCombinationProviderImpl), arrayOf([]), false));
22981
+ tmp$ret$14 = isInterface(tmp_20, TypeToken) ? tmp_20 : THROW_CCE();
22982
+ tmp$ret$15 = new Provider(tmp_19, tmp$ret$14, tmp3_provider);
22983
+ tmp_18.h2e(tmp$ret$15);
22624
22984
  var tmp$ret$17;
22625
22985
  // Inline function 'org.kodein.di.bind' call
22626
22986
  var tmp$ret$16;
22627
22987
  // Inline function 'org.kodein.type.generic' call
22628
- var tmp_19 = typeToken(createKType(getKClass(PlayerTurnTagProvider), arrayOf([]), false));
22629
- tmp$ret$16 = isInterface(tmp_19, TypeToken) ? tmp_19 : THROW_CCE();
22988
+ var tmp_21 = typeToken(createKType(getKClass(PointWinnersProvider), arrayOf([]), false));
22989
+ tmp$ret$16 = isInterface(tmp_21, TypeToken) ? tmp_21 : THROW_CCE();
22630
22990
  tmp$ret$17 = $this$$receiver.s2e(tmp$ret$16, null, null);
22631
- var tmp_20 = tmp$ret$17;
22991
+ var tmp_22 = tmp$ret$17;
22632
22992
  var tmp$ret$19;
22633
22993
  // Inline function 'org.kodein.di.provider' call
22634
22994
  var tmp4_provider = getEngineGameModule$lambda$lambda_3;
22635
- var tmp_21 = $this$$receiver.f2e();
22995
+ var tmp_23 = $this$$receiver.f2e();
22636
22996
  var tmp$ret$18;
22637
22997
  // Inline function 'org.kodein.type.generic' call
22638
- var tmp_22 = typeToken(createKType(getKClass(PlayerTurnTagProvider), arrayOf([]), false));
22639
- tmp$ret$18 = isInterface(tmp_22, TypeToken) ? tmp_22 : THROW_CCE();
22640
- tmp$ret$19 = new Provider(tmp_21, tmp$ret$18, tmp4_provider);
22641
- tmp_20.h2e(tmp$ret$19);
22998
+ var tmp_24 = typeToken(createKType(getKClass(PointWinnersProviderImpl), arrayOf([]), false));
22999
+ tmp$ret$18 = isInterface(tmp_24, TypeToken) ? tmp_24 : THROW_CCE();
23000
+ tmp$ret$19 = new Provider(tmp_23, tmp$ret$18, tmp4_provider);
23001
+ tmp_22.h2e(tmp$ret$19);
22642
23002
  var tmp$ret$21;
22643
23003
  // Inline function 'org.kodein.di.bind' call
22644
23004
  var tmp$ret$20;
22645
23005
  // Inline function 'org.kodein.type.generic' call
22646
- var tmp_23 = typeToken(createKType(getKClass(MessageFactory), arrayOf([]), false));
22647
- tmp$ret$20 = isInterface(tmp_23, TypeToken) ? tmp_23 : THROW_CCE();
23006
+ var tmp_25 = typeToken(createKType(getKClass(PlayerTurnTagProvider), arrayOf([]), false));
23007
+ tmp$ret$20 = isInterface(tmp_25, TypeToken) ? tmp_25 : THROW_CCE();
22648
23008
  tmp$ret$21 = $this$$receiver.s2e(tmp$ret$20, null, null);
22649
- var tmp_24 = tmp$ret$21;
23009
+ var tmp_26 = tmp$ret$21;
22650
23010
  var tmp$ret$23;
22651
- // Inline function 'org.kodein.di.singleton' call
22652
- var tmp5_singleton = getEngineGameModule$lambda$lambda_4;
22653
- var tmp_25 = $this$$receiver.e2e();
22654
- var tmp_26 = $this$$receiver.f2e();
22655
- var tmp_27 = $this$$receiver.g2e();
23011
+ // Inline function 'org.kodein.di.provider' call
23012
+ var tmp5_provider = getEngineGameModule$lambda$lambda_4;
23013
+ var tmp_27 = $this$$receiver.f2e();
22656
23014
  var tmp$ret$22;
22657
23015
  // Inline function 'org.kodein.type.generic' call
22658
- var tmp_28 = typeToken(createKType(getKClass(MessageFactoryImpl), arrayOf([]), false));
23016
+ var tmp_28 = typeToken(createKType(getKClass(PlayerTurnTagProvider), arrayOf([]), false));
22659
23017
  tmp$ret$22 = isInterface(tmp_28, TypeToken) ? tmp_28 : THROW_CCE();
22660
- tmp$ret$23 = new Singleton(tmp_25, tmp_26, tmp_27, tmp$ret$22, null, true, tmp5_singleton);
22661
- tmp_24.h2e(tmp$ret$23);
23018
+ tmp$ret$23 = new Provider(tmp_27, tmp$ret$22, tmp5_provider);
23019
+ tmp_26.h2e(tmp$ret$23);
22662
23020
  var tmp$ret$25;
22663
23021
  // Inline function 'org.kodein.di.bind' call
22664
23022
  var tmp$ret$24;
22665
23023
  // Inline function 'org.kodein.type.generic' call
22666
- var tmp_29 = typeToken(createKType(getKClass(LastCardInteractor), arrayOf([]), false));
23024
+ var tmp_29 = typeToken(createKType(getKClass(MessageFactory), arrayOf([]), false));
22667
23025
  tmp$ret$24 = isInterface(tmp_29, TypeToken) ? tmp_29 : THROW_CCE();
22668
23026
  tmp$ret$25 = $this$$receiver.s2e(tmp$ret$24, null, null);
22669
23027
  var tmp_30 = tmp$ret$25;
22670
23028
  var tmp$ret$27;
22671
- // Inline function 'org.kodein.di.provider' call
22672
- var tmp6_provider = getEngineGameModule$lambda$lambda_5;
22673
- var tmp_31 = $this$$receiver.f2e();
23029
+ // Inline function 'org.kodein.di.singleton' call
23030
+ var tmp6_singleton = getEngineGameModule$lambda$lambda_5;
23031
+ var tmp_31 = $this$$receiver.e2e();
23032
+ var tmp_32 = $this$$receiver.f2e();
23033
+ var tmp_33 = $this$$receiver.g2e();
22674
23034
  var tmp$ret$26;
22675
23035
  // Inline function 'org.kodein.type.generic' call
22676
- var tmp_32 = typeToken(createKType(getKClass(LastCardInteractor), arrayOf([]), false));
22677
- tmp$ret$26 = isInterface(tmp_32, TypeToken) ? tmp_32 : THROW_CCE();
22678
- tmp$ret$27 = new Provider(tmp_31, tmp$ret$26, tmp6_provider);
23036
+ var tmp_34 = typeToken(createKType(getKClass(MessageFactoryImpl), arrayOf([]), false));
23037
+ tmp$ret$26 = isInterface(tmp_34, TypeToken) ? tmp_34 : THROW_CCE();
23038
+ tmp$ret$27 = new Singleton(tmp_31, tmp_32, tmp_33, tmp$ret$26, null, true, tmp6_singleton);
22679
23039
  tmp_30.h2e(tmp$ret$27);
22680
23040
  var tmp$ret$29;
22681
23041
  // Inline function 'org.kodein.di.bind' call
22682
23042
  var tmp$ret$28;
22683
23043
  // Inline function 'org.kodein.type.generic' call
22684
- var tmp_33 = typeToken(createKType(getKClass(GameMechanicLogicInteractor), arrayOf([]), false));
22685
- tmp$ret$28 = isInterface(tmp_33, TypeToken) ? tmp_33 : THROW_CCE();
23044
+ var tmp_35 = typeToken(createKType(getKClass(LastCardInteractor), arrayOf([]), false));
23045
+ tmp$ret$28 = isInterface(tmp_35, TypeToken) ? tmp_35 : THROW_CCE();
22686
23046
  tmp$ret$29 = $this$$receiver.s2e(tmp$ret$28, null, null);
22687
- var tmp_34 = tmp$ret$29;
23047
+ var tmp_36 = tmp$ret$29;
22688
23048
  var tmp$ret$31;
22689
23049
  // Inline function 'org.kodein.di.provider' call
22690
23050
  var tmp7_provider = getEngineGameModule$lambda$lambda_6;
22691
- var tmp_35 = $this$$receiver.f2e();
23051
+ var tmp_37 = $this$$receiver.f2e();
22692
23052
  var tmp$ret$30;
22693
23053
  // Inline function 'org.kodein.type.generic' call
22694
- var tmp_36 = typeToken(createKType(getKClass(GameMechanicLogicInteractorImpl), arrayOf([]), false));
22695
- tmp$ret$30 = isInterface(tmp_36, TypeToken) ? tmp_36 : THROW_CCE();
22696
- tmp$ret$31 = new Provider(tmp_35, tmp$ret$30, tmp7_provider);
22697
- tmp_34.h2e(tmp$ret$31);
23054
+ var tmp_38 = typeToken(createKType(getKClass(LastCardInteractor), arrayOf([]), false));
23055
+ tmp$ret$30 = isInterface(tmp_38, TypeToken) ? tmp_38 : THROW_CCE();
23056
+ tmp$ret$31 = new Provider(tmp_37, tmp$ret$30, tmp7_provider);
23057
+ tmp_36.h2e(tmp$ret$31);
22698
23058
  var tmp$ret$33;
22699
23059
  // Inline function 'org.kodein.di.bind' call
22700
23060
  var tmp$ret$32;
22701
23061
  // Inline function 'org.kodein.type.generic' call
22702
- var tmp_37 = typeToken(createKType(getKClass(CardDeckInteractor), arrayOf([]), false));
22703
- tmp$ret$32 = isInterface(tmp_37, TypeToken) ? tmp_37 : THROW_CCE();
23062
+ var tmp_39 = typeToken(createKType(getKClass(GameMechanicLogicInteractor), arrayOf([]), false));
23063
+ tmp$ret$32 = isInterface(tmp_39, TypeToken) ? tmp_39 : THROW_CCE();
22704
23064
  tmp$ret$33 = $this$$receiver.s2e(tmp$ret$32, null, null);
22705
- var tmp_38 = tmp$ret$33;
23065
+ var tmp_40 = tmp$ret$33;
22706
23066
  var tmp$ret$35;
22707
- // Inline function 'org.kodein.di.singleton' call
22708
- var tmp8_singleton = getEngineGameModule$lambda$lambda_7;
22709
- var tmp_39 = $this$$receiver.e2e();
22710
- var tmp_40 = $this$$receiver.f2e();
22711
- var tmp_41 = $this$$receiver.g2e();
23067
+ // Inline function 'org.kodein.di.provider' call
23068
+ var tmp8_provider = getEngineGameModule$lambda$lambda_7;
23069
+ var tmp_41 = $this$$receiver.f2e();
22712
23070
  var tmp$ret$34;
22713
23071
  // Inline function 'org.kodein.type.generic' call
22714
- var tmp_42 = typeToken(createKType(getKClass(CardDeckInteractorImpl), arrayOf([]), false));
23072
+ var tmp_42 = typeToken(createKType(getKClass(GameMechanicLogicInteractorImpl), arrayOf([]), false));
22715
23073
  tmp$ret$34 = isInterface(tmp_42, TypeToken) ? tmp_42 : THROW_CCE();
22716
- tmp$ret$35 = new Singleton(tmp_39, tmp_40, tmp_41, tmp$ret$34, null, true, tmp8_singleton);
22717
- tmp_38.h2e(tmp$ret$35);
23074
+ tmp$ret$35 = new Provider(tmp_41, tmp$ret$34, tmp8_provider);
23075
+ tmp_40.h2e(tmp$ret$35);
22718
23076
  var tmp$ret$37;
22719
23077
  // Inline function 'org.kodein.di.bind' call
22720
23078
  var tmp$ret$36;
22721
23079
  // Inline function 'org.kodein.type.generic' call
22722
- var tmp_43 = typeToken(createKType(getKClass(DealerInteractor), arrayOf([]), false));
23080
+ var tmp_43 = typeToken(createKType(getKClass(CardDeckInteractor), arrayOf([]), false));
22723
23081
  tmp$ret$36 = isInterface(tmp_43, TypeToken) ? tmp_43 : THROW_CCE();
22724
23082
  tmp$ret$37 = $this$$receiver.s2e(tmp$ret$36, null, null);
22725
23083
  var tmp_44 = tmp$ret$37;
@@ -22731,7 +23089,7 @@
22731
23089
  var tmp_47 = $this$$receiver.g2e();
22732
23090
  var tmp$ret$38;
22733
23091
  // Inline function 'org.kodein.type.generic' call
22734
- var tmp_48 = typeToken(createKType(getKClass(DealerInteractorImpl), arrayOf([]), false));
23092
+ var tmp_48 = typeToken(createKType(getKClass(CardDeckInteractorImpl), arrayOf([]), false));
22735
23093
  tmp$ret$38 = isInterface(tmp_48, TypeToken) ? tmp_48 : THROW_CCE();
22736
23094
  tmp$ret$39 = new Singleton(tmp_45, tmp_46, tmp_47, tmp$ret$38, null, true, tmp9_singleton);
22737
23095
  tmp_44.h2e(tmp$ret$39);
@@ -22739,7 +23097,7 @@
22739
23097
  // Inline function 'org.kodein.di.bind' call
22740
23098
  var tmp$ret$40;
22741
23099
  // Inline function 'org.kodein.type.generic' call
22742
- var tmp_49 = typeToken(createKType(getKClass(PlayerOptionsInteractor), arrayOf([]), false));
23100
+ var tmp_49 = typeToken(createKType(getKClass(DealerInteractor), arrayOf([]), false));
22743
23101
  tmp$ret$40 = isInterface(tmp_49, TypeToken) ? tmp_49 : THROW_CCE();
22744
23102
  tmp$ret$41 = $this$$receiver.s2e(tmp$ret$40, null, null);
22745
23103
  var tmp_50 = tmp$ret$41;
@@ -22751,7 +23109,7 @@
22751
23109
  var tmp_53 = $this$$receiver.g2e();
22752
23110
  var tmp$ret$42;
22753
23111
  // Inline function 'org.kodein.type.generic' call
22754
- var tmp_54 = typeToken(createKType(getKClass(PlayerOptionsInteractorImpl), arrayOf([]), false));
23112
+ var tmp_54 = typeToken(createKType(getKClass(DealerInteractorImpl), arrayOf([]), false));
22755
23113
  tmp$ret$42 = isInterface(tmp_54, TypeToken) ? tmp_54 : THROW_CCE();
22756
23114
  tmp$ret$43 = new Singleton(tmp_51, tmp_52, tmp_53, tmp$ret$42, null, true, tmp10_singleton);
22757
23115
  tmp_50.h2e(tmp$ret$43);
@@ -22759,7 +23117,7 @@
22759
23117
  // Inline function 'org.kodein.di.bind' call
22760
23118
  var tmp$ret$44;
22761
23119
  // Inline function 'org.kodein.type.generic' call
22762
- var tmp_55 = typeToken(createKType(getKClass(PlayerTurnInteractor), arrayOf([]), false));
23120
+ var tmp_55 = typeToken(createKType(getKClass(PlayerOptionsInteractor), arrayOf([]), false));
22763
23121
  tmp$ret$44 = isInterface(tmp_55, TypeToken) ? tmp_55 : THROW_CCE();
22764
23122
  tmp$ret$45 = $this$$receiver.s2e(tmp$ret$44, null, null);
22765
23123
  var tmp_56 = tmp$ret$45;
@@ -22771,7 +23129,7 @@
22771
23129
  var tmp_59 = $this$$receiver.g2e();
22772
23130
  var tmp$ret$46;
22773
23131
  // Inline function 'org.kodein.type.generic' call
22774
- var tmp_60 = typeToken(createKType(getKClass(PlayerTurnInteractorImpl), arrayOf([]), false));
23132
+ var tmp_60 = typeToken(createKType(getKClass(PlayerOptionsInteractorImpl), arrayOf([]), false));
22775
23133
  tmp$ret$46 = isInterface(tmp_60, TypeToken) ? tmp_60 : THROW_CCE();
22776
23134
  tmp$ret$47 = new Singleton(tmp_57, tmp_58, tmp_59, tmp$ret$46, null, true, tmp11_singleton);
22777
23135
  tmp_56.h2e(tmp$ret$47);
@@ -22779,7 +23137,7 @@
22779
23137
  // Inline function 'org.kodein.di.bind' call
22780
23138
  var tmp$ret$48;
22781
23139
  // Inline function 'org.kodein.type.generic' call
22782
- var tmp_61 = typeToken(createKType(getKClass(CombinationsInteractor), arrayOf([]), false));
23140
+ var tmp_61 = typeToken(createKType(getKClass(PlayerTurnInteractor), arrayOf([]), false));
22783
23141
  tmp$ret$48 = isInterface(tmp_61, TypeToken) ? tmp_61 : THROW_CCE();
22784
23142
  tmp$ret$49 = $this$$receiver.s2e(tmp$ret$48, null, null);
22785
23143
  var tmp_62 = tmp$ret$49;
@@ -22791,7 +23149,7 @@
22791
23149
  var tmp_65 = $this$$receiver.g2e();
22792
23150
  var tmp$ret$50;
22793
23151
  // Inline function 'org.kodein.type.generic' call
22794
- var tmp_66 = typeToken(createKType(getKClass(CombinationsInteractorImpl), arrayOf([]), false));
23152
+ var tmp_66 = typeToken(createKType(getKClass(PlayerTurnInteractorImpl), arrayOf([]), false));
22795
23153
  tmp$ret$50 = isInterface(tmp_66, TypeToken) ? tmp_66 : THROW_CCE();
22796
23154
  tmp$ret$51 = new Singleton(tmp_63, tmp_64, tmp_65, tmp$ret$50, null, true, tmp12_singleton);
22797
23155
  tmp_62.h2e(tmp$ret$51);
@@ -22799,7 +23157,7 @@
22799
23157
  // Inline function 'org.kodein.di.bind' call
22800
23158
  var tmp$ret$52;
22801
23159
  // Inline function 'org.kodein.type.generic' call
22802
- var tmp_67 = typeToken(createKType(getKClass(PointsInteractor), arrayOf([]), false));
23160
+ var tmp_67 = typeToken(createKType(getKClass(CombinationsInteractor), arrayOf([]), false));
22803
23161
  tmp$ret$52 = isInterface(tmp_67, TypeToken) ? tmp_67 : THROW_CCE();
22804
23162
  tmp$ret$53 = $this$$receiver.s2e(tmp$ret$52, null, null);
22805
23163
  var tmp_68 = tmp$ret$53;
@@ -22811,7 +23169,7 @@
22811
23169
  var tmp_71 = $this$$receiver.g2e();
22812
23170
  var tmp$ret$54;
22813
23171
  // Inline function 'org.kodein.type.generic' call
22814
- var tmp_72 = typeToken(createKType(getKClass(PointsInteractorImpl), arrayOf([]), false));
23172
+ var tmp_72 = typeToken(createKType(getKClass(CombinationsInteractorImpl), arrayOf([]), false));
22815
23173
  tmp$ret$54 = isInterface(tmp_72, TypeToken) ? tmp_72 : THROW_CCE();
22816
23174
  tmp$ret$55 = new Singleton(tmp_69, tmp_70, tmp_71, tmp$ret$54, null, true, tmp13_singleton);
22817
23175
  tmp_68.h2e(tmp$ret$55);
@@ -22819,560 +23177,202 @@
22819
23177
  // Inline function 'org.kodein.di.bind' call
22820
23178
  var tmp$ret$56;
22821
23179
  // Inline function 'org.kodein.type.generic' call
22822
- var tmp_73 = typeToken(createKType(getKClass(SceneFactory), arrayOf([]), false));
23180
+ var tmp_73 = typeToken(createKType(getKClass(PointsInteractor), arrayOf([]), false));
22823
23181
  tmp$ret$56 = isInterface(tmp_73, TypeToken) ? tmp_73 : THROW_CCE();
22824
23182
  tmp$ret$57 = $this$$receiver.s2e(tmp$ret$56, null, null);
22825
23183
  var tmp_74 = tmp$ret$57;
22826
23184
  var tmp$ret$59;
22827
- // Inline function 'org.kodein.di.provider' call
22828
- var tmp14_provider = getEngineGameModule$lambda$lambda_13;
22829
- var tmp_75 = $this$$receiver.f2e();
23185
+ // Inline function 'org.kodein.di.singleton' call
23186
+ var tmp14_singleton = getEngineGameModule$lambda$lambda_13;
23187
+ var tmp_75 = $this$$receiver.e2e();
23188
+ var tmp_76 = $this$$receiver.f2e();
23189
+ var tmp_77 = $this$$receiver.g2e();
22830
23190
  var tmp$ret$58;
22831
23191
  // Inline function 'org.kodein.type.generic' call
22832
- var tmp_76 = typeToken(createKType(getKClass(SceneFactory), arrayOf([]), false));
22833
- tmp$ret$58 = isInterface(tmp_76, TypeToken) ? tmp_76 : THROW_CCE();
22834
- tmp$ret$59 = new Provider(tmp_75, tmp$ret$58, tmp14_provider);
23192
+ var tmp_78 = typeToken(createKType(getKClass(PointsInteractorImpl), arrayOf([]), false));
23193
+ tmp$ret$58 = isInterface(tmp_78, TypeToken) ? tmp_78 : THROW_CCE();
23194
+ tmp$ret$59 = new Singleton(tmp_75, tmp_76, tmp_77, tmp$ret$58, null, true, tmp14_singleton);
22835
23195
  tmp_74.h2e(tmp$ret$59);
22836
23196
  var tmp$ret$61;
22837
23197
  // Inline function 'org.kodein.di.bind' call
22838
23198
  var tmp$ret$60;
22839
23199
  // Inline function 'org.kodein.type.generic' call
22840
- var tmp_77 = typeToken(createKType(getKClass(SceneReducer), arrayOf([]), false));
22841
- tmp$ret$60 = isInterface(tmp_77, TypeToken) ? tmp_77 : THROW_CCE();
23200
+ var tmp_79 = typeToken(createKType(getKClass(SceneFactory), arrayOf([]), false));
23201
+ tmp$ret$60 = isInterface(tmp_79, TypeToken) ? tmp_79 : THROW_CCE();
22842
23202
  tmp$ret$61 = $this$$receiver.s2e(tmp$ret$60, null, null);
22843
- var tmp_78 = tmp$ret$61;
23203
+ var tmp_80 = tmp$ret$61;
22844
23204
  var tmp$ret$63;
22845
23205
  // Inline function 'org.kodein.di.provider' call
22846
23206
  var tmp15_provider = getEngineGameModule$lambda$lambda_14;
22847
- var tmp_79 = $this$$receiver.f2e();
23207
+ var tmp_81 = $this$$receiver.f2e();
22848
23208
  var tmp$ret$62;
22849
23209
  // Inline function 'org.kodein.type.generic' call
22850
- var tmp_80 = typeToken(createKType(getKClass(SceneReducer), arrayOf([]), false));
22851
- tmp$ret$62 = isInterface(tmp_80, TypeToken) ? tmp_80 : THROW_CCE();
22852
- tmp$ret$63 = new Provider(tmp_79, tmp$ret$62, tmp15_provider);
22853
- tmp_78.h2e(tmp$ret$63);
23210
+ var tmp_82 = typeToken(createKType(getKClass(SceneFactory), arrayOf([]), false));
23211
+ tmp$ret$62 = isInterface(tmp_82, TypeToken) ? tmp_82 : THROW_CCE();
23212
+ tmp$ret$63 = new Provider(tmp_81, tmp$ret$62, tmp15_provider);
23213
+ tmp_80.h2e(tmp$ret$63);
22854
23214
  var tmp$ret$65;
22855
23215
  // Inline function 'org.kodein.di.bind' call
22856
23216
  var tmp$ret$64;
22857
23217
  // Inline function 'org.kodein.type.generic' call
22858
- var tmp_81 = typeToken(createKType(getKClass(SceneActReducer), arrayOf([]), false));
22859
- tmp$ret$64 = isInterface(tmp_81, TypeToken) ? tmp_81 : THROW_CCE();
23218
+ var tmp_83 = typeToken(createKType(getKClass(SceneReducer), arrayOf([]), false));
23219
+ tmp$ret$64 = isInterface(tmp_83, TypeToken) ? tmp_83 : THROW_CCE();
22860
23220
  tmp$ret$65 = $this$$receiver.s2e(tmp$ret$64, null, null);
22861
- var tmp_82 = tmp$ret$65;
23221
+ var tmp_84 = tmp$ret$65;
22862
23222
  var tmp$ret$67;
22863
23223
  // Inline function 'org.kodein.di.provider' call
22864
23224
  var tmp16_provider = getEngineGameModule$lambda$lambda_15;
22865
- var tmp_83 = $this$$receiver.f2e();
23225
+ var tmp_85 = $this$$receiver.f2e();
22866
23226
  var tmp$ret$66;
22867
23227
  // Inline function 'org.kodein.type.generic' call
22868
- var tmp_84 = typeToken(createKType(getKClass(SceneActReducer), arrayOf([]), false));
22869
- tmp$ret$66 = isInterface(tmp_84, TypeToken) ? tmp_84 : THROW_CCE();
22870
- tmp$ret$67 = new Provider(tmp_83, tmp$ret$66, tmp16_provider);
22871
- tmp_82.h2e(tmp$ret$67);
23228
+ var tmp_86 = typeToken(createKType(getKClass(SceneReducer), arrayOf([]), false));
23229
+ tmp$ret$66 = isInterface(tmp_86, TypeToken) ? tmp_86 : THROW_CCE();
23230
+ tmp$ret$67 = new Provider(tmp_85, tmp$ret$66, tmp16_provider);
23231
+ tmp_84.h2e(tmp$ret$67);
22872
23232
  var tmp$ret$69;
22873
23233
  // Inline function 'org.kodein.di.bind' call
22874
23234
  var tmp$ret$68;
22875
23235
  // Inline function 'org.kodein.type.generic' call
22876
- var tmp_85 = typeToken(createKType(getKClass(TableLifecycleReducer), arrayOf([]), false));
22877
- tmp$ret$68 = isInterface(tmp_85, TypeToken) ? tmp_85 : THROW_CCE();
23236
+ var tmp_87 = typeToken(createKType(getKClass(SceneActReducer), arrayOf([]), false));
23237
+ tmp$ret$68 = isInterface(tmp_87, TypeToken) ? tmp_87 : THROW_CCE();
22878
23238
  tmp$ret$69 = $this$$receiver.s2e(tmp$ret$68, null, null);
22879
- var tmp_86 = tmp$ret$69;
23239
+ var tmp_88 = tmp$ret$69;
22880
23240
  var tmp$ret$71;
22881
23241
  // Inline function 'org.kodein.di.provider' call
22882
23242
  var tmp17_provider = getEngineGameModule$lambda$lambda_16;
22883
- var tmp_87 = $this$$receiver.f2e();
23243
+ var tmp_89 = $this$$receiver.f2e();
22884
23244
  var tmp$ret$70;
22885
23245
  // Inline function 'org.kodein.type.generic' call
22886
- var tmp_88 = typeToken(createKType(getKClass(TableLifecycleReducer), arrayOf([]), false));
22887
- tmp$ret$70 = isInterface(tmp_88, TypeToken) ? tmp_88 : THROW_CCE();
22888
- tmp$ret$71 = new Provider(tmp_87, tmp$ret$70, tmp17_provider);
22889
- tmp_86.h2e(tmp$ret$71);
23246
+ var tmp_90 = typeToken(createKType(getKClass(SceneActReducer), arrayOf([]), false));
23247
+ tmp$ret$70 = isInterface(tmp_90, TypeToken) ? tmp_90 : THROW_CCE();
23248
+ tmp$ret$71 = new Provider(tmp_89, tmp$ret$70, tmp17_provider);
23249
+ tmp_88.h2e(tmp$ret$71);
22890
23250
  var tmp$ret$73;
22891
23251
  // Inline function 'org.kodein.di.bind' call
22892
23252
  var tmp$ret$72;
22893
23253
  // Inline function 'org.kodein.type.generic' call
22894
- var tmp_89 = typeToken(createKType(getKClass(PlayerTurnMechanicReducer), arrayOf([]), false));
22895
- tmp$ret$72 = isInterface(tmp_89, TypeToken) ? tmp_89 : THROW_CCE();
23254
+ var tmp_91 = typeToken(createKType(getKClass(TableLifecycleReducer), arrayOf([]), false));
23255
+ tmp$ret$72 = isInterface(tmp_91, TypeToken) ? tmp_91 : THROW_CCE();
22896
23256
  tmp$ret$73 = $this$$receiver.s2e(tmp$ret$72, null, null);
22897
- var tmp_90 = tmp$ret$73;
23257
+ var tmp_92 = tmp$ret$73;
22898
23258
  var tmp$ret$75;
22899
23259
  // Inline function 'org.kodein.di.provider' call
22900
23260
  var tmp18_provider = getEngineGameModule$lambda$lambda_17;
22901
- var tmp_91 = $this$$receiver.f2e();
23261
+ var tmp_93 = $this$$receiver.f2e();
22902
23262
  var tmp$ret$74;
22903
23263
  // Inline function 'org.kodein.type.generic' call
22904
- var tmp_92 = typeToken(createKType(getKClass(PlayerTurnMechanicReducer), arrayOf([]), false));
22905
- tmp$ret$74 = isInterface(tmp_92, TypeToken) ? tmp_92 : THROW_CCE();
22906
- tmp$ret$75 = new Provider(tmp_91, tmp$ret$74, tmp18_provider);
22907
- tmp_90.h2e(tmp$ret$75);
23264
+ var tmp_94 = typeToken(createKType(getKClass(TableLifecycleReducer), arrayOf([]), false));
23265
+ tmp$ret$74 = isInterface(tmp_94, TypeToken) ? tmp_94 : THROW_CCE();
23266
+ tmp$ret$75 = new Provider(tmp_93, tmp$ret$74, tmp18_provider);
23267
+ tmp_92.h2e(tmp$ret$75);
22908
23268
  var tmp$ret$77;
22909
23269
  // Inline function 'org.kodein.di.bind' call
22910
23270
  var tmp$ret$76;
22911
23271
  // Inline function 'org.kodein.type.generic' call
22912
- var tmp_93 = typeToken(createKType(getKClass(PlayerSceneReducer), arrayOf([]), false));
22913
- tmp$ret$76 = isInterface(tmp_93, TypeToken) ? tmp_93 : THROW_CCE();
23272
+ var tmp_95 = typeToken(createKType(getKClass(PlayerTurnMechanicReducer), arrayOf([]), false));
23273
+ tmp$ret$76 = isInterface(tmp_95, TypeToken) ? tmp_95 : THROW_CCE();
22914
23274
  tmp$ret$77 = $this$$receiver.s2e(tmp$ret$76, null, null);
22915
- var tmp_94 = tmp$ret$77;
23275
+ var tmp_96 = tmp$ret$77;
22916
23276
  var tmp$ret$79;
22917
23277
  // Inline function 'org.kodein.di.provider' call
22918
23278
  var tmp19_provider = getEngineGameModule$lambda$lambda_18;
22919
- var tmp_95 = $this$$receiver.f2e();
23279
+ var tmp_97 = $this$$receiver.f2e();
22920
23280
  var tmp$ret$78;
22921
23281
  // Inline function 'org.kodein.type.generic' call
22922
- var tmp_96 = typeToken(createKType(getKClass(PlayerSceneReducer), arrayOf([]), false));
22923
- tmp$ret$78 = isInterface(tmp_96, TypeToken) ? tmp_96 : THROW_CCE();
22924
- tmp$ret$79 = new Provider(tmp_95, tmp$ret$78, tmp19_provider);
22925
- tmp_94.h2e(tmp$ret$79);
23282
+ var tmp_98 = typeToken(createKType(getKClass(PlayerTurnMechanicReducer), arrayOf([]), false));
23283
+ tmp$ret$78 = isInterface(tmp_98, TypeToken) ? tmp_98 : THROW_CCE();
23284
+ tmp$ret$79 = new Provider(tmp_97, tmp$ret$78, tmp19_provider);
23285
+ tmp_96.h2e(tmp$ret$79);
22926
23286
  var tmp$ret$81;
22927
23287
  // Inline function 'org.kodein.di.bind' call
22928
23288
  var tmp$ret$80;
22929
23289
  // Inline function 'org.kodein.type.generic' call
22930
- var tmp_97 = typeToken(createKType(getKClass(TeamsMechanicReducer), arrayOf([]), false));
22931
- tmp$ret$80 = isInterface(tmp_97, TypeToken) ? tmp_97 : THROW_CCE();
23290
+ var tmp_99 = typeToken(createKType(getKClass(PlayerSceneReducer), arrayOf([]), false));
23291
+ tmp$ret$80 = isInterface(tmp_99, TypeToken) ? tmp_99 : THROW_CCE();
22932
23292
  tmp$ret$81 = $this$$receiver.s2e(tmp$ret$80, null, null);
22933
- var tmp_98 = tmp$ret$81;
23293
+ var tmp_100 = tmp$ret$81;
22934
23294
  var tmp$ret$83;
22935
23295
  // Inline function 'org.kodein.di.provider' call
22936
23296
  var tmp20_provider = getEngineGameModule$lambda$lambda_19;
22937
- var tmp_99 = $this$$receiver.f2e();
23297
+ var tmp_101 = $this$$receiver.f2e();
22938
23298
  var tmp$ret$82;
22939
23299
  // Inline function 'org.kodein.type.generic' call
22940
- var tmp_100 = typeToken(createKType(getKClass(TeamsMechanicReducer), arrayOf([]), false));
22941
- tmp$ret$82 = isInterface(tmp_100, TypeToken) ? tmp_100 : THROW_CCE();
22942
- tmp$ret$83 = new Provider(tmp_99, tmp$ret$82, tmp20_provider);
22943
- tmp_98.h2e(tmp$ret$83);
23300
+ var tmp_102 = typeToken(createKType(getKClass(PlayerSceneReducer), arrayOf([]), false));
23301
+ tmp$ret$82 = isInterface(tmp_102, TypeToken) ? tmp_102 : THROW_CCE();
23302
+ tmp$ret$83 = new Provider(tmp_101, tmp$ret$82, tmp20_provider);
23303
+ tmp_100.h2e(tmp$ret$83);
22944
23304
  var tmp$ret$85;
22945
23305
  // Inline function 'org.kodein.di.bind' call
22946
23306
  var tmp$ret$84;
22947
23307
  // Inline function 'org.kodein.type.generic' call
22948
- var tmp_101 = typeToken(createKType(getKClass(CombinationsMechanicReducer), arrayOf([]), false));
22949
- tmp$ret$84 = isInterface(tmp_101, TypeToken) ? tmp_101 : THROW_CCE();
23308
+ var tmp_103 = typeToken(createKType(getKClass(TeamsMechanicReducer), arrayOf([]), false));
23309
+ tmp$ret$84 = isInterface(tmp_103, TypeToken) ? tmp_103 : THROW_CCE();
22950
23310
  tmp$ret$85 = $this$$receiver.s2e(tmp$ret$84, null, null);
22951
- var tmp_102 = tmp$ret$85;
23311
+ var tmp_104 = tmp$ret$85;
22952
23312
  var tmp$ret$87;
22953
23313
  // Inline function 'org.kodein.di.provider' call
22954
23314
  var tmp21_provider = getEngineGameModule$lambda$lambda_20;
22955
- var tmp_103 = $this$$receiver.f2e();
23315
+ var tmp_105 = $this$$receiver.f2e();
22956
23316
  var tmp$ret$86;
22957
23317
  // Inline function 'org.kodein.type.generic' call
22958
- var tmp_104 = typeToken(createKType(getKClass(CombinationsMechanicReducer), arrayOf([]), false));
22959
- tmp$ret$86 = isInterface(tmp_104, TypeToken) ? tmp_104 : THROW_CCE();
22960
- tmp$ret$87 = new Provider(tmp_103, tmp$ret$86, tmp21_provider);
22961
- tmp_102.h2e(tmp$ret$87);
23318
+ var tmp_106 = typeToken(createKType(getKClass(TeamsMechanicReducer), arrayOf([]), false));
23319
+ tmp$ret$86 = isInterface(tmp_106, TypeToken) ? tmp_106 : THROW_CCE();
23320
+ tmp$ret$87 = new Provider(tmp_105, tmp$ret$86, tmp21_provider);
23321
+ tmp_104.h2e(tmp$ret$87);
22962
23322
  var tmp$ret$89;
22963
23323
  // Inline function 'org.kodein.di.bind' call
22964
23324
  var tmp$ret$88;
22965
23325
  // Inline function 'org.kodein.type.generic' call
22966
- var tmp_105 = typeToken(createKType(getKClass(TradeMechanicReducer), arrayOf([]), false));
22967
- tmp$ret$88 = isInterface(tmp_105, TypeToken) ? tmp_105 : THROW_CCE();
23326
+ var tmp_107 = typeToken(createKType(getKClass(CombinationsMechanicReducer), arrayOf([]), false));
23327
+ tmp$ret$88 = isInterface(tmp_107, TypeToken) ? tmp_107 : THROW_CCE();
22968
23328
  tmp$ret$89 = $this$$receiver.s2e(tmp$ret$88, null, null);
22969
- var tmp_106 = tmp$ret$89;
23329
+ var tmp_108 = tmp$ret$89;
22970
23330
  var tmp$ret$91;
22971
23331
  // Inline function 'org.kodein.di.provider' call
22972
23332
  var tmp22_provider = getEngineGameModule$lambda$lambda_21;
22973
- var tmp_107 = $this$$receiver.f2e();
23333
+ var tmp_109 = $this$$receiver.f2e();
22974
23334
  var tmp$ret$90;
22975
23335
  // Inline function 'org.kodein.type.generic' call
22976
- var tmp_108 = typeToken(createKType(getKClass(TradeMechanicReducer), arrayOf([]), false));
22977
- tmp$ret$90 = isInterface(tmp_108, TypeToken) ? tmp_108 : THROW_CCE();
22978
- tmp$ret$91 = new Provider(tmp_107, tmp$ret$90, tmp22_provider);
22979
- tmp_106.h2e(tmp$ret$91);
23336
+ var tmp_110 = typeToken(createKType(getKClass(CombinationsMechanicReducer), arrayOf([]), false));
23337
+ tmp$ret$90 = isInterface(tmp_110, TypeToken) ? tmp_110 : THROW_CCE();
23338
+ tmp$ret$91 = new Provider(tmp_109, tmp$ret$90, tmp22_provider);
23339
+ tmp_108.h2e(tmp$ret$91);
22980
23340
  var tmp$ret$93;
22981
23341
  // Inline function 'org.kodein.di.bind' call
22982
23342
  var tmp$ret$92;
22983
23343
  // Inline function 'org.kodein.type.generic' call
22984
- var tmp_109 = typeToken(createKType(getKClass(EarnPointsMechanicReducer), arrayOf([]), false));
22985
- tmp$ret$92 = isInterface(tmp_109, TypeToken) ? tmp_109 : THROW_CCE();
23344
+ var tmp_111 = typeToken(createKType(getKClass(TradeMechanicReducer), arrayOf([]), false));
23345
+ tmp$ret$92 = isInterface(tmp_111, TypeToken) ? tmp_111 : THROW_CCE();
22986
23346
  tmp$ret$93 = $this$$receiver.s2e(tmp$ret$92, null, null);
22987
- var tmp_110 = tmp$ret$93;
23347
+ var tmp_112 = tmp$ret$93;
22988
23348
  var tmp$ret$95;
22989
23349
  // Inline function 'org.kodein.di.provider' call
22990
23350
  var tmp23_provider = getEngineGameModule$lambda$lambda_22;
22991
- var tmp_111 = $this$$receiver.f2e();
23351
+ var tmp_113 = $this$$receiver.f2e();
22992
23352
  var tmp$ret$94;
22993
23353
  // Inline function 'org.kodein.type.generic' call
22994
- var tmp_112 = typeToken(createKType(getKClass(EarnPointsMechanicReducer), arrayOf([]), false));
22995
- tmp$ret$94 = isInterface(tmp_112, TypeToken) ? tmp_112 : THROW_CCE();
22996
- tmp$ret$95 = new Provider(tmp_111, tmp$ret$94, tmp23_provider);
22997
- tmp_110.h2e(tmp$ret$95);
22998
- return Unit_getInstance();
22999
- };
23000
- }
23001
- function getBotGameModule$lambda$lambda($botReduxConfig) {
23002
- return function ($this$singleton) {
23003
- return $botReduxConfig;
23004
- };
23005
- }
23006
- function getBotGameModule$lambda$lambda_0($this$provider) {
23007
- init_properties_DI_kt_pa5hx();
23008
- return new CombinationsFactory();
23009
- }
23010
- function getBotGameModule$lambda$lambda_1($this$provider) {
23011
- init_properties_DI_kt_pa5hx();
23012
- var tmp$ret$1;
23013
- // Inline function 'org.kodein.di.instance' call
23014
- var tmp = $this$provider.u2f();
23015
- var tmp$ret$0;
23016
- // Inline function 'org.kodein.type.generic' call
23017
- var tmp_0 = typeToken(createKType(getKClass(CombinationsFactory), arrayOf([]), false));
23018
- tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
23019
- tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
23020
- var tmp_1 = tmp$ret$1;
23021
- var tmp$ret$3;
23022
- // Inline function 'org.kodein.di.instance' call
23023
- var tmp_2 = $this$provider.u2f();
23024
- var tmp$ret$2;
23025
- // Inline function 'org.kodein.type.generic' call
23026
- var tmp_3 = typeToken(createKType(getKClass(GameLogger), arrayOf([]), false));
23027
- tmp$ret$2 = isInterface(tmp_3, TypeToken) ? tmp_3 : THROW_CCE();
23028
- tmp$ret$3 = tmp_2.c2g(tmp$ret$2, null);
23029
- return new CombinationCheckerProviderImpl(tmp_1, tmp$ret$3);
23030
- }
23031
- function getBotGameModule$lambda$lambda_2($this$provider) {
23032
- init_properties_DI_kt_pa5hx();
23033
- return new PlayerHappinessProviderImpl();
23034
- }
23035
- function getBotGameModule$lambda$lambda_3($this$provider) {
23036
- init_properties_DI_kt_pa5hx();
23037
- var tmp$ret$1;
23038
- // Inline function 'org.kodein.di.instance' call
23039
- var tmp = $this$provider.u2f();
23040
- var tmp$ret$0;
23041
- // Inline function 'org.kodein.type.generic' call
23042
- var tmp_0 = typeToken(createKType(getKClass(GameLogger), arrayOf([]), false));
23043
- tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
23044
- tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
23045
- return new SuitRulesFactory(tmp$ret$1);
23046
- }
23047
- function getBotGameModule$lambda$lambda_4($this$provider) {
23048
- init_properties_DI_kt_pa5hx();
23049
- var tmp$ret$1;
23050
- // Inline function 'org.kodein.di.instance' call
23051
- var tmp = $this$provider.u2f();
23052
- var tmp$ret$0;
23053
- // Inline function 'org.kodein.type.generic' call
23054
- var tmp_0 = typeToken(createKType(getKClass(GameLogger), arrayOf([]), false));
23055
- tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
23056
- tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
23057
- return new CardRulesFactory(tmp$ret$1);
23058
- }
23059
- function getBotGameModule$lambda$lambda_5($this$provider) {
23060
- init_properties_DI_kt_pa5hx();
23061
- var tmp$ret$1;
23062
- // Inline function 'org.kodein.di.instance' call
23063
- var tmp = $this$provider.u2f();
23064
- var tmp$ret$0;
23065
- // Inline function 'org.kodein.type.generic' call
23066
- var tmp_0 = typeToken(createKType(getKClass(GameLogger), arrayOf([]), false));
23067
- tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
23068
- tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
23069
- return new CombinationRuleFactory(tmp$ret$1);
23070
- }
23071
- function getBotGameModule$lambda$lambda_6($this$provider) {
23072
- init_properties_DI_kt_pa5hx();
23073
- var tmp$ret$1;
23074
- // Inline function 'org.kodein.di.instance' call
23075
- var tmp = $this$provider.u2f();
23076
- var tmp$ret$0;
23077
- // Inline function 'org.kodein.type.generic' call
23078
- var tmp_0 = typeToken(createKType(getKClass(SuitRulesFactory), arrayOf([]), false));
23079
- tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
23080
- tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
23081
- var tmp_1 = tmp$ret$1;
23082
- var tmp$ret$3;
23083
- // Inline function 'org.kodein.di.instance' call
23084
- var tmp_2 = $this$provider.u2f();
23085
- var tmp$ret$2;
23086
- // Inline function 'org.kodein.type.generic' call
23087
- var tmp_3 = typeToken(createKType(getKClass(CardRulesFactory), arrayOf([]), false));
23088
- tmp$ret$2 = isInterface(tmp_3, TypeToken) ? tmp_3 : THROW_CCE();
23089
- tmp$ret$3 = tmp_2.c2g(tmp$ret$2, null);
23090
- var tmp_4 = tmp$ret$3;
23091
- var tmp$ret$5;
23092
- // Inline function 'org.kodein.di.instance' call
23093
- var tmp_5 = $this$provider.u2f();
23094
- var tmp$ret$4;
23095
- // Inline function 'org.kodein.type.generic' call
23096
- var tmp_6 = typeToken(createKType(getKClass(CombinationRuleFactory), arrayOf([]), false));
23097
- tmp$ret$4 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
23098
- tmp$ret$5 = tmp_5.c2g(tmp$ret$4, null);
23099
- var tmp_7 = tmp$ret$5;
23100
- var tmp$ret$7;
23101
- // Inline function 'org.kodein.di.instance' call
23102
- var tmp_8 = $this$provider.u2f();
23103
- var tmp$ret$6;
23104
- // Inline function 'org.kodein.type.generic' call
23105
- var tmp_9 = typeToken(createKType(getKClass(GameLogicProvider), arrayOf([]), false));
23106
- tmp$ret$6 = isInterface(tmp_9, TypeToken) ? tmp_9 : THROW_CCE();
23107
- tmp$ret$7 = tmp_8.c2g(tmp$ret$6, null);
23108
- var tmp_10 = tmp$ret$7;
23109
- var tmp$ret$9;
23110
- // Inline function 'org.kodein.di.instance' call
23111
- var tmp_11 = $this$provider.u2f();
23112
- var tmp$ret$8;
23113
- // Inline function 'org.kodein.type.generic' call
23114
- var tmp_12 = typeToken(createKType(getKClass(GameLogger), arrayOf([]), false));
23115
- tmp$ret$8 = isInterface(tmp_12, TypeToken) ? tmp_12 : THROW_CCE();
23116
- tmp$ret$9 = tmp_11.c2g(tmp$ret$8, null);
23117
- return new RuleMatchingProviderImpl(tmp_1, tmp_4, tmp_7, tmp_10, tmp$ret$9);
23118
- }
23119
- function getBotGameModule$lambda$lambda_7($this$provider) {
23120
- init_properties_DI_kt_pa5hx();
23121
- var tmp$ret$1;
23122
- // Inline function 'org.kodein.di.instance' call
23123
- var tmp = $this$provider.u2f();
23124
- var tmp$ret$0;
23125
- // Inline function 'org.kodein.type.generic' call
23126
- var tmp_0 = typeToken(createKType(getKClass(TeamsLogicProvider), arrayOf([]), false));
23127
- tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
23128
- tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
23129
- var tmp0_teamsLogicProvider = tmp$ret$1;
23130
- var tmp$ret$3;
23131
- // Inline function 'org.kodein.di.instance' call
23132
- var tmp_1 = $this$provider.u2f();
23133
- var tmp$ret$2;
23134
- // Inline function 'org.kodein.type.generic' call
23135
- var tmp_2 = typeToken(createKType(getKClass(CombinationCheckerProvider), arrayOf([]), false));
23136
- tmp$ret$2 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
23137
- tmp$ret$3 = tmp_1.c2g(tmp$ret$2, null);
23138
- var tmp1_combinationCheckerProvider = tmp$ret$3;
23139
- var tmp$ret$5;
23140
- // Inline function 'org.kodein.di.instance' call
23141
- var tmp_3 = $this$provider.u2f();
23142
- var tmp$ret$4;
23143
- // Inline function 'org.kodein.type.generic' call
23144
- var tmp_4 = typeToken(createKType(getKClass(PlayerHappinessProvider), arrayOf([]), false));
23145
- tmp$ret$4 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
23146
- tmp$ret$5 = tmp_3.c2g(tmp$ret$4, null);
23147
- var tmp2_playerHappinessProvider = tmp$ret$5;
23148
- var tmp$ret$7;
23149
- // Inline function 'org.kodein.di.instance' call
23150
- var tmp_5 = $this$provider.u2f();
23151
- var tmp$ret$6;
23152
- // Inline function 'org.kodein.type.generic' call
23153
- var tmp_6 = typeToken(createKType(getKClass(RuleMatchingProvider), arrayOf([]), false));
23154
- tmp$ret$6 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
23155
- tmp$ret$7 = tmp_5.c2g(tmp$ret$6, null);
23156
- var tmp3_rulesMatchingProvider = tmp$ret$7;
23157
- return new BotLogicInteractorImpl(tmp0_teamsLogicProvider, tmp2_playerHappinessProvider, tmp3_rulesMatchingProvider, tmp1_combinationCheckerProvider);
23158
- }
23159
- function getBotGameModule$lambda$lambda_8($this$provider) {
23160
- init_properties_DI_kt_pa5hx();
23161
- var tmp$ret$1;
23162
- // Inline function 'org.kodein.di.instance' call
23163
- var tmp = $this$provider.u2f();
23164
- var tmp$ret$0;
23165
- // Inline function 'org.kodein.type.generic' call
23166
- var tmp_0 = typeToken(createKType(getKClass(TeamsLogicProvider), arrayOf([]), false));
23167
- tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
23168
- tmp$ret$1 = tmp.c2g(tmp$ret$0, null);
23169
- var tmp0_teamsLogicProvider = tmp$ret$1;
23170
- var tmp$ret$3;
23171
- // Inline function 'org.kodein.di.instance' call
23172
- var tmp_1 = $this$provider.u2f();
23173
- var tmp$ret$2;
23174
- // Inline function 'org.kodein.type.generic' call
23175
- var tmp_2 = typeToken(createKType(getKClass(BotLogicInteractor), arrayOf([]), false));
23176
- tmp$ret$2 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
23177
- tmp$ret$3 = tmp_1.c2g(tmp$ret$2, null);
23178
- var tmp1_botLogicInteractor = tmp$ret$3;
23179
- var tmp$ret$5;
23180
- // Inline function 'org.kodein.di.instance' call
23181
- var tmp_3 = $this$provider.u2f();
23182
- var tmp$ret$4;
23183
- // Inline function 'org.kodein.type.generic' call
23184
- var tmp_4 = typeToken(createKType(getKClass(CombinationCheckerProvider), arrayOf([]), false));
23185
- tmp$ret$4 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
23186
- tmp$ret$5 = tmp_3.c2g(tmp$ret$4, null);
23187
- var tmp2_combinationCheckerProvider = tmp$ret$5;
23188
- return new PlayerAnswerInteractorImpl(tmp1_botLogicInteractor, tmp0_teamsLogicProvider, tmp2_combinationCheckerProvider);
23189
- }
23190
- function getBotGameModule$lambda($botReduxConfig) {
23191
- return function ($this$$receiver) {
23192
- var tmp = get_gameLogicModule();
23193
- $this$$receiver.u2e(tmp, false, 2, null);
23194
- var tmp$ret$1;
23195
- // Inline function 'org.kodein.di.bind' call
23196
- var tmp$ret$0;
23197
- // Inline function 'org.kodein.type.generic' call
23198
- var tmp_0 = typeToken(createKType(getKClass(BotReduxConfig), arrayOf([]), false));
23199
- tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
23200
- tmp$ret$1 = $this$$receiver.s2e(tmp$ret$0, null, null);
23201
- var tmp_1 = tmp$ret$1;
23202
- var tmp$ret$3;
23203
- // Inline function 'org.kodein.di.singleton' call
23204
- var tmp0_singleton = getBotGameModule$lambda$lambda($botReduxConfig);
23205
- var tmp_2 = $this$$receiver.e2e();
23206
- var tmp_3 = $this$$receiver.f2e();
23207
- var tmp_4 = $this$$receiver.g2e();
23208
- var tmp$ret$2;
23209
- // Inline function 'org.kodein.type.generic' call
23210
- var tmp_5 = typeToken(createKType(getKClass(BotReduxConfig), arrayOf([]), false));
23211
- tmp$ret$2 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
23212
- tmp$ret$3 = new Singleton(tmp_2, tmp_3, tmp_4, tmp$ret$2, null, true, tmp0_singleton);
23213
- tmp_1.h2e(tmp$ret$3);
23214
- var tmp$ret$5;
23215
- // Inline function 'org.kodein.di.bind' call
23216
- var tmp$ret$4;
23217
- // Inline function 'org.kodein.type.generic' call
23218
- var tmp_6 = typeToken(createKType(getKClass(CombinationsFactory), arrayOf([]), false));
23219
- tmp$ret$4 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
23220
- tmp$ret$5 = $this$$receiver.s2e(tmp$ret$4, null, null);
23221
- var tmp_7 = tmp$ret$5;
23222
- var tmp$ret$7;
23223
- // Inline function 'org.kodein.di.provider' call
23224
- var tmp1_provider = getBotGameModule$lambda$lambda_0;
23225
- var tmp_8 = $this$$receiver.f2e();
23226
- var tmp$ret$6;
23227
- // Inline function 'org.kodein.type.generic' call
23228
- var tmp_9 = typeToken(createKType(getKClass(CombinationsFactory), arrayOf([]), false));
23229
- tmp$ret$6 = isInterface(tmp_9, TypeToken) ? tmp_9 : THROW_CCE();
23230
- tmp$ret$7 = new Provider(tmp_8, tmp$ret$6, tmp1_provider);
23231
- tmp_7.h2e(tmp$ret$7);
23232
- var tmp$ret$9;
23233
- // Inline function 'org.kodein.di.bind' call
23234
- var tmp$ret$8;
23235
- // Inline function 'org.kodein.type.generic' call
23236
- var tmp_10 = typeToken(createKType(getKClass(CombinationCheckerProvider), arrayOf([]), false));
23237
- tmp$ret$8 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
23238
- tmp$ret$9 = $this$$receiver.s2e(tmp$ret$8, null, null);
23239
- var tmp_11 = tmp$ret$9;
23240
- var tmp$ret$11;
23241
- // Inline function 'org.kodein.di.provider' call
23242
- var tmp2_provider = getBotGameModule$lambda$lambda_1;
23243
- var tmp_12 = $this$$receiver.f2e();
23244
- var tmp$ret$10;
23245
- // Inline function 'org.kodein.type.generic' call
23246
- var tmp_13 = typeToken(createKType(getKClass(CombinationCheckerProviderImpl), arrayOf([]), false));
23247
- tmp$ret$10 = isInterface(tmp_13, TypeToken) ? tmp_13 : THROW_CCE();
23248
- tmp$ret$11 = new Provider(tmp_12, tmp$ret$10, tmp2_provider);
23249
- tmp_11.h2e(tmp$ret$11);
23250
- var tmp$ret$13;
23251
- // Inline function 'org.kodein.di.bind' call
23252
- var tmp$ret$12;
23253
- // Inline function 'org.kodein.type.generic' call
23254
- var tmp_14 = typeToken(createKType(getKClass(PlayerHappinessProvider), arrayOf([]), false));
23255
- tmp$ret$12 = isInterface(tmp_14, TypeToken) ? tmp_14 : THROW_CCE();
23256
- tmp$ret$13 = $this$$receiver.s2e(tmp$ret$12, null, null);
23257
- var tmp_15 = tmp$ret$13;
23258
- var tmp$ret$15;
23259
- // Inline function 'org.kodein.di.provider' call
23260
- var tmp3_provider = getBotGameModule$lambda$lambda_2;
23261
- var tmp_16 = $this$$receiver.f2e();
23262
- var tmp$ret$14;
23263
- // Inline function 'org.kodein.type.generic' call
23264
- var tmp_17 = typeToken(createKType(getKClass(PlayerHappinessProviderImpl), arrayOf([]), false));
23265
- tmp$ret$14 = isInterface(tmp_17, TypeToken) ? tmp_17 : THROW_CCE();
23266
- tmp$ret$15 = new Provider(tmp_16, tmp$ret$14, tmp3_provider);
23267
- tmp_15.h2e(tmp$ret$15);
23268
- var tmp$ret$17;
23269
- // Inline function 'org.kodein.di.bind' call
23270
- var tmp$ret$16;
23271
- // Inline function 'org.kodein.type.generic' call
23272
- var tmp_18 = typeToken(createKType(getKClass(SuitRulesFactory), arrayOf([]), false));
23273
- tmp$ret$16 = isInterface(tmp_18, TypeToken) ? tmp_18 : THROW_CCE();
23274
- tmp$ret$17 = $this$$receiver.s2e(tmp$ret$16, null, null);
23275
- var tmp_19 = tmp$ret$17;
23276
- var tmp$ret$19;
23277
- // Inline function 'org.kodein.di.provider' call
23278
- var tmp4_provider = getBotGameModule$lambda$lambda_3;
23279
- var tmp_20 = $this$$receiver.f2e();
23280
- var tmp$ret$18;
23281
- // Inline function 'org.kodein.type.generic' call
23282
- var tmp_21 = typeToken(createKType(getKClass(SuitRulesFactory), arrayOf([]), false));
23283
- tmp$ret$18 = isInterface(tmp_21, TypeToken) ? tmp_21 : THROW_CCE();
23284
- tmp$ret$19 = new Provider(tmp_20, tmp$ret$18, tmp4_provider);
23285
- tmp_19.h2e(tmp$ret$19);
23286
- var tmp$ret$21;
23287
- // Inline function 'org.kodein.di.bind' call
23288
- var tmp$ret$20;
23289
- // Inline function 'org.kodein.type.generic' call
23290
- var tmp_22 = typeToken(createKType(getKClass(CardRulesFactory), arrayOf([]), false));
23291
- tmp$ret$20 = isInterface(tmp_22, TypeToken) ? tmp_22 : THROW_CCE();
23292
- tmp$ret$21 = $this$$receiver.s2e(tmp$ret$20, null, null);
23293
- var tmp_23 = tmp$ret$21;
23294
- var tmp$ret$23;
23295
- // Inline function 'org.kodein.di.provider' call
23296
- var tmp5_provider = getBotGameModule$lambda$lambda_4;
23297
- var tmp_24 = $this$$receiver.f2e();
23298
- var tmp$ret$22;
23299
- // Inline function 'org.kodein.type.generic' call
23300
- var tmp_25 = typeToken(createKType(getKClass(CardRulesFactory), arrayOf([]), false));
23301
- tmp$ret$22 = isInterface(tmp_25, TypeToken) ? tmp_25 : THROW_CCE();
23302
- tmp$ret$23 = new Provider(tmp_24, tmp$ret$22, tmp5_provider);
23303
- tmp_23.h2e(tmp$ret$23);
23304
- var tmp$ret$25;
23305
- // Inline function 'org.kodein.di.bind' call
23306
- var tmp$ret$24;
23307
- // Inline function 'org.kodein.type.generic' call
23308
- var tmp_26 = typeToken(createKType(getKClass(CombinationRuleFactory), arrayOf([]), false));
23309
- tmp$ret$24 = isInterface(tmp_26, TypeToken) ? tmp_26 : THROW_CCE();
23310
- tmp$ret$25 = $this$$receiver.s2e(tmp$ret$24, null, null);
23311
- var tmp_27 = tmp$ret$25;
23312
- var tmp$ret$27;
23313
- // Inline function 'org.kodein.di.provider' call
23314
- var tmp6_provider = getBotGameModule$lambda$lambda_5;
23315
- var tmp_28 = $this$$receiver.f2e();
23316
- var tmp$ret$26;
23317
- // Inline function 'org.kodein.type.generic' call
23318
- var tmp_29 = typeToken(createKType(getKClass(CombinationRuleFactory), arrayOf([]), false));
23319
- tmp$ret$26 = isInterface(tmp_29, TypeToken) ? tmp_29 : THROW_CCE();
23320
- tmp$ret$27 = new Provider(tmp_28, tmp$ret$26, tmp6_provider);
23321
- tmp_27.h2e(tmp$ret$27);
23322
- var tmp$ret$29;
23354
+ var tmp_114 = typeToken(createKType(getKClass(TradeMechanicReducer), arrayOf([]), false));
23355
+ tmp$ret$94 = isInterface(tmp_114, TypeToken) ? tmp_114 : THROW_CCE();
23356
+ tmp$ret$95 = new Provider(tmp_113, tmp$ret$94, tmp23_provider);
23357
+ tmp_112.h2e(tmp$ret$95);
23358
+ var tmp$ret$97;
23323
23359
  // Inline function 'org.kodein.di.bind' call
23324
- var tmp$ret$28;
23360
+ var tmp$ret$96;
23325
23361
  // Inline function 'org.kodein.type.generic' call
23326
- var tmp_30 = typeToken(createKType(getKClass(RuleMatchingProvider), arrayOf([]), false));
23327
- tmp$ret$28 = isInterface(tmp_30, TypeToken) ? tmp_30 : THROW_CCE();
23328
- tmp$ret$29 = $this$$receiver.s2e(tmp$ret$28, null, null);
23329
- var tmp_31 = tmp$ret$29;
23330
- var tmp$ret$31;
23362
+ var tmp_115 = typeToken(createKType(getKClass(EarnPointsMechanicReducer), arrayOf([]), false));
23363
+ tmp$ret$96 = isInterface(tmp_115, TypeToken) ? tmp_115 : THROW_CCE();
23364
+ tmp$ret$97 = $this$$receiver.s2e(tmp$ret$96, null, null);
23365
+ var tmp_116 = tmp$ret$97;
23366
+ var tmp$ret$99;
23331
23367
  // Inline function 'org.kodein.di.provider' call
23332
- var tmp7_provider = getBotGameModule$lambda$lambda_6;
23333
- var tmp_32 = $this$$receiver.f2e();
23334
- var tmp$ret$30;
23368
+ var tmp24_provider = getEngineGameModule$lambda$lambda_23;
23369
+ var tmp_117 = $this$$receiver.f2e();
23370
+ var tmp$ret$98;
23335
23371
  // Inline function 'org.kodein.type.generic' call
23336
- var tmp_33 = typeToken(createKType(getKClass(RuleMatchingProviderImpl), arrayOf([]), false));
23337
- tmp$ret$30 = isInterface(tmp_33, TypeToken) ? tmp_33 : THROW_CCE();
23338
- tmp$ret$31 = new Provider(tmp_32, tmp$ret$30, tmp7_provider);
23339
- tmp_31.h2e(tmp$ret$31);
23340
- var tmp$ret$33;
23341
- // Inline function 'org.kodein.di.bind' call
23342
- var tmp$ret$32;
23343
- // Inline function 'org.kodein.type.generic' call
23344
- var tmp_34 = typeToken(createKType(getKClass(BotLogicInteractor), arrayOf([]), false));
23345
- tmp$ret$32 = isInterface(tmp_34, TypeToken) ? tmp_34 : THROW_CCE();
23346
- tmp$ret$33 = $this$$receiver.s2e(tmp$ret$32, null, null);
23347
- var tmp_35 = tmp$ret$33;
23348
- var tmp$ret$35;
23349
- // Inline function 'org.kodein.di.provider' call
23350
- var tmp8_provider = getBotGameModule$lambda$lambda_7;
23351
- var tmp_36 = $this$$receiver.f2e();
23352
- var tmp$ret$34;
23353
- // Inline function 'org.kodein.type.generic' call
23354
- var tmp_37 = typeToken(createKType(getKClass(BotLogicInteractorImpl), arrayOf([]), false));
23355
- tmp$ret$34 = isInterface(tmp_37, TypeToken) ? tmp_37 : THROW_CCE();
23356
- tmp$ret$35 = new Provider(tmp_36, tmp$ret$34, tmp8_provider);
23357
- tmp_35.h2e(tmp$ret$35);
23358
- var tmp$ret$37;
23359
- // Inline function 'org.kodein.di.bind' call
23360
- var tmp$ret$36;
23361
- // Inline function 'org.kodein.type.generic' call
23362
- var tmp_38 = typeToken(createKType(getKClass(PlayerAnswerInteractor), arrayOf([]), false));
23363
- tmp$ret$36 = isInterface(tmp_38, TypeToken) ? tmp_38 : THROW_CCE();
23364
- tmp$ret$37 = $this$$receiver.s2e(tmp$ret$36, null, null);
23365
- var tmp_39 = tmp$ret$37;
23366
- var tmp$ret$39;
23367
- // Inline function 'org.kodein.di.provider' call
23368
- var tmp9_provider = getBotGameModule$lambda$lambda_8;
23369
- var tmp_40 = $this$$receiver.f2e();
23370
- var tmp$ret$38;
23371
- // Inline function 'org.kodein.type.generic' call
23372
- var tmp_41 = typeToken(createKType(getKClass(PlayerAnswerInteractorImpl), arrayOf([]), false));
23373
- tmp$ret$38 = isInterface(tmp_41, TypeToken) ? tmp_41 : THROW_CCE();
23374
- tmp$ret$39 = new Provider(tmp_40, tmp$ret$38, tmp9_provider);
23375
- tmp_39.h2e(tmp$ret$39);
23372
+ var tmp_118 = typeToken(createKType(getKClass(EarnPointsMechanicReducer), arrayOf([]), false));
23373
+ tmp$ret$98 = isInterface(tmp_118, TypeToken) ? tmp_118 : THROW_CCE();
23374
+ tmp$ret$99 = new Provider(tmp_117, tmp$ret$98, tmp24_provider);
23375
+ tmp_116.h2e(tmp$ret$99);
23376
23376
  return Unit_getInstance();
23377
23377
  };
23378
23378
  }
@@ -23383,6 +23383,7 @@
23383
23383
  properties_initialized_DI_kt_3whi87 = true;
23384
23384
  jsonModule = Module_init_$Create$('Json Module', false, null, jsonModule$lambda, 6, null);
23385
23385
  gameLogicModule = Module_init_$Create$('Game logic Module', false, null, gameLogicModule$lambda, 6, null);
23386
+ botGameModule = Module_init_$Create$('Bot engine Module', false, null, botGameModule$lambda, 6, null);
23386
23387
  }
23387
23388
  }
23388
23389
  function MessageFactory() {
@@ -23628,7 +23629,7 @@
23628
23629
  function handleAdditionalCombinations($this, playerId, table, teamsLogicProvider) {
23629
23630
  var tmp = table.p3u_1.s3y_1;
23630
23631
  var combinationActData = tmp instanceof CombinationActData ? tmp : THROW_CCE();
23631
- var tmp0_subject = combinationActData.d3b();
23632
+ var tmp0_subject = combinationActData.c3b();
23632
23633
  var tmp0 = tmp0_subject.e5_1;
23633
23634
  var tmp_0;
23634
23635
  switch (tmp0) {
@@ -23647,7 +23648,7 @@
23647
23648
  tmp_0 = tmp_1;
23648
23649
  break;
23649
23650
  default:
23650
- throw new MechanicException("Can't support this type " + combinationActData.d3b());
23651
+ throw new MechanicException("Can't support this type " + combinationActData.c3b());
23651
23652
  }
23652
23653
  return tmp_0;
23653
23654
  }
@@ -23774,45 +23775,30 @@
23774
23775
  function PlayerAnswerInteractor() {
23775
23776
  }
23776
23777
  PlayerAnswerInteractor.$metadata$ = interfaceMeta('PlayerAnswerInteractor');
23777
- function Companion_94() {
23778
- Companion_instance_94 = this;
23779
- this.n43_1 = 'CombinationCheckerProvider';
23780
- }
23781
- Companion_94.$metadata$ = objectMeta('Companion');
23782
- var Companion_instance_94;
23783
- function Companion_getInstance_102() {
23784
- if (Companion_instance_94 == null)
23785
- new Companion_94();
23786
- return Companion_instance_94;
23787
- }
23788
- function CombinationCheckerProvider() {
23789
- Companion_getInstance_102();
23790
- }
23791
- CombinationCheckerProvider.$metadata$ = interfaceMeta('CombinationCheckerProvider');
23792
23778
  function createCombination($this, playerId, cards, players, party, config) {
23793
23779
  var numberOfPlayer = Companion_getInstance_93().w3w(playerId, players);
23794
23780
  var combinationType = Companion_getInstance_92().s3w(cards.i(), first(cards).y2p().equals(party.i3y()), config.x3h_1);
23795
- return $this.r43_1.c3x(combinationType, Companion_getInstance_92().o3w(combinationType, config), numberOfPlayer, takeLast(toList_0(cards), Companion_getInstance_92().t3w(combinationType)));
23781
+ return $this.n43_1.c3x(combinationType, Companion_getInstance_92().o3w(combinationType, config), numberOfPlayer, takeLast(toList_0(cards), Companion_getInstance_92().t3w(combinationType)));
23796
23782
  }
23797
23783
  function CombinationCheckerProviderImpl(combinationsFactory, logger) {
23798
- this.r43_1 = combinationsFactory;
23799
- this.s43_1 = logger;
23784
+ this.n43_1 = combinationsFactory;
23785
+ this.o43_1 = logger;
23800
23786
  }
23801
- CombinationCheckerProviderImpl.prototype.o43 = function (type, cards, party) {
23787
+ CombinationCheckerProviderImpl.prototype.p43 = function (type, cards, party) {
23802
23788
  var tmp0_subject = type;
23803
23789
  var tmp0 = tmp0_subject.e5_1;
23804
23790
  var tmp;
23805
23791
  switch (tmp0) {
23806
23792
  case 4:
23807
- tmp = this.t43(cards, party.i3y());
23793
+ tmp = this.q43(cards, party.i3y());
23808
23794
  break;
23809
23795
  case 5:
23810
- tmp = this.u43(cards);
23796
+ tmp = this.r43(cards);
23811
23797
  break;
23812
23798
  default:
23813
23799
  Companion_getInstance_102();
23814
23800
  var tmp_0 = "Can't support this combination type " + type;
23815
- this.s43_1.a2r('CombinationCheckerProvider', tmp_0, null, 4, null);
23801
+ this.o43_1.a2r('CombinationCheckerProvider', tmp_0, null, 4, null);
23816
23802
  tmp = null;
23817
23803
  break;
23818
23804
  }
@@ -23859,7 +23845,7 @@
23859
23845
  var tmp_0 = [CombinationState_NOT_VERIFIED_getInstance()];
23860
23846
  return filterByCombinationState$default(tmp, tmp_0, false, 2, null);
23861
23847
  };
23862
- CombinationCheckerProviderImpl.prototype.t43 = function (cards, trump) {
23848
+ CombinationCheckerProviderImpl.prototype.q43 = function (cards, trump) {
23863
23849
  var tmp$ret$2;
23864
23850
  // Inline function 'kotlin.collections.find' call
23865
23851
  var tmp0_find = filterByCardName(cards, [CardName_SEVEN_getInstance()]);
@@ -23883,23 +23869,23 @@
23883
23869
  var seven = tmp$ret$2;
23884
23870
  var tmp;
23885
23871
  if (!(seven == null)) {
23886
- tmp = this.r43_1.d3x(CombinationType_SEVEN_TRUMP_getInstance(), listOf(seven));
23872
+ tmp = this.n43_1.d3x(CombinationType_SEVEN_TRUMP_getInstance(), listOf(seven));
23887
23873
  } else {
23888
23874
  tmp = null;
23889
23875
  }
23890
23876
  return tmp;
23891
23877
  };
23892
- CombinationCheckerProviderImpl.prototype.u43 = function (cards) {
23878
+ CombinationCheckerProviderImpl.prototype.r43 = function (cards) {
23893
23879
  var fourSevens = filterByCardName(cards, [CardName_SEVEN_getInstance()]);
23894
23880
  var tmp;
23895
23881
  if (fourSevens.i() === 4) {
23896
- tmp = this.r43_1.d3x(CombinationType_FOUR_SEVENS_getInstance(), fourSevens);
23882
+ tmp = this.n43_1.d3x(CombinationType_FOUR_SEVENS_getInstance(), fourSevens);
23897
23883
  } else {
23898
23884
  tmp = null;
23899
23885
  }
23900
23886
  return tmp;
23901
23887
  };
23902
- CombinationCheckerProviderImpl.prototype.q43 = function (playerId, playerCards, players, party, config) {
23888
+ CombinationCheckerProviderImpl.prototype.s43 = function (playerId, playerCards, players, party, config) {
23903
23889
  var tmp$ret$2;
23904
23890
  // Inline function 'kotlin.collections.filterNot' call
23905
23891
  var tmp0_filterNot = sortedWith(playerCards, CardIndexComparator_getInstance());
@@ -23952,7 +23938,7 @@
23952
23938
  }
23953
23939
  return combinations;
23954
23940
  };
23955
- CombinationCheckerProviderImpl.prototype.p43 = function (playerId, playerCards, players, party, config) {
23941
+ CombinationCheckerProviderImpl.prototype.t43 = function (playerId, playerCards, players, party, config) {
23956
23942
  var tmp$ret$2;
23957
23943
  // Inline function 'kotlin.collections.filterNot' call
23958
23944
  var tmp0_filterNot = toList_0(playerCards);
@@ -23975,11 +23961,26 @@
23975
23961
  var numberOfPlayer = Companion_getInstance_93().w3w(playerId, players);
23976
23962
  var bellaCards = toList_0(filterBySuit(filterByCardName(cards, [CardName_DAME_getInstance(), CardName_KING_getInstance()]), [party.i3y()]));
23977
23963
  if (bellaCards.i() === 2) {
23978
- return this.r43_1.c3x(CombinationType_BELLA_getInstance(), Companion_getInstance_92().o3w(CombinationType_BELLA_getInstance(), config), numberOfPlayer, bellaCards);
23964
+ return this.n43_1.c3x(CombinationType_BELLA_getInstance(), Companion_getInstance_92().o3w(CombinationType_BELLA_getInstance(), config), numberOfPlayer, bellaCards);
23979
23965
  }
23980
23966
  return null;
23981
23967
  };
23982
23968
  CombinationCheckerProviderImpl.$metadata$ = classMeta('CombinationCheckerProviderImpl', [CombinationCheckerProvider]);
23969
+ function Companion_94() {
23970
+ Companion_instance_94 = this;
23971
+ this.u43_1 = 'CombinationCheckerProvider';
23972
+ }
23973
+ Companion_94.$metadata$ = objectMeta('Companion');
23974
+ var Companion_instance_94;
23975
+ function Companion_getInstance_102() {
23976
+ if (Companion_instance_94 == null)
23977
+ new Companion_94();
23978
+ return Companion_instance_94;
23979
+ }
23980
+ function CombinationCheckerProvider() {
23981
+ Companion_getInstance_102();
23982
+ }
23983
+ CombinationCheckerProvider.$metadata$ = interfaceMeta('CombinationCheckerProvider');
23983
23984
  function CombinationsInteractor() {
23984
23985
  }
23985
23986
  CombinationsInteractor.$metadata$ = interfaceMeta('CombinationsInteractor');
@@ -24017,7 +24018,7 @@
24017
24018
  this.d44_1 = winnerCombinationProvider;
24018
24019
  }
24019
24020
  CombinationsInteractorImpl.prototype.v43 = function (playerId, playerCards, players, party, config) {
24020
- return plus(listOfNotNull(this.c44_1.p43(playerId, playerCards, players, party, config)), this.c44_1.q43(playerId, playerCards, players, party, config));
24021
+ return plus(listOfNotNull(this.c44_1.t43(playerId, playerCards, players, party, config)), this.c44_1.s43(playerId, playerCards, players, party, config));
24021
24022
  };
24022
24023
  CombinationsInteractorImpl.prototype.x43 = function (type, playerCards, party) {
24023
24024
  var tmp$ret$8;
@@ -24043,7 +24044,7 @@
24043
24044
  // Inline function 'kotlin.collections.component2' call
24044
24045
  tmp$ret$2 = element.c2();
24045
24046
  var cards = tmp$ret$2;
24046
- var tmp0_safe_receiver = this.c44_1.o43(type, cards, party);
24047
+ var tmp0_safe_receiver = this.c44_1.p43(type, cards, party);
24047
24048
  var tmp;
24048
24049
  if (tmp0_safe_receiver == null) {
24049
24050
  tmp = null;
@@ -24619,7 +24620,7 @@
24619
24620
  throw new MechanicException('Required ' + getKClass(CombinationActData).of() + ', current act is ' + tmp0_requireActData);
24620
24621
  }
24621
24622
  var combinationActData = tmp$ret$0;
24622
- return new CombinationChoiceMechanicAction(action.a3j_1, action.b3j_1, combinationActData.c3b_1);
24623
+ return new CombinationChoiceMechanicAction(action.a3j_1, action.b3j_1, combinationActData.a3b_1);
24623
24624
  };
24624
24625
  GameMechanicLogicInteractorImpl.prototype.t44 = function (action, cardsOnTheTable, players, config) {
24625
24626
  var shouldValidateBribe = cardsOnTheTable.i() === config.a3i_1.count;
@@ -25374,11 +25375,11 @@
25374
25375
  var tmp_1;
25375
25376
  var tmp$ret$1;
25376
25377
  // Inline function 'kotlin.collections.isNotEmpty' call
25377
- var tmp1_isNotEmpty = data.b3b_1;
25378
+ var tmp1_isNotEmpty = data.z3a_1;
25378
25379
  tmp$ret$1 = !tmp1_isNotEmpty.k();
25379
25380
  if (tmp$ret$1) {
25380
25381
  Companion_getInstance_8();
25381
- tmp_1 = PlayerTurnModel_init_$Create$($this.q45_1.t45('TRADE', data.d3b()), data.a3b());
25382
+ tmp_1 = PlayerTurnModel_init_$Create$($this.q45_1.t45('TRADE', data.c3b()), data.g3b());
25382
25383
  } else {
25383
25384
  tmp_1 = null;
25384
25385
  }
@@ -25397,8 +25398,8 @@
25397
25398
  throw new MechanicException('Required ' + getKClass(PlayersTurnActData).of() + ', current act is ' + tmp2_requireActData);
25398
25399
  }
25399
25400
  var data_0 = tmp$ret$2;
25400
- var player = getPlayer(players, data_0.a3b());
25401
- tmp_0 = PlayerTurnModel_init_$Create$($this.q45_1.u45(player), data_0.a3b());
25401
+ var player = getPlayer(players, data_0.g3b());
25402
+ tmp_0 = PlayerTurnModel_init_$Create$($this.q45_1.u45(player), data_0.g3b());
25402
25403
  } else {
25403
25404
  throw IllegalStateException_init_$Create$("Can't support this scene action " + action);
25404
25405
  }
@@ -25425,11 +25426,11 @@
25425
25426
  var tmp_3;
25426
25427
  var tmp$ret$4;
25427
25428
  // Inline function 'kotlin.collections.isNotEmpty' call
25428
- var tmp4_isNotEmpty = data_1.b3b_1;
25429
+ var tmp4_isNotEmpty = data_1.z3a_1;
25429
25430
  tmp$ret$4 = !tmp4_isNotEmpty.k();
25430
25431
  if (tmp$ret$4) {
25431
25432
  Companion_getInstance_8();
25432
- tmp_3 = PlayerTurnModel_init_$Create$($this.q45_1.t45('EARN_POINTS', data_1.d3b()), data_1.a3b());
25433
+ tmp_3 = PlayerTurnModel_init_$Create$($this.q45_1.t45('EARN_POINTS', data_1.c3b()), data_1.g3b());
25433
25434
  } else {
25434
25435
  tmp_3 = null;
25435
25436
  }
@@ -25448,7 +25449,7 @@
25448
25449
  throw new MechanicException('Required ' + getKClass(PlayersTurnActData).of() + ', current act is ' + tmp5_requireActData);
25449
25450
  }
25450
25451
  var data_2 = tmp$ret$5;
25451
- tmp_2 = PlayerTurnModel_init_$Create$($this.q45_1.s45(party.t3k_1), data_2.a3b());
25452
+ tmp_2 = PlayerTurnModel_init_$Create$($this.q45_1.s45(party.t3k_1), data_2.g3b());
25452
25453
  } else {
25453
25454
  throw IllegalStateException_init_$Create$("Can't support this scene action " + action);
25454
25455
  }
@@ -25476,7 +25477,7 @@
25476
25477
  throw new MechanicException('Required ' + getKClass(ChoosePartnerSceneData).of() + ', current scene is ' + tmp0_requireSceneData);
25477
25478
  }
25478
25479
  var data = tmp$ret$0;
25479
- tmp = PlayerTurnModel_init_$Create$($this.q45_1.b46(), data.a3b());
25480
+ tmp = PlayerTurnModel_init_$Create$($this.q45_1.b46(), data.g3b());
25480
25481
  } else {
25481
25482
  Companion_getInstance_8();
25482
25483
  if (tmp0_subject === 'PREVIEW') {
@@ -26003,12 +26004,12 @@
26003
26004
  var combinations = null;
26004
26005
  var tmp_1;
26005
26006
  if (actData instanceof CombinationActData) {
26006
- tmp_1 = actData.d3b().equals(CombinationType_SEVEN_TRUMP_getInstance());
26007
+ tmp_1 = actData.c3b().equals(CombinationType_SEVEN_TRUMP_getInstance());
26007
26008
  } else {
26008
26009
  tmp_1 = false;
26009
26010
  }
26010
26011
  if (tmp_1) {
26011
- var playerId = actData.a3b();
26012
+ var playerId = actData.g3b();
26012
26013
  var player = getPlayer(table.o3u_1, playerId);
26013
26014
  var tmp$ret$3;
26014
26015
  // Inline function 'kotlin.takeIf' call
@@ -26106,7 +26107,7 @@
26106
26107
  throw new MechanicException('Required ' + getKClass(CombinationActData).of() + ', current act is ' + tmp0_requireActData);
26107
26108
  }
26108
26109
  var combinationActData = tmp$ret$0;
26109
- var tmp1_subject = combinationActData.d3b();
26110
+ var tmp1_subject = combinationActData.c3b();
26110
26111
  var tmp0 = tmp1_subject.e5_1;
26111
26112
  var tmp_0;
26112
26113
  switch (tmp0) {
@@ -26168,7 +26169,7 @@
26168
26169
  throw new MechanicException('Required ' + getKClass(CombinationActData).of() + ', current act is ' + tmp0_requireActData);
26169
26170
  }
26170
26171
  var combinationActData = tmp$ret$0;
26171
- var tmp1_subject = combinationActData.d3b();
26172
+ var tmp1_subject = combinationActData.c3b();
26172
26173
  var tmp0 = tmp1_subject.e5_1;
26173
26174
  var tmp_0;
26174
26175
  switch (tmp0) {
@@ -26536,7 +26537,7 @@
26536
26537
  this.x46_1 = playerTurnIds;
26537
26538
  this.y46_1 = combinations;
26538
26539
  }
26539
- CombinationActPayload.prototype.z3a = function () {
26540
+ CombinationActPayload.prototype.b3b = function () {
26540
26541
  return this.x46_1;
26541
26542
  };
26542
26543
  CombinationActPayload.prototype.toString = function () {
@@ -26798,71 +26799,59 @@
26798
26799
  return this.n2r();
26799
26800
  }
26800
26801
  });
26801
- function CardFromClientAction(playerId, card, combinations) {
26802
+ function PartnerSelectedFromClientAction(playerId, partnerId) {
26802
26803
  FromClientAction.call(this);
26803
- this.c3j_1 = playerId;
26804
- this.d3j_1 = card;
26805
- this.e3j_1 = combinations;
26804
+ this.v3i_1 = playerId;
26805
+ this.w3i_1 = partnerId;
26806
26806
  }
26807
- CardFromClientAction.prototype.a2l = function () {
26808
- return this.c3j_1;
26809
- };
26810
- CardFromClientAction.prototype.k3w = function () {
26811
- return this.d3j_1;
26807
+ PartnerSelectedFromClientAction.prototype.a2l = function () {
26808
+ return this.v3i_1;
26812
26809
  };
26813
- CardFromClientAction.prototype.toString = function () {
26814
- return 'CardFromClientAction(playerId=' + this.c3j_1 + ', card=' + this.d3j_1 + ', combinations=' + this.e3j_1 + ')';
26810
+ PartnerSelectedFromClientAction.prototype.toString = function () {
26811
+ return 'PartnerSelectedFromClientAction(playerId=' + this.v3i_1 + ', partnerId=' + this.w3i_1 + ')';
26815
26812
  };
26816
- CardFromClientAction.prototype.hashCode = function () {
26817
- var result = getStringHashCode(this.c3j_1);
26818
- result = imul(result, 31) + this.d3j_1.hashCode() | 0;
26819
- result = imul(result, 31) + (this.e3j_1 == null ? 0 : hashCode(this.e3j_1)) | 0;
26813
+ PartnerSelectedFromClientAction.prototype.hashCode = function () {
26814
+ var result = getStringHashCode(this.v3i_1);
26815
+ result = imul(result, 31) + getStringHashCode(this.w3i_1) | 0;
26820
26816
  return result;
26821
26817
  };
26822
- CardFromClientAction.prototype.equals = function (other) {
26818
+ PartnerSelectedFromClientAction.prototype.equals = function (other) {
26823
26819
  if (this === other)
26824
26820
  return true;
26825
- if (!(other instanceof CardFromClientAction))
26826
- return false;
26827
- var tmp0_other_with_cast = other instanceof CardFromClientAction ? other : THROW_CCE();
26828
- if (!(this.c3j_1 === tmp0_other_with_cast.c3j_1))
26821
+ if (!(other instanceof PartnerSelectedFromClientAction))
26829
26822
  return false;
26830
- if (!this.d3j_1.equals(tmp0_other_with_cast.d3j_1))
26823
+ var tmp0_other_with_cast = other instanceof PartnerSelectedFromClientAction ? other : THROW_CCE();
26824
+ if (!(this.v3i_1 === tmp0_other_with_cast.v3i_1))
26831
26825
  return false;
26832
- if (!equals(this.e3j_1, tmp0_other_with_cast.e3j_1))
26826
+ if (!(this.w3i_1 === tmp0_other_with_cast.w3i_1))
26833
26827
  return false;
26834
26828
  return true;
26835
26829
  };
26836
- CardFromClientAction.$metadata$ = classMeta('CardFromClientAction', [PlayerAnswerFromClientAction], undefined, undefined, undefined, FromClientAction.prototype);
26837
- function CombinationChoiceFromClientAction(playerId, isAccepted) {
26830
+ PartnerSelectedFromClientAction.$metadata$ = classMeta('PartnerSelectedFromClientAction', [PlayerAnswerFromClientAction], undefined, undefined, undefined, FromClientAction.prototype);
26831
+ function PlayerReadyFromClientAction(playerId) {
26838
26832
  FromClientAction.call(this);
26839
- this.a3j_1 = playerId;
26840
- this.b3j_1 = isAccepted;
26833
+ this.x3i_1 = playerId;
26841
26834
  }
26842
- CombinationChoiceFromClientAction.prototype.a2l = function () {
26843
- return this.a3j_1;
26835
+ PlayerReadyFromClientAction.prototype.a2l = function () {
26836
+ return this.x3i_1;
26844
26837
  };
26845
- CombinationChoiceFromClientAction.prototype.toString = function () {
26846
- return 'CombinationChoiceFromClientAction(playerId=' + this.a3j_1 + ', isAccepted=' + this.b3j_1 + ')';
26838
+ PlayerReadyFromClientAction.prototype.toString = function () {
26839
+ return 'PlayerReadyFromClientAction(playerId=' + this.x3i_1 + ')';
26847
26840
  };
26848
- CombinationChoiceFromClientAction.prototype.hashCode = function () {
26849
- var result = getStringHashCode(this.a3j_1);
26850
- result = imul(result, 31) + (this.b3j_1 | 0) | 0;
26851
- return result;
26841
+ PlayerReadyFromClientAction.prototype.hashCode = function () {
26842
+ return getStringHashCode(this.x3i_1);
26852
26843
  };
26853
- CombinationChoiceFromClientAction.prototype.equals = function (other) {
26844
+ PlayerReadyFromClientAction.prototype.equals = function (other) {
26854
26845
  if (this === other)
26855
26846
  return true;
26856
- if (!(other instanceof CombinationChoiceFromClientAction))
26857
- return false;
26858
- var tmp0_other_with_cast = other instanceof CombinationChoiceFromClientAction ? other : THROW_CCE();
26859
- if (!(this.a3j_1 === tmp0_other_with_cast.a3j_1))
26847
+ if (!(other instanceof PlayerReadyFromClientAction))
26860
26848
  return false;
26861
- if (!(this.b3j_1 === tmp0_other_with_cast.b3j_1))
26849
+ var tmp0_other_with_cast = other instanceof PlayerReadyFromClientAction ? other : THROW_CCE();
26850
+ if (!(this.x3i_1 === tmp0_other_with_cast.x3i_1))
26862
26851
  return false;
26863
26852
  return true;
26864
26853
  };
26865
- CombinationChoiceFromClientAction.$metadata$ = classMeta('CombinationChoiceFromClientAction', [PlayerAnswerFromClientAction], undefined, undefined, undefined, FromClientAction.prototype);
26854
+ PlayerReadyFromClientAction.$metadata$ = classMeta('PlayerReadyFromClientAction', [PlayerAnswerFromClientAction], undefined, undefined, undefined, FromClientAction.prototype);
26866
26855
  function ExitFromClientAction(playerId) {
26867
26856
  FromClientAction.call(this);
26868
26857
  this.i3j_1 = playerId;
@@ -26887,121 +26876,133 @@
26887
26876
  return true;
26888
26877
  };
26889
26878
  ExitFromClientAction.$metadata$ = classMeta('ExitFromClientAction', undefined, undefined, undefined, undefined, FromClientAction.prototype);
26890
- function MessageFromClientAction(playerId, message, phrase) {
26879
+ function CombinationChoiceFromClientAction(playerId, isAccepted) {
26891
26880
  FromClientAction.call(this);
26892
- this.f3j_1 = playerId;
26893
- this.g3j_1 = message;
26894
- this.h3j_1 = phrase;
26881
+ this.a3j_1 = playerId;
26882
+ this.b3j_1 = isAccepted;
26895
26883
  }
26896
- MessageFromClientAction.prototype.a2l = function () {
26897
- return this.f3j_1;
26884
+ CombinationChoiceFromClientAction.prototype.a2l = function () {
26885
+ return this.a3j_1;
26898
26886
  };
26899
- MessageFromClientAction.prototype.toString = function () {
26900
- return 'MessageFromClientAction(playerId=' + this.f3j_1 + ', message=' + this.g3j_1 + ', phrase=' + this.h3j_1 + ')';
26887
+ CombinationChoiceFromClientAction.prototype.toString = function () {
26888
+ return 'CombinationChoiceFromClientAction(playerId=' + this.a3j_1 + ', isAccepted=' + this.b3j_1 + ')';
26901
26889
  };
26902
- MessageFromClientAction.prototype.hashCode = function () {
26903
- var result = getStringHashCode(this.f3j_1);
26904
- result = imul(result, 31) + (this.g3j_1 == null ? 0 : getStringHashCode(this.g3j_1)) | 0;
26905
- result = imul(result, 31) + (this.h3j_1 == null ? 0 : getStringHashCode(this.h3j_1)) | 0;
26890
+ CombinationChoiceFromClientAction.prototype.hashCode = function () {
26891
+ var result = getStringHashCode(this.a3j_1);
26892
+ result = imul(result, 31) + (this.b3j_1 | 0) | 0;
26906
26893
  return result;
26907
26894
  };
26908
- MessageFromClientAction.prototype.equals = function (other) {
26895
+ CombinationChoiceFromClientAction.prototype.equals = function (other) {
26909
26896
  if (this === other)
26910
26897
  return true;
26911
- if (!(other instanceof MessageFromClientAction))
26912
- return false;
26913
- var tmp0_other_with_cast = other instanceof MessageFromClientAction ? other : THROW_CCE();
26914
- if (!(this.f3j_1 === tmp0_other_with_cast.f3j_1))
26898
+ if (!(other instanceof CombinationChoiceFromClientAction))
26915
26899
  return false;
26916
- if (!(this.g3j_1 == tmp0_other_with_cast.g3j_1))
26900
+ var tmp0_other_with_cast = other instanceof CombinationChoiceFromClientAction ? other : THROW_CCE();
26901
+ if (!(this.a3j_1 === tmp0_other_with_cast.a3j_1))
26917
26902
  return false;
26918
- if (!(this.h3j_1 == tmp0_other_with_cast.h3j_1))
26903
+ if (!(this.b3j_1 === tmp0_other_with_cast.b3j_1))
26919
26904
  return false;
26920
26905
  return true;
26921
26906
  };
26922
- MessageFromClientAction.$metadata$ = classMeta('MessageFromClientAction', undefined, undefined, undefined, undefined, FromClientAction.prototype);
26923
- function PartnerSelectedFromClientAction(playerId, partnerId) {
26907
+ CombinationChoiceFromClientAction.$metadata$ = classMeta('CombinationChoiceFromClientAction', [PlayerAnswerFromClientAction], undefined, undefined, undefined, FromClientAction.prototype);
26908
+ function SuitChoiceFromClientAction(playerId, suit) {
26924
26909
  FromClientAction.call(this);
26925
- this.v3i_1 = playerId;
26926
- this.w3i_1 = partnerId;
26910
+ this.y3i_1 = playerId;
26911
+ this.z3i_1 = suit;
26927
26912
  }
26928
- PartnerSelectedFromClientAction.prototype.a2l = function () {
26929
- return this.v3i_1;
26913
+ SuitChoiceFromClientAction.prototype.a2l = function () {
26914
+ return this.y3i_1;
26930
26915
  };
26931
- PartnerSelectedFromClientAction.prototype.toString = function () {
26932
- return 'PartnerSelectedFromClientAction(playerId=' + this.v3i_1 + ', partnerId=' + this.w3i_1 + ')';
26916
+ SuitChoiceFromClientAction.prototype.toString = function () {
26917
+ return 'SuitChoiceFromClientAction(playerId=' + this.y3i_1 + ', suit=' + this.z3i_1 + ')';
26933
26918
  };
26934
- PartnerSelectedFromClientAction.prototype.hashCode = function () {
26935
- var result = getStringHashCode(this.v3i_1);
26936
- result = imul(result, 31) + getStringHashCode(this.w3i_1) | 0;
26919
+ SuitChoiceFromClientAction.prototype.hashCode = function () {
26920
+ var result = getStringHashCode(this.y3i_1);
26921
+ result = imul(result, 31) + (this.z3i_1 == null ? 0 : this.z3i_1.hashCode()) | 0;
26937
26922
  return result;
26938
26923
  };
26939
- PartnerSelectedFromClientAction.prototype.equals = function (other) {
26924
+ SuitChoiceFromClientAction.prototype.equals = function (other) {
26940
26925
  if (this === other)
26941
26926
  return true;
26942
- if (!(other instanceof PartnerSelectedFromClientAction))
26927
+ if (!(other instanceof SuitChoiceFromClientAction))
26943
26928
  return false;
26944
- var tmp0_other_with_cast = other instanceof PartnerSelectedFromClientAction ? other : THROW_CCE();
26945
- if (!(this.v3i_1 === tmp0_other_with_cast.v3i_1))
26929
+ var tmp0_other_with_cast = other instanceof SuitChoiceFromClientAction ? other : THROW_CCE();
26930
+ if (!(this.y3i_1 === tmp0_other_with_cast.y3i_1))
26946
26931
  return false;
26947
- if (!(this.w3i_1 === tmp0_other_with_cast.w3i_1))
26932
+ if (!equals(this.z3i_1, tmp0_other_with_cast.z3i_1))
26948
26933
  return false;
26949
26934
  return true;
26950
26935
  };
26951
- PartnerSelectedFromClientAction.$metadata$ = classMeta('PartnerSelectedFromClientAction', [PlayerAnswerFromClientAction], undefined, undefined, undefined, FromClientAction.prototype);
26952
- function PlayerReadyFromClientAction(playerId) {
26936
+ SuitChoiceFromClientAction.$metadata$ = classMeta('SuitChoiceFromClientAction', [PlayerAnswerFromClientAction], undefined, undefined, undefined, FromClientAction.prototype);
26937
+ function CardFromClientAction(playerId, card, combinations) {
26953
26938
  FromClientAction.call(this);
26954
- this.x3i_1 = playerId;
26939
+ this.c3j_1 = playerId;
26940
+ this.d3j_1 = card;
26941
+ this.e3j_1 = combinations;
26955
26942
  }
26956
- PlayerReadyFromClientAction.prototype.a2l = function () {
26957
- return this.x3i_1;
26943
+ CardFromClientAction.prototype.a2l = function () {
26944
+ return this.c3j_1;
26958
26945
  };
26959
- PlayerReadyFromClientAction.prototype.toString = function () {
26960
- return 'PlayerReadyFromClientAction(playerId=' + this.x3i_1 + ')';
26946
+ CardFromClientAction.prototype.k3w = function () {
26947
+ return this.d3j_1;
26961
26948
  };
26962
- PlayerReadyFromClientAction.prototype.hashCode = function () {
26963
- return getStringHashCode(this.x3i_1);
26949
+ CardFromClientAction.prototype.toString = function () {
26950
+ return 'CardFromClientAction(playerId=' + this.c3j_1 + ', card=' + this.d3j_1 + ', combinations=' + this.e3j_1 + ')';
26964
26951
  };
26965
- PlayerReadyFromClientAction.prototype.equals = function (other) {
26952
+ CardFromClientAction.prototype.hashCode = function () {
26953
+ var result = getStringHashCode(this.c3j_1);
26954
+ result = imul(result, 31) + this.d3j_1.hashCode() | 0;
26955
+ result = imul(result, 31) + (this.e3j_1 == null ? 0 : hashCode(this.e3j_1)) | 0;
26956
+ return result;
26957
+ };
26958
+ CardFromClientAction.prototype.equals = function (other) {
26966
26959
  if (this === other)
26967
26960
  return true;
26968
- if (!(other instanceof PlayerReadyFromClientAction))
26961
+ if (!(other instanceof CardFromClientAction))
26969
26962
  return false;
26970
- var tmp0_other_with_cast = other instanceof PlayerReadyFromClientAction ? other : THROW_CCE();
26971
- if (!(this.x3i_1 === tmp0_other_with_cast.x3i_1))
26963
+ var tmp0_other_with_cast = other instanceof CardFromClientAction ? other : THROW_CCE();
26964
+ if (!(this.c3j_1 === tmp0_other_with_cast.c3j_1))
26965
+ return false;
26966
+ if (!this.d3j_1.equals(tmp0_other_with_cast.d3j_1))
26967
+ return false;
26968
+ if (!equals(this.e3j_1, tmp0_other_with_cast.e3j_1))
26972
26969
  return false;
26973
26970
  return true;
26974
26971
  };
26975
- PlayerReadyFromClientAction.$metadata$ = classMeta('PlayerReadyFromClientAction', [PlayerAnswerFromClientAction], undefined, undefined, undefined, FromClientAction.prototype);
26976
- function SuitChoiceFromClientAction(playerId, suit) {
26972
+ CardFromClientAction.$metadata$ = classMeta('CardFromClientAction', [PlayerAnswerFromClientAction], undefined, undefined, undefined, FromClientAction.prototype);
26973
+ function MessageFromClientAction(playerId, message, phrase) {
26977
26974
  FromClientAction.call(this);
26978
- this.y3i_1 = playerId;
26979
- this.z3i_1 = suit;
26975
+ this.f3j_1 = playerId;
26976
+ this.g3j_1 = message;
26977
+ this.h3j_1 = phrase;
26980
26978
  }
26981
- SuitChoiceFromClientAction.prototype.a2l = function () {
26982
- return this.y3i_1;
26979
+ MessageFromClientAction.prototype.a2l = function () {
26980
+ return this.f3j_1;
26983
26981
  };
26984
- SuitChoiceFromClientAction.prototype.toString = function () {
26985
- return 'SuitChoiceFromClientAction(playerId=' + this.y3i_1 + ', suit=' + this.z3i_1 + ')';
26982
+ MessageFromClientAction.prototype.toString = function () {
26983
+ return 'MessageFromClientAction(playerId=' + this.f3j_1 + ', message=' + this.g3j_1 + ', phrase=' + this.h3j_1 + ')';
26986
26984
  };
26987
- SuitChoiceFromClientAction.prototype.hashCode = function () {
26988
- var result = getStringHashCode(this.y3i_1);
26989
- result = imul(result, 31) + (this.z3i_1 == null ? 0 : this.z3i_1.hashCode()) | 0;
26985
+ MessageFromClientAction.prototype.hashCode = function () {
26986
+ var result = getStringHashCode(this.f3j_1);
26987
+ result = imul(result, 31) + (this.g3j_1 == null ? 0 : getStringHashCode(this.g3j_1)) | 0;
26988
+ result = imul(result, 31) + (this.h3j_1 == null ? 0 : getStringHashCode(this.h3j_1)) | 0;
26990
26989
  return result;
26991
26990
  };
26992
- SuitChoiceFromClientAction.prototype.equals = function (other) {
26991
+ MessageFromClientAction.prototype.equals = function (other) {
26993
26992
  if (this === other)
26994
26993
  return true;
26995
- if (!(other instanceof SuitChoiceFromClientAction))
26994
+ if (!(other instanceof MessageFromClientAction))
26996
26995
  return false;
26997
- var tmp0_other_with_cast = other instanceof SuitChoiceFromClientAction ? other : THROW_CCE();
26998
- if (!(this.y3i_1 === tmp0_other_with_cast.y3i_1))
26996
+ var tmp0_other_with_cast = other instanceof MessageFromClientAction ? other : THROW_CCE();
26997
+ if (!(this.f3j_1 === tmp0_other_with_cast.f3j_1))
26999
26998
  return false;
27000
- if (!equals(this.z3i_1, tmp0_other_with_cast.z3i_1))
26999
+ if (!(this.g3j_1 == tmp0_other_with_cast.g3j_1))
27000
+ return false;
27001
+ if (!(this.h3j_1 == tmp0_other_with_cast.h3j_1))
27001
27002
  return false;
27002
27003
  return true;
27003
27004
  };
27004
- SuitChoiceFromClientAction.$metadata$ = classMeta('SuitChoiceFromClientAction', [PlayerAnswerFromClientAction], undefined, undefined, undefined, FromClientAction.prototype);
27005
+ MessageFromClientAction.$metadata$ = classMeta('MessageFromClientAction', undefined, undefined, undefined, undefined, FromClientAction.prototype);
27005
27006
  function PlayerAnswerFromClientAction() {
27006
27007
  }
27007
27008
  PlayerAnswerFromClientAction.$metadata$ = interfaceMeta('PlayerAnswerFromClientAction', [PlayerIdContract, Action]);
@@ -28529,11 +28530,11 @@
28529
28530
  SceneMechanicAction.prototype.v48 = function () {
28530
28531
  var tmp = this.x45_1;
28531
28532
  if (!(tmp == null) ? isInterface(tmp, PlayerTurnSceneSupport) : false) {
28532
- return this.x45_1.z3a();
28533
+ return this.x45_1.b3b();
28533
28534
  }
28534
28535
  var tmp_0 = this.y45_1;
28535
28536
  if (!(tmp_0 == null) ? isInterface(tmp_0, PlayerTurnSceneSupport) : false) {
28536
- return this.y45_1.z3a();
28537
+ return this.y45_1.b3b();
28537
28538
  }
28538
28539
  return emptyList();
28539
28540
  };
@@ -29042,7 +29043,7 @@
29042
29043
  SceneActMechanicAction.prototype.v48 = function () {
29043
29044
  var tmp = this.p45_1;
29044
29045
  if (!(tmp == null) ? isInterface(tmp, PlayerTurnSceneSupport) : false) {
29045
- return this.p45_1.z3a();
29046
+ return this.p45_1.b3b();
29046
29047
  }
29047
29048
  return emptyList();
29048
29049
  };
@@ -30887,7 +30888,7 @@
30887
30888
  if (tmp0_subject instanceof CombinationChoiceMechanicAction) {
30888
30889
  var table_1 = this.g4f_1.q2x();
30889
30890
  var combination = first(this.e4f_1.h49_1);
30890
- var tmp1_subject = combination.f3b_1;
30891
+ var tmp1_subject = combination.e3b_1;
30891
30892
  var tmp0 = tmp1_subject.e5_1;
30892
30893
  var tmp_5;
30893
30894
  switch (tmp0) {
@@ -32247,10 +32248,10 @@
32247
32248
  throw new MechanicException('Required ' + getKClass(CombinationActData).of() + ', current act is ' + tmp0_requireActData);
32248
32249
  }
32249
32250
  var combinationActData = tmp$ret$0;
32250
- var player = getPlayer(table.o3u_1, combinationActData.a3b());
32251
+ var player = getPlayer(table.o3u_1, combinationActData.g3b());
32251
32252
  var tmp3_sceneInfo = table.p3u_1.w3y(null, null, action.o45_1, null, action.p45_1, 11, null);
32252
32253
  var tmp0_state = CombinationState_VERIFYING_getInstance();
32253
- var tmp1_combinations = combinationActData.c3b_1;
32254
+ var tmp1_combinations = combinationActData.a3b_1;
32254
32255
  var tmp2_config = table.n3u_1;
32255
32256
  var tmp = combinationsMechanicReducer.x4i(tmp0_state, tmp1_combinations, player, tmp2_config, null, 16, null);
32256
32257
  var tmp4_players = updateItem(table.o3u_1, player.t31(null, null, null, null, null, player.a31_1.s33(0, tmp, null, 5, null), 31, null), get_byIdPlayerPredicate()(player.a2l()));
@@ -33111,7 +33112,7 @@
33111
33112
  var tmp2_config = table.n3u_1;
33112
33113
  var tmp = this.x4i(tmp0_state, tmp1_combinations, playerWithCombination, tmp2_config, null, 16, null);
33113
33114
  var newPoints = playerWithCombination.a31_1.s33(0, tmp, null, 5, null);
33114
- var announcedCombination = getCombination(newPoints.m33_1, single(action.h49_1).e3b_1);
33115
+ var announcedCombination = getCombination(newPoints.m33_1, single(action.h49_1).d3b_1);
33115
33116
  if (announcedCombination.w34_1.equals(CombinationState_ACCEPTED_getInstance())) {
33116
33117
  var tmp3_subject = announcedCombination.v34_1;
33117
33118
  var tmp0 = tmp3_subject.e5_1;
@@ -33787,9 +33788,9 @@
33787
33788
  PartnerExistsRule.prototype.y38 = AND;
33788
33789
  PlayerShuffleCardsRule.prototype.y38 = AND;
33789
33790
  NecessaryCardTypeRule.prototype.y38 = AND;
33790
- CombinationActData.prototype.a3b = get_playerTurnId;
33791
- PlayersTurnActData.prototype.a3b = get_playerTurnId;
33792
- ChoosePartnerSceneData.prototype.a3b = get_playerTurnId;
33791
+ CombinationActData.prototype.g3b = get_playerTurnId;
33792
+ PlayersTurnActData.prototype.g3b = get_playerTurnId;
33793
+ ChoosePartnerSceneData.prototype.g3b = get_playerTurnId;
33793
33794
  $serializer.prototype.l1t = typeParametersSerializers;
33794
33795
  $serializer_0.prototype.l1t = typeParametersSerializers;
33795
33796
  $serializer_1.prototype.l1t = typeParametersSerializers;
@@ -33859,13 +33860,13 @@
33859
33860
  PlayerConnectionUpdateAction.prototype.n2r = get_actionTag;
33860
33861
  AskBotAction.prototype.n2r = get_actionTag;
33861
33862
  FromClientAction.prototype.n2r = get_actionTag;
33862
- CardFromClientAction.prototype.n2r = get_actionTag;
33863
- CombinationChoiceFromClientAction.prototype.n2r = get_actionTag;
33864
- ExitFromClientAction.prototype.n2r = get_actionTag;
33865
- MessageFromClientAction.prototype.n2r = get_actionTag;
33866
33863
  PartnerSelectedFromClientAction.prototype.n2r = get_actionTag;
33867
33864
  PlayerReadyFromClientAction.prototype.n2r = get_actionTag;
33865
+ ExitFromClientAction.prototype.n2r = get_actionTag;
33866
+ CombinationChoiceFromClientAction.prototype.n2r = get_actionTag;
33868
33867
  SuitChoiceFromClientAction.prototype.n2r = get_actionTag;
33868
+ CardFromClientAction.prototype.n2r = get_actionTag;
33869
+ MessageFromClientAction.prototype.n2r = get_actionTag;
33869
33870
  ToClientAction.prototype.n2r = get_actionTag;
33870
33871
  CombinationChoiceToClientAction.prototype.n2r = get_actionTag;
33871
33872
  ContinueGameToClientAction.prototype.n2r = get_actionTag;