raspberry_games_engine_helpers 1.8.383 → 1.8.385

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.
@@ -826,15 +826,15 @@
826
826
  initMetadataForClass(ErrorAction, 'ErrorAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
827
827
  function filterLivePlayers(store, playerIds, includeBots, $super) {
828
828
  includeBots = includeBots === VOID ? false : includeBots;
829
- return $super === VOID ? this.u41(store, playerIds, includeBots) : $super.u41.call(this, store, playerIds, includeBots);
829
+ return $super === VOID ? this.s41(store, playerIds, includeBots) : $super.s41.call(this, store, playerIds, includeBots);
830
830
  }
831
831
  function filterLiveDuringGamePlayers(store, playerIds, includeBots, $super) {
832
832
  includeBots = includeBots === VOID ? false : includeBots;
833
- return $super === VOID ? this.v41(store, playerIds, includeBots) : $super.v41.call(this, store, playerIds, includeBots);
833
+ return $super === VOID ? this.t41(store, playerIds, includeBots) : $super.t41.call(this, store, playerIds, includeBots);
834
834
  }
835
835
  function createConfig(mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league, $super) {
836
836
  league = league === VOID ? null : league;
837
- return $super === VOID ? this.w41(mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) : $super.w41.call(this, mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league);
837
+ return $super === VOID ? this.u41(mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) : $super.u41.call(this, mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league);
838
838
  }
839
839
  initMetadataForInterface(GameHelper, 'GameHelper');
840
840
  initMetadataForClass(GameHelperImpl, 'GameHelperImpl', VOID, VOID, [GameHelper]);
@@ -847,7 +847,7 @@
847
847
  tmp = existingNicknames;
848
848
  }
849
849
  existingNicknames = tmp;
850
- return $super === VOID ? this.b42(playerId, existingNicknames) : $super.b42.call(this, playerId, existingNicknames);
850
+ return $super === VOID ? this.z41(playerId, existingNicknames) : $super.z41.call(this, playerId, existingNicknames);
851
851
  }
852
852
  initMetadataForInterface(GameResources, 'GameResources');
853
853
  initMetadataForCompanion(Companion_152);
@@ -32826,7 +32826,7 @@
32826
32826
  }
32827
32827
  var tmp5_aid = _this__u8e3s4.t2v_1;
32828
32828
  var tmp6_spectators = emptyList();
32829
- return new StartGameMechanicAction(tmp3_config, tmp0_roomId, tmp1_version, tmp2_gameCreatorPlayerId, destination, tmp5_aid, tmp6_spectators, null);
32829
+ return new StartGameMechanicAction(tmp3_config, tmp0_roomId, tmp1_version, tmp2_gameCreatorPlayerId, destination, tmp5_aid, tmp6_spectators);
32830
32830
  }
32831
32831
  function mapFromClientDto_1(_this__u8e3s4) {
32832
32832
  var tmp0_gameId = _this__u8e3s4.w2v_1;
@@ -32835,7 +32835,7 @@
32835
32835
  return new StartNewGameMechanicAction(tmp1_previousGameId, tmp0_gameId, tmp2_aid);
32836
32836
  }
32837
32837
  function mapFromClientDto_2(_this__u8e3s4, payload) {
32838
- return new ContinueGameMechanicAction(mapFromClient_0(mapFromDto_65(_this__u8e3s4.c2w_1), payload), _this__u8e3s4.d2w_1, _this__u8e3s4.e2w_1, _this__u8e3s4.f2w_1, null);
32838
+ return new ContinueGameMechanicAction(mapFromClient_0(mapFromDto_65(_this__u8e3s4.c2w_1), payload), _this__u8e3s4.d2w_1, _this__u8e3s4.e2w_1, _this__u8e3s4.f2w_1);
32839
32839
  }
32840
32840
  function mapFromClientDto_3(_this__u8e3s4) {
32841
32841
  var tmp = mapFromDto_1(_this__u8e3s4.j2w_1);
@@ -33548,7 +33548,7 @@
33548
33548
  }
33549
33549
  function PlayerOrderChangeMechanicAction() {
33550
33550
  }
33551
- function StartGameMechanicAction(config, roomId, version, gameCreatorPlayerId, users, aid, spectators, metadata) {
33551
+ function StartGameMechanicAction(config, roomId, version, gameCreatorPlayerId, users, aid, spectators) {
33552
33552
  aid = aid === VOID ? null : aid;
33553
33553
  MechanicAction.call(this);
33554
33554
  this.q3y_1 = config;
@@ -33558,7 +33558,6 @@
33558
33558
  this.u3y_1 = users;
33559
33559
  this.v3y_1 = aid;
33560
33560
  this.spectators = spectators;
33561
- this.w3y_1 = metadata;
33562
33561
  }
33563
33562
  protoOf(StartGameMechanicAction).h3t = function () {
33564
33563
  return this.q3y_1;
@@ -33581,9 +33580,6 @@
33581
33580
  protoOf(StartGameMechanicAction).i3t = function () {
33582
33581
  return this.spectators;
33583
33582
  };
33584
- protoOf(StartGameMechanicAction).y3v = function () {
33585
- return this.w3y_1;
33586
- };
33587
33583
  protoOf(StartGameMechanicAction).p3y = function () {
33588
33584
  // Inline function 'kotlin.collections.map' call
33589
33585
  var this_0 = this.u3y_1;
@@ -33618,13 +33614,10 @@
33618
33614
  protoOf(StartGameMechanicAction).m1q = function () {
33619
33615
  return this.spectators;
33620
33616
  };
33621
- protoOf(StartGameMechanicAction).q2f = function () {
33622
- return this.w3y_1;
33623
- };
33624
- protoOf(StartGameMechanicAction).x3y = function (config, roomId, version, gameCreatorPlayerId, users, aid, spectators, metadata) {
33625
- return new StartGameMechanicAction(config, roomId, version, gameCreatorPlayerId, users, aid, spectators, metadata);
33617
+ protoOf(StartGameMechanicAction).w3y = function (config, roomId, version, gameCreatorPlayerId, users, aid, spectators) {
33618
+ return new StartGameMechanicAction(config, roomId, version, gameCreatorPlayerId, users, aid, spectators);
33626
33619
  };
33627
- protoOf(StartGameMechanicAction).copy = function (config, roomId, version, gameCreatorPlayerId, users, aid, spectators, metadata, $super) {
33620
+ protoOf(StartGameMechanicAction).copy = function (config, roomId, version, gameCreatorPlayerId, users, aid, spectators, $super) {
33628
33621
  config = config === VOID ? this.q3y_1 : config;
33629
33622
  roomId = roomId === VOID ? this.r3y_1 : roomId;
33630
33623
  version = version === VOID ? this.s3y_1 : version;
@@ -33632,11 +33625,10 @@
33632
33625
  users = users === VOID ? this.u3y_1 : users;
33633
33626
  aid = aid === VOID ? this.v3y_1 : aid;
33634
33627
  spectators = spectators === VOID ? this.spectators : spectators;
33635
- metadata = metadata === VOID ? this.w3y_1 : metadata;
33636
- return $super === VOID ? this.x3y(config, roomId, version, gameCreatorPlayerId, users, aid, spectators, metadata) : $super.x3y.call(this, config, roomId, version, gameCreatorPlayerId, users, aid, spectators, metadata);
33628
+ return $super === VOID ? this.w3y(config, roomId, version, gameCreatorPlayerId, users, aid, spectators) : $super.w3y.call(this, config, roomId, version, gameCreatorPlayerId, users, aid, spectators);
33637
33629
  };
33638
33630
  protoOf(StartGameMechanicAction).toString = function () {
33639
- return 'StartGameMechanicAction(config=' + this.q3y_1.toString() + ', roomId=' + this.r3y_1 + ', version=' + this.s3y_1 + ', gameCreatorPlayerId=' + this.t3y_1 + ', users=' + toString(this.u3y_1) + ', aid=' + this.v3y_1 + ', spectators=' + toString(this.spectators) + ', metadata=' + toString_0(this.w3y_1) + ')';
33631
+ return 'StartGameMechanicAction(config=' + this.q3y_1.toString() + ', roomId=' + this.r3y_1 + ', version=' + this.s3y_1 + ', gameCreatorPlayerId=' + this.t3y_1 + ', users=' + toString(this.u3y_1) + ', aid=' + this.v3y_1 + ', spectators=' + toString(this.spectators) + ')';
33640
33632
  };
33641
33633
  protoOf(StartGameMechanicAction).hashCode = function () {
33642
33634
  var result = this.q3y_1.hashCode();
@@ -33646,7 +33638,6 @@
33646
33638
  result = imul(result, 31) + hashCode(this.u3y_1) | 0;
33647
33639
  result = imul(result, 31) + (this.v3y_1 == null ? 0 : getStringHashCode(this.v3y_1)) | 0;
33648
33640
  result = imul(result, 31) + hashCode(this.spectators) | 0;
33649
- result = imul(result, 31) + (this.w3y_1 == null ? 0 : hashCode(this.w3y_1)) | 0;
33650
33641
  return result;
33651
33642
  };
33652
33643
  protoOf(StartGameMechanicAction).equals = function (other) {
@@ -33668,8 +33659,6 @@
33668
33659
  return false;
33669
33660
  if (!equals(this.spectators, other.spectators))
33670
33661
  return false;
33671
- if (!equals(this.w3y_1, other.w3y_1))
33672
- return false;
33673
33662
  return true;
33674
33663
  };
33675
33664
  function StartNewGameMechanicAction(previousGameId, gameId, aid) {
@@ -33677,16 +33666,16 @@
33677
33666
  MechanicAction.call(this);
33678
33667
  this.previousGameId = previousGameId;
33679
33668
  this.gameId = gameId;
33680
- this.y3y_1 = aid;
33669
+ this.x3y_1 = aid;
33681
33670
  }
33682
- protoOf(StartNewGameMechanicAction).z3y = function () {
33671
+ protoOf(StartNewGameMechanicAction).y3y = function () {
33683
33672
  return this.previousGameId;
33684
33673
  };
33685
33674
  protoOf(StartNewGameMechanicAction).l15 = function () {
33686
33675
  return this.gameId;
33687
33676
  };
33688
33677
  protoOf(StartNewGameMechanicAction).m3x = function () {
33689
- return this.y3y_1;
33678
+ return this.x3y_1;
33690
33679
  };
33691
33680
  protoOf(StartNewGameMechanicAction).sc = function () {
33692
33681
  return this.previousGameId;
@@ -33695,24 +33684,24 @@
33695
33684
  return this.gameId;
33696
33685
  };
33697
33686
  protoOf(StartNewGameMechanicAction).ei = function () {
33698
- return this.y3y_1;
33687
+ return this.x3y_1;
33699
33688
  };
33700
- protoOf(StartNewGameMechanicAction).a3z = function (previousGameId, gameId, aid) {
33689
+ protoOf(StartNewGameMechanicAction).z3y = function (previousGameId, gameId, aid) {
33701
33690
  return new StartNewGameMechanicAction(previousGameId, gameId, aid);
33702
33691
  };
33703
33692
  protoOf(StartNewGameMechanicAction).copy = function (previousGameId, gameId, aid, $super) {
33704
33693
  previousGameId = previousGameId === VOID ? this.previousGameId : previousGameId;
33705
33694
  gameId = gameId === VOID ? this.gameId : gameId;
33706
- aid = aid === VOID ? this.y3y_1 : aid;
33707
- return $super === VOID ? this.a3z(previousGameId, gameId, aid) : $super.a3z.call(this, previousGameId, gameId, aid);
33695
+ aid = aid === VOID ? this.x3y_1 : aid;
33696
+ return $super === VOID ? this.z3y(previousGameId, gameId, aid) : $super.z3y.call(this, previousGameId, gameId, aid);
33708
33697
  };
33709
33698
  protoOf(StartNewGameMechanicAction).toString = function () {
33710
- return 'StartNewGameMechanicAction(previousGameId=' + this.previousGameId + ', gameId=' + this.gameId + ', aid=' + this.y3y_1 + ')';
33699
+ return 'StartNewGameMechanicAction(previousGameId=' + this.previousGameId + ', gameId=' + this.gameId + ', aid=' + this.x3y_1 + ')';
33711
33700
  };
33712
33701
  protoOf(StartNewGameMechanicAction).hashCode = function () {
33713
33702
  var result = getStringHashCode(this.previousGameId);
33714
33703
  result = imul(result, 31) + getStringHashCode(this.gameId) | 0;
33715
- result = imul(result, 31) + (this.y3y_1 == null ? 0 : getStringHashCode(this.y3y_1)) | 0;
33704
+ result = imul(result, 31) + (this.x3y_1 == null ? 0 : getStringHashCode(this.x3y_1)) | 0;
33716
33705
  return result;
33717
33706
  };
33718
33707
  protoOf(StartNewGameMechanicAction).equals = function (other) {
@@ -33724,13 +33713,13 @@
33724
33713
  return false;
33725
33714
  if (!(this.gameId === other.gameId))
33726
33715
  return false;
33727
- if (!(this.y3y_1 == other.y3y_1))
33716
+ if (!(this.x3y_1 == other.x3y_1))
33728
33717
  return false;
33729
33718
  return true;
33730
33719
  };
33731
33720
  function Companion_151() {
33732
33721
  }
33733
- protoOf(Companion_151).b3z = function (reason, isGameFinished, table, transition) {
33722
+ protoOf(Companion_151).a3z = function (reason, isGameFinished, table, transition) {
33734
33723
  var tmp4_sessionAnalytics = table == null ? null : mapGameSessionAnalytics(table);
33735
33724
  var tmp5_gameHistory = table == null ? null : table.gameHistory;
33736
33725
  var tmp;
@@ -33745,7 +33734,7 @@
33745
33734
  };
33746
33735
  protoOf(Companion_151).fromTableWithAnalytics = function (reason, isGameFinished, table, transition, $super) {
33747
33736
  transition = transition === VOID ? null : transition;
33748
- return $super === VOID ? this.b3z(reason, isGameFinished, table, transition) : $super.b3z.call(this, reason, isGameFinished, table, transition);
33737
+ return $super === VOID ? this.a3z(reason, isGameFinished, table, transition) : $super.a3z.call(this, reason, isGameFinished, table, transition);
33749
33738
  };
33750
33739
  protoOf(Companion_151).fromTable = function (table) {
33751
33740
  var tmp2_reason = ProcessingReason_getInstance();
@@ -33763,37 +33752,37 @@
33763
33752
  isRoundHistorySaved = isRoundHistorySaved === VOID ? true : isRoundHistorySaved;
33764
33753
  aid = aid === VOID ? null : aid;
33765
33754
  MechanicAction.call(this);
33766
- this.c3z_1 = reason;
33767
- this.d3z_1 = isGameFinished;
33768
- this.e3z_1 = transition;
33755
+ this.b3z_1 = reason;
33756
+ this.c3z_1 = isGameFinished;
33757
+ this.d3z_1 = transition;
33769
33758
  this.sessionAnalytics = sessionAnalytics;
33770
33759
  this.gameHistory = gameHistory;
33771
33760
  this.isRoundHistorySaved = isRoundHistorySaved;
33772
- this.f3z_1 = aid;
33761
+ this.e3z_1 = aid;
33773
33762
  }
33774
33763
  protoOf(FinishingGameMechanicAction).y1p = function () {
33775
- return this.c3z_1;
33764
+ return this.b3z_1;
33776
33765
  };
33777
33766
  protoOf(FinishingGameMechanicAction).x3t = function () {
33778
- return this.d3z_1;
33767
+ return this.c3z_1;
33779
33768
  };
33780
33769
  protoOf(FinishingGameMechanicAction).j3x = function () {
33781
- return this.e3z_1;
33770
+ return this.d3z_1;
33782
33771
  };
33783
- protoOf(FinishingGameMechanicAction).g3z = function () {
33772
+ protoOf(FinishingGameMechanicAction).f3z = function () {
33784
33773
  return this.sessionAnalytics;
33785
33774
  };
33786
33775
  protoOf(FinishingGameMechanicAction).p3t = function () {
33787
33776
  return this.gameHistory;
33788
33777
  };
33789
- protoOf(FinishingGameMechanicAction).h3z = function () {
33778
+ protoOf(FinishingGameMechanicAction).g3z = function () {
33790
33779
  return this.isRoundHistorySaved;
33791
33780
  };
33792
33781
  protoOf(FinishingGameMechanicAction).m3x = function () {
33793
- return this.f3z_1;
33782
+ return this.e3z_1;
33794
33783
  };
33795
33784
  protoOf(FinishingGameMechanicAction).toString = function () {
33796
- var tmp = 'reason=' + toString(this.c3z_1);
33785
+ var tmp = 'reason=' + toString(this.b3z_1);
33797
33786
  // Inline function 'kotlin.takeIf' call
33798
33787
  var this_0 = 'sessionAnalytics=' + toString_0(this.sessionAnalytics);
33799
33788
  var tmp_0;
@@ -33804,9 +33793,9 @@
33804
33793
  }
33805
33794
  var tmp_1 = tmp_0;
33806
33795
  // Inline function 'kotlin.takeIf' call
33807
- var this_1 = 'isGameFinished=' + this.d3z_1;
33796
+ var this_1 = 'isGameFinished=' + this.c3z_1;
33808
33797
  var tmp_2;
33809
- if (this.d3z_1) {
33798
+ if (this.c3z_1) {
33810
33799
  tmp_2 = this_1;
33811
33800
  } else {
33812
33801
  tmp_2 = null;
@@ -33822,18 +33811,18 @@
33822
33811
  }
33823
33812
  var tmp_5 = tmp_4;
33824
33813
  // Inline function 'kotlin.takeIf' call
33825
- var this_3 = 'transition=' + toString_0(this.e3z_1);
33814
+ var this_3 = 'transition=' + toString_0(this.d3z_1);
33826
33815
  var tmp_6;
33827
- if (!(this.e3z_1 == null)) {
33816
+ if (!(this.d3z_1 == null)) {
33828
33817
  tmp_6 = this_3;
33829
33818
  } else {
33830
33819
  tmp_6 = null;
33831
33820
  }
33832
33821
  var tmp_7 = tmp_6;
33833
33822
  // Inline function 'kotlin.takeIf' call
33834
- var this_4 = 'aid=' + this.f3z_1;
33823
+ var this_4 = 'aid=' + this.e3z_1;
33835
33824
  var tmp_8;
33836
- if (!(this.f3z_1 == null)) {
33825
+ if (!(this.e3z_1 == null)) {
33837
33826
  tmp_8 = this_4;
33838
33827
  } else {
33839
33828
  tmp_8 = null;
@@ -33842,13 +33831,13 @@
33842
33831
  return 'FinishingGameMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp_5, tmp_7, tmp$ret$9])) + ')';
33843
33832
  };
33844
33833
  protoOf(FinishingGameMechanicAction).sc = function () {
33845
- return this.c3z_1;
33834
+ return this.b3z_1;
33846
33835
  };
33847
33836
  protoOf(FinishingGameMechanicAction).tc = function () {
33848
- return this.d3z_1;
33837
+ return this.c3z_1;
33849
33838
  };
33850
33839
  protoOf(FinishingGameMechanicAction).ei = function () {
33851
- return this.e3z_1;
33840
+ return this.d3z_1;
33852
33841
  };
33853
33842
  protoOf(FinishingGameMechanicAction).s15 = function () {
33854
33843
  return this.sessionAnalytics;
@@ -33860,29 +33849,29 @@
33860
33849
  return this.isRoundHistorySaved;
33861
33850
  };
33862
33851
  protoOf(FinishingGameMechanicAction).m1q = function () {
33863
- return this.f3z_1;
33852
+ return this.e3z_1;
33864
33853
  };
33865
- protoOf(FinishingGameMechanicAction).i3z = function (reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid) {
33854
+ protoOf(FinishingGameMechanicAction).h3z = function (reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid) {
33866
33855
  return new FinishingGameMechanicAction(reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid);
33867
33856
  };
33868
33857
  protoOf(FinishingGameMechanicAction).copy = function (reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid, $super) {
33869
- reason = reason === VOID ? this.c3z_1 : reason;
33870
- isGameFinished = isGameFinished === VOID ? this.d3z_1 : isGameFinished;
33871
- transition = transition === VOID ? this.e3z_1 : transition;
33858
+ reason = reason === VOID ? this.b3z_1 : reason;
33859
+ isGameFinished = isGameFinished === VOID ? this.c3z_1 : isGameFinished;
33860
+ transition = transition === VOID ? this.d3z_1 : transition;
33872
33861
  sessionAnalytics = sessionAnalytics === VOID ? this.sessionAnalytics : sessionAnalytics;
33873
33862
  gameHistory = gameHistory === VOID ? this.gameHistory : gameHistory;
33874
33863
  isRoundHistorySaved = isRoundHistorySaved === VOID ? this.isRoundHistorySaved : isRoundHistorySaved;
33875
- aid = aid === VOID ? this.f3z_1 : aid;
33876
- return $super === VOID ? this.i3z(reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid) : $super.i3z.call(this, reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid);
33864
+ aid = aid === VOID ? this.e3z_1 : aid;
33865
+ return $super === VOID ? this.h3z(reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid) : $super.h3z.call(this, reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid);
33877
33866
  };
33878
33867
  protoOf(FinishingGameMechanicAction).hashCode = function () {
33879
- var result = hashCode(this.c3z_1);
33880
- result = imul(result, 31) + getBooleanHashCode(this.d3z_1) | 0;
33881
- result = imul(result, 31) + (this.e3z_1 == null ? 0 : hashCode(this.e3z_1)) | 0;
33868
+ var result = hashCode(this.b3z_1);
33869
+ result = imul(result, 31) + getBooleanHashCode(this.c3z_1) | 0;
33870
+ result = imul(result, 31) + (this.d3z_1 == null ? 0 : hashCode(this.d3z_1)) | 0;
33882
33871
  result = imul(result, 31) + (this.sessionAnalytics == null ? 0 : this.sessionAnalytics.hashCode()) | 0;
33883
33872
  result = imul(result, 31) + (this.gameHistory == null ? 0 : this.gameHistory.hashCode()) | 0;
33884
33873
  result = imul(result, 31) + getBooleanHashCode(this.isRoundHistorySaved) | 0;
33885
- result = imul(result, 31) + (this.f3z_1 == null ? 0 : getStringHashCode(this.f3z_1)) | 0;
33874
+ result = imul(result, 31) + (this.e3z_1 == null ? 0 : getStringHashCode(this.e3z_1)) | 0;
33886
33875
  return result;
33887
33876
  };
33888
33877
  protoOf(FinishingGameMechanicAction).equals = function (other) {
@@ -33890,11 +33879,11 @@
33890
33879
  return true;
33891
33880
  if (!(other instanceof FinishingGameMechanicAction))
33892
33881
  return false;
33893
- if (!equals(this.c3z_1, other.c3z_1))
33882
+ if (!equals(this.b3z_1, other.b3z_1))
33894
33883
  return false;
33895
- if (!(this.d3z_1 === other.d3z_1))
33884
+ if (!(this.c3z_1 === other.c3z_1))
33896
33885
  return false;
33897
- if (!equals(this.e3z_1, other.e3z_1))
33886
+ if (!equals(this.d3z_1, other.d3z_1))
33898
33887
  return false;
33899
33888
  if (!equals(this.sessionAnalytics, other.sessionAnalytics))
33900
33889
  return false;
@@ -33902,7 +33891,7 @@
33902
33891
  return false;
33903
33892
  if (!(this.isRoundHistorySaved === other.isRoundHistorySaved))
33904
33893
  return false;
33905
- if (!(this.f3z_1 == other.f3z_1))
33894
+ if (!(this.e3z_1 == other.e3z_1))
33906
33895
  return false;
33907
33896
  return true;
33908
33897
  };
@@ -33910,47 +33899,47 @@
33910
33899
  aid = aid === VOID ? null : aid;
33911
33900
  transition = transition === VOID ? null : transition;
33912
33901
  MechanicAction.call(this);
33913
- this.j3z_1 = reason;
33914
- this.k3z_1 = isGameFinished;
33915
- this.l3z_1 = aid;
33916
- this.m3z_1 = transition;
33902
+ this.i3z_1 = reason;
33903
+ this.j3z_1 = isGameFinished;
33904
+ this.k3z_1 = aid;
33905
+ this.l3z_1 = transition;
33917
33906
  }
33918
33907
  protoOf(FinishGameMechanicAction).y1p = function () {
33919
- return this.j3z_1;
33908
+ return this.i3z_1;
33920
33909
  };
33921
33910
  protoOf(FinishGameMechanicAction).x3t = function () {
33922
- return this.k3z_1;
33911
+ return this.j3z_1;
33923
33912
  };
33924
33913
  protoOf(FinishGameMechanicAction).m3x = function () {
33925
- return this.l3z_1;
33914
+ return this.k3z_1;
33926
33915
  };
33927
33916
  protoOf(FinishGameMechanicAction).j3x = function () {
33928
- return this.m3z_1;
33917
+ return this.l3z_1;
33929
33918
  };
33930
33919
  protoOf(FinishGameMechanicAction).toString = function () {
33931
- var tmp = 'reason=' + toString(this.j3z_1);
33920
+ var tmp = 'reason=' + toString(this.i3z_1);
33932
33921
  // Inline function 'kotlin.takeIf' call
33933
- var this_0 = 'isGameFinished=' + this.k3z_1;
33922
+ var this_0 = 'isGameFinished=' + this.j3z_1;
33934
33923
  var tmp_0;
33935
- if (this.k3z_1) {
33924
+ if (this.j3z_1) {
33936
33925
  tmp_0 = this_0;
33937
33926
  } else {
33938
33927
  tmp_0 = null;
33939
33928
  }
33940
33929
  var tmp_1 = tmp_0;
33941
33930
  // Inline function 'kotlin.takeIf' call
33942
- var this_1 = 'hasTransition=' + !(this.m3z_1 == null);
33931
+ var this_1 = 'hasTransition=' + !(this.l3z_1 == null);
33943
33932
  var tmp_2;
33944
- if (!(this.m3z_1 == null)) {
33933
+ if (!(this.l3z_1 == null)) {
33945
33934
  tmp_2 = this_1;
33946
33935
  } else {
33947
33936
  tmp_2 = null;
33948
33937
  }
33949
33938
  var tmp_3 = tmp_2;
33950
33939
  // Inline function 'kotlin.takeIf' call
33951
- var this_2 = 'aid=' + this.l3z_1;
33940
+ var this_2 = 'aid=' + this.k3z_1;
33952
33941
  var tmp_4;
33953
- if (!(this.l3z_1 == null)) {
33942
+ if (!(this.k3z_1 == null)) {
33954
33943
  tmp_4 = this_2;
33955
33944
  } else {
33956
33945
  tmp_4 = null;
@@ -33959,32 +33948,32 @@
33959
33948
  return 'FinishGameMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp$ret$5])) + ')';
33960
33949
  };
33961
33950
  protoOf(FinishGameMechanicAction).sc = function () {
33962
- return this.j3z_1;
33951
+ return this.i3z_1;
33963
33952
  };
33964
33953
  protoOf(FinishGameMechanicAction).tc = function () {
33965
- return this.k3z_1;
33954
+ return this.j3z_1;
33966
33955
  };
33967
33956
  protoOf(FinishGameMechanicAction).ei = function () {
33968
- return this.l3z_1;
33957
+ return this.k3z_1;
33969
33958
  };
33970
33959
  protoOf(FinishGameMechanicAction).s15 = function () {
33971
- return this.m3z_1;
33960
+ return this.l3z_1;
33972
33961
  };
33973
- protoOf(FinishGameMechanicAction).n3z = function (reason, isGameFinished, aid, transition) {
33962
+ protoOf(FinishGameMechanicAction).m3z = function (reason, isGameFinished, aid, transition) {
33974
33963
  return new FinishGameMechanicAction(reason, isGameFinished, aid, transition);
33975
33964
  };
33976
33965
  protoOf(FinishGameMechanicAction).copy = function (reason, isGameFinished, aid, transition, $super) {
33977
- reason = reason === VOID ? this.j3z_1 : reason;
33978
- isGameFinished = isGameFinished === VOID ? this.k3z_1 : isGameFinished;
33979
- aid = aid === VOID ? this.l3z_1 : aid;
33980
- transition = transition === VOID ? this.m3z_1 : transition;
33981
- return $super === VOID ? this.n3z(reason, isGameFinished, aid, transition) : $super.n3z.call(this, reason, isGameFinished, aid, transition);
33966
+ reason = reason === VOID ? this.i3z_1 : reason;
33967
+ isGameFinished = isGameFinished === VOID ? this.j3z_1 : isGameFinished;
33968
+ aid = aid === VOID ? this.k3z_1 : aid;
33969
+ transition = transition === VOID ? this.l3z_1 : transition;
33970
+ return $super === VOID ? this.m3z(reason, isGameFinished, aid, transition) : $super.m3z.call(this, reason, isGameFinished, aid, transition);
33982
33971
  };
33983
33972
  protoOf(FinishGameMechanicAction).hashCode = function () {
33984
- var result = hashCode(this.j3z_1);
33985
- result = imul(result, 31) + getBooleanHashCode(this.k3z_1) | 0;
33986
- result = imul(result, 31) + (this.l3z_1 == null ? 0 : getStringHashCode(this.l3z_1)) | 0;
33987
- result = imul(result, 31) + (this.m3z_1 == null ? 0 : hashCode(this.m3z_1)) | 0;
33973
+ var result = hashCode(this.i3z_1);
33974
+ result = imul(result, 31) + getBooleanHashCode(this.j3z_1) | 0;
33975
+ result = imul(result, 31) + (this.k3z_1 == null ? 0 : getStringHashCode(this.k3z_1)) | 0;
33976
+ result = imul(result, 31) + (this.l3z_1 == null ? 0 : hashCode(this.l3z_1)) | 0;
33988
33977
  return result;
33989
33978
  };
33990
33979
  protoOf(FinishGameMechanicAction).equals = function (other) {
@@ -33992,13 +33981,13 @@
33992
33981
  return true;
33993
33982
  if (!(other instanceof FinishGameMechanicAction))
33994
33983
  return false;
33995
- if (!equals(this.j3z_1, other.j3z_1))
33984
+ if (!equals(this.i3z_1, other.i3z_1))
33996
33985
  return false;
33997
- if (!(this.k3z_1 === other.k3z_1))
33986
+ if (!(this.j3z_1 === other.j3z_1))
33998
33987
  return false;
33999
- if (!(this.l3z_1 == other.l3z_1))
33988
+ if (!(this.k3z_1 == other.k3z_1))
34000
33989
  return false;
34001
- if (!equals(this.m3z_1, other.m3z_1))
33990
+ if (!equals(this.l3z_1, other.l3z_1))
34002
33991
  return false;
34003
33992
  return true;
34004
33993
  };
@@ -34010,43 +33999,43 @@
34010
33999
  actData = actData === VOID ? null : actData;
34011
34000
  aid = aid === VOID ? null : aid;
34012
34001
  MechanicAction.call(this);
34013
- this.p3z_1 = currentTurnPlayerId;
34014
- this.q3z_1 = sceneId;
34015
- this.r3z_1 = actId;
34002
+ this.o3z_1 = currentTurnPlayerId;
34003
+ this.p3z_1 = sceneId;
34004
+ this.q3z_1 = actId;
34016
34005
  this.sceneData = sceneData;
34017
- this.s3z_1 = actData;
34018
- this.t3z_1 = aid;
34006
+ this.r3z_1 = actData;
34007
+ this.s3z_1 = aid;
34019
34008
  }
34020
- protoOf(SceneMechanicAction).u3z = function () {
34021
- return this.p3z_1;
34009
+ protoOf(SceneMechanicAction).t3z = function () {
34010
+ return this.o3z_1;
34022
34011
  };
34023
34012
  protoOf(SceneMechanicAction).b2s = function () {
34024
- return this.q3z_1;
34013
+ return this.p3z_1;
34025
34014
  };
34026
34015
  protoOf(SceneMechanicAction).j2r = function () {
34027
- return this.r3z_1;
34016
+ return this.q3z_1;
34028
34017
  };
34029
- protoOf(SceneMechanicAction).v3z = function () {
34018
+ protoOf(SceneMechanicAction).u3z = function () {
34030
34019
  return this.sceneData;
34031
34020
  };
34032
- protoOf(SceneMechanicAction).o3z = function () {
34033
- return this.s3z_1;
34021
+ protoOf(SceneMechanicAction).n3z = function () {
34022
+ return this.r3z_1;
34034
34023
  };
34035
34024
  protoOf(SceneMechanicAction).m3x = function () {
34036
- return this.t3z_1;
34025
+ return this.s3z_1;
34037
34026
  };
34038
34027
  protoOf(SceneMechanicAction).notValidateWhenFinished = function () {
34039
- return this.q3z_1 === 'WAITING';
34028
+ return this.p3z_1 === 'WAITING';
34040
34029
  };
34041
34030
  protoOf(SceneMechanicAction).notValidateWhenFinishing = function () {
34042
- return this.q3z_1 === 'WAITING';
34031
+ return this.p3z_1 === 'WAITING';
34043
34032
  };
34044
34033
  protoOf(SceneMechanicAction).toString = function () {
34045
- var tmp = "sceneId='" + this.q3z_1 + "'";
34034
+ var tmp = "sceneId='" + this.p3z_1 + "'";
34046
34035
  // Inline function 'kotlin.takeIf' call
34047
- var this_0 = 'actId=' + this.r3z_1;
34036
+ var this_0 = 'actId=' + this.q3z_1;
34048
34037
  var tmp_0;
34049
- if (!(this.r3z_1 == null)) {
34038
+ if (!(this.q3z_1 == null)) {
34050
34039
  tmp_0 = this_0;
34051
34040
  } else {
34052
34041
  tmp_0 = null;
@@ -34062,18 +34051,18 @@
34062
34051
  }
34063
34052
  var tmp_3 = tmp_2;
34064
34053
  // Inline function 'kotlin.takeIf' call
34065
- var this_2 = 'actData=' + toString_0(this.s3z_1);
34054
+ var this_2 = 'actData=' + toString_0(this.r3z_1);
34066
34055
  var tmp_4;
34067
- if (!(this.s3z_1 == null)) {
34056
+ if (!(this.r3z_1 == null)) {
34068
34057
  tmp_4 = this_2;
34069
34058
  } else {
34070
34059
  tmp_4 = null;
34071
34060
  }
34072
34061
  var tmp_5 = tmp_4;
34073
34062
  // Inline function 'kotlin.takeIf' call
34074
- var this_3 = 'aid=' + this.t3z_1;
34063
+ var this_3 = 'aid=' + this.s3z_1;
34075
34064
  var tmp_6;
34076
- if (!(this.t3z_1 == null)) {
34065
+ if (!(this.s3z_1 == null)) {
34077
34066
  tmp_6 = this_3;
34078
34067
  } else {
34079
34068
  tmp_6 = null;
@@ -34081,20 +34070,20 @@
34081
34070
  var tmp$ret$7 = tmp_6;
34082
34071
  return 'SceneMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp_5, tmp$ret$7])) + ')';
34083
34072
  };
34084
- protoOf(SceneMechanicAction).w3z = function () {
34073
+ protoOf(SceneMechanicAction).v3z = function () {
34085
34074
  var tmp = this.sceneData;
34086
34075
  if (!(tmp == null) ? isInterface(tmp, PlayerTurnSceneSupport) : false) {
34087
34076
  return this.sceneData.k2r();
34088
34077
  }
34089
- var tmp_0 = this.s3z_1;
34078
+ var tmp_0 = this.r3z_1;
34090
34079
  if (!(tmp_0 == null) ? isInterface(tmp_0, PlayerTurnSceneSupport) : false) {
34091
- return this.s3z_1.k2r();
34080
+ return this.r3z_1.k2r();
34092
34081
  }
34093
34082
  return emptyList();
34094
34083
  };
34095
34084
  protoOf(SceneMechanicAction).o1p = function () {
34096
34085
  // Inline function 'kotlin.requireNotNull' call
34097
- var tmp0 = this.p3z_1;
34086
+ var tmp0 = this.o3z_1;
34098
34087
  var tmp$ret$1;
34099
34088
  $l$block: {
34100
34089
  // Inline function 'kotlin.requireNotNull' call
@@ -34109,42 +34098,42 @@
34109
34098
  return tmp$ret$1;
34110
34099
  };
34111
34100
  protoOf(SceneMechanicAction).sc = function () {
34112
- return this.p3z_1;
34101
+ return this.o3z_1;
34113
34102
  };
34114
34103
  protoOf(SceneMechanicAction).tc = function () {
34115
- return this.q3z_1;
34104
+ return this.p3z_1;
34116
34105
  };
34117
34106
  protoOf(SceneMechanicAction).ei = function () {
34118
- return this.r3z_1;
34107
+ return this.q3z_1;
34119
34108
  };
34120
34109
  protoOf(SceneMechanicAction).s15 = function () {
34121
34110
  return this.sceneData;
34122
34111
  };
34123
34112
  protoOf(SceneMechanicAction).k1q = function () {
34124
- return this.s3z_1;
34113
+ return this.r3z_1;
34125
34114
  };
34126
34115
  protoOf(SceneMechanicAction).l1q = function () {
34127
- return this.t3z_1;
34116
+ return this.s3z_1;
34128
34117
  };
34129
- protoOf(SceneMechanicAction).x3z = function (currentTurnPlayerId, sceneId, actId, sceneData, actData, aid) {
34118
+ protoOf(SceneMechanicAction).w3z = function (currentTurnPlayerId, sceneId, actId, sceneData, actData, aid) {
34130
34119
  return new SceneMechanicAction(currentTurnPlayerId, sceneId, actId, sceneData, actData, aid);
34131
34120
  };
34132
34121
  protoOf(SceneMechanicAction).copy = function (currentTurnPlayerId, sceneId, actId, sceneData, actData, aid, $super) {
34133
- currentTurnPlayerId = currentTurnPlayerId === VOID ? this.p3z_1 : currentTurnPlayerId;
34134
- sceneId = sceneId === VOID ? this.q3z_1 : sceneId;
34135
- actId = actId === VOID ? this.r3z_1 : actId;
34122
+ currentTurnPlayerId = currentTurnPlayerId === VOID ? this.o3z_1 : currentTurnPlayerId;
34123
+ sceneId = sceneId === VOID ? this.p3z_1 : sceneId;
34124
+ actId = actId === VOID ? this.q3z_1 : actId;
34136
34125
  sceneData = sceneData === VOID ? this.sceneData : sceneData;
34137
- actData = actData === VOID ? this.s3z_1 : actData;
34138
- aid = aid === VOID ? this.t3z_1 : aid;
34139
- return $super === VOID ? this.x3z(currentTurnPlayerId, sceneId, actId, sceneData, actData, aid) : $super.x3z.call(this, currentTurnPlayerId, sceneId, actId, sceneData, actData, aid);
34126
+ actData = actData === VOID ? this.r3z_1 : actData;
34127
+ aid = aid === VOID ? this.s3z_1 : aid;
34128
+ return $super === VOID ? this.w3z(currentTurnPlayerId, sceneId, actId, sceneData, actData, aid) : $super.w3z.call(this, currentTurnPlayerId, sceneId, actId, sceneData, actData, aid);
34140
34129
  };
34141
34130
  protoOf(SceneMechanicAction).hashCode = function () {
34142
- var result = this.p3z_1 == null ? 0 : getStringHashCode(this.p3z_1);
34143
- result = imul(result, 31) + getStringHashCode(this.q3z_1) | 0;
34144
- result = imul(result, 31) + (this.r3z_1 == null ? 0 : getStringHashCode(this.r3z_1)) | 0;
34131
+ var result = this.o3z_1 == null ? 0 : getStringHashCode(this.o3z_1);
34132
+ result = imul(result, 31) + getStringHashCode(this.p3z_1) | 0;
34133
+ result = imul(result, 31) + (this.q3z_1 == null ? 0 : getStringHashCode(this.q3z_1)) | 0;
34145
34134
  result = imul(result, 31) + (this.sceneData == null ? 0 : hashCode(this.sceneData)) | 0;
34146
- result = imul(result, 31) + (this.s3z_1 == null ? 0 : hashCode(this.s3z_1)) | 0;
34147
- result = imul(result, 31) + (this.t3z_1 == null ? 0 : getStringHashCode(this.t3z_1)) | 0;
34135
+ result = imul(result, 31) + (this.r3z_1 == null ? 0 : hashCode(this.r3z_1)) | 0;
34136
+ result = imul(result, 31) + (this.s3z_1 == null ? 0 : getStringHashCode(this.s3z_1)) | 0;
34148
34137
  return result;
34149
34138
  };
34150
34139
  protoOf(SceneMechanicAction).equals = function (other) {
@@ -34152,17 +34141,17 @@
34152
34141
  return true;
34153
34142
  if (!(other instanceof SceneMechanicAction))
34154
34143
  return false;
34155
- if (!(this.p3z_1 == other.p3z_1))
34144
+ if (!(this.o3z_1 == other.o3z_1))
34156
34145
  return false;
34157
- if (!(this.q3z_1 === other.q3z_1))
34146
+ if (!(this.p3z_1 === other.p3z_1))
34158
34147
  return false;
34159
- if (!(this.r3z_1 == other.r3z_1))
34148
+ if (!(this.q3z_1 == other.q3z_1))
34160
34149
  return false;
34161
34150
  if (!equals(this.sceneData, other.sceneData))
34162
34151
  return false;
34163
- if (!equals(this.s3z_1, other.s3z_1))
34152
+ if (!equals(this.r3z_1, other.r3z_1))
34164
34153
  return false;
34165
- if (!(this.t3z_1 == other.t3z_1))
34154
+ if (!(this.s3z_1 == other.s3z_1))
34166
34155
  return false;
34167
34156
  return true;
34168
34157
  };
@@ -34179,7 +34168,7 @@
34179
34168
  this.causeState = causeState;
34180
34169
  this.isNoneActivePlayers = isNoneActivePlayers;
34181
34170
  this.reconnectUntilTime = reconnectUntilTime;
34182
- this.y3z_1 = aid;
34171
+ this.x3z_1 = aid;
34183
34172
  }
34184
34173
  protoOf(PlayerConnectionChangedMechanicAction).o1p = function () {
34185
34174
  return this.playerId;
@@ -34187,19 +34176,19 @@
34187
34176
  protoOf(PlayerConnectionChangedMechanicAction).q1q = function () {
34188
34177
  return this.state;
34189
34178
  };
34190
- protoOf(PlayerConnectionChangedMechanicAction).z3z = function () {
34179
+ protoOf(PlayerConnectionChangedMechanicAction).y3z = function () {
34191
34180
  return this.causeState;
34192
34181
  };
34193
- protoOf(PlayerConnectionChangedMechanicAction).a40 = function () {
34182
+ protoOf(PlayerConnectionChangedMechanicAction).z3z = function () {
34194
34183
  return this.isNoneActivePlayers;
34195
34184
  };
34196
- protoOf(PlayerConnectionChangedMechanicAction).b40 = function () {
34185
+ protoOf(PlayerConnectionChangedMechanicAction).a40 = function () {
34197
34186
  return this.reconnectUntilTime;
34198
34187
  };
34199
34188
  protoOf(PlayerConnectionChangedMechanicAction).m3x = function () {
34200
- return this.y3z_1;
34189
+ return this.x3z_1;
34201
34190
  };
34202
- protoOf(PlayerConnectionChangedMechanicAction).c40 = function () {
34191
+ protoOf(PlayerConnectionChangedMechanicAction).b40 = function () {
34203
34192
  var tmp;
34204
34193
  if (this.state.isDisconnecting) {
34205
34194
  tmp = (!(this.causeState == null) && this.causeState.isClientDisconnectReason);
@@ -34242,9 +34231,9 @@
34242
34231
  }
34243
34232
  var tmp_6 = tmp_5;
34244
34233
  // Inline function 'kotlin.takeIf' call
34245
- var this_3 = 'aid=' + this.y3z_1;
34234
+ var this_3 = 'aid=' + this.x3z_1;
34246
34235
  var tmp_7;
34247
- if (!(this.y3z_1 == null)) {
34236
+ if (!(this.x3z_1 == null)) {
34248
34237
  tmp_7 = this_3;
34249
34238
  } else {
34250
34239
  tmp_7 = null;
@@ -34268,9 +34257,9 @@
34268
34257
  return this.reconnectUntilTime;
34269
34258
  };
34270
34259
  protoOf(PlayerConnectionChangedMechanicAction).l1q = function () {
34271
- return this.y3z_1;
34260
+ return this.x3z_1;
34272
34261
  };
34273
- protoOf(PlayerConnectionChangedMechanicAction).d40 = function (playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid) {
34262
+ protoOf(PlayerConnectionChangedMechanicAction).c40 = function (playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid) {
34274
34263
  return new PlayerConnectionChangedMechanicAction(playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid);
34275
34264
  };
34276
34265
  protoOf(PlayerConnectionChangedMechanicAction).copy = function (playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid, $super) {
@@ -34279,8 +34268,8 @@
34279
34268
  causeState = causeState === VOID ? this.causeState : causeState;
34280
34269
  isNoneActivePlayers = isNoneActivePlayers === VOID ? this.isNoneActivePlayers : isNoneActivePlayers;
34281
34270
  reconnectUntilTime = reconnectUntilTime === VOID ? this.reconnectUntilTime : reconnectUntilTime;
34282
- aid = aid === VOID ? this.y3z_1 : aid;
34283
- return $super === VOID ? this.d40(playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid) : $super.d40.call(this, playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid);
34271
+ aid = aid === VOID ? this.x3z_1 : aid;
34272
+ return $super === VOID ? this.c40(playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid) : $super.c40.call(this, playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid);
34284
34273
  };
34285
34274
  protoOf(PlayerConnectionChangedMechanicAction).hashCode = function () {
34286
34275
  var result = getStringHashCode(this.playerId);
@@ -34288,7 +34277,7 @@
34288
34277
  result = imul(result, 31) + (this.causeState == null ? 0 : this.causeState.hashCode()) | 0;
34289
34278
  result = imul(result, 31) + getBooleanHashCode(this.isNoneActivePlayers) | 0;
34290
34279
  result = imul(result, 31) + (this.reconnectUntilTime == null ? 0 : getStringHashCode(this.reconnectUntilTime)) | 0;
34291
- result = imul(result, 31) + (this.y3z_1 == null ? 0 : getStringHashCode(this.y3z_1)) | 0;
34280
+ result = imul(result, 31) + (this.x3z_1 == null ? 0 : getStringHashCode(this.x3z_1)) | 0;
34292
34281
  return result;
34293
34282
  };
34294
34283
  protoOf(PlayerConnectionChangedMechanicAction).equals = function (other) {
@@ -34306,32 +34295,28 @@
34306
34295
  return false;
34307
34296
  if (!(this.reconnectUntilTime == other.reconnectUntilTime))
34308
34297
  return false;
34309
- if (!(this.y3z_1 == other.y3z_1))
34298
+ if (!(this.x3z_1 == other.x3z_1))
34310
34299
  return false;
34311
34300
  return true;
34312
34301
  };
34313
- function ContinueGameMechanicAction(table, reason, payload, aid, metadata) {
34302
+ function ContinueGameMechanicAction(table, reason, payload, aid) {
34314
34303
  payload = payload === VOID ? null : payload;
34315
34304
  aid = aid === VOID ? null : aid;
34316
34305
  MechanicAction.call(this);
34317
- this.e40_1 = table;
34318
- this.f40_1 = reason;
34319
- this.g40_1 = payload;
34320
- this.h40_1 = aid;
34321
- this.i40_1 = metadata;
34306
+ this.d40_1 = table;
34307
+ this.e40_1 = reason;
34308
+ this.f40_1 = payload;
34309
+ this.g40_1 = aid;
34322
34310
  }
34323
34311
  protoOf(ContinueGameMechanicAction).m3x = function () {
34324
- return this.h40_1;
34325
- };
34326
- protoOf(ContinueGameMechanicAction).y3v = function () {
34327
- return this.i40_1;
34312
+ return this.g40_1;
34328
34313
  };
34329
34314
  protoOf(ContinueGameMechanicAction).h15 = function () {
34330
- return this.e40_1.id;
34315
+ return this.d40_1.id;
34331
34316
  };
34332
34317
  protoOf(ContinueGameMechanicAction).t3t = function () {
34333
34318
  // Inline function 'kotlin.collections.map' call
34334
- var this_0 = this.e40_1.players;
34319
+ var this_0 = this.d40_1.players;
34335
34320
  // Inline function 'kotlin.collections.mapTo' call
34336
34321
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
34337
34322
  var _iterator__ex2g4s = this_0.l();
@@ -34343,23 +34328,22 @@
34343
34328
  return destination;
34344
34329
  };
34345
34330
  protoOf(ContinueGameMechanicAction).o3y = function () {
34346
- return getGameCreator(this.e40_1.players).playerId;
34331
+ return getGameCreator(this.d40_1.players).playerId;
34347
34332
  };
34348
34333
  protoOf(ContinueGameMechanicAction).k17 = function () {
34349
- return this.e40_1.version;
34334
+ return this.d40_1.version;
34350
34335
  };
34351
34336
  protoOf(ContinueGameMechanicAction).h3t = function () {
34352
- return this.e40_1.config;
34337
+ return this.d40_1.config;
34353
34338
  };
34354
34339
  protoOf(ContinueGameMechanicAction).toString = function () {
34355
- return 'ContinueGameMechanicAction(reason = ' + toString(this.f40_1) + ', aid = ' + this.h40_1 + ')';
34340
+ return 'ContinueGameMechanicAction(reason = ' + toString(this.e40_1) + ', aid = ' + this.g40_1 + ')';
34356
34341
  };
34357
34342
  protoOf(ContinueGameMechanicAction).hashCode = function () {
34358
- var result = this.e40_1.hashCode();
34359
- result = imul(result, 31) + hashCode(this.f40_1) | 0;
34360
- result = imul(result, 31) + (this.g40_1 == null ? 0 : hashCode(this.g40_1)) | 0;
34361
- result = imul(result, 31) + (this.h40_1 == null ? 0 : getStringHashCode(this.h40_1)) | 0;
34362
- result = imul(result, 31) + (this.i40_1 == null ? 0 : hashCode(this.i40_1)) | 0;
34343
+ var result = this.d40_1.hashCode();
34344
+ result = imul(result, 31) + hashCode(this.e40_1) | 0;
34345
+ result = imul(result, 31) + (this.f40_1 == null ? 0 : hashCode(this.f40_1)) | 0;
34346
+ result = imul(result, 31) + (this.g40_1 == null ? 0 : getStringHashCode(this.g40_1)) | 0;
34363
34347
  return result;
34364
34348
  };
34365
34349
  protoOf(ContinueGameMechanicAction).equals = function (other) {
@@ -34367,33 +34351,31 @@
34367
34351
  return true;
34368
34352
  if (!(other instanceof ContinueGameMechanicAction))
34369
34353
  return false;
34370
- if (!this.e40_1.equals(other.e40_1))
34354
+ if (!this.d40_1.equals(other.d40_1))
34371
34355
  return false;
34372
- if (!equals(this.f40_1, other.f40_1))
34373
- return false;
34374
- if (!equals(this.g40_1, other.g40_1))
34356
+ if (!equals(this.e40_1, other.e40_1))
34375
34357
  return false;
34376
- if (!(this.h40_1 == other.h40_1))
34358
+ if (!equals(this.f40_1, other.f40_1))
34377
34359
  return false;
34378
- if (!equals(this.i40_1, other.i40_1))
34360
+ if (!(this.g40_1 == other.g40_1))
34379
34361
  return false;
34380
34362
  return true;
34381
34363
  };
34382
34364
  function RestartGameMechanicAction(reason, aid) {
34383
34365
  aid = aid === VOID ? null : aid;
34384
34366
  MechanicAction.call(this);
34385
- this.j40_1 = reason;
34386
- this.k40_1 = aid;
34367
+ this.h40_1 = reason;
34368
+ this.i40_1 = aid;
34387
34369
  }
34388
34370
  protoOf(RestartGameMechanicAction).m3x = function () {
34389
- return this.k40_1;
34371
+ return this.i40_1;
34390
34372
  };
34391
34373
  protoOf(RestartGameMechanicAction).toString = function () {
34392
- return 'RestartGameMechanicAction(reason=' + this.j40_1.toString() + ', aid=' + this.k40_1 + ')';
34374
+ return 'RestartGameMechanicAction(reason=' + this.h40_1.toString() + ', aid=' + this.i40_1 + ')';
34393
34375
  };
34394
34376
  protoOf(RestartGameMechanicAction).hashCode = function () {
34395
- var result = this.j40_1.hashCode();
34396
- result = imul(result, 31) + (this.k40_1 == null ? 0 : getStringHashCode(this.k40_1)) | 0;
34377
+ var result = this.h40_1.hashCode();
34378
+ result = imul(result, 31) + (this.i40_1 == null ? 0 : getStringHashCode(this.i40_1)) | 0;
34397
34379
  return result;
34398
34380
  };
34399
34381
  protoOf(RestartGameMechanicAction).equals = function (other) {
@@ -34401,9 +34383,9 @@
34401
34383
  return true;
34402
34384
  if (!(other instanceof RestartGameMechanicAction))
34403
34385
  return false;
34404
- if (!this.j40_1.equals(other.j40_1))
34386
+ if (!this.h40_1.equals(other.h40_1))
34405
34387
  return false;
34406
- if (!(this.k40_1 == other.k40_1))
34388
+ if (!(this.i40_1 == other.i40_1))
34407
34389
  return false;
34408
34390
  return true;
34409
34391
  };
@@ -34411,31 +34393,31 @@
34411
34393
  actData = actData === VOID ? null : actData;
34412
34394
  aid = aid === VOID ? null : aid;
34413
34395
  MechanicAction.call(this);
34414
- this.l40_1 = sceneId;
34415
- this.m40_1 = actId;
34416
- this.n40_1 = actData;
34417
- this.o40_1 = aid;
34396
+ this.j40_1 = sceneId;
34397
+ this.k40_1 = actId;
34398
+ this.l40_1 = actData;
34399
+ this.m40_1 = aid;
34418
34400
  }
34419
34401
  protoOf(SceneActMechanicAction).b2s = function () {
34420
- return this.l40_1;
34402
+ return this.j40_1;
34421
34403
  };
34422
34404
  protoOf(SceneActMechanicAction).j2r = function () {
34423
- return this.m40_1;
34405
+ return this.k40_1;
34424
34406
  };
34425
- protoOf(SceneActMechanicAction).o3z = function () {
34426
- return this.n40_1;
34407
+ protoOf(SceneActMechanicAction).n3z = function () {
34408
+ return this.l40_1;
34427
34409
  };
34428
34410
  protoOf(SceneActMechanicAction).m3x = function () {
34429
- return this.o40_1;
34411
+ return this.m40_1;
34430
34412
  };
34431
34413
  protoOf(SceneActMechanicAction).toString = function () {
34432
- return 'SceneActMechanicAction(sceneId=' + this.l40_1 + ', actId=' + this.m40_1 + ', actData=' + toString_0(this.n40_1) + ', aid=' + this.o40_1 + ')';
34414
+ return 'SceneActMechanicAction(sceneId=' + this.j40_1 + ', actId=' + this.k40_1 + ', actData=' + toString_0(this.l40_1) + ', aid=' + this.m40_1 + ')';
34433
34415
  };
34434
34416
  protoOf(SceneActMechanicAction).hashCode = function () {
34435
- var result = getStringHashCode(this.l40_1);
34436
- result = imul(result, 31) + getStringHashCode(this.m40_1) | 0;
34437
- result = imul(result, 31) + (this.n40_1 == null ? 0 : hashCode(this.n40_1)) | 0;
34438
- result = imul(result, 31) + (this.o40_1 == null ? 0 : getStringHashCode(this.o40_1)) | 0;
34417
+ var result = getStringHashCode(this.j40_1);
34418
+ result = imul(result, 31) + getStringHashCode(this.k40_1) | 0;
34419
+ result = imul(result, 31) + (this.l40_1 == null ? 0 : hashCode(this.l40_1)) | 0;
34420
+ result = imul(result, 31) + (this.m40_1 == null ? 0 : getStringHashCode(this.m40_1)) | 0;
34439
34421
  return result;
34440
34422
  };
34441
34423
  protoOf(SceneActMechanicAction).equals = function (other) {
@@ -34443,37 +34425,37 @@
34443
34425
  return true;
34444
34426
  if (!(other instanceof SceneActMechanicAction))
34445
34427
  return false;
34446
- if (!(this.l40_1 === other.l40_1))
34428
+ if (!(this.j40_1 === other.j40_1))
34447
34429
  return false;
34448
- if (!(this.m40_1 === other.m40_1))
34430
+ if (!(this.k40_1 === other.k40_1))
34449
34431
  return false;
34450
- if (!equals(this.n40_1, other.n40_1))
34432
+ if (!equals(this.l40_1, other.l40_1))
34451
34433
  return false;
34452
- if (!(this.o40_1 == other.o40_1))
34434
+ if (!(this.m40_1 == other.m40_1))
34453
34435
  return false;
34454
34436
  return true;
34455
34437
  };
34456
34438
  function TeamsDataMechanicAction(team1, team2, aid) {
34457
34439
  aid = aid === VOID ? null : aid;
34458
34440
  MechanicAction.call(this);
34459
- this.p40_1 = team1;
34460
- this.q40_1 = team2;
34461
- this.r40_1 = aid;
34462
- this.s40_1 = listOf([this.p40_1.f1s(), this.q40_1.c1d(), this.p40_1.f1s(), this.q40_1.c1d()]);
34441
+ this.n40_1 = team1;
34442
+ this.o40_1 = team2;
34443
+ this.p40_1 = aid;
34444
+ this.q40_1 = listOf([this.n40_1.f1s(), this.o40_1.c1d(), this.n40_1.f1s(), this.o40_1.c1d()]);
34463
34445
  }
34464
34446
  protoOf(TeamsDataMechanicAction).m3x = function () {
34465
- return this.r40_1;
34447
+ return this.p40_1;
34466
34448
  };
34467
34449
  protoOf(TeamsDataMechanicAction).p3y = function () {
34468
- return this.s40_1;
34450
+ return this.q40_1;
34469
34451
  };
34470
34452
  protoOf(TeamsDataMechanicAction).toString = function () {
34471
- return 'TeamsDataMechanicAction(team1=' + this.p40_1.toString() + ', team2=' + this.q40_1.toString() + ', aid=' + this.r40_1 + ')';
34453
+ return 'TeamsDataMechanicAction(team1=' + this.n40_1.toString() + ', team2=' + this.o40_1.toString() + ', aid=' + this.p40_1 + ')';
34472
34454
  };
34473
34455
  protoOf(TeamsDataMechanicAction).hashCode = function () {
34474
- var result = this.p40_1.hashCode();
34475
- result = imul(result, 31) + this.q40_1.hashCode() | 0;
34476
- result = imul(result, 31) + (this.r40_1 == null ? 0 : getStringHashCode(this.r40_1)) | 0;
34456
+ var result = this.n40_1.hashCode();
34457
+ result = imul(result, 31) + this.o40_1.hashCode() | 0;
34458
+ result = imul(result, 31) + (this.p40_1 == null ? 0 : getStringHashCode(this.p40_1)) | 0;
34477
34459
  return result;
34478
34460
  };
34479
34461
  protoOf(TeamsDataMechanicAction).equals = function (other) {
@@ -34481,32 +34463,32 @@
34481
34463
  return true;
34482
34464
  if (!(other instanceof TeamsDataMechanicAction))
34483
34465
  return false;
34484
- if (!this.p40_1.equals(other.p40_1))
34466
+ if (!this.n40_1.equals(other.n40_1))
34485
34467
  return false;
34486
- if (!this.q40_1.equals(other.q40_1))
34468
+ if (!this.o40_1.equals(other.o40_1))
34487
34469
  return false;
34488
- if (!(this.r40_1 == other.r40_1))
34470
+ if (!(this.p40_1 == other.p40_1))
34489
34471
  return false;
34490
34472
  return true;
34491
34473
  };
34492
34474
  function PlayerReadyMechanicAction(currentTurnPlayerId, aid) {
34493
34475
  aid = aid === VOID ? null : aid;
34494
34476
  MechanicAction.call(this);
34495
- this.t40_1 = currentTurnPlayerId;
34496
- this.u40_1 = aid;
34477
+ this.r40_1 = currentTurnPlayerId;
34478
+ this.s40_1 = aid;
34497
34479
  }
34498
34480
  protoOf(PlayerReadyMechanicAction).m3x = function () {
34499
- return this.u40_1;
34481
+ return this.s40_1;
34500
34482
  };
34501
34483
  protoOf(PlayerReadyMechanicAction).o1p = function () {
34502
- return this.t40_1;
34484
+ return this.r40_1;
34503
34485
  };
34504
34486
  protoOf(PlayerReadyMechanicAction).toString = function () {
34505
- return 'PlayerReadyMechanicAction(currentTurnPlayerId=' + this.t40_1 + ', aid=' + this.u40_1 + ')';
34487
+ return 'PlayerReadyMechanicAction(currentTurnPlayerId=' + this.r40_1 + ', aid=' + this.s40_1 + ')';
34506
34488
  };
34507
34489
  protoOf(PlayerReadyMechanicAction).hashCode = function () {
34508
- var result = getStringHashCode(this.t40_1);
34509
- result = imul(result, 31) + (this.u40_1 == null ? 0 : getStringHashCode(this.u40_1)) | 0;
34490
+ var result = getStringHashCode(this.r40_1);
34491
+ result = imul(result, 31) + (this.s40_1 == null ? 0 : getStringHashCode(this.s40_1)) | 0;
34510
34492
  return result;
34511
34493
  };
34512
34494
  protoOf(PlayerReadyMechanicAction).equals = function (other) {
@@ -34514,9 +34496,9 @@
34514
34496
  return true;
34515
34497
  if (!(other instanceof PlayerReadyMechanicAction))
34516
34498
  return false;
34517
- if (!(this.t40_1 === other.t40_1))
34499
+ if (!(this.r40_1 === other.r40_1))
34518
34500
  return false;
34519
- if (!(this.u40_1 == other.u40_1))
34501
+ if (!(this.s40_1 == other.s40_1))
34520
34502
  return false;
34521
34503
  return true;
34522
34504
  };
@@ -34524,27 +34506,27 @@
34524
34506
  restartRound = restartRound === VOID ? false : restartRound;
34525
34507
  aid = aid === VOID ? null : aid;
34526
34508
  MechanicAction.call(this);
34527
- this.v40_1 = suit;
34528
- this.w40_1 = restartRound;
34529
- this.x40_1 = currentTurnPlayerId;
34530
- this.y40_1 = nextTurnPlayerIds;
34531
- this.z40_1 = aid;
34509
+ this.t40_1 = suit;
34510
+ this.u40_1 = restartRound;
34511
+ this.v40_1 = currentTurnPlayerId;
34512
+ this.w40_1 = nextTurnPlayerIds;
34513
+ this.x40_1 = aid;
34532
34514
  }
34533
34515
  protoOf(SuitChoiceMechanicAction).m3x = function () {
34534
- return this.z40_1;
34516
+ return this.x40_1;
34535
34517
  };
34536
34518
  protoOf(SuitChoiceMechanicAction).o1p = function () {
34537
- return this.x40_1;
34519
+ return this.v40_1;
34538
34520
  };
34539
34521
  protoOf(SuitChoiceMechanicAction).toString = function () {
34540
- return 'SuitChoiceMechanicAction(suit=' + toString_0(this.v40_1) + ', restartRound=' + this.w40_1 + ', currentTurnPlayerId=' + this.x40_1 + ', nextTurnPlayerIds=' + toString(this.y40_1) + ', aid=' + this.z40_1 + ')';
34522
+ return 'SuitChoiceMechanicAction(suit=' + toString_0(this.t40_1) + ', restartRound=' + this.u40_1 + ', currentTurnPlayerId=' + this.v40_1 + ', nextTurnPlayerIds=' + toString(this.w40_1) + ', aid=' + this.x40_1 + ')';
34541
34523
  };
34542
34524
  protoOf(SuitChoiceMechanicAction).hashCode = function () {
34543
- var result = this.v40_1 == null ? 0 : this.v40_1.hashCode();
34544
- result = imul(result, 31) + getBooleanHashCode(this.w40_1) | 0;
34545
- result = imul(result, 31) + getStringHashCode(this.x40_1) | 0;
34546
- result = imul(result, 31) + hashCode(this.y40_1) | 0;
34547
- result = imul(result, 31) + (this.z40_1 == null ? 0 : getStringHashCode(this.z40_1)) | 0;
34525
+ var result = this.t40_1 == null ? 0 : this.t40_1.hashCode();
34526
+ result = imul(result, 31) + getBooleanHashCode(this.u40_1) | 0;
34527
+ result = imul(result, 31) + getStringHashCode(this.v40_1) | 0;
34528
+ result = imul(result, 31) + hashCode(this.w40_1) | 0;
34529
+ result = imul(result, 31) + (this.x40_1 == null ? 0 : getStringHashCode(this.x40_1)) | 0;
34548
34530
  return result;
34549
34531
  };
34550
34532
  protoOf(SuitChoiceMechanicAction).equals = function (other) {
@@ -34552,40 +34534,40 @@
34552
34534
  return true;
34553
34535
  if (!(other instanceof SuitChoiceMechanicAction))
34554
34536
  return false;
34555
- if (!equals(this.v40_1, other.v40_1))
34537
+ if (!equals(this.t40_1, other.t40_1))
34556
34538
  return false;
34557
- if (!(this.w40_1 === other.w40_1))
34539
+ if (!(this.u40_1 === other.u40_1))
34558
34540
  return false;
34559
- if (!(this.x40_1 === other.x40_1))
34541
+ if (!(this.v40_1 === other.v40_1))
34560
34542
  return false;
34561
- if (!equals(this.y40_1, other.y40_1))
34543
+ if (!equals(this.w40_1, other.w40_1))
34562
34544
  return false;
34563
- if (!(this.z40_1 == other.z40_1))
34545
+ if (!(this.x40_1 == other.x40_1))
34564
34546
  return false;
34565
34547
  return true;
34566
34548
  };
34567
34549
  function CombinationChoiceMechanicAction(isAnnounced, combinations, currentTurnPlayerId, aid) {
34568
34550
  aid = aid === VOID ? null : aid;
34569
34551
  MechanicAction.call(this);
34570
- this.a41_1 = isAnnounced;
34571
- this.b41_1 = combinations;
34572
- this.c41_1 = currentTurnPlayerId;
34573
- this.d41_1 = aid;
34552
+ this.y40_1 = isAnnounced;
34553
+ this.z40_1 = combinations;
34554
+ this.a41_1 = currentTurnPlayerId;
34555
+ this.b41_1 = aid;
34574
34556
  }
34575
34557
  protoOf(CombinationChoiceMechanicAction).m3x = function () {
34576
- return this.d41_1;
34558
+ return this.b41_1;
34577
34559
  };
34578
34560
  protoOf(CombinationChoiceMechanicAction).o1p = function () {
34579
- return this.c41_1;
34561
+ return this.a41_1;
34580
34562
  };
34581
34563
  protoOf(CombinationChoiceMechanicAction).toString = function () {
34582
- return 'CombinationChoiceMechanicAction(isAnnounced=' + this.a41_1 + ', combinations=' + toString(this.b41_1) + ', currentTurnPlayerId=' + this.c41_1 + ', aid=' + this.d41_1 + ')';
34564
+ return 'CombinationChoiceMechanicAction(isAnnounced=' + this.y40_1 + ', combinations=' + toString(this.z40_1) + ', currentTurnPlayerId=' + this.a41_1 + ', aid=' + this.b41_1 + ')';
34583
34565
  };
34584
34566
  protoOf(CombinationChoiceMechanicAction).hashCode = function () {
34585
- var result = getBooleanHashCode(this.a41_1);
34586
- result = imul(result, 31) + hashCode(this.b41_1) | 0;
34587
- result = imul(result, 31) + getStringHashCode(this.c41_1) | 0;
34588
- result = imul(result, 31) + (this.d41_1 == null ? 0 : getStringHashCode(this.d41_1)) | 0;
34567
+ var result = getBooleanHashCode(this.y40_1);
34568
+ result = imul(result, 31) + hashCode(this.z40_1) | 0;
34569
+ result = imul(result, 31) + getStringHashCode(this.a41_1) | 0;
34570
+ result = imul(result, 31) + (this.b41_1 == null ? 0 : getStringHashCode(this.b41_1)) | 0;
34589
34571
  return result;
34590
34572
  };
34591
34573
  protoOf(CombinationChoiceMechanicAction).equals = function (other) {
@@ -34593,13 +34575,13 @@
34593
34575
  return true;
34594
34576
  if (!(other instanceof CombinationChoiceMechanicAction))
34595
34577
  return false;
34596
- if (!(this.a41_1 === other.a41_1))
34578
+ if (!(this.y40_1 === other.y40_1))
34597
34579
  return false;
34598
- if (!equals(this.b41_1, other.b41_1))
34580
+ if (!equals(this.z40_1, other.z40_1))
34599
34581
  return false;
34600
- if (!(this.c41_1 === other.c41_1))
34582
+ if (!(this.a41_1 === other.a41_1))
34601
34583
  return false;
34602
- if (!(this.d41_1 == other.d41_1))
34584
+ if (!(this.b41_1 == other.b41_1))
34603
34585
  return false;
34604
34586
  return true;
34605
34587
  };
@@ -34607,35 +34589,35 @@
34607
34589
  combinations = combinations === VOID ? null : combinations;
34608
34590
  aid = aid === VOID ? null : aid;
34609
34591
  MechanicAction.call(this);
34610
- this.e41_1 = card;
34611
- this.f41_1 = combinations;
34612
- this.g41_1 = currentTurnPlayerId;
34613
- this.h41_1 = nextTurnPlayerIds;
34614
- this.i41_1 = aid;
34592
+ this.c41_1 = card;
34593
+ this.d41_1 = combinations;
34594
+ this.e41_1 = currentTurnPlayerId;
34595
+ this.f41_1 = nextTurnPlayerIds;
34596
+ this.g41_1 = aid;
34615
34597
  }
34616
34598
  protoOf(PutCardMechanicAction).m3x = function () {
34617
- return this.i41_1;
34599
+ return this.g41_1;
34618
34600
  };
34619
34601
  protoOf(PutCardMechanicAction).o1p = function () {
34620
- return this.g41_1;
34602
+ return this.e41_1;
34621
34603
  };
34622
34604
  protoOf(PutCardMechanicAction).toString = function () {
34623
- var tmp = "currentTurnPlayerId='" + this.g41_1 + "'";
34605
+ var tmp = "currentTurnPlayerId='" + this.e41_1 + "'";
34624
34606
  // Inline function 'kotlin.takeIf' call
34625
- var this_0 = 'nextTurnPlayerIds=' + toString(this.h41_1);
34607
+ var this_0 = 'nextTurnPlayerIds=' + toString(this.f41_1);
34626
34608
  var tmp_0;
34627
34609
  // Inline function 'kotlin.collections.isNotEmpty' call
34628
- if (!this.h41_1.r()) {
34610
+ if (!this.f41_1.r()) {
34629
34611
  tmp_0 = this_0;
34630
34612
  } else {
34631
34613
  tmp_0 = null;
34632
34614
  }
34633
34615
  var tmp_1 = tmp_0;
34634
- var tmp_2 = 'card=' + this.e41_1.toString();
34616
+ var tmp_2 = 'card=' + this.c41_1.toString();
34635
34617
  // Inline function 'kotlin.takeIf' call
34636
- var this_1 = 'combinations=' + toString_0(this.f41_1);
34618
+ var this_1 = 'combinations=' + toString_0(this.d41_1);
34637
34619
  var tmp_3;
34638
- var tmp0_safe_receiver = this.f41_1;
34620
+ var tmp0_safe_receiver = this.d41_1;
34639
34621
  var tmp_4;
34640
34622
  if (tmp0_safe_receiver == null) {
34641
34623
  tmp_4 = null;
@@ -34650,9 +34632,9 @@
34650
34632
  }
34651
34633
  var tmp_5 = tmp_3;
34652
34634
  // Inline function 'kotlin.takeIf' call
34653
- var this_2 = 'aid=' + this.i41_1;
34635
+ var this_2 = 'aid=' + this.g41_1;
34654
34636
  var tmp_6;
34655
- if (!(this.i41_1 == null)) {
34637
+ if (!(this.g41_1 == null)) {
34656
34638
  tmp_6 = this_2;
34657
34639
  } else {
34658
34640
  tmp_6 = null;
@@ -34661,11 +34643,11 @@
34661
34643
  return 'PutCardMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_2, tmp_5, tmp$ret$7])) + ')';
34662
34644
  };
34663
34645
  protoOf(PutCardMechanicAction).hashCode = function () {
34664
- var result = this.e41_1.hashCode();
34665
- result = imul(result, 31) + (this.f41_1 == null ? 0 : hashCode(this.f41_1)) | 0;
34666
- result = imul(result, 31) + getStringHashCode(this.g41_1) | 0;
34667
- result = imul(result, 31) + hashCode(this.h41_1) | 0;
34668
- result = imul(result, 31) + (this.i41_1 == null ? 0 : getStringHashCode(this.i41_1)) | 0;
34646
+ var result = this.c41_1.hashCode();
34647
+ result = imul(result, 31) + (this.d41_1 == null ? 0 : hashCode(this.d41_1)) | 0;
34648
+ result = imul(result, 31) + getStringHashCode(this.e41_1) | 0;
34649
+ result = imul(result, 31) + hashCode(this.f41_1) | 0;
34650
+ result = imul(result, 31) + (this.g41_1 == null ? 0 : getStringHashCode(this.g41_1)) | 0;
34669
34651
  return result;
34670
34652
  };
34671
34653
  protoOf(PutCardMechanicAction).equals = function (other) {
@@ -34673,33 +34655,33 @@
34673
34655
  return true;
34674
34656
  if (!(other instanceof PutCardMechanicAction))
34675
34657
  return false;
34676
- if (!this.e41_1.equals(other.e41_1))
34658
+ if (!this.c41_1.equals(other.c41_1))
34677
34659
  return false;
34678
- if (!equals(this.f41_1, other.f41_1))
34660
+ if (!equals(this.d41_1, other.d41_1))
34679
34661
  return false;
34680
- if (!(this.g41_1 === other.g41_1))
34662
+ if (!(this.e41_1 === other.e41_1))
34681
34663
  return false;
34682
- if (!equals(this.h41_1, other.h41_1))
34664
+ if (!equals(this.f41_1, other.f41_1))
34683
34665
  return false;
34684
- if (!(this.i41_1 == other.i41_1))
34666
+ if (!(this.g41_1 == other.g41_1))
34685
34667
  return false;
34686
34668
  return true;
34687
34669
  };
34688
34670
  function TrumpMechanicAction(suit, aid) {
34689
34671
  aid = aid === VOID ? null : aid;
34690
34672
  MechanicAction.call(this);
34691
- this.j41_1 = suit;
34692
- this.k41_1 = aid;
34673
+ this.h41_1 = suit;
34674
+ this.i41_1 = aid;
34693
34675
  }
34694
34676
  protoOf(TrumpMechanicAction).m3x = function () {
34695
- return this.k41_1;
34677
+ return this.i41_1;
34696
34678
  };
34697
34679
  protoOf(TrumpMechanicAction).toString = function () {
34698
- return 'TrumpMechanicAction(suit=' + this.j41_1.toString() + ', aid=' + this.k41_1 + ')';
34680
+ return 'TrumpMechanicAction(suit=' + this.h41_1.toString() + ', aid=' + this.i41_1 + ')';
34699
34681
  };
34700
34682
  protoOf(TrumpMechanicAction).hashCode = function () {
34701
- var result = this.j41_1.hashCode();
34702
- result = imul(result, 31) + (this.k41_1 == null ? 0 : getStringHashCode(this.k41_1)) | 0;
34683
+ var result = this.h41_1.hashCode();
34684
+ result = imul(result, 31) + (this.i41_1 == null ? 0 : getStringHashCode(this.i41_1)) | 0;
34703
34685
  return result;
34704
34686
  };
34705
34687
  protoOf(TrumpMechanicAction).equals = function (other) {
@@ -34707,29 +34689,29 @@
34707
34689
  return true;
34708
34690
  if (!(other instanceof TrumpMechanicAction))
34709
34691
  return false;
34710
- if (!this.j41_1.equals(other.j41_1))
34692
+ if (!this.h41_1.equals(other.h41_1))
34711
34693
  return false;
34712
- if (!(this.k41_1 == other.k41_1))
34694
+ if (!(this.i41_1 == other.i41_1))
34713
34695
  return false;
34714
34696
  return true;
34715
34697
  };
34716
34698
  function PickUpBribeMechanicAction(whoGotBribePlayerId, numberOfBribe, aid) {
34717
34699
  aid = aid === VOID ? null : aid;
34718
34700
  MechanicAction.call(this);
34719
- this.l41_1 = whoGotBribePlayerId;
34720
- this.m41_1 = numberOfBribe;
34721
- this.n41_1 = aid;
34701
+ this.j41_1 = whoGotBribePlayerId;
34702
+ this.k41_1 = numberOfBribe;
34703
+ this.l41_1 = aid;
34722
34704
  }
34723
34705
  protoOf(PickUpBribeMechanicAction).m3x = function () {
34724
- return this.n41_1;
34706
+ return this.l41_1;
34725
34707
  };
34726
34708
  protoOf(PickUpBribeMechanicAction).toString = function () {
34727
- return 'PickUpBribeMechanicAction(whoGotBribePlayerId=' + this.l41_1 + ', numberOfBribe=' + this.m41_1 + ', aid=' + this.n41_1 + ')';
34709
+ return 'PickUpBribeMechanicAction(whoGotBribePlayerId=' + this.j41_1 + ', numberOfBribe=' + this.k41_1 + ', aid=' + this.l41_1 + ')';
34728
34710
  };
34729
34711
  protoOf(PickUpBribeMechanicAction).hashCode = function () {
34730
- var result = getStringHashCode(this.l41_1);
34731
- result = imul(result, 31) + this.m41_1 | 0;
34732
- result = imul(result, 31) + (this.n41_1 == null ? 0 : getStringHashCode(this.n41_1)) | 0;
34712
+ var result = getStringHashCode(this.j41_1);
34713
+ result = imul(result, 31) + this.k41_1 | 0;
34714
+ result = imul(result, 31) + (this.l41_1 == null ? 0 : getStringHashCode(this.l41_1)) | 0;
34733
34715
  return result;
34734
34716
  };
34735
34717
  protoOf(PickUpBribeMechanicAction).equals = function (other) {
@@ -34737,29 +34719,29 @@
34737
34719
  return true;
34738
34720
  if (!(other instanceof PickUpBribeMechanicAction))
34739
34721
  return false;
34740
- if (!(this.l41_1 === other.l41_1))
34722
+ if (!(this.j41_1 === other.j41_1))
34741
34723
  return false;
34742
- if (!(this.m41_1 === other.m41_1))
34724
+ if (!(this.k41_1 === other.k41_1))
34743
34725
  return false;
34744
- if (!(this.n41_1 == other.n41_1))
34726
+ if (!(this.l41_1 == other.l41_1))
34745
34727
  return false;
34746
34728
  return true;
34747
34729
  };
34748
34730
  function WinnerCombinationsMechanicAction(winnerCombinations, aid) {
34749
34731
  aid = aid === VOID ? null : aid;
34750
34732
  MechanicAction.call(this);
34751
- this.o41_1 = winnerCombinations;
34752
- this.p41_1 = aid;
34733
+ this.m41_1 = winnerCombinations;
34734
+ this.n41_1 = aid;
34753
34735
  }
34754
34736
  protoOf(WinnerCombinationsMechanicAction).m3x = function () {
34755
- return this.p41_1;
34737
+ return this.n41_1;
34756
34738
  };
34757
34739
  protoOf(WinnerCombinationsMechanicAction).toString = function () {
34758
- return 'WinnerCombinationsMechanicAction(winnerCombinations=' + toString(this.o41_1) + ', aid=' + this.p41_1 + ')';
34740
+ return 'WinnerCombinationsMechanicAction(winnerCombinations=' + toString(this.m41_1) + ', aid=' + this.n41_1 + ')';
34759
34741
  };
34760
34742
  protoOf(WinnerCombinationsMechanicAction).hashCode = function () {
34761
- var result = hashCode(this.o41_1);
34762
- result = imul(result, 31) + (this.p41_1 == null ? 0 : getStringHashCode(this.p41_1)) | 0;
34743
+ var result = hashCode(this.m41_1);
34744
+ result = imul(result, 31) + (this.n41_1 == null ? 0 : getStringHashCode(this.n41_1)) | 0;
34763
34745
  return result;
34764
34746
  };
34765
34747
  protoOf(WinnerCombinationsMechanicAction).equals = function (other) {
@@ -34767,27 +34749,27 @@
34767
34749
  return true;
34768
34750
  if (!(other instanceof WinnerCombinationsMechanicAction))
34769
34751
  return false;
34770
- if (!equals(this.o41_1, other.o41_1))
34752
+ if (!equals(this.m41_1, other.m41_1))
34771
34753
  return false;
34772
- if (!(this.p41_1 == other.p41_1))
34754
+ if (!(this.n41_1 == other.n41_1))
34773
34755
  return false;
34774
34756
  return true;
34775
34757
  };
34776
34758
  function MessageMechanicAction(message, aid) {
34777
34759
  aid = aid === VOID ? null : aid;
34778
34760
  MechanicAction.call(this);
34779
- this.q41_1 = message;
34780
- this.r41_1 = aid;
34761
+ this.o41_1 = message;
34762
+ this.p41_1 = aid;
34781
34763
  }
34782
34764
  protoOf(MessageMechanicAction).m3x = function () {
34783
- return this.r41_1;
34765
+ return this.p41_1;
34784
34766
  };
34785
34767
  protoOf(MessageMechanicAction).toString = function () {
34786
- return 'MessageMechanicAction(message=' + toString(this.q41_1) + ', aid=' + this.r41_1 + ')';
34768
+ return 'MessageMechanicAction(message=' + toString(this.o41_1) + ', aid=' + this.p41_1 + ')';
34787
34769
  };
34788
34770
  protoOf(MessageMechanicAction).hashCode = function () {
34789
- var result = hashCode(this.q41_1);
34790
- result = imul(result, 31) + (this.r41_1 == null ? 0 : getStringHashCode(this.r41_1)) | 0;
34771
+ var result = hashCode(this.o41_1);
34772
+ result = imul(result, 31) + (this.p41_1 == null ? 0 : getStringHashCode(this.p41_1)) | 0;
34791
34773
  return result;
34792
34774
  };
34793
34775
  protoOf(MessageMechanicAction).equals = function (other) {
@@ -34795,27 +34777,27 @@
34795
34777
  return true;
34796
34778
  if (!(other instanceof MessageMechanicAction))
34797
34779
  return false;
34798
- if (!equals(this.q41_1, other.q41_1))
34780
+ if (!equals(this.o41_1, other.o41_1))
34799
34781
  return false;
34800
- if (!(this.r41_1 == other.r41_1))
34782
+ if (!(this.p41_1 == other.p41_1))
34801
34783
  return false;
34802
34784
  return true;
34803
34785
  };
34804
34786
  function ErrorAction(error, aid) {
34805
34787
  aid = aid === VOID ? null : aid;
34806
34788
  MechanicAction.call(this);
34807
- this.s41_1 = error;
34808
- this.t41_1 = aid;
34789
+ this.q41_1 = error;
34790
+ this.r41_1 = aid;
34809
34791
  }
34810
34792
  protoOf(ErrorAction).m3x = function () {
34811
- return this.t41_1;
34793
+ return this.r41_1;
34812
34794
  };
34813
34795
  protoOf(ErrorAction).toString = function () {
34814
- return 'ErrorAction(error=' + this.s41_1.toString() + ', aid=' + this.t41_1 + ')';
34796
+ return 'ErrorAction(error=' + this.q41_1.toString() + ', aid=' + this.r41_1 + ')';
34815
34797
  };
34816
34798
  protoOf(ErrorAction).hashCode = function () {
34817
- var result = this.s41_1.hashCode();
34818
- result = imul(result, 31) + (this.t41_1 == null ? 0 : getStringHashCode(this.t41_1)) | 0;
34799
+ var result = this.q41_1.hashCode();
34800
+ result = imul(result, 31) + (this.r41_1 == null ? 0 : getStringHashCode(this.r41_1)) | 0;
34819
34801
  return result;
34820
34802
  };
34821
34803
  protoOf(ErrorAction).equals = function (other) {
@@ -34823,9 +34805,9 @@
34823
34805
  return true;
34824
34806
  if (!(other instanceof ErrorAction))
34825
34807
  return false;
34826
- if (!this.s41_1.equals(other.s41_1))
34808
+ if (!this.q41_1.equals(other.q41_1))
34827
34809
  return false;
34828
- if (!(this.t41_1 == other.t41_1))
34810
+ if (!(this.r41_1 == other.r41_1))
34829
34811
  return false;
34830
34812
  return true;
34831
34813
  };
@@ -35358,9 +35340,9 @@
35358
35340
  }
35359
35341
  }
35360
35342
  function GameHelperImpl(logger) {
35361
- this.x41_1 = logger;
35343
+ this.v41_1 = logger;
35362
35344
  }
35363
- protoOf(GameHelperImpl).u41 = function (store, playerIds, includeBots) {
35345
+ protoOf(GameHelperImpl).s41 = function (store, playerIds, includeBots) {
35364
35346
  var state = store.state;
35365
35347
  var tmp;
35366
35348
  if (!state.q2e()) {
@@ -35406,7 +35388,7 @@
35406
35388
  // Inline function 'kotlin.collections.toTypedArray' call
35407
35389
  return copyToArray(destination_1);
35408
35390
  };
35409
- protoOf(GameHelperImpl).v41 = function (store, playerIds, includeBots) {
35391
+ protoOf(GameHelperImpl).t41 = function (store, playerIds, includeBots) {
35410
35392
  var state = store.state;
35411
35393
  var tmp;
35412
35394
  if (!state.q2e()) {
@@ -35577,10 +35559,10 @@
35577
35559
  // Inline function 'kotlin.collections.toTypedArray' call
35578
35560
  return copyToArray(destination);
35579
35561
  };
35580
- protoOf(GameHelperImpl).w41 = function (mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) {
35562
+ protoOf(GameHelperImpl).u41 = function (mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) {
35581
35563
  var roomMode = mapToRoomMode(mode);
35582
35564
  var isEnableChoosePartnerScreen = (transition == null || transition.isEnableChoosePartnerScreen) && roomMode.isEnableChoosePartnerScreen;
35583
- this.x41_1.v(VOID, 'createConfig: ' + ('mode = ' + roomMode.toString() + ', ') + ('transition = ' + toString_0(transition) + ', ') + ('isPrivate = ' + isPrivate + ', ') + ('dealerStrategy = ' + dealerStrategy + ', ') + ('league = ' + league + ', ') + ('isEnableChoosePartnerScreen = ' + isEnableChoosePartnerScreen + ' '));
35565
+ this.v41_1.v(VOID, 'createConfig: ' + ('mode = ' + roomMode.toString() + ', ') + ('transition = ' + toString_0(transition) + ', ') + ('isPrivate = ' + isPrivate + ', ') + ('dealerStrategy = ' + dealerStrategy + ', ') + ('league = ' + league + ', ') + ('isEnableChoosePartnerScreen = ' + isEnableChoosePartnerScreen + ' '));
35584
35566
  var options = Companion_instance_145.getServerOptions(isEnableChat, isBotsEnabled, isEnableChoosePartnerScreen);
35585
35567
  var playersMode = this.mapPlayers(players);
35586
35568
  var pointsMode = this.mapPoints(points);
@@ -36015,40 +35997,40 @@
36015
35997
  function getRandomAvatarData_0($this) {
36016
35998
  var avatarSetNumber = Default_getInstance().wd(get_entries_5().o());
36017
35999
  var avatarSet = get_entries_5().p(avatarSetNumber);
36018
- return new AvatarData(Default_getInstance().wd(avatarSet.e42()), avatarSet);
36000
+ return new AvatarData(Default_getInstance().wd(avatarSet.c42()), avatarSet);
36019
36001
  }
36020
36002
  function getAvatarUrlByIndex($this, data) {
36021
36003
  return mapToPattern($this, data);
36022
36004
  }
36023
36005
  function getNicknameByIndex($this, data) {
36024
- return data.g42_1.h42(data.f42_1);
36006
+ return data.e42_1.f42(data.d42_1);
36025
36007
  }
36026
36008
  function mapToPattern($this, data) {
36027
- return 'debertz://raspberry.games/' + data.g42_1.h2_1 + '/' + data.f42_1;
36009
+ return 'debertz://raspberry.games/' + data.e42_1.h2_1 + '/' + data.d42_1;
36028
36010
  }
36029
36011
  function Companion_152() {
36030
36012
  Companion_instance_156 = this;
36031
- this.i42_1 = 'debertz://raspberry.games';
36013
+ this.g42_1 = 'debertz://raspberry.games';
36032
36014
  var tmp = this;
36033
36015
  // Inline function 'kotlin.arrayOf' call
36034
36016
  // Inline function 'kotlin.js.unsafeCast' call
36035
36017
  // Inline function 'kotlin.js.asDynamic' call
36036
- tmp.j42_1 = ['Helen', 'Kelvin', 'Josh', 'Cler', 'Anna', 'Emily', 'Tom', 'Peter', 'Kate', 'Lucy', 'Bob', 'Holly', 'Alex', 'Mark', 'Sarah', 'Naomi'];
36018
+ tmp.h42_1 = ['Helen', 'Kelvin', 'Josh', 'Cler', 'Anna', 'Emily', 'Tom', 'Peter', 'Kate', 'Lucy', 'Bob', 'Holly', 'Alex', 'Mark', 'Sarah', 'Naomi'];
36037
36019
  var tmp_0 = this;
36038
36020
  // Inline function 'kotlin.arrayOf' call
36039
36021
  // Inline function 'kotlin.js.unsafeCast' call
36040
36022
  // Inline function 'kotlin.js.asDynamic' call
36041
- tmp_0.k42_1 = ['\u0422\u0430\u043D\u044F', 'TheBest', '\u0425\u0430\u0440\u043A\u0456\u0432\u041C\u0456\u0441\u0442\u043E\u0413\u0435\u0440\u043E\u0439', '\u0412\u0430\u043B\u044F', '\u041C\u0430\u0440\u0433\u0430\u0440\u0438\u0442\u0430', 'Dasha', '\u0410\u0440\u0442\u0435\u043C', '\u041F\u0435\u0442\u0440\u043E\u0432\u0438\u0447', '\u041A\u0440\u0438\u0441', '\u041C\u0430\u0440\u0456\u0430\u043D\u0430', '\u0421\u0430\u043B\u0442\u0456\u0432\u043A\u0430', '\u042F\u043D\u0430', 'Alex', '\u041E\u0434\u0435\u0441\u0441\u0430\u041C\u0430\u043C\u0430', 'Vika', '\u0421\u0432\u0456\u0442\u043B\u0430\u043D\u0430'];
36023
+ tmp_0.i42_1 = ['\u0422\u0430\u043D\u044F', 'TheBest', '\u0425\u0430\u0440\u043A\u0456\u0432\u041C\u0456\u0441\u0442\u043E\u0413\u0435\u0440\u043E\u0439', '\u0412\u0430\u043B\u044F', '\u041C\u0430\u0440\u0433\u0430\u0440\u0438\u0442\u0430', 'Dasha', '\u0410\u0440\u0442\u0435\u043C', '\u041F\u0435\u0442\u0440\u043E\u0432\u0438\u0447', '\u041A\u0440\u0438\u0441', '\u041C\u0430\u0440\u0456\u0430\u043D\u0430', '\u0421\u0430\u043B\u0442\u0456\u0432\u043A\u0430', '\u042F\u043D\u0430', 'Alex', '\u041E\u0434\u0435\u0441\u0441\u0430\u041C\u0430\u043C\u0430', 'Vika', '\u0421\u0432\u0456\u0442\u043B\u0430\u043D\u0430'];
36042
36024
  var tmp_1 = this;
36043
36025
  // Inline function 'kotlin.arrayOf' call
36044
36026
  // Inline function 'kotlin.js.unsafeCast' call
36045
36027
  // Inline function 'kotlin.js.asDynamic' call
36046
- tmp_1.l42_1 = ['Fedya', 'Shurik', 'Student', 'Student girl', 'District policeman', 'George', 'Zina', 'Shuller', 'Tanya', 'Katerina', 'Innocent', 'Lyolik', 'Nina', 'Experienced', 'Jigid', 'Just a Tsar'];
36028
+ tmp_1.j42_1 = ['Fedya', 'Shurik', 'Student', 'Student girl', 'District policeman', 'George', 'Zina', 'Shuller', 'Tanya', 'Katerina', 'Innocent', 'Lyolik', 'Nina', 'Experienced', 'Jigid', 'Just a Tsar'];
36047
36029
  var tmp_2 = this;
36048
36030
  // Inline function 'kotlin.arrayOf' call
36049
36031
  // Inline function 'kotlin.js.unsafeCast' call
36050
36032
  // Inline function 'kotlin.js.asDynamic' call
36051
- tmp_2.m42_1 = ['\u0423\u0441\u0456\u043C\u0414\u043E\u0431\u0440\u0430', '\u0410\u043B\u0435\u043A\u0441', 'MOLOTOK', '\u041B\u042F\u041B\u042F', '\u0406\u0412\u0410\u041D', '\u041C\u0438\u043A\u0438\u0442\u0430', '\u0410\u043B\u0456\u0441\u0430', '\u041C\u0430\u043A\u0441\u0438\u043C', '\u0421\u043E\u043B\u043E\u043C\u0456\u044F', '\u0414\u0436\u0435\u0432\u0435\u043B\u0456\u043D\u0430', '\u041A\u0441\u044E\u0445\u0430', '\u0422\u0410\u0420\u0410\u0421', '\u041E\u043B\u044F', '\u0414\u043E\u0420\u043E\u0431\u043E\u0442\u0438', '\u0421\u043B\u0430\u0432\u0430\u0417\u0421\u0423!', '\u0426\u0430\u0440\u044C\u0414\u0435\u0431\u0430'];
36033
+ tmp_2.k42_1 = ['\u0423\u0441\u0456\u043C\u0414\u043E\u0431\u0440\u0430', '\u0410\u043B\u0435\u043A\u0441', 'MOLOTOK', '\u041B\u042F\u041B\u042F', '\u0406\u0412\u0410\u041D', '\u041C\u0438\u043A\u0438\u0442\u0430', '\u0410\u043B\u0456\u0441\u0430', '\u041C\u0430\u043A\u0441\u0438\u043C', '\u0421\u043E\u043B\u043E\u043C\u0456\u044F', '\u0414\u0436\u0435\u0432\u0435\u043B\u0456\u043D\u0430', '\u041A\u0441\u044E\u0445\u0430', '\u0422\u0410\u0420\u0410\u0421', '\u041E\u043B\u044F', '\u0414\u043E\u0420\u043E\u0431\u043E\u0442\u0438', '\u0421\u043B\u0430\u0432\u0430\u0417\u0421\u0423!', '\u0426\u0430\u0440\u044C\u0414\u0435\u0431\u0430'];
36052
36034
  }
36053
36035
  var Companion_instance_156;
36054
36036
  function Companion_getInstance_159() {
@@ -36059,14 +36041,14 @@
36059
36041
  function AvatarSet(name, ordinal) {
36060
36042
  Enum.call(this, name, ordinal);
36061
36043
  }
36062
- protoOf(AvatarSet).e42 = function () {
36044
+ protoOf(AvatarSet).c42 = function () {
36063
36045
  var tmp;
36064
36046
  switch (this.h2_1) {
36065
36047
  case 0:
36066
- tmp = Companion_getInstance_159().k42_1.length;
36048
+ tmp = Companion_getInstance_159().i42_1.length;
36067
36049
  break;
36068
36050
  case 1:
36069
- tmp = Companion_getInstance_159().m42_1.length;
36051
+ tmp = Companion_getInstance_159().k42_1.length;
36070
36052
  break;
36071
36053
  default:
36072
36054
  noWhenBranchMatchedException();
@@ -36074,14 +36056,14 @@
36074
36056
  }
36075
36057
  return tmp;
36076
36058
  };
36077
- protoOf(AvatarSet).h42 = function (index) {
36059
+ protoOf(AvatarSet).f42 = function (index) {
36078
36060
  var tmp;
36079
36061
  switch (this.h2_1) {
36080
36062
  case 0:
36081
- tmp = Companion_getInstance_159().k42_1[index];
36063
+ tmp = Companion_getInstance_159().i42_1[index];
36082
36064
  break;
36083
36065
  case 1:
36084
- tmp = Companion_getInstance_159().m42_1[index];
36066
+ tmp = Companion_getInstance_159().k42_1[index];
36085
36067
  break;
36086
36068
  default:
36087
36069
  noWhenBranchMatchedException();
@@ -36090,8 +36072,8 @@
36090
36072
  return tmp;
36091
36073
  };
36092
36074
  function AvatarData(index, avatarSet) {
36093
- this.f42_1 = index;
36094
- this.g42_1 = avatarSet;
36075
+ this.d42_1 = index;
36076
+ this.e42_1 = avatarSet;
36095
36077
  }
36096
36078
  function AvatarSet_ORIGIN_getInstance() {
36097
36079
  AvatarSet_initEntries();
@@ -36104,7 +36086,7 @@
36104
36086
  function GameResourcesImpl() {
36105
36087
  Companion_getInstance_159();
36106
36088
  }
36107
- protoOf(GameResourcesImpl).b42 = function (playerId, existingNicknames) {
36089
+ protoOf(GameResourcesImpl).z41 = function (playerId, existingNicknames) {
36108
36090
  return createUser(this, playerId, existingNicknames);
36109
36091
  };
36110
36092
  protoOf(GameResourcesImpl).createBotUsers = function (playerIds) {
@@ -36145,45 +36127,45 @@
36145
36127
  }
36146
36128
  var WARN;
36147
36129
  function LoggerCallbacksWrapperLoggerOutput(loggerCallback) {
36148
- this.n42_1 = loggerCallback;
36130
+ this.l42_1 = loggerCallback;
36149
36131
  }
36150
36132
  protoOf(LoggerCallbacksWrapperLoggerOutput).j16 = function (tag, message, payload) {
36151
- this.n42_1('debug', tag, message, null, payload);
36133
+ this.l42_1('debug', tag, message, null, payload);
36152
36134
  };
36153
36135
  protoOf(LoggerCallbacksWrapperLoggerOutput).k16 = function (tag, message, exception, payload) {
36154
- this.n42_1('error', tag, generateMsg(message, exception), exception, payload);
36136
+ this.l42_1('error', tag, generateMsg(message, exception), exception, payload);
36155
36137
  };
36156
36138
  protoOf(LoggerCallbacksWrapperLoggerOutput).n16 = function (tag, message, payload) {
36157
- this.n42_1('debug', tag, message, null, payload);
36139
+ this.l42_1('debug', tag, message, null, payload);
36158
36140
  };
36159
36141
  protoOf(LoggerCallbacksWrapperLoggerOutput).m16 = function (tag, message, exception, payload) {
36160
- this.n42_1('debug', tag, generateMsg(message, exception), exception, payload);
36142
+ this.l42_1('debug', tag, generateMsg(message, exception), exception, payload);
36161
36143
  };
36162
36144
  protoOf(LoggerCallbacksWrapperLoggerOutput).l16 = function (tag, message, exception, payload) {
36163
- this.n42_1('warn', tag, generateMsg(message, exception), exception, payload);
36145
+ this.l42_1('warn', tag, generateMsg(message, exception), exception, payload);
36164
36146
  };
36165
36147
  function ParserHelper() {
36166
36148
  }
36167
36149
  function ParserHelperImpl(json, encoderDecoderProvider) {
36168
- this.o42_1 = json;
36169
- this.p42_1 = encoderDecoderProvider;
36150
+ this.m42_1 = json;
36151
+ this.n42_1 = encoderDecoderProvider;
36170
36152
  }
36171
36153
  protoOf(ParserHelperImpl).encodeFromClientEvent = function (action) {
36172
- return this.p42_1.x3w(mapToDto_20(action));
36154
+ return this.n42_1.x3w(mapToDto_20(action));
36173
36155
  };
36174
36156
  protoOf(ParserHelperImpl).decodeFromClientEvent = function (fromPlayerId, json) {
36175
- return mapFromDto_16(this.p42_1.a3x(json), fromPlayerId);
36157
+ return mapFromDto_16(this.n42_1.a3x(json), fromPlayerId);
36176
36158
  };
36177
36159
  protoOf(ParserHelperImpl).encodeToClientEvent = function (action) {
36178
- return this.p42_1.y3w(mapToDto_74(action));
36160
+ return this.n42_1.y3w(mapToDto_74(action));
36179
36161
  };
36180
36162
  protoOf(ParserHelperImpl).decodeToClientEventToMechanicActions = function (playerId, engine, json) {
36181
36163
  // Inline function 'kotlin.collections.toTypedArray' call
36182
- var this_0 = mapFromClientDtoListWithPayload(this.p42_1.b3x(json), playerId, engine);
36164
+ var this_0 = mapFromClientDtoListWithPayload(this.n42_1.b3x(json), playerId, engine);
36183
36165
  return copyToArray(this_0);
36184
36166
  };
36185
36167
  protoOf(ParserHelperImpl).encodeGameRound = function (round) {
36186
- var tmp0 = this.o42_1;
36168
+ var tmp0 = this.m42_1;
36187
36169
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
36188
36170
  var value = mapToDto_34(round);
36189
36171
  // Inline function 'kotlinx.serialization.serializer' call
@@ -36194,7 +36176,7 @@
36194
36176
  return tmp0.b1w(tmp$ret$1, value);
36195
36177
  };
36196
36178
  protoOf(ParserHelperImpl).encodeGameRoundItems = function (round) {
36197
- var tmp0 = this.o42_1;
36179
+ var tmp0 = this.m42_1;
36198
36180
  // Inline function 'kotlin.collections.map' call
36199
36181
  var this_0 = round.items;
36200
36182
  // Inline function 'kotlin.collections.mapTo' call
@@ -36216,7 +36198,7 @@
36216
36198
  return tmp0.b1w(tmp$ret$4, destination);
36217
36199
  };
36218
36200
  protoOf(ParserHelperImpl).encodeGameMetadata = function (metadata) {
36219
- var tmp0 = this.o42_1;
36201
+ var tmp0 = this.m42_1;
36220
36202
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
36221
36203
  var value = mapToDto_33(metadata);
36222
36204
  // Inline function 'kotlinx.serialization.serializer' call
@@ -36227,7 +36209,7 @@
36227
36209
  return tmp0.b1w(tmp$ret$1, value);
36228
36210
  };
36229
36211
  protoOf(ParserHelperImpl).encodeRoomConfig = function (config) {
36230
- var tmp0 = this.o42_1;
36212
+ var tmp0 = this.m42_1;
36231
36213
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
36232
36214
  var value = mapToDto_59(config);
36233
36215
  // Inline function 'kotlinx.serialization.serializer' call
@@ -36238,7 +36220,7 @@
36238
36220
  return tmp0.b1w(tmp$ret$1, value);
36239
36221
  };
36240
36222
  protoOf(ParserHelperImpl).encodeGameToRoomTransition = function (transition) {
36241
- var tmp0 = this.o42_1;
36223
+ var tmp0 = this.m42_1;
36242
36224
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
36243
36225
  var value = mapToDto_95(transition);
36244
36226
  // Inline function 'kotlinx.serialization.serializer' call
@@ -36250,7 +36232,7 @@
36250
36232
  };
36251
36233
  protoOf(ParserHelperImpl).decodeGameToRoomTransition = function (json) {
36252
36234
  // Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
36253
- var this_0 = this.o42_1;
36235
+ var this_0 = this.m42_1;
36254
36236
  // Inline function 'kotlinx.serialization.serializer' call
36255
36237
  var this_1 = this_0.zn();
36256
36238
  // Inline function 'kotlinx.serialization.internal.cast' call
@@ -36261,7 +36243,7 @@
36261
36243
  };
36262
36244
  protoOf(ParserHelperImpl).decodeTableStateWithActions = function (json) {
36263
36245
  // Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
36264
- var this_0 = this.o42_1;
36246
+ var this_0 = this.m42_1;
36265
36247
  // Inline function 'kotlinx.serialization.serializer' call
36266
36248
  var this_1 = this_0.zn();
36267
36249
  // Inline function 'kotlinx.serialization.internal.cast' call
@@ -36271,7 +36253,7 @@
36271
36253
  return mapFromDto_97(tmp$ret$2);
36272
36254
  };
36273
36255
  protoOf(ParserHelperImpl).encodeTableStateWithActions = function (table) {
36274
- var tmp0 = this.o42_1;
36256
+ var tmp0 = this.m42_1;
36275
36257
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
36276
36258
  var value = mapToDto_126(table);
36277
36259
  // Inline function 'kotlinx.serialization.serializer' call
@@ -36282,11 +36264,11 @@
36282
36264
  return tmp0.b1w(tmp$ret$1, value);
36283
36265
  };
36284
36266
  protoOf(ParserHelperImpl).decodeTableLite = function (json) {
36285
- return mapFromDto_64(this.p42_1.z3w(json));
36267
+ return mapFromDto_64(this.n42_1.z3w(json));
36286
36268
  };
36287
36269
  protoOf(ParserHelperImpl).decodeFullGameHistoryToTableLite = function (json, round) {
36288
36270
  // Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
36289
- var this_0 = this.o42_1;
36271
+ var this_0 = this.m42_1;
36290
36272
  // Inline function 'kotlinx.serialization.serializer' call
36291
36273
  var this_1 = this_0.zn();
36292
36274
  // Inline function 'kotlinx.serialization.internal.cast' call
@@ -36299,16 +36281,16 @@
36299
36281
  function RatingHelper() {
36300
36282
  }
36301
36283
  function RatingHelperImpl(userRatingInteractor) {
36302
- this.q42_1 = userRatingInteractor;
36284
+ this.o42_1 = userRatingInteractor;
36303
36285
  }
36304
36286
  protoOf(RatingHelperImpl).isValidRatingForLeague = function (league, rating) {
36305
- return this.q42_1.g3x(league, rating);
36287
+ return this.o42_1.g3x(league, rating);
36306
36288
  };
36307
36289
  protoOf(RatingHelperImpl).mapRatingToLeague = function (rating) {
36308
- return this.q42_1.i3x(rating);
36290
+ return this.o42_1.i3x(rating);
36309
36291
  };
36310
36292
  protoOf(RatingHelperImpl).getLeaguesConfig = function () {
36311
- return this.q42_1.h3x();
36293
+ return this.o42_1.h3x();
36312
36294
  };
36313
36295
  function engineHelpersModule() {
36314
36296
  return Module_init_$Create$('Engine helpers Module', VOID, VOID, engineHelpersModule$lambda);
@@ -36413,14 +36395,14 @@
36413
36395
  return new GameResourcesImpl();
36414
36396
  }
36415
36397
  function _get_logger__rkp4sl($this) {
36416
- var tmp0 = $this.s42_1;
36398
+ var tmp0 = $this.q42_1;
36417
36399
  var tmp = KProperty1;
36418
36400
  // Inline function 'kotlin.getValue' call
36419
36401
  getPropertyCallableRef('logger', 1, tmp, EngineHelpersFactory$_get_logger_$ref_np7wt5(), null);
36420
36402
  return tmp0.v1();
36421
36403
  }
36422
36404
  function _get_di__ndbzja($this) {
36423
- var tmp0 = $this.t42_1;
36405
+ var tmp0 = $this.r42_1;
36424
36406
  var tmp = KProperty1;
36425
36407
  // Inline function 'kotlin.getValue' call
36426
36408
  getPropertyCallableRef('di', 1, tmp, EngineHelpersFactory$_get_di_$ref_w4qz4i(), null);
@@ -36429,11 +36411,11 @@
36429
36411
  function EngineHelpersFactory$logger$delegate$lambda(this$0) {
36430
36412
  return function () {
36431
36413
  var tmp;
36432
- if (this$0.r42_1 == null) {
36414
+ if (this$0.p42_1 == null) {
36433
36415
  tmp = null;
36434
36416
  } else {
36435
36417
  // Inline function 'kotlin.let' call
36436
- tmp = new CombinedRaspberryLogger(mutableListOf([new LoggerCallbacksWrapperLoggerOutput(this$0.r42_1)]));
36418
+ tmp = new CombinedRaspberryLogger(mutableListOf([new LoggerCallbacksWrapperLoggerOutput(this$0.p42_1)]));
36437
36419
  }
36438
36420
  var tmp1_elvis_lhs = tmp;
36439
36421
  return tmp1_elvis_lhs == null ? new PlatformRaspberryLogger() : tmp1_elvis_lhs;
@@ -36523,11 +36505,11 @@
36523
36505
  }
36524
36506
  function EngineHelpersFactory(loggerCallback) {
36525
36507
  loggerCallback = loggerCallback === VOID ? null : loggerCallback;
36526
- this.r42_1 = loggerCallback;
36508
+ this.p42_1 = loggerCallback;
36527
36509
  var tmp = this;
36528
- tmp.s42_1 = lazy_0(EngineHelpersFactory$logger$delegate$lambda(this));
36510
+ tmp.q42_1 = lazy_0(EngineHelpersFactory$logger$delegate$lambda(this));
36529
36511
  var tmp_0 = this;
36530
- tmp_0.t42_1 = lazy_0(EngineHelpersFactory$di$delegate$lambda(this));
36512
+ tmp_0.r42_1 = lazy_0(EngineHelpersFactory$di$delegate$lambda(this));
36531
36513
  var tmp_1 = this;
36532
36514
  // Inline function 'org.kodein.di.instance' call
36533
36515
  var this_0 = _get_di__ndbzja(this);
@@ -36536,7 +36518,7 @@
36536
36518
  var tmp$ret$0 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
36537
36519
  var tmp_3 = Instance(this_0, tmp$ret$0, null);
36538
36520
  var tmp_4 = KProperty1;
36539
- tmp_1.u42_1 = tmp_3.n2e(this, getPropertyCallableRef('ratingHelper', 1, tmp_4, EngineHelpersFactory$_get_ratingHelper_$ref_pl08ks(), null));
36521
+ tmp_1.s42_1 = tmp_3.n2e(this, getPropertyCallableRef('ratingHelper', 1, tmp_4, EngineHelpersFactory$_get_ratingHelper_$ref_pl08ks(), null));
36540
36522
  var tmp_5 = this;
36541
36523
  // Inline function 'org.kodein.di.instance' call
36542
36524
  var this_1 = _get_di__ndbzja(this);
@@ -36545,7 +36527,7 @@
36545
36527
  var tmp$ret$2 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
36546
36528
  var tmp_7 = Instance(this_1, tmp$ret$2, null);
36547
36529
  var tmp_8 = KProperty1;
36548
- tmp_5.v42_1 = tmp_7.n2e(this, getPropertyCallableRef('parserHelper', 1, tmp_8, EngineHelpersFactory$_get_parserHelper_$ref_egvg46(), null));
36530
+ tmp_5.t42_1 = tmp_7.n2e(this, getPropertyCallableRef('parserHelper', 1, tmp_8, EngineHelpersFactory$_get_parserHelper_$ref_egvg46(), null));
36549
36531
  var tmp_9 = this;
36550
36532
  // Inline function 'org.kodein.di.instance' call
36551
36533
  var this_2 = _get_di__ndbzja(this);
@@ -36554,7 +36536,7 @@
36554
36536
  var tmp$ret$4 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
36555
36537
  var tmp_11 = Instance(this_2, tmp$ret$4, null);
36556
36538
  var tmp_12 = KProperty1;
36557
- tmp_9.w42_1 = tmp_11.n2e(this, getPropertyCallableRef('gameHelper', 1, tmp_12, EngineHelpersFactory$_get_gameHelper_$ref_7u8j93(), null));
36539
+ tmp_9.u42_1 = tmp_11.n2e(this, getPropertyCallableRef('gameHelper', 1, tmp_12, EngineHelpersFactory$_get_gameHelper_$ref_7u8j93(), null));
36558
36540
  var tmp_13 = this;
36559
36541
  // Inline function 'org.kodein.di.instance' call
36560
36542
  var this_3 = _get_di__ndbzja(this);
@@ -36563,31 +36545,31 @@
36563
36545
  var tmp$ret$6 = isInterface(tmp_14, TypeToken) ? tmp_14 : THROW_CCE();
36564
36546
  var tmp_15 = Instance(this_3, tmp$ret$6, null);
36565
36547
  var tmp_16 = KProperty1;
36566
- tmp_13.x42_1 = tmp_15.n2e(this, getPropertyCallableRef('gameResources', 1, tmp_16, EngineHelpersFactory$_get_gameResources_$ref_kynd2o(), null));
36548
+ tmp_13.v42_1 = tmp_15.n2e(this, getPropertyCallableRef('gameResources', 1, tmp_16, EngineHelpersFactory$_get_gameResources_$ref_kynd2o(), null));
36567
36549
  }
36568
- protoOf(EngineHelpersFactory).y42 = function () {
36569
- var tmp0 = this.u42_1;
36550
+ protoOf(EngineHelpersFactory).w42 = function () {
36551
+ var tmp0 = this.s42_1;
36570
36552
  var tmp = KProperty1;
36571
36553
  // Inline function 'kotlin.getValue' call
36572
36554
  getPropertyCallableRef('ratingHelper', 1, tmp, EngineHelpersFactory$_get_ratingHelper_$ref_pl08ks_0(), null);
36573
36555
  return tmp0.v1();
36574
36556
  };
36575
- protoOf(EngineHelpersFactory).z42 = function () {
36576
- var tmp0 = this.v42_1;
36557
+ protoOf(EngineHelpersFactory).x42 = function () {
36558
+ var tmp0 = this.t42_1;
36577
36559
  var tmp = KProperty1;
36578
36560
  // Inline function 'kotlin.getValue' call
36579
36561
  getPropertyCallableRef('parserHelper', 1, tmp, EngineHelpersFactory$_get_parserHelper_$ref_egvg46_0(), null);
36580
36562
  return tmp0.v1();
36581
36563
  };
36582
- protoOf(EngineHelpersFactory).a43 = function () {
36583
- var tmp0 = this.w42_1;
36564
+ protoOf(EngineHelpersFactory).y42 = function () {
36565
+ var tmp0 = this.u42_1;
36584
36566
  var tmp = KProperty1;
36585
36567
  // Inline function 'kotlin.getValue' call
36586
36568
  getPropertyCallableRef('gameHelper', 1, tmp, EngineHelpersFactory$_get_gameHelper_$ref_7u8j93_0(), null);
36587
36569
  return tmp0.v1();
36588
36570
  };
36589
- protoOf(EngineHelpersFactory).b43 = function () {
36590
- var tmp0 = this.x42_1;
36571
+ protoOf(EngineHelpersFactory).z42 = function () {
36572
+ var tmp0 = this.v42_1;
36591
36573
  var tmp = KProperty1;
36592
36574
  // Inline function 'kotlin.getValue' call
36593
36575
  getPropertyCallableRef('gameResources', 1, tmp, EngineHelpersFactory$_get_gameResources_$ref_kynd2o_0(), null);
@@ -37006,9 +36988,6 @@
37006
36988
  defineProp(protoOf(StartGameMechanicAction), 'users', function () {
37007
36989
  return this.t3t();
37008
36990
  });
37009
- defineProp(protoOf(StartGameMechanicAction), 'metadata', function () {
37010
- return this.y3v();
37011
- });
37012
36991
  defineProp(protoOf(StartGameMechanicAction), 'usersOrder', function () {
37013
36992
  return this.p3y();
37014
36993
  });
@@ -37051,7 +37030,7 @@
37051
37030
  return this.j2r();
37052
37031
  });
37053
37032
  defineProp(protoOf(SceneMechanicAction), 'actData', function () {
37054
- return this.o3z();
37033
+ return this.n3z();
37055
37034
  });
37056
37035
  defineProp(protoOf(SceneMechanicAction), 'playerId', function () {
37057
37036
  return this.o1p();
@@ -37061,16 +37040,13 @@
37061
37040
  });
37062
37041
  protoOf(PlayerConnectionChangedMechanicAction).notValidateWhenFinishing = notValidateWhenFinishing;
37063
37042
  protoOf(PlayerConnectionChangedMechanicAction).notValidateWhenFinished = notValidateWhenFinished;
37064
- defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionChangedMechanicAction).c40);
37043
+ defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionChangedMechanicAction).b40);
37065
37044
  defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isDeleted', protoOf(PlayerConnectionChangedMechanicAction).r1r);
37066
37045
  defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'actionTag', function () {
37067
37046
  return this.g1v();
37068
37047
  });
37069
37048
  protoOf(ContinueGameMechanicAction).notValidateWhenFinishing = notValidateWhenFinishing;
37070
37049
  protoOf(ContinueGameMechanicAction).notValidateWhenFinished = notValidateWhenFinished;
37071
- defineProp(protoOf(ContinueGameMechanicAction), 'metadata', function () {
37072
- return this.y3v();
37073
- });
37074
37050
  defineProp(protoOf(ContinueGameMechanicAction), 'id', function () {
37075
37051
  return this.h15();
37076
37052
  });
@@ -37099,7 +37075,7 @@
37099
37075
  return this.j2r();
37100
37076
  });
37101
37077
  defineProp(protoOf(SceneActMechanicAction), 'actData', function () {
37102
- return this.o3z();
37078
+ return this.n3z();
37103
37079
  });
37104
37080
  defineProp(protoOf(SceneActMechanicAction), 'actionTag', function () {
37105
37081
  return this.g1v();
@@ -37160,10 +37136,10 @@
37160
37136
  protoOf(LoggerCallbacksWrapperLoggerOutput).i = i;
37161
37137
  protoOf(LoggerCallbacksWrapperLoggerOutput).v = v;
37162
37138
  protoOf(LoggerCallbacksWrapperLoggerOutput).w = w;
37163
- defineProp(protoOf(EngineHelpersFactory), 'ratingHelper', protoOf(EngineHelpersFactory).y42);
37164
- defineProp(protoOf(EngineHelpersFactory), 'parserHelper', protoOf(EngineHelpersFactory).z42);
37165
- defineProp(protoOf(EngineHelpersFactory), 'gameHelper', protoOf(EngineHelpersFactory).a43);
37166
- defineProp(protoOf(EngineHelpersFactory), 'gameResources', protoOf(EngineHelpersFactory).b43);
37139
+ defineProp(protoOf(EngineHelpersFactory), 'ratingHelper', protoOf(EngineHelpersFactory).w42);
37140
+ defineProp(protoOf(EngineHelpersFactory), 'parserHelper', protoOf(EngineHelpersFactory).x42);
37141
+ defineProp(protoOf(EngineHelpersFactory), 'gameHelper', protoOf(EngineHelpersFactory).y42);
37142
+ defineProp(protoOf(EngineHelpersFactory), 'gameResources', protoOf(EngineHelpersFactory).z42);
37167
37143
  //endregion
37168
37144
  //region block: init
37169
37145
  Companion_instance_3 = new Companion();