raspberry_games_engine_helpers 1.8.471 → 1.8.473

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.
@@ -870,26 +870,26 @@
870
870
  initMetadataForClass(MessageMechanicAction, 'MessageMechanicAction', VOID, MechanicAction, [MechanicAction, IgnoreBufferForAction]);
871
871
  initMetadataForClass(RestartGameMechanicAction, 'RestartGameMechanicAction', VOID, MechanicAction, [MechanicAction, InterceptableAction]);
872
872
  initMetadataForClass(SceneActMechanicAction, 'SceneActMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, ReleaseBufferTriggerAction, Action]);
873
- initMetadataForClass(PlayerReadyMechanicAction, 'PlayerReadyMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
874
- initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
875
- initMetadataForClass(CombinationChoiceMechanicAction, 'CombinationChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract, InterceptableAction]);
876
- initMetadataForClass(PutCardMechanicAction, 'PutCardMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
873
+ initMetadataForClass(PlayerReadyMechanicAction, 'PlayerReadyMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction]);
874
+ initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction]);
875
+ initMetadataForClass(CombinationChoiceMechanicAction, 'CombinationChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction, InterceptableAction]);
876
+ initMetadataForClass(PutCardMechanicAction, 'PutCardMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction]);
877
877
  initMetadataForClass(TrumpMechanicAction, 'TrumpMechanicAction', VOID, MechanicAction, [MechanicAction, Action, InterceptableAction]);
878
878
  initMetadataForClass(PickUpBribeMechanicAction, 'PickUpBribeMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, InterceptableAction]);
879
- initMetadataForClass(TakeAllRemainingCardsMechanicAction, 'TakeAllRemainingCardsMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
879
+ initMetadataForClass(TakeAllRemainingCardsMechanicAction, 'TakeAllRemainingCardsMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction]);
880
880
  initMetadataForClass(WinnerCombinationsMechanicAction, 'WinnerCombinationsMechanicAction', VOID, MechanicAction, [MechanicAction, InterceptableAction]);
881
881
  initMetadataForClass(ErrorAction, 'ErrorAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinished]);
882
882
  function filterLivePlayers(store, playerIds, includeBots, $super) {
883
883
  includeBots = includeBots === VOID ? false : includeBots;
884
- return $super === VOID ? this.f47(store, playerIds, includeBots) : $super.f47.call(this, store, playerIds, includeBots);
884
+ return $super === VOID ? this.g47(store, playerIds, includeBots) : $super.g47.call(this, store, playerIds, includeBots);
885
885
  }
886
886
  function filterLiveDuringGamePlayers(store, playerIds, includeBots, $super) {
887
887
  includeBots = includeBots === VOID ? false : includeBots;
888
- return $super === VOID ? this.g47(store, playerIds, includeBots) : $super.g47.call(this, store, playerIds, includeBots);
888
+ return $super === VOID ? this.h47(store, playerIds, includeBots) : $super.h47.call(this, store, playerIds, includeBots);
889
889
  }
890
890
  function createConfig(mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league, $super) {
891
891
  league = league === VOID ? null : league;
892
- return $super === VOID ? this.h47(mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) : $super.h47.call(this, mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league);
892
+ return $super === VOID ? this.i47(mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) : $super.i47.call(this, mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league);
893
893
  }
894
894
  initMetadataForInterface(GameHelper, 'GameHelper');
895
895
  initMetadataForClass(GameHelperImpl, 'GameHelperImpl', VOID, VOID, [GameHelper]);
@@ -902,7 +902,7 @@
902
902
  tmp = existingNicknames;
903
903
  }
904
904
  existingNicknames = tmp;
905
- return $super === VOID ? this.l47(playerId, existingNicknames) : $super.l47.call(this, playerId, existingNicknames);
905
+ return $super === VOID ? this.m47(playerId, existingNicknames) : $super.m47.call(this, playerId, existingNicknames);
906
906
  }
907
907
  initMetadataForInterface(GameResources, 'GameResources');
908
908
  initMetadataForCompanion(Companion_162);
@@ -1077,27 +1077,27 @@
1077
1077
  function Companion_0() {
1078
1078
  }
1079
1079
  protoOf(Companion_0).getServerEngineMode = function (enableBotChat, openAiApiKey) {
1080
- return new EngineBotConfig(VOID, VOID, VOID, false, enableBotChat, openAiApiKey);
1080
+ return new EngineBotConfig(VOID, VOID, VOID, false, VOID, enableBotChat, openAiApiKey);
1081
1081
  };
1082
1082
  var Companion_instance_4;
1083
1083
  function Companion_getInstance_7() {
1084
1084
  return Companion_instance_4;
1085
1085
  }
1086
- function EngineBotConfig(botExitsWhenNGameNumberIsFinished, autoStepLastCard, simulateBotThinkingDelay, isDelayForBot, enableBotChat, openAiApiKey, useExternalBotPolicy) {
1086
+ function EngineBotConfig(botExitsWhenNGameNumberIsFinished, autoStepLastCard, simulateBotThinkingDelay, isDelayForBot, usePimcModel, enableBotChat, openAiApiKey) {
1087
1087
  botExitsWhenNGameNumberIsFinished = botExitsWhenNGameNumberIsFinished === VOID ? null : botExitsWhenNGameNumberIsFinished;
1088
1088
  autoStepLastCard = autoStepLastCard === VOID ? true : autoStepLastCard;
1089
1089
  simulateBotThinkingDelay = simulateBotThinkingDelay === VOID ? true : simulateBotThinkingDelay;
1090
1090
  isDelayForBot = isDelayForBot === VOID ? true : isDelayForBot;
1091
+ usePimcModel = usePimcModel === VOID ? false : usePimcModel;
1091
1092
  enableBotChat = enableBotChat === VOID ? false : enableBotChat;
1092
1093
  openAiApiKey = openAiApiKey === VOID ? null : openAiApiKey;
1093
- useExternalBotPolicy = useExternalBotPolicy === VOID ? false : useExternalBotPolicy;
1094
1094
  this.botExitsWhenNGameNumberIsFinished = botExitsWhenNGameNumberIsFinished;
1095
1095
  this.autoStepLastCard = autoStepLastCard;
1096
1096
  this.simulateBotThinkingDelay = simulateBotThinkingDelay;
1097
1097
  this.isDelayForBot = isDelayForBot;
1098
+ this.usePimcModel = usePimcModel;
1098
1099
  this.enableBotChat = enableBotChat;
1099
1100
  this.openAiApiKey = openAiApiKey;
1100
- this.useExternalBotPolicy = useExternalBotPolicy;
1101
1101
  }
1102
1102
  protoOf(EngineBotConfig).p2f = function () {
1103
1103
  return this.botExitsWhenNGameNumberIsFinished;
@@ -1112,13 +1112,13 @@
1112
1112
  return this.isDelayForBot;
1113
1113
  };
1114
1114
  protoOf(EngineBotConfig).t2f = function () {
1115
- return this.enableBotChat;
1115
+ return this.usePimcModel;
1116
1116
  };
1117
1117
  protoOf(EngineBotConfig).u2f = function () {
1118
- return this.openAiApiKey;
1118
+ return this.enableBotChat;
1119
1119
  };
1120
1120
  protoOf(EngineBotConfig).v2f = function () {
1121
- return this.useExternalBotPolicy;
1121
+ return this.openAiApiKey;
1122
1122
  };
1123
1123
  protoOf(EngineBotConfig).pc = function () {
1124
1124
  return this.botExitsWhenNGameNumberIsFinished;
@@ -1133,38 +1133,38 @@
1133
1133
  return this.isDelayForBot;
1134
1134
  };
1135
1135
  protoOf(EngineBotConfig).d1p = function () {
1136
- return this.enableBotChat;
1136
+ return this.usePimcModel;
1137
1137
  };
1138
1138
  protoOf(EngineBotConfig).d1q = function () {
1139
- return this.openAiApiKey;
1139
+ return this.enableBotChat;
1140
1140
  };
1141
1141
  protoOf(EngineBotConfig).e1q = function () {
1142
- return this.useExternalBotPolicy;
1142
+ return this.openAiApiKey;
1143
1143
  };
1144
- protoOf(EngineBotConfig).w2f = function (botExitsWhenNGameNumberIsFinished, autoStepLastCard, simulateBotThinkingDelay, isDelayForBot, enableBotChat, openAiApiKey, useExternalBotPolicy) {
1145
- return new EngineBotConfig(botExitsWhenNGameNumberIsFinished, autoStepLastCard, simulateBotThinkingDelay, isDelayForBot, enableBotChat, openAiApiKey, useExternalBotPolicy);
1144
+ protoOf(EngineBotConfig).w2f = function (botExitsWhenNGameNumberIsFinished, autoStepLastCard, simulateBotThinkingDelay, isDelayForBot, usePimcModel, enableBotChat, openAiApiKey) {
1145
+ return new EngineBotConfig(botExitsWhenNGameNumberIsFinished, autoStepLastCard, simulateBotThinkingDelay, isDelayForBot, usePimcModel, enableBotChat, openAiApiKey);
1146
1146
  };
1147
- protoOf(EngineBotConfig).copy = function (botExitsWhenNGameNumberIsFinished, autoStepLastCard, simulateBotThinkingDelay, isDelayForBot, enableBotChat, openAiApiKey, useExternalBotPolicy, $super) {
1147
+ protoOf(EngineBotConfig).copy = function (botExitsWhenNGameNumberIsFinished, autoStepLastCard, simulateBotThinkingDelay, isDelayForBot, usePimcModel, enableBotChat, openAiApiKey, $super) {
1148
1148
  botExitsWhenNGameNumberIsFinished = botExitsWhenNGameNumberIsFinished === VOID ? this.botExitsWhenNGameNumberIsFinished : botExitsWhenNGameNumberIsFinished;
1149
1149
  autoStepLastCard = autoStepLastCard === VOID ? this.autoStepLastCard : autoStepLastCard;
1150
1150
  simulateBotThinkingDelay = simulateBotThinkingDelay === VOID ? this.simulateBotThinkingDelay : simulateBotThinkingDelay;
1151
1151
  isDelayForBot = isDelayForBot === VOID ? this.isDelayForBot : isDelayForBot;
1152
+ usePimcModel = usePimcModel === VOID ? this.usePimcModel : usePimcModel;
1152
1153
  enableBotChat = enableBotChat === VOID ? this.enableBotChat : enableBotChat;
1153
1154
  openAiApiKey = openAiApiKey === VOID ? this.openAiApiKey : openAiApiKey;
1154
- useExternalBotPolicy = useExternalBotPolicy === VOID ? this.useExternalBotPolicy : useExternalBotPolicy;
1155
- return $super === VOID ? this.w2f(botExitsWhenNGameNumberIsFinished, autoStepLastCard, simulateBotThinkingDelay, isDelayForBot, enableBotChat, openAiApiKey, useExternalBotPolicy) : $super.w2f.call(this, botExitsWhenNGameNumberIsFinished, autoStepLastCard, simulateBotThinkingDelay, isDelayForBot, enableBotChat, openAiApiKey, useExternalBotPolicy);
1155
+ return $super === VOID ? this.w2f(botExitsWhenNGameNumberIsFinished, autoStepLastCard, simulateBotThinkingDelay, isDelayForBot, usePimcModel, enableBotChat, openAiApiKey) : $super.w2f.call(this, botExitsWhenNGameNumberIsFinished, autoStepLastCard, simulateBotThinkingDelay, isDelayForBot, usePimcModel, enableBotChat, openAiApiKey);
1156
1156
  };
1157
1157
  protoOf(EngineBotConfig).toString = function () {
1158
- return 'EngineBotConfig(botExitsWhenNGameNumberIsFinished=' + this.botExitsWhenNGameNumberIsFinished + ', autoStepLastCard=' + this.autoStepLastCard + ', simulateBotThinkingDelay=' + this.simulateBotThinkingDelay + ', isDelayForBot=' + this.isDelayForBot + ', enableBotChat=' + this.enableBotChat + ', openAiApiKey=' + this.openAiApiKey + ', useExternalBotPolicy=' + this.useExternalBotPolicy + ')';
1158
+ return 'EngineBotConfig(botExitsWhenNGameNumberIsFinished=' + this.botExitsWhenNGameNumberIsFinished + ', autoStepLastCard=' + this.autoStepLastCard + ', simulateBotThinkingDelay=' + this.simulateBotThinkingDelay + ', isDelayForBot=' + this.isDelayForBot + ', usePimcModel=' + this.usePimcModel + ', enableBotChat=' + this.enableBotChat + ', openAiApiKey=' + this.openAiApiKey + ')';
1159
1159
  };
1160
1160
  protoOf(EngineBotConfig).hashCode = function () {
1161
1161
  var result = this.botExitsWhenNGameNumberIsFinished == null ? 0 : this.botExitsWhenNGameNumberIsFinished;
1162
1162
  result = imul(result, 31) + getBooleanHashCode(this.autoStepLastCard) | 0;
1163
1163
  result = imul(result, 31) + getBooleanHashCode(this.simulateBotThinkingDelay) | 0;
1164
1164
  result = imul(result, 31) + getBooleanHashCode(this.isDelayForBot) | 0;
1165
+ result = imul(result, 31) + getBooleanHashCode(this.usePimcModel) | 0;
1165
1166
  result = imul(result, 31) + getBooleanHashCode(this.enableBotChat) | 0;
1166
1167
  result = imul(result, 31) + (this.openAiApiKey == null ? 0 : getStringHashCode(this.openAiApiKey)) | 0;
1167
- result = imul(result, 31) + getBooleanHashCode(this.useExternalBotPolicy) | 0;
1168
1168
  return result;
1169
1169
  };
1170
1170
  protoOf(EngineBotConfig).equals = function (other) {
@@ -1180,12 +1180,12 @@
1180
1180
  return false;
1181
1181
  if (!(this.isDelayForBot === other.isDelayForBot))
1182
1182
  return false;
1183
+ if (!(this.usePimcModel === other.usePimcModel))
1184
+ return false;
1183
1185
  if (!(this.enableBotChat === other.enableBotChat))
1184
1186
  return false;
1185
1187
  if (!(this.openAiApiKey == other.openAiApiKey))
1186
1188
  return false;
1187
- if (!(this.useExternalBotPolicy === other.useExternalBotPolicy))
1188
- return false;
1189
1189
  return true;
1190
1190
  };
1191
1191
  function Companion_1() {
@@ -32763,6 +32763,9 @@
32763
32763
  function _get_$cachedSerializer__te6jhj_19($this) {
32764
32764
  return $this.m3v_1.j2();
32765
32765
  }
32766
+ function PlayersMode$Companion$fromShortName$lambda(it) {
32767
+ return it.shortName;
32768
+ }
32766
32769
  function PlayersMode$Companion$_anonymous__jouska() {
32767
32770
  return createSimpleEnumSerializer('games.jass.logic.data.models.table.config.PlayersMode', values_14());
32768
32771
  }
@@ -32790,6 +32793,32 @@
32790
32793
  return PlayersMode_FOUR_PLAYERS_BY_TEAM_getInstance();
32791
32794
  }
32792
32795
  };
32796
+ protoOf(Companion_152).fromShortName = function (shortName) {
32797
+ var tmp0 = get_entries_3();
32798
+ var tmp$ret$1;
32799
+ $l$block: {
32800
+ // Inline function 'kotlin.collections.firstOrNull' call
32801
+ var _iterator__ex2g4s = tmp0.t();
32802
+ while (_iterator__ex2g4s.u()) {
32803
+ var element = _iterator__ex2g4s.v();
32804
+ if (element.shortName === shortName) {
32805
+ tmp$ret$1 = element;
32806
+ break $l$block;
32807
+ }
32808
+ }
32809
+ tmp$ret$1 = null;
32810
+ }
32811
+ var tmp0_elvis_lhs = tmp$ret$1;
32812
+ var tmp;
32813
+ if (tmp0_elvis_lhs == null) {
32814
+ var tmp_0 = "Unknown players mode '" + shortName + "'. ";
32815
+ var tmp_1 = get_entries_3();
32816
+ throw IllegalArgumentException_init_$Create$(tmp_0 + ('Supported: ' + joinToString(tmp_1, VOID, VOID, VOID, VOID, VOID, PlayersMode$Companion$fromShortName$lambda)));
32817
+ } else {
32818
+ tmp = tmp0_elvis_lhs;
32819
+ }
32820
+ return tmp;
32821
+ };
32793
32822
  protoOf(Companion_152).n17 = function () {
32794
32823
  return _get_$cachedSerializer__te6jhj_19(this);
32795
32824
  };
@@ -32849,6 +32878,27 @@
32849
32878
  protoOf(PlayersMode).x40 = function () {
32850
32879
  return this.equals(PlayersMode_FOUR_PLAYERS_BY_TEAM_getInstance());
32851
32880
  };
32881
+ protoOf(PlayersMode).y40 = function () {
32882
+ var tmp;
32883
+ switch (this.x2_1) {
32884
+ case 0:
32885
+ tmp = '2p';
32886
+ break;
32887
+ case 1:
32888
+ tmp = '3p';
32889
+ break;
32890
+ case 2:
32891
+ tmp = '4p';
32892
+ break;
32893
+ case 3:
32894
+ tmp = '4p_team';
32895
+ break;
32896
+ default:
32897
+ noWhenBranchMatchedException();
32898
+ break;
32899
+ }
32900
+ return tmp;
32901
+ };
32852
32902
  protoOf(PlayersMode).u15 = function () {
32853
32903
  var tmp;
32854
32904
  if (this.equals(PlayersMode_FOUR_PLAYERS_BY_TEAM_getInstance())) {
@@ -32994,7 +33044,7 @@
32994
33044
  protoOf(RoomConfig).p2n = function () {
32995
33045
  return this.points;
32996
33046
  };
32997
- protoOf(RoomConfig).y40 = function () {
33047
+ protoOf(RoomConfig).z40 = function () {
32998
33048
  return this.timeoutTime;
32999
33049
  };
33000
33050
  protoOf(RoomConfig).m40 = function () {
@@ -33048,7 +33098,7 @@
33048
33098
  protoOf(RoomConfig).m2g = function () {
33049
33099
  return this.league;
33050
33100
  };
33051
- protoOf(RoomConfig).z40 = function (players, points, timeoutTime, rulesPreset, isPrivate, isChatEnabled, rules, isBotsEnabled, dealerStrategy, league) {
33101
+ protoOf(RoomConfig).a41 = function (players, points, timeoutTime, rulesPreset, isPrivate, isChatEnabled, rules, isBotsEnabled, dealerStrategy, league) {
33052
33102
  return new RoomConfig(players, points, timeoutTime, rulesPreset, isPrivate, isChatEnabled, rules, isBotsEnabled, dealerStrategy, league);
33053
33103
  };
33054
33104
  protoOf(RoomConfig).copy = function (players, points, timeoutTime, rulesPreset, isPrivate, isChatEnabled, rules, isBotsEnabled, dealerStrategy, league, $super) {
@@ -33062,7 +33112,7 @@
33062
33112
  isBotsEnabled = isBotsEnabled === VOID ? this.isBotsEnabled : isBotsEnabled;
33063
33113
  dealerStrategy = dealerStrategy === VOID ? this.dealerStrategy : dealerStrategy;
33064
33114
  league = league === VOID ? this.league : league;
33065
- return $super === VOID ? this.z40(players, points, timeoutTime, rulesPreset, isPrivate, isChatEnabled, rules, isBotsEnabled, dealerStrategy, league) : $super.z40.call(this, players, points, timeoutTime, rulesPreset, isPrivate, isChatEnabled, rules, isBotsEnabled, dealerStrategy, league);
33115
+ return $super === VOID ? this.a41(players, points, timeoutTime, rulesPreset, isPrivate, isChatEnabled, rules, isBotsEnabled, dealerStrategy, league) : $super.a41.call(this, players, points, timeoutTime, rulesPreset, isPrivate, isChatEnabled, rules, isBotsEnabled, dealerStrategy, league);
33066
33116
  };
33067
33117
  protoOf(RoomConfig).toString = function () {
33068
33118
  return 'RoomConfig(players=' + this.players + ', points=' + this.points + ', timeoutTime=' + this.timeoutTime + ', rulesPreset=' + this.rulesPreset + ', isPrivate=' + this.isPrivate + ', isChatEnabled=' + this.isChatEnabled + ', rules=' + toString_0(this.rules) + ', isBotsEnabled=' + this.isBotsEnabled + ', dealerStrategy=' + toString_0(this.dealerStrategy) + ', league=' + toString_0(this.league) + ')';
@@ -33143,7 +33193,7 @@
33143
33193
  function RoomMode(name, ordinal) {
33144
33194
  Enum.call(this, name, ordinal);
33145
33195
  }
33146
- protoOf(RoomMode).c41 = function () {
33196
+ protoOf(RoomMode).d41 = function () {
33147
33197
  var tmp;
33148
33198
  switch (this.x2_1) {
33149
33199
  case 1:
@@ -33160,7 +33210,7 @@
33160
33210
  }
33161
33211
  return tmp;
33162
33212
  };
33163
- protoOf(RoomMode).d41 = function () {
33213
+ protoOf(RoomMode).e41 = function () {
33164
33214
  var tmp;
33165
33215
  switch (this.x2_1) {
33166
33216
  case 0:
@@ -33243,10 +33293,10 @@
33243
33293
  this.roundNumber = roundNumber;
33244
33294
  this.metadata = metadata;
33245
33295
  }
33246
- protoOf(ClientGameHistory).e41 = function () {
33296
+ protoOf(ClientGameHistory).f41 = function () {
33247
33297
  return this.roundNumber;
33248
33298
  };
33249
- protoOf(ClientGameHistory).f41 = function () {
33299
+ protoOf(ClientGameHistory).g41 = function () {
33250
33300
  return this.metadata;
33251
33301
  };
33252
33302
  protoOf(ClientGameHistory).pc = function () {
@@ -33255,13 +33305,13 @@
33255
33305
  protoOf(ClientGameHistory).qc = function () {
33256
33306
  return this.metadata;
33257
33307
  };
33258
- protoOf(ClientGameHistory).g41 = function (roundNumber, metadata) {
33308
+ protoOf(ClientGameHistory).h41 = function (roundNumber, metadata) {
33259
33309
  return new ClientGameHistory(roundNumber, metadata);
33260
33310
  };
33261
33311
  protoOf(ClientGameHistory).copy = function (roundNumber, metadata, $super) {
33262
33312
  roundNumber = roundNumber === VOID ? this.roundNumber : roundNumber;
33263
33313
  metadata = metadata === VOID ? this.metadata : metadata;
33264
- return $super === VOID ? this.g41(roundNumber, metadata) : $super.g41.call(this, roundNumber, metadata);
33314
+ return $super === VOID ? this.h41(roundNumber, metadata) : $super.h41.call(this, roundNumber, metadata);
33265
33315
  };
33266
33316
  protoOf(ClientGameHistory).toString = function () {
33267
33317
  return 'ClientGameHistory(roundNumber=' + this.roundNumber + ', metadata=' + toString_0(this.metadata) + ')';
@@ -33343,7 +33393,7 @@
33343
33393
  };
33344
33394
  function Companion_154() {
33345
33395
  }
33346
- protoOf(Companion_154).h41 = function (gameId, createdAt) {
33396
+ protoOf(Companion_154).i41 = function (gameId, createdAt) {
33347
33397
  // Inline function 'kotlin.arrayOf' call
33348
33398
  // Inline function 'kotlin.js.unsafeCast' call
33349
33399
  // Inline function 'kotlin.js.asDynamic' call
@@ -33352,7 +33402,7 @@
33352
33402
  };
33353
33403
  protoOf(Companion_154).initial = function (gameId, createdAt, $super) {
33354
33404
  createdAt = createdAt === VOID ? System_instance.jf() : createdAt;
33355
- return $super === VOID ? this.h41(gameId, createdAt) : $super.h41.call(this, gameId, createdAt);
33405
+ return $super === VOID ? this.i41(gameId, createdAt) : $super.i41.call(this, gameId, createdAt);
33356
33406
  };
33357
33407
  var Companion_instance_158;
33358
33408
  function Companion_getInstance_161() {
@@ -33374,22 +33424,22 @@
33374
33424
  protoOf(GameHistory).d16 = function () {
33375
33425
  return this.rounds;
33376
33426
  };
33377
- protoOf(GameHistory).i41 = function () {
33427
+ protoOf(GameHistory).j41 = function () {
33378
33428
  return this.gameWinners;
33379
33429
  };
33380
- protoOf(GameHistory).f41 = function () {
33430
+ protoOf(GameHistory).g41 = function () {
33381
33431
  return this.metadata;
33382
33432
  };
33383
- protoOf(GameHistory).j41 = function () {
33433
+ protoOf(GameHistory).k41 = function () {
33384
33434
  return this.createdAt.toString();
33385
33435
  };
33386
- protoOf(GameHistory).k41 = function () {
33436
+ protoOf(GameHistory).l41 = function () {
33387
33437
  return last_0(this.rounds);
33388
33438
  };
33389
- protoOf(GameHistory).l41 = function () {
33439
+ protoOf(GameHistory).m41 = function () {
33390
33440
  return this.rounds.length === 1;
33391
33441
  };
33392
- protoOf(GameHistory).m41 = function () {
33442
+ protoOf(GameHistory).n41 = function () {
33393
33443
  return this.rounds.length;
33394
33444
  };
33395
33445
  protoOf(GameHistory).toString = function () {
@@ -33482,7 +33532,7 @@
33482
33532
  protoOf(GameHistory).d1p = function () {
33483
33533
  return this.metadata;
33484
33534
  };
33485
- protoOf(GameHistory).n41 = function (gameId, createdAt, rounds, gameWinners, metadata) {
33535
+ protoOf(GameHistory).o41 = function (gameId, createdAt, rounds, gameWinners, metadata) {
33486
33536
  return new GameHistory(gameId, createdAt, rounds, gameWinners, metadata);
33487
33537
  };
33488
33538
  protoOf(GameHistory).copy = function (gameId, createdAt, rounds, gameWinners, metadata, $super) {
@@ -33491,7 +33541,7 @@
33491
33541
  rounds = rounds === VOID ? this.rounds : rounds;
33492
33542
  gameWinners = gameWinners === VOID ? this.gameWinners : gameWinners;
33493
33543
  metadata = metadata === VOID ? this.metadata : metadata;
33494
- return $super === VOID ? this.n41(gameId, createdAt, rounds, gameWinners, metadata) : $super.n41.call(this, gameId, createdAt, rounds, gameWinners, metadata);
33544
+ return $super === VOID ? this.o41(gameId, createdAt, rounds, gameWinners, metadata) : $super.o41.call(this, gameId, createdAt, rounds, gameWinners, metadata);
33495
33545
  };
33496
33546
  function Companion_155() {
33497
33547
  }
@@ -33506,10 +33556,10 @@
33506
33556
  this.randomData = randomData;
33507
33557
  this.playersAnalytics = playersAnalytics;
33508
33558
  }
33509
- protoOf(GameHistoryMetadata).o41 = function () {
33559
+ protoOf(GameHistoryMetadata).p41 = function () {
33510
33560
  return this.randomData;
33511
33561
  };
33512
- protoOf(GameHistoryMetadata).p41 = function () {
33562
+ protoOf(GameHistoryMetadata).q41 = function () {
33513
33563
  return this.playersAnalytics;
33514
33564
  };
33515
33565
  protoOf(GameHistoryMetadata).pc = function () {
@@ -33518,13 +33568,13 @@
33518
33568
  protoOf(GameHistoryMetadata).qc = function () {
33519
33569
  return this.playersAnalytics;
33520
33570
  };
33521
- protoOf(GameHistoryMetadata).q41 = function (randomData, playersAnalytics) {
33571
+ protoOf(GameHistoryMetadata).r41 = function (randomData, playersAnalytics) {
33522
33572
  return new GameHistoryMetadata(randomData, playersAnalytics);
33523
33573
  };
33524
33574
  protoOf(GameHistoryMetadata).copy = function (randomData, playersAnalytics, $super) {
33525
33575
  randomData = randomData === VOID ? this.randomData : randomData;
33526
33576
  playersAnalytics = playersAnalytics === VOID ? this.playersAnalytics : playersAnalytics;
33527
- return $super === VOID ? this.q41(randomData, playersAnalytics) : $super.q41.call(this, randomData, playersAnalytics);
33577
+ return $super === VOID ? this.r41(randomData, playersAnalytics) : $super.r41.call(this, randomData, playersAnalytics);
33528
33578
  };
33529
33579
  protoOf(GameHistoryMetadata).toString = function () {
33530
33580
  return 'GameHistoryMetadata(randomData=' + toString_0(this.randomData) + ', playersAnalytics=' + toString(this.playersAnalytics) + ')';
@@ -33592,19 +33642,19 @@
33592
33642
  protoOf(RoundHistory).m3y = function () {
33593
33643
  return this.round;
33594
33644
  };
33595
- protoOf(RoundHistory).r41 = function () {
33645
+ protoOf(RoundHistory).s41 = function () {
33596
33646
  return this.items;
33597
33647
  };
33598
- protoOf(RoundHistory).s41 = function () {
33648
+ protoOf(RoundHistory).t41 = function () {
33599
33649
  return this.committed;
33600
33650
  };
33601
- protoOf(RoundHistory).t41 = function () {
33651
+ protoOf(RoundHistory).u41 = function () {
33602
33652
  return this.contractState;
33603
33653
  };
33604
- protoOf(RoundHistory).u41 = function () {
33654
+ protoOf(RoundHistory).v41 = function () {
33605
33655
  return this.winners;
33606
33656
  };
33607
- protoOf(RoundHistory).v41 = function () {
33657
+ protoOf(RoundHistory).w41 = function () {
33608
33658
  return this.failedContractsCount;
33609
33659
  };
33610
33660
  protoOf(RoundHistory).j2j = function () {
@@ -33617,7 +33667,7 @@
33617
33667
  }
33618
33668
  return false;
33619
33669
  };
33620
- protoOf(RoundHistory).w41 = function () {
33670
+ protoOf(RoundHistory).x41 = function () {
33621
33671
  var tmp0_safe_receiver = this.contractState;
33622
33672
  return tmp0_safe_receiver == null ? null : mapToDto_116(tmp0_safe_receiver);
33623
33673
  };
@@ -33661,7 +33711,7 @@
33661
33711
  protoOf(RoundHistory).e1q = function () {
33662
33712
  return this.createdAt;
33663
33713
  };
33664
- protoOf(RoundHistory).x41 = function (round, items, committed, contractState, winners, failedContractsCount, createdAt) {
33714
+ protoOf(RoundHistory).y41 = function (round, items, committed, contractState, winners, failedContractsCount, createdAt) {
33665
33715
  return new RoundHistory(round, items, committed, contractState, winners, failedContractsCount, createdAt);
33666
33716
  };
33667
33717
  protoOf(RoundHistory).copy = function (round, items, committed, contractState, winners, failedContractsCount, createdAt, $super) {
@@ -33672,7 +33722,7 @@
33672
33722
  winners = winners === VOID ? this.winners : winners;
33673
33723
  failedContractsCount = failedContractsCount === VOID ? this.failedContractsCount : failedContractsCount;
33674
33724
  createdAt = createdAt === VOID ? this.createdAt : createdAt;
33675
- return $super === VOID ? this.x41(round, items, committed, contractState, winners, failedContractsCount, createdAt) : $super.x41.call(this, round, items, committed, contractState, winners, failedContractsCount, createdAt);
33725
+ return $super === VOID ? this.y41(round, items, committed, contractState, winners, failedContractsCount, createdAt) : $super.y41.call(this, round, items, committed, contractState, winners, failedContractsCount, createdAt);
33676
33726
  };
33677
33727
  protoOf(RoundHistory).toString = function () {
33678
33728
  return 'RoundHistory(round=' + this.round + ', items=' + toString(this.items) + ', committed=' + toString(this.committed) + ', contractState=' + toString_0(this.contractState) + ', winners=' + toString(this.winners) + ', failedContractsCount=' + this.failedContractsCount + ', createdAt=' + this.createdAt.toString() + ')';
@@ -34067,19 +34117,19 @@
34067
34117
  this.numberOfBribe = numberOfBribe;
34068
34118
  this.trump = trump;
34069
34119
  }
34070
- protoOf(Round).e41 = function () {
34120
+ protoOf(Round).f41 = function () {
34071
34121
  return this.roundNumber;
34072
34122
  };
34073
- protoOf(Round).y41 = function () {
34123
+ protoOf(Round).z41 = function () {
34074
34124
  return this.numberOfBribe;
34075
34125
  };
34076
- protoOf(Round).z41 = function () {
34126
+ protoOf(Round).a42 = function () {
34077
34127
  return this.trump;
34078
34128
  };
34079
- protoOf(Round).a42 = function () {
34129
+ protoOf(Round).b42 = function () {
34080
34130
  return this.roundNumber === 0 && this.numberOfBribe == null && this.trump == null;
34081
34131
  };
34082
- protoOf(Round).b42 = function () {
34132
+ protoOf(Round).c42 = function () {
34083
34133
  var tmp0_elvis_lhs = this.trump;
34084
34134
  var tmp;
34085
34135
  if (tmp0_elvis_lhs == null) {
@@ -34089,11 +34139,11 @@
34089
34139
  }
34090
34140
  return tmp;
34091
34141
  };
34092
- protoOf(Round).c42 = function () {
34142
+ protoOf(Round).d42 = function () {
34093
34143
  var tmp0_elvis_lhs = this.numberOfBribe;
34094
34144
  return tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs;
34095
34145
  };
34096
- protoOf(Round).d42 = function () {
34146
+ protoOf(Round).e42 = function () {
34097
34147
  return this.numberOfBribe == null ? 0 : this.numberOfBribe + 1 | 0;
34098
34148
  };
34099
34149
  protoOf(Round).pc = function () {
@@ -34105,14 +34155,14 @@
34105
34155
  protoOf(Round).lh = function () {
34106
34156
  return this.trump;
34107
34157
  };
34108
- protoOf(Round).e42 = function (roundNumber, numberOfBribe, trump) {
34158
+ protoOf(Round).f42 = function (roundNumber, numberOfBribe, trump) {
34109
34159
  return new Round(roundNumber, numberOfBribe, trump);
34110
34160
  };
34111
34161
  protoOf(Round).copy = function (roundNumber, numberOfBribe, trump, $super) {
34112
34162
  roundNumber = roundNumber === VOID ? this.roundNumber : roundNumber;
34113
34163
  numberOfBribe = numberOfBribe === VOID ? this.numberOfBribe : numberOfBribe;
34114
34164
  trump = trump === VOID ? this.trump : trump;
34115
- return $super === VOID ? this.e42(roundNumber, numberOfBribe, trump) : $super.e42.call(this, roundNumber, numberOfBribe, trump);
34165
+ return $super === VOID ? this.f42(roundNumber, numberOfBribe, trump) : $super.f42.call(this, roundNumber, numberOfBribe, trump);
34116
34166
  };
34117
34167
  protoOf(Round).toString = function () {
34118
34168
  return 'Round(roundNumber=' + this.roundNumber + ', numberOfBribe=' + this.numberOfBribe + ', trump=' + toString_0(this.trump) + ')';
@@ -34181,7 +34231,7 @@
34181
34231
  this.t3g_1 = sceneData;
34182
34232
  this.u3g_1 = actData;
34183
34233
  }
34184
- protoOf(SceneInfo).f42 = function () {
34234
+ protoOf(SceneInfo).g42 = function () {
34185
34235
  return get_isFinalScene(this.q3g_1);
34186
34236
  };
34187
34237
  protoOf(SceneInfo).toString = function () {
@@ -34221,11 +34271,11 @@
34221
34271
  function EncoderDecoderProvider() {
34222
34272
  }
34223
34273
  function EncoderDecoderProviderImpl(json) {
34224
- this.l42_1 = json;
34274
+ this.m42_1 = json;
34225
34275
  }
34226
- protoOf(EncoderDecoderProviderImpl).g42 = function (action) {
34276
+ protoOf(EncoderDecoderProviderImpl).h42 = function (action) {
34227
34277
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
34228
- var this_0 = this.l42_1;
34278
+ var this_0 = this.m42_1;
34229
34279
  // Inline function 'kotlinx.serialization.serializer' call
34230
34280
  var this_1 = this_0.jn();
34231
34281
  // Inline function 'kotlinx.serialization.internal.cast' call
@@ -34233,9 +34283,9 @@
34233
34283
  var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
34234
34284
  return this_0.w23(tmp$ret$1, action);
34235
34285
  };
34236
- protoOf(EncoderDecoderProviderImpl).h42 = function (action) {
34286
+ protoOf(EncoderDecoderProviderImpl).i42 = function (action) {
34237
34287
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
34238
- var this_0 = this.l42_1;
34288
+ var this_0 = this.m42_1;
34239
34289
  // Inline function 'kotlinx.serialization.serializer' call
34240
34290
  var this_1 = this_0.jn();
34241
34291
  // Inline function 'kotlinx.serialization.internal.cast' call
@@ -34243,9 +34293,9 @@
34243
34293
  var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
34244
34294
  return this_0.w23(tmp$ret$1, action);
34245
34295
  };
34246
- protoOf(EncoderDecoderProviderImpl).i42 = function (json) {
34296
+ protoOf(EncoderDecoderProviderImpl).j42 = function (json) {
34247
34297
  // Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
34248
- var this_0 = this.l42_1;
34298
+ var this_0 = this.m42_1;
34249
34299
  // Inline function 'kotlinx.serialization.serializer' call
34250
34300
  var this_1 = this_0.jn();
34251
34301
  // Inline function 'kotlinx.serialization.internal.cast' call
@@ -34253,9 +34303,9 @@
34253
34303
  var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
34254
34304
  return this_0.x23(tmp$ret$1, json);
34255
34305
  };
34256
- protoOf(EncoderDecoderProviderImpl).j42 = function (json) {
34306
+ protoOf(EncoderDecoderProviderImpl).k42 = function (json) {
34257
34307
  // Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
34258
- var this_0 = this.l42_1;
34308
+ var this_0 = this.m42_1;
34259
34309
  // Inline function 'kotlinx.serialization.serializer' call
34260
34310
  var this_1 = this_0.jn();
34261
34311
  // Inline function 'kotlinx.serialization.internal.cast' call
@@ -34263,9 +34313,9 @@
34263
34313
  var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
34264
34314
  return this_0.x23(tmp$ret$1, json);
34265
34315
  };
34266
- protoOf(EncoderDecoderProviderImpl).k42 = function (json) {
34316
+ protoOf(EncoderDecoderProviderImpl).l42 = function (json) {
34267
34317
  // Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
34268
- var this_0 = this.l42_1;
34318
+ var this_0 = this.m42_1;
34269
34319
  // Inline function 'kotlinx.serialization.serializer' call
34270
34320
  var this_1 = this_0.jn();
34271
34321
  // Inline function 'kotlinx.serialization.internal.cast' call
@@ -34623,15 +34673,15 @@
34623
34673
  function UserRatingInteractor() {
34624
34674
  }
34625
34675
  function UserRatingInteractorImpl(ratingCalculator) {
34626
- this.q42_1 = ratingCalculator;
34676
+ this.r42_1 = ratingCalculator;
34627
34677
  }
34628
- protoOf(UserRatingInteractorImpl).o42 = function (league, rating, leaguesConfig) {
34678
+ protoOf(UserRatingInteractorImpl).p42 = function (league, rating, leaguesConfig) {
34629
34679
  var requestedLeagueIndex = get_entries().e2(league);
34630
34680
  var userLeague = leaguesConfig.getLeagueByRating(rating);
34631
34681
  var userLeagueIndex = get_entries().e2(userLeague);
34632
34682
  return userLeagueIndex >= requestedLeagueIndex;
34633
34683
  };
34634
- protoOf(UserRatingInteractorImpl).p42 = function (rating, leaguesConfig) {
34684
+ protoOf(UserRatingInteractorImpl).q42 = function (rating, leaguesConfig) {
34635
34685
  return leaguesConfig.getLeagueByRating(rating);
34636
34686
  };
34637
34687
  function AppStatePayload() {
@@ -34639,18 +34689,18 @@
34639
34689
  function ClearAction(transition) {
34640
34690
  this.transition = transition;
34641
34691
  }
34642
- protoOf(ClearAction).r42 = function () {
34692
+ protoOf(ClearAction).s42 = function () {
34643
34693
  return this.transition;
34644
34694
  };
34645
34695
  protoOf(ClearAction).pc = function () {
34646
34696
  return this.transition;
34647
34697
  };
34648
- protoOf(ClearAction).s42 = function (transition) {
34698
+ protoOf(ClearAction).t42 = function (transition) {
34649
34699
  return new ClearAction(transition);
34650
34700
  };
34651
34701
  protoOf(ClearAction).copy = function (transition, $super) {
34652
34702
  transition = transition === VOID ? this.transition : transition;
34653
- return $super === VOID ? this.s42(transition) : $super.s42.call(this, transition);
34703
+ return $super === VOID ? this.t42(transition) : $super.t42.call(this, transition);
34654
34704
  };
34655
34705
  protoOf(ClearAction).toString = function () {
34656
34706
  return 'ClearAction(transition=' + toString_0(this.transition) + ')';
@@ -34714,7 +34764,7 @@
34714
34764
  protoOf(PartnerSelectedFromClientAction).i1p = function () {
34715
34765
  return this.b38_1;
34716
34766
  };
34717
- protoOf(PartnerSelectedFromClientAction).t42 = function () {
34767
+ protoOf(PartnerSelectedFromClientAction).u42 = function () {
34718
34768
  return this.c38_1;
34719
34769
  };
34720
34770
  protoOf(PartnerSelectedFromClientAction).toString = function () {
@@ -34751,7 +34801,7 @@
34751
34801
  protoOf(PlayerReadyFromClientAction).i1p = function () {
34752
34802
  return this.f38_1;
34753
34803
  };
34754
- protoOf(PlayerReadyFromClientAction).t42 = function () {
34804
+ protoOf(PlayerReadyFromClientAction).u42 = function () {
34755
34805
  return this.g38_1;
34756
34806
  };
34757
34807
  protoOf(PlayerReadyFromClientAction).toString = function () {
@@ -34787,7 +34837,7 @@
34787
34837
  protoOf(SuitChoiceFromClientAction).i1p = function () {
34788
34838
  return this.i38_1;
34789
34839
  };
34790
- protoOf(SuitChoiceFromClientAction).t42 = function () {
34840
+ protoOf(SuitChoiceFromClientAction).u42 = function () {
34791
34841
  return this.j38_1;
34792
34842
  };
34793
34843
  protoOf(SuitChoiceFromClientAction).toString = function () {
@@ -34825,7 +34875,7 @@
34825
34875
  protoOf(CombinationChoiceFromClientAction).i1p = function () {
34826
34876
  return this.m38_1;
34827
34877
  };
34828
- protoOf(CombinationChoiceFromClientAction).t42 = function () {
34878
+ protoOf(CombinationChoiceFromClientAction).u42 = function () {
34829
34879
  return this.n38_1;
34830
34880
  };
34831
34881
  protoOf(CombinationChoiceFromClientAction).toString = function () {
@@ -34865,7 +34915,7 @@
34865
34915
  protoOf(CardFromClientAction).i1p = function () {
34866
34916
  return this.q38_1;
34867
34917
  };
34868
- protoOf(CardFromClientAction).t42 = function () {
34918
+ protoOf(CardFromClientAction).u42 = function () {
34869
34919
  return this.r38_1;
34870
34920
  };
34871
34921
  protoOf(CardFromClientAction).toString = function () {
@@ -34905,7 +34955,7 @@
34905
34955
  protoOf(TakeAllRemainingCardsFromClientAction).i1p = function () {
34906
34956
  return this.v38_1;
34907
34957
  };
34908
- protoOf(TakeAllRemainingCardsFromClientAction).t42 = function () {
34958
+ protoOf(TakeAllRemainingCardsFromClientAction).u42 = function () {
34909
34959
  return this.w38_1;
34910
34960
  };
34911
34961
  protoOf(TakeAllRemainingCardsFromClientAction).toString = function () {
@@ -34941,7 +34991,7 @@
34941
34991
  protoOf(MessageFromClientAction).i1p = function () {
34942
34992
  return this.y38_1;
34943
34993
  };
34944
- protoOf(MessageFromClientAction).t42 = function () {
34994
+ protoOf(MessageFromClientAction).u42 = function () {
34945
34995
  return this.z38_1;
34946
34996
  };
34947
34997
  protoOf(MessageFromClientAction).toString = function () {
@@ -34980,7 +35030,7 @@
34980
35030
  protoOf(ExitFromClientAction).i1p = function () {
34981
35031
  return this.d39_1;
34982
35032
  };
34983
- protoOf(ExitFromClientAction).t42 = function () {
35033
+ protoOf(ExitFromClientAction).u42 = function () {
34984
35034
  return this.e39_1;
34985
35035
  };
34986
35036
  protoOf(ExitFromClientAction).toString = function () {
@@ -35012,7 +35062,7 @@
35012
35062
  protoOf(RequestedCardDecksFromClientAction).i1p = function () {
35013
35063
  return this.g39_1;
35014
35064
  };
35015
- protoOf(RequestedCardDecksFromClientAction).t42 = function () {
35065
+ protoOf(RequestedCardDecksFromClientAction).u42 = function () {
35016
35066
  return this.h39_1;
35017
35067
  };
35018
35068
  protoOf(RequestedCardDecksFromClientAction).toString = function () {
@@ -35077,25 +35127,25 @@
35077
35127
  protoOf(ActionDeliveryPayload).t15 = function () {
35078
35128
  return this.id;
35079
35129
  };
35080
- protoOf(ActionDeliveryPayload).u42 = function () {
35130
+ protoOf(ActionDeliveryPayload).v42 = function () {
35081
35131
  return this.aid;
35082
35132
  };
35083
- protoOf(ActionDeliveryPayload).v42 = function () {
35133
+ protoOf(ActionDeliveryPayload).w42 = function () {
35084
35134
  return this.includePlayers;
35085
35135
  };
35086
- protoOf(ActionDeliveryPayload).w42 = function () {
35136
+ protoOf(ActionDeliveryPayload).x42 = function () {
35087
35137
  return this.excludePlayers;
35088
35138
  };
35089
- protoOf(ActionDeliveryPayload).x42 = function () {
35139
+ protoOf(ActionDeliveryPayload).y42 = function () {
35090
35140
  return this.deliveryType;
35091
35141
  };
35092
- protoOf(ActionDeliveryPayload).y42 = function () {
35142
+ protoOf(ActionDeliveryPayload).z42 = function () {
35093
35143
  return firstOrNull_0(this.excludePlayers);
35094
35144
  };
35095
- protoOf(ActionDeliveryPayload).z42 = function () {
35145
+ protoOf(ActionDeliveryPayload).a43 = function () {
35096
35146
  return first_0(this.includePlayers);
35097
35147
  };
35098
- protoOf(ActionDeliveryPayload).a43 = function () {
35148
+ protoOf(ActionDeliveryPayload).b43 = function () {
35099
35149
  return first_0(this.excludePlayers);
35100
35150
  };
35101
35151
  protoOf(ActionDeliveryPayload).toString = function () {
@@ -35167,7 +35217,7 @@
35167
35217
  protoOf(ActionDeliveryPayload).d1p = function () {
35168
35218
  return this.deliveryType;
35169
35219
  };
35170
- protoOf(ActionDeliveryPayload).b43 = function (tableId, aid, includePlayers, excludePlayers, deliveryType) {
35220
+ protoOf(ActionDeliveryPayload).c43 = function (tableId, aid, includePlayers, excludePlayers, deliveryType) {
35171
35221
  return new ActionDeliveryPayload(tableId, aid, includePlayers, excludePlayers, deliveryType);
35172
35222
  };
35173
35223
  protoOf(ActionDeliveryPayload).copy = function (tableId, aid, includePlayers, excludePlayers, deliveryType, $super) {
@@ -35176,10 +35226,10 @@
35176
35226
  includePlayers = includePlayers === VOID ? this.includePlayers : includePlayers;
35177
35227
  excludePlayers = excludePlayers === VOID ? this.excludePlayers : excludePlayers;
35178
35228
  deliveryType = deliveryType === VOID ? this.deliveryType : deliveryType;
35179
- return $super === VOID ? this.b43(tableId, aid, includePlayers, excludePlayers, deliveryType) : $super.b43.call(this, tableId, aid, includePlayers, excludePlayers, deliveryType);
35229
+ return $super === VOID ? this.c43(tableId, aid, includePlayers, excludePlayers, deliveryType) : $super.c43.call(this, tableId, aid, includePlayers, excludePlayers, deliveryType);
35180
35230
  };
35181
35231
  function _get_$cachedSerializer__te6jhj_21($this) {
35182
- return $this.c43_1.j2();
35232
+ return $this.d43_1.j2();
35183
35233
  }
35184
35234
  function ActionDeliveryType$Companion$_anonymous__6nlnfv() {
35185
35235
  return createSimpleEnumSerializer('games.jass.logic.redux.actions.client.to.ActionDeliveryType', values_18());
@@ -35208,7 +35258,7 @@
35208
35258
  Companion_instance_164 = this;
35209
35259
  var tmp = this;
35210
35260
  var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
35211
- tmp.c43_1 = lazy(tmp_0, ActionDeliveryType$Companion$_anonymous__6nlnfv);
35261
+ tmp.d43_1 = lazy(tmp_0, ActionDeliveryType$Companion$_anonymous__6nlnfv);
35212
35262
  }
35213
35263
  protoOf(Companion_160).n17 = function () {
35214
35264
  return _get_$cachedSerializer__te6jhj_21(this);
@@ -35597,25 +35647,25 @@
35597
35647
  protoOf(RoundStartedAction).x15 = function () {
35598
35648
  return this.gameId;
35599
35649
  };
35600
- protoOf(RoundStartedAction).g43 = function () {
35650
+ protoOf(RoundStartedAction).h43 = function () {
35601
35651
  return this.partyNumber;
35602
35652
  };
35603
35653
  protoOf(RoundStartedAction).w15 = function () {
35604
35654
  return this.players;
35605
35655
  };
35606
- protoOf(RoundStartedAction).l41 = function () {
35656
+ protoOf(RoundStartedAction).m41 = function () {
35607
35657
  return this.isFirstRound;
35608
35658
  };
35609
35659
  protoOf(RoundStartedAction).l3y = function () {
35610
35660
  return this.gameNumber;
35611
35661
  };
35612
- protoOf(RoundStartedAction).h43 = function () {
35662
+ protoOf(RoundStartedAction).i43 = function () {
35613
35663
  return this.roomMode;
35614
35664
  };
35615
35665
  protoOf(RoundStartedAction).u3y = function () {
35616
35666
  return this.gameHistory;
35617
35667
  };
35618
- protoOf(RoundStartedAction).i43 = function () {
35668
+ protoOf(RoundStartedAction).j43 = function () {
35619
35669
  return mapToDto_16(this.roomMode);
35620
35670
  };
35621
35671
  protoOf(RoundStartedAction).toString = function () {
@@ -35678,7 +35728,7 @@
35678
35728
  protoOf(RoundStartedAction).k2g = function () {
35679
35729
  return this.gameHistory;
35680
35730
  };
35681
- protoOf(RoundStartedAction).j43 = function (id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory) {
35731
+ protoOf(RoundStartedAction).k43 = function (id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory) {
35682
35732
  return new RoundStartedAction(id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory);
35683
35733
  };
35684
35734
  protoOf(RoundStartedAction).copy = function (id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory, $super) {
@@ -35690,7 +35740,7 @@
35690
35740
  gameNumber = gameNumber === VOID ? this.gameNumber : gameNumber;
35691
35741
  roomMode = roomMode === VOID ? this.roomMode : roomMode;
35692
35742
  gameHistory = gameHistory === VOID ? this.gameHistory : gameHistory;
35693
- return $super === VOID ? this.j43(id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory) : $super.j43.call(this, id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory);
35743
+ return $super === VOID ? this.k43(id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory) : $super.k43.call(this, id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory);
35694
35744
  };
35695
35745
  function RoundEndedAction(id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory) {
35696
35746
  GameAction.call(this);
@@ -35712,25 +35762,25 @@
35712
35762
  protoOf(RoundEndedAction).x15 = function () {
35713
35763
  return this.gameId;
35714
35764
  };
35715
- protoOf(RoundEndedAction).e41 = function () {
35765
+ protoOf(RoundEndedAction).f41 = function () {
35716
35766
  return this.roundNumber;
35717
35767
  };
35718
- protoOf(RoundEndedAction).k43 = function () {
35768
+ protoOf(RoundEndedAction).l43 = function () {
35719
35769
  return this.earnedBiggestPointPlayerId;
35720
35770
  };
35721
- protoOf(RoundEndedAction).l43 = function () {
35771
+ protoOf(RoundEndedAction).m43 = function () {
35722
35772
  return this.gameLosers;
35723
35773
  };
35724
- protoOf(RoundEndedAction).i41 = function () {
35774
+ protoOf(RoundEndedAction).j41 = function () {
35725
35775
  return this.gameWinners;
35726
35776
  };
35727
- protoOf(RoundEndedAction).m43 = function () {
35777
+ protoOf(RoundEndedAction).n43 = function () {
35728
35778
  return this.leftPermanentlyPlayers;
35729
35779
  };
35730
- protoOf(RoundEndedAction).n43 = function () {
35780
+ protoOf(RoundEndedAction).o43 = function () {
35731
35781
  return this.playersGameAnalytics;
35732
35782
  };
35733
- protoOf(RoundEndedAction).o43 = function () {
35783
+ protoOf(RoundEndedAction).p43 = function () {
35734
35784
  return this.playersRoundAnalytics;
35735
35785
  };
35736
35786
  protoOf(RoundEndedAction).b2p = function () {
@@ -35974,7 +36024,7 @@
35974
36024
  protoOf(RoundEndedAction).n2g = function () {
35975
36025
  return this.gameHistory;
35976
36026
  };
35977
- protoOf(RoundEndedAction).p43 = function (id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory) {
36027
+ protoOf(RoundEndedAction).q43 = function (id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory) {
35978
36028
  return new RoundEndedAction(id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory);
35979
36029
  };
35980
36030
  protoOf(RoundEndedAction).copy = function (id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory, $super) {
@@ -35989,7 +36039,7 @@
35989
36039
  playersRoundAnalytics = playersRoundAnalytics === VOID ? this.playersRoundAnalytics : playersRoundAnalytics;
35990
36040
  achievements = achievements === VOID ? this.achievements : achievements;
35991
36041
  gameHistory = gameHistory === VOID ? this.gameHistory : gameHistory;
35992
- return $super === VOID ? this.p43(id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory) : $super.p43.call(this, id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory);
36042
+ return $super === VOID ? this.q43(id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory) : $super.q43.call(this, id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory);
35993
36043
  };
35994
36044
  function PartyRestartedAction(id, roundNumber) {
35995
36045
  this.id = id;
@@ -35998,7 +36048,7 @@
35998
36048
  protoOf(PartyRestartedAction).t15 = function () {
35999
36049
  return this.id;
36000
36050
  };
36001
- protoOf(PartyRestartedAction).g43 = function () {
36051
+ protoOf(PartyRestartedAction).h43 = function () {
36002
36052
  return this.partyNumber;
36003
36053
  };
36004
36054
  protoOf(PartyRestartedAction).pc = function () {
@@ -36040,13 +36090,13 @@
36040
36090
  this.originalRoomMode = originalRoomMode;
36041
36091
  this.y2f_1 = previousPlayers;
36042
36092
  }
36043
- protoOf(RevengeRoomTransition).s43 = function () {
36093
+ protoOf(RevengeRoomTransition).t43 = function () {
36044
36094
  return this.originalRoomMode;
36045
36095
  };
36046
- protoOf(RevengeRoomTransition).q43 = function () {
36096
+ protoOf(RevengeRoomTransition).r43 = function () {
36047
36097
  return this.y2f_1;
36048
36098
  };
36049
- protoOf(RevengeRoomTransition).r43 = function () {
36099
+ protoOf(RevengeRoomTransition).s43 = function () {
36050
36100
  // Inline function 'kotlin.emptyArray' call
36051
36101
  return [];
36052
36102
  };
@@ -36056,13 +36106,13 @@
36056
36106
  protoOf(RevengeRoomTransition).qc = function () {
36057
36107
  return this.y2f_1;
36058
36108
  };
36059
- protoOf(RevengeRoomTransition).t43 = function (originalRoomMode, previousPlayers) {
36109
+ protoOf(RevengeRoomTransition).u43 = function (originalRoomMode, previousPlayers) {
36060
36110
  return new RevengeRoomTransition(originalRoomMode, previousPlayers);
36061
36111
  };
36062
36112
  protoOf(RevengeRoomTransition).copy = function (originalRoomMode, previousPlayers, $super) {
36063
36113
  originalRoomMode = originalRoomMode === VOID ? this.originalRoomMode : originalRoomMode;
36064
36114
  previousPlayers = previousPlayers === VOID ? this.y2f_1 : previousPlayers;
36065
- return $super === VOID ? this.t43(originalRoomMode, previousPlayers) : $super.t43.call(this, originalRoomMode, previousPlayers);
36115
+ return $super === VOID ? this.u43(originalRoomMode, previousPlayers) : $super.u43.call(this, originalRoomMode, previousPlayers);
36066
36116
  };
36067
36117
  protoOf(RevengeRoomTransition).toString = function () {
36068
36118
  return 'RevengeRoomTransition(originalRoomMode=' + this.originalRoomMode.toString() + ', previousPlayers=' + toString_0(this.y2f_1) + ')';
@@ -36094,13 +36144,13 @@
36094
36144
  protoOf(GameToRoomTransition).z1r = function () {
36095
36145
  return this.playerIds;
36096
36146
  };
36097
- protoOf(GameToRoomTransition).q43 = function () {
36147
+ protoOf(GameToRoomTransition).r43 = function () {
36098
36148
  return this.y3l_1;
36099
36149
  };
36100
36150
  protoOf(GameToRoomTransition).v40 = function () {
36101
36151
  return true;
36102
36152
  };
36103
- protoOf(GameToRoomTransition).r43 = function () {
36153
+ protoOf(GameToRoomTransition).s43 = function () {
36104
36154
  // Inline function 'kotlin.collections.toTypedArray' call
36105
36155
  var this_0 = this.playerIds;
36106
36156
  return copyToArray(this_0);
@@ -36114,14 +36164,14 @@
36114
36164
  protoOf(GameToRoomTransition).lh = function () {
36115
36165
  return this.y3l_1;
36116
36166
  };
36117
- protoOf(GameToRoomTransition).u43 = function (roomId, playerIds, previousPlayers) {
36167
+ protoOf(GameToRoomTransition).v43 = function (roomId, playerIds, previousPlayers) {
36118
36168
  return new GameToRoomTransition(roomId, playerIds, previousPlayers);
36119
36169
  };
36120
36170
  protoOf(GameToRoomTransition).copy = function (roomId, playerIds, previousPlayers, $super) {
36121
36171
  roomId = roomId === VOID ? this.roomId : roomId;
36122
36172
  playerIds = playerIds === VOID ? this.playerIds : playerIds;
36123
36173
  previousPlayers = previousPlayers === VOID ? this.y3l_1 : previousPlayers;
36124
- return $super === VOID ? this.u43(roomId, playerIds, previousPlayers) : $super.u43.call(this, roomId, playerIds, previousPlayers);
36174
+ return $super === VOID ? this.v43(roomId, playerIds, previousPlayers) : $super.v43.call(this, roomId, playerIds, previousPlayers);
36125
36175
  };
36126
36176
  protoOf(GameToRoomTransition).toString = function () {
36127
36177
  return 'GameToRoomTransition(roomId=' + this.roomId + ', playerIds=' + toString(this.playerIds) + ', previousPlayers=' + toString(this.y3l_1) + ')';
@@ -36154,38 +36204,38 @@
36154
36204
  function StartGameMechanicAction(config, roomId, version, gameCreatorPlayerId, users, aid, spectators) {
36155
36205
  aid = aid === VOID ? null : aid;
36156
36206
  MechanicAction.call(this);
36157
- this.x43_1 = config;
36158
- this.y43_1 = roomId;
36159
- this.z43_1 = version;
36160
- this.a44_1 = gameCreatorPlayerId;
36161
- this.b44_1 = users;
36162
- this.c44_1 = aid;
36207
+ this.y43_1 = config;
36208
+ this.z43_1 = roomId;
36209
+ this.a44_1 = version;
36210
+ this.b44_1 = gameCreatorPlayerId;
36211
+ this.c44_1 = users;
36212
+ this.d44_1 = aid;
36163
36213
  this.spectators = spectators;
36164
36214
  }
36165
36215
  protoOf(StartGameMechanicAction).f2r = function () {
36166
- return this.x43_1;
36167
- };
36168
- protoOf(StartGameMechanicAction).t15 = function () {
36169
36216
  return this.y43_1;
36170
36217
  };
36171
- protoOf(StartGameMechanicAction).u16 = function () {
36218
+ protoOf(StartGameMechanicAction).t15 = function () {
36172
36219
  return this.z43_1;
36173
36220
  };
36174
- protoOf(StartGameMechanicAction).v43 = function () {
36221
+ protoOf(StartGameMechanicAction).u16 = function () {
36175
36222
  return this.a44_1;
36176
36223
  };
36177
- protoOf(StartGameMechanicAction).z3y = function () {
36224
+ protoOf(StartGameMechanicAction).w43 = function () {
36178
36225
  return this.b44_1;
36179
36226
  };
36180
- protoOf(StartGameMechanicAction).u42 = function () {
36227
+ protoOf(StartGameMechanicAction).z3y = function () {
36181
36228
  return this.c44_1;
36182
36229
  };
36230
+ protoOf(StartGameMechanicAction).v42 = function () {
36231
+ return this.d44_1;
36232
+ };
36183
36233
  protoOf(StartGameMechanicAction).o3y = function () {
36184
36234
  return this.spectators;
36185
36235
  };
36186
- protoOf(StartGameMechanicAction).w43 = function () {
36236
+ protoOf(StartGameMechanicAction).x43 = function () {
36187
36237
  // Inline function 'kotlin.collections.map' call
36188
- var this_0 = this.b44_1;
36238
+ var this_0 = this.c44_1;
36189
36239
  // Inline function 'kotlin.collections.mapTo' call
36190
36240
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
36191
36241
  var _iterator__ex2g4s = this_0.t();
@@ -36198,49 +36248,49 @@
36198
36248
  return copyToArray(destination);
36199
36249
  };
36200
36250
  protoOf(StartGameMechanicAction).pc = function () {
36201
- return this.x43_1;
36251
+ return this.y43_1;
36202
36252
  };
36203
36253
  protoOf(StartGameMechanicAction).qc = function () {
36204
- return this.y43_1;
36254
+ return this.z43_1;
36205
36255
  };
36206
36256
  protoOf(StartGameMechanicAction).lh = function () {
36207
- return this.z43_1;
36257
+ return this.a44_1;
36208
36258
  };
36209
36259
  protoOf(StartGameMechanicAction).e16 = function () {
36210
- return this.a44_1;
36260
+ return this.b44_1;
36211
36261
  };
36212
36262
  protoOf(StartGameMechanicAction).d1p = function () {
36213
- return this.b44_1;
36263
+ return this.c44_1;
36214
36264
  };
36215
36265
  protoOf(StartGameMechanicAction).d1q = function () {
36216
- return this.c44_1;
36266
+ return this.d44_1;
36217
36267
  };
36218
36268
  protoOf(StartGameMechanicAction).e1q = function () {
36219
36269
  return this.spectators;
36220
36270
  };
36221
- protoOf(StartGameMechanicAction).d44 = function (config, roomId, version, gameCreatorPlayerId, users, aid, spectators) {
36271
+ protoOf(StartGameMechanicAction).e44 = function (config, roomId, version, gameCreatorPlayerId, users, aid, spectators) {
36222
36272
  return new StartGameMechanicAction(config, roomId, version, gameCreatorPlayerId, users, aid, spectators);
36223
36273
  };
36224
36274
  protoOf(StartGameMechanicAction).copy = function (config, roomId, version, gameCreatorPlayerId, users, aid, spectators, $super) {
36225
- config = config === VOID ? this.x43_1 : config;
36226
- roomId = roomId === VOID ? this.y43_1 : roomId;
36227
- version = version === VOID ? this.z43_1 : version;
36228
- gameCreatorPlayerId = gameCreatorPlayerId === VOID ? this.a44_1 : gameCreatorPlayerId;
36229
- users = users === VOID ? this.b44_1 : users;
36230
- aid = aid === VOID ? this.c44_1 : aid;
36275
+ config = config === VOID ? this.y43_1 : config;
36276
+ roomId = roomId === VOID ? this.z43_1 : roomId;
36277
+ version = version === VOID ? this.a44_1 : version;
36278
+ gameCreatorPlayerId = gameCreatorPlayerId === VOID ? this.b44_1 : gameCreatorPlayerId;
36279
+ users = users === VOID ? this.c44_1 : users;
36280
+ aid = aid === VOID ? this.d44_1 : aid;
36231
36281
  spectators = spectators === VOID ? this.spectators : spectators;
36232
- return $super === VOID ? this.d44(config, roomId, version, gameCreatorPlayerId, users, aid, spectators) : $super.d44.call(this, config, roomId, version, gameCreatorPlayerId, users, aid, spectators);
36282
+ return $super === VOID ? this.e44(config, roomId, version, gameCreatorPlayerId, users, aid, spectators) : $super.e44.call(this, config, roomId, version, gameCreatorPlayerId, users, aid, spectators);
36233
36283
  };
36234
36284
  protoOf(StartGameMechanicAction).toString = function () {
36235
- return 'StartGameMechanicAction(config=' + this.x43_1.toString() + ', roomId=' + this.y43_1 + ', version=' + this.z43_1 + ', gameCreatorPlayerId=' + this.a44_1 + ', users=' + toString(this.b44_1) + ', aid=' + this.c44_1 + ', spectators=' + toString(this.spectators) + ')';
36285
+ return 'StartGameMechanicAction(config=' + this.y43_1.toString() + ', roomId=' + this.z43_1 + ', version=' + this.a44_1 + ', gameCreatorPlayerId=' + this.b44_1 + ', users=' + toString(this.c44_1) + ', aid=' + this.d44_1 + ', spectators=' + toString(this.spectators) + ')';
36236
36286
  };
36237
36287
  protoOf(StartGameMechanicAction).hashCode = function () {
36238
- var result = this.x43_1.hashCode();
36239
- result = imul(result, 31) + getStringHashCode(this.y43_1) | 0;
36288
+ var result = this.y43_1.hashCode();
36240
36289
  result = imul(result, 31) + getStringHashCode(this.z43_1) | 0;
36241
36290
  result = imul(result, 31) + getStringHashCode(this.a44_1) | 0;
36242
- result = imul(result, 31) + hashCode(this.b44_1) | 0;
36243
- result = imul(result, 31) + (this.c44_1 == null ? 0 : getStringHashCode(this.c44_1)) | 0;
36291
+ result = imul(result, 31) + getStringHashCode(this.b44_1) | 0;
36292
+ result = imul(result, 31) + hashCode(this.c44_1) | 0;
36293
+ result = imul(result, 31) + (this.d44_1 == null ? 0 : getStringHashCode(this.d44_1)) | 0;
36244
36294
  result = imul(result, 31) + hashCode(this.spectators) | 0;
36245
36295
  return result;
36246
36296
  };
@@ -36249,17 +36299,17 @@
36249
36299
  return true;
36250
36300
  if (!(other instanceof StartGameMechanicAction))
36251
36301
  return false;
36252
- if (!this.x43_1.equals(other.x43_1))
36253
- return false;
36254
- if (!(this.y43_1 === other.y43_1))
36302
+ if (!this.y43_1.equals(other.y43_1))
36255
36303
  return false;
36256
36304
  if (!(this.z43_1 === other.z43_1))
36257
36305
  return false;
36258
36306
  if (!(this.a44_1 === other.a44_1))
36259
36307
  return false;
36260
- if (!equals(this.b44_1, other.b44_1))
36308
+ if (!(this.b44_1 === other.b44_1))
36309
+ return false;
36310
+ if (!equals(this.c44_1, other.c44_1))
36261
36311
  return false;
36262
- if (!(this.c44_1 == other.c44_1))
36312
+ if (!(this.d44_1 == other.d44_1))
36263
36313
  return false;
36264
36314
  if (!equals(this.spectators, other.spectators))
36265
36315
  return false;
@@ -36270,16 +36320,16 @@
36270
36320
  MechanicAction.call(this);
36271
36321
  this.previousGameId = previousGameId;
36272
36322
  this.gameId = gameId;
36273
- this.e44_1 = aid;
36323
+ this.f44_1 = aid;
36274
36324
  }
36275
- protoOf(StartNewGameMechanicAction).f44 = function () {
36325
+ protoOf(StartNewGameMechanicAction).g44 = function () {
36276
36326
  return this.previousGameId;
36277
36327
  };
36278
36328
  protoOf(StartNewGameMechanicAction).x15 = function () {
36279
36329
  return this.gameId;
36280
36330
  };
36281
- protoOf(StartNewGameMechanicAction).u42 = function () {
36282
- return this.e44_1;
36331
+ protoOf(StartNewGameMechanicAction).v42 = function () {
36332
+ return this.f44_1;
36283
36333
  };
36284
36334
  protoOf(StartNewGameMechanicAction).pc = function () {
36285
36335
  return this.previousGameId;
@@ -36288,24 +36338,24 @@
36288
36338
  return this.gameId;
36289
36339
  };
36290
36340
  protoOf(StartNewGameMechanicAction).lh = function () {
36291
- return this.e44_1;
36341
+ return this.f44_1;
36292
36342
  };
36293
- protoOf(StartNewGameMechanicAction).g44 = function (previousGameId, gameId, aid) {
36343
+ protoOf(StartNewGameMechanicAction).h44 = function (previousGameId, gameId, aid) {
36294
36344
  return new StartNewGameMechanicAction(previousGameId, gameId, aid);
36295
36345
  };
36296
36346
  protoOf(StartNewGameMechanicAction).copy = function (previousGameId, gameId, aid, $super) {
36297
36347
  previousGameId = previousGameId === VOID ? this.previousGameId : previousGameId;
36298
36348
  gameId = gameId === VOID ? this.gameId : gameId;
36299
- aid = aid === VOID ? this.e44_1 : aid;
36300
- return $super === VOID ? this.g44(previousGameId, gameId, aid) : $super.g44.call(this, previousGameId, gameId, aid);
36349
+ aid = aid === VOID ? this.f44_1 : aid;
36350
+ return $super === VOID ? this.h44(previousGameId, gameId, aid) : $super.h44.call(this, previousGameId, gameId, aid);
36301
36351
  };
36302
36352
  protoOf(StartNewGameMechanicAction).toString = function () {
36303
- return 'StartNewGameMechanicAction(previousGameId=' + this.previousGameId + ', gameId=' + this.gameId + ', aid=' + this.e44_1 + ')';
36353
+ return 'StartNewGameMechanicAction(previousGameId=' + this.previousGameId + ', gameId=' + this.gameId + ', aid=' + this.f44_1 + ')';
36304
36354
  };
36305
36355
  protoOf(StartNewGameMechanicAction).hashCode = function () {
36306
36356
  var result = getStringHashCode(this.previousGameId);
36307
36357
  result = imul(result, 31) + getStringHashCode(this.gameId) | 0;
36308
- result = imul(result, 31) + (this.e44_1 == null ? 0 : getStringHashCode(this.e44_1)) | 0;
36358
+ result = imul(result, 31) + (this.f44_1 == null ? 0 : getStringHashCode(this.f44_1)) | 0;
36309
36359
  return result;
36310
36360
  };
36311
36361
  protoOf(StartNewGameMechanicAction).equals = function (other) {
@@ -36317,7 +36367,7 @@
36317
36367
  return false;
36318
36368
  if (!(this.gameId === other.gameId))
36319
36369
  return false;
36320
- if (!(this.e44_1 == other.e44_1))
36370
+ if (!(this.f44_1 == other.f44_1))
36321
36371
  return false;
36322
36372
  return true;
36323
36373
  };
@@ -36328,7 +36378,7 @@
36328
36378
  this.table = table;
36329
36379
  this.reason = reason;
36330
36380
  this.payload = payload;
36331
- this.h44_1 = aid;
36381
+ this.i44_1 = aid;
36332
36382
  }
36333
36383
  protoOf(ContinueGameMechanicAction).d2f = function () {
36334
36384
  return this.table;
@@ -36339,8 +36389,8 @@
36339
36389
  protoOf(ContinueGameMechanicAction).c1q = function () {
36340
36390
  return this.payload;
36341
36391
  };
36342
- protoOf(ContinueGameMechanicAction).u42 = function () {
36343
- return this.h44_1;
36392
+ protoOf(ContinueGameMechanicAction).v42 = function () {
36393
+ return this.i44_1;
36344
36394
  };
36345
36395
  protoOf(ContinueGameMechanicAction).t15 = function () {
36346
36396
  return this.table.id;
@@ -36358,7 +36408,7 @@
36358
36408
  }
36359
36409
  return destination;
36360
36410
  };
36361
- protoOf(ContinueGameMechanicAction).w43 = function () {
36411
+ protoOf(ContinueGameMechanicAction).x43 = function () {
36362
36412
  // Inline function 'kotlin.collections.map' call
36363
36413
  var this_0 = this.users;
36364
36414
  // Inline function 'kotlin.collections.mapTo' call
@@ -36372,7 +36422,7 @@
36372
36422
  // Inline function 'kotlin.collections.toTypedArray' call
36373
36423
  return copyToArray(destination);
36374
36424
  };
36375
- protoOf(ContinueGameMechanicAction).v43 = function () {
36425
+ protoOf(ContinueGameMechanicAction).w43 = function () {
36376
36426
  return getGameCreator(this.table.players).playerId;
36377
36427
  };
36378
36428
  protoOf(ContinueGameMechanicAction).u16 = function () {
@@ -36382,7 +36432,7 @@
36382
36432
  return this.table.config;
36383
36433
  };
36384
36434
  protoOf(ContinueGameMechanicAction).toString = function () {
36385
- return 'ContinueGameMechanicAction(reason = ' + toString(this.reason) + ', aid = ' + this.h44_1 + ')';
36435
+ return 'ContinueGameMechanicAction(reason = ' + toString(this.reason) + ', aid = ' + this.i44_1 + ')';
36386
36436
  };
36387
36437
  protoOf(ContinueGameMechanicAction).pc = function () {
36388
36438
  return this.table;
@@ -36394,23 +36444,23 @@
36394
36444
  return this.payload;
36395
36445
  };
36396
36446
  protoOf(ContinueGameMechanicAction).e16 = function () {
36397
- return this.h44_1;
36447
+ return this.i44_1;
36398
36448
  };
36399
- protoOf(ContinueGameMechanicAction).i44 = function (table, reason, payload, aid) {
36449
+ protoOf(ContinueGameMechanicAction).j44 = function (table, reason, payload, aid) {
36400
36450
  return new ContinueGameMechanicAction(table, reason, payload, aid);
36401
36451
  };
36402
36452
  protoOf(ContinueGameMechanicAction).copy = function (table, reason, payload, aid, $super) {
36403
36453
  table = table === VOID ? this.table : table;
36404
36454
  reason = reason === VOID ? this.reason : reason;
36405
36455
  payload = payload === VOID ? this.payload : payload;
36406
- aid = aid === VOID ? this.h44_1 : aid;
36407
- return $super === VOID ? this.i44(table, reason, payload, aid) : $super.i44.call(this, table, reason, payload, aid);
36456
+ aid = aid === VOID ? this.i44_1 : aid;
36457
+ return $super === VOID ? this.j44(table, reason, payload, aid) : $super.j44.call(this, table, reason, payload, aid);
36408
36458
  };
36409
36459
  protoOf(ContinueGameMechanicAction).hashCode = function () {
36410
36460
  var result = this.table.hashCode();
36411
36461
  result = imul(result, 31) + hashCode(this.reason) | 0;
36412
36462
  result = imul(result, 31) + (this.payload == null ? 0 : hashCode(this.payload)) | 0;
36413
- result = imul(result, 31) + (this.h44_1 == null ? 0 : getStringHashCode(this.h44_1)) | 0;
36463
+ result = imul(result, 31) + (this.i44_1 == null ? 0 : getStringHashCode(this.i44_1)) | 0;
36414
36464
  return result;
36415
36465
  };
36416
36466
  protoOf(ContinueGameMechanicAction).equals = function (other) {
@@ -36424,13 +36474,13 @@
36424
36474
  return false;
36425
36475
  if (!equals(this.payload, other.payload))
36426
36476
  return false;
36427
- if (!(this.h44_1 == other.h44_1))
36477
+ if (!(this.i44_1 == other.i44_1))
36428
36478
  return false;
36429
36479
  return true;
36430
36480
  };
36431
36481
  function Companion_161() {
36432
36482
  }
36433
- protoOf(Companion_161).j44 = function (reason, isGameFinished, table, transition) {
36483
+ protoOf(Companion_161).k44 = function (reason, isGameFinished, table, transition) {
36434
36484
  var tmp4_sessionAnalytics = table == null ? null : mapGameSessionAnalytics(table);
36435
36485
  var tmp5_gameHistory = table == null ? null : table.gameHistory;
36436
36486
  var tmp;
@@ -36438,14 +36488,14 @@
36438
36488
  tmp = true;
36439
36489
  } else {
36440
36490
  var tmp3_safe_receiver = table == null ? null : table.sceneInfo;
36441
- tmp = (tmp3_safe_receiver == null ? null : tmp3_safe_receiver.f42()) === true;
36491
+ tmp = (tmp3_safe_receiver == null ? null : tmp3_safe_receiver.g42()) === true;
36442
36492
  }
36443
36493
  var tmp6_isRoundHistorySaved = tmp;
36444
36494
  return new FinishingGameMechanicAction(reason, isGameFinished, transition, tmp4_sessionAnalytics, tmp5_gameHistory, tmp6_isRoundHistorySaved);
36445
36495
  };
36446
36496
  protoOf(Companion_161).fromTableWithAnalytics = function (reason, isGameFinished, table, transition, $super) {
36447
36497
  transition = transition === VOID ? null : transition;
36448
- return $super === VOID ? this.j44(reason, isGameFinished, table, transition) : $super.j44.call(this, reason, isGameFinished, table, transition);
36498
+ return $super === VOID ? this.k44(reason, isGameFinished, table, transition) : $super.k44.call(this, reason, isGameFinished, table, transition);
36449
36499
  };
36450
36500
  protoOf(Companion_161).fromTable = function (table) {
36451
36501
  var tmp2_reason = ProcessingReason_getInstance();
@@ -36463,37 +36513,37 @@
36463
36513
  isRoundHistorySaved = isRoundHistorySaved === VOID ? true : isRoundHistorySaved;
36464
36514
  aid = aid === VOID ? null : aid;
36465
36515
  MechanicAction.call(this);
36466
- this.k44_1 = reason;
36467
- this.l44_1 = isGameFinished;
36468
- this.m44_1 = transition;
36516
+ this.l44_1 = reason;
36517
+ this.m44_1 = isGameFinished;
36518
+ this.n44_1 = transition;
36469
36519
  this.sessionAnalytics = sessionAnalytics;
36470
36520
  this.gameHistory = gameHistory;
36471
36521
  this.isRoundHistorySaved = isRoundHistorySaved;
36472
- this.n44_1 = aid;
36522
+ this.o44_1 = aid;
36473
36523
  }
36474
36524
  protoOf(FinishingGameMechanicAction).r1p = function () {
36475
- return this.k44_1;
36476
- };
36477
- protoOf(FinishingGameMechanicAction).d3z = function () {
36478
36525
  return this.l44_1;
36479
36526
  };
36480
- protoOf(FinishingGameMechanicAction).r42 = function () {
36527
+ protoOf(FinishingGameMechanicAction).d3z = function () {
36481
36528
  return this.m44_1;
36482
36529
  };
36483
- protoOf(FinishingGameMechanicAction).o44 = function () {
36530
+ protoOf(FinishingGameMechanicAction).s42 = function () {
36531
+ return this.n44_1;
36532
+ };
36533
+ protoOf(FinishingGameMechanicAction).p44 = function () {
36484
36534
  return this.sessionAnalytics;
36485
36535
  };
36486
36536
  protoOf(FinishingGameMechanicAction).u3y = function () {
36487
36537
  return this.gameHistory;
36488
36538
  };
36489
- protoOf(FinishingGameMechanicAction).p44 = function () {
36539
+ protoOf(FinishingGameMechanicAction).q44 = function () {
36490
36540
  return this.isRoundHistorySaved;
36491
36541
  };
36492
- protoOf(FinishingGameMechanicAction).u42 = function () {
36493
- return this.n44_1;
36542
+ protoOf(FinishingGameMechanicAction).v42 = function () {
36543
+ return this.o44_1;
36494
36544
  };
36495
36545
  protoOf(FinishingGameMechanicAction).toString = function () {
36496
- var tmp = 'reason=' + toString(this.k44_1);
36546
+ var tmp = 'reason=' + toString(this.l44_1);
36497
36547
  // Inline function 'kotlin.takeIf' call
36498
36548
  var this_0 = 'sessionAnalytics=' + toString_0(this.sessionAnalytics);
36499
36549
  var tmp_0;
@@ -36504,9 +36554,9 @@
36504
36554
  }
36505
36555
  var tmp_1 = tmp_0;
36506
36556
  // Inline function 'kotlin.takeIf' call
36507
- var this_1 = 'isGameFinished=' + this.l44_1;
36557
+ var this_1 = 'isGameFinished=' + this.m44_1;
36508
36558
  var tmp_2;
36509
- if (this.l44_1) {
36559
+ if (this.m44_1) {
36510
36560
  tmp_2 = this_1;
36511
36561
  } else {
36512
36562
  tmp_2 = null;
@@ -36522,18 +36572,18 @@
36522
36572
  }
36523
36573
  var tmp_5 = tmp_4;
36524
36574
  // Inline function 'kotlin.takeIf' call
36525
- var this_3 = 'transition=' + toString_0(this.m44_1);
36575
+ var this_3 = 'transition=' + toString_0(this.n44_1);
36526
36576
  var tmp_6;
36527
- if (!(this.m44_1 == null)) {
36577
+ if (!(this.n44_1 == null)) {
36528
36578
  tmp_6 = this_3;
36529
36579
  } else {
36530
36580
  tmp_6 = null;
36531
36581
  }
36532
36582
  var tmp_7 = tmp_6;
36533
36583
  // Inline function 'kotlin.takeIf' call
36534
- var this_4 = 'aid=' + this.n44_1;
36584
+ var this_4 = 'aid=' + this.o44_1;
36535
36585
  var tmp_8;
36536
- if (!(this.n44_1 == null)) {
36586
+ if (!(this.o44_1 == null)) {
36537
36587
  tmp_8 = this_4;
36538
36588
  } else {
36539
36589
  tmp_8 = null;
@@ -36542,13 +36592,13 @@
36542
36592
  return 'FinishingGameMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp_5, tmp_7, tmp$ret$9])) + ')';
36543
36593
  };
36544
36594
  protoOf(FinishingGameMechanicAction).pc = function () {
36545
- return this.k44_1;
36595
+ return this.l44_1;
36546
36596
  };
36547
36597
  protoOf(FinishingGameMechanicAction).qc = function () {
36548
- return this.l44_1;
36598
+ return this.m44_1;
36549
36599
  };
36550
36600
  protoOf(FinishingGameMechanicAction).lh = function () {
36551
- return this.m44_1;
36601
+ return this.n44_1;
36552
36602
  };
36553
36603
  protoOf(FinishingGameMechanicAction).e16 = function () {
36554
36604
  return this.sessionAnalytics;
@@ -36560,29 +36610,29 @@
36560
36610
  return this.isRoundHistorySaved;
36561
36611
  };
36562
36612
  protoOf(FinishingGameMechanicAction).e1q = function () {
36563
- return this.n44_1;
36613
+ return this.o44_1;
36564
36614
  };
36565
- protoOf(FinishingGameMechanicAction).q44 = function (reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid) {
36615
+ protoOf(FinishingGameMechanicAction).r44 = function (reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid) {
36566
36616
  return new FinishingGameMechanicAction(reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid);
36567
36617
  };
36568
36618
  protoOf(FinishingGameMechanicAction).copy = function (reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid, $super) {
36569
- reason = reason === VOID ? this.k44_1 : reason;
36570
- isGameFinished = isGameFinished === VOID ? this.l44_1 : isGameFinished;
36571
- transition = transition === VOID ? this.m44_1 : transition;
36619
+ reason = reason === VOID ? this.l44_1 : reason;
36620
+ isGameFinished = isGameFinished === VOID ? this.m44_1 : isGameFinished;
36621
+ transition = transition === VOID ? this.n44_1 : transition;
36572
36622
  sessionAnalytics = sessionAnalytics === VOID ? this.sessionAnalytics : sessionAnalytics;
36573
36623
  gameHistory = gameHistory === VOID ? this.gameHistory : gameHistory;
36574
36624
  isRoundHistorySaved = isRoundHistorySaved === VOID ? this.isRoundHistorySaved : isRoundHistorySaved;
36575
- aid = aid === VOID ? this.n44_1 : aid;
36576
- return $super === VOID ? this.q44(reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid) : $super.q44.call(this, reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid);
36625
+ aid = aid === VOID ? this.o44_1 : aid;
36626
+ return $super === VOID ? this.r44(reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid) : $super.r44.call(this, reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid);
36577
36627
  };
36578
36628
  protoOf(FinishingGameMechanicAction).hashCode = function () {
36579
- var result = hashCode(this.k44_1);
36580
- result = imul(result, 31) + getBooleanHashCode(this.l44_1) | 0;
36581
- result = imul(result, 31) + (this.m44_1 == null ? 0 : hashCode(this.m44_1)) | 0;
36629
+ var result = hashCode(this.l44_1);
36630
+ result = imul(result, 31) + getBooleanHashCode(this.m44_1) | 0;
36631
+ result = imul(result, 31) + (this.n44_1 == null ? 0 : hashCode(this.n44_1)) | 0;
36582
36632
  result = imul(result, 31) + (this.sessionAnalytics == null ? 0 : this.sessionAnalytics.hashCode()) | 0;
36583
36633
  result = imul(result, 31) + (this.gameHistory == null ? 0 : this.gameHistory.hashCode()) | 0;
36584
36634
  result = imul(result, 31) + getBooleanHashCode(this.isRoundHistorySaved) | 0;
36585
- result = imul(result, 31) + (this.n44_1 == null ? 0 : getStringHashCode(this.n44_1)) | 0;
36635
+ result = imul(result, 31) + (this.o44_1 == null ? 0 : getStringHashCode(this.o44_1)) | 0;
36586
36636
  return result;
36587
36637
  };
36588
36638
  protoOf(FinishingGameMechanicAction).equals = function (other) {
@@ -36590,11 +36640,11 @@
36590
36640
  return true;
36591
36641
  if (!(other instanceof FinishingGameMechanicAction))
36592
36642
  return false;
36593
- if (!equals(this.k44_1, other.k44_1))
36643
+ if (!equals(this.l44_1, other.l44_1))
36594
36644
  return false;
36595
- if (!(this.l44_1 === other.l44_1))
36645
+ if (!(this.m44_1 === other.m44_1))
36596
36646
  return false;
36597
- if (!equals(this.m44_1, other.m44_1))
36647
+ if (!equals(this.n44_1, other.n44_1))
36598
36648
  return false;
36599
36649
  if (!equals(this.sessionAnalytics, other.sessionAnalytics))
36600
36650
  return false;
@@ -36602,7 +36652,7 @@
36602
36652
  return false;
36603
36653
  if (!(this.isRoundHistorySaved === other.isRoundHistorySaved))
36604
36654
  return false;
36605
- if (!(this.n44_1 == other.n44_1))
36655
+ if (!(this.o44_1 == other.o44_1))
36606
36656
  return false;
36607
36657
  return true;
36608
36658
  };
@@ -36610,47 +36660,47 @@
36610
36660
  aid = aid === VOID ? null : aid;
36611
36661
  transition = transition === VOID ? null : transition;
36612
36662
  MechanicAction.call(this);
36613
- this.r44_1 = reason;
36614
- this.s44_1 = isGameFinished;
36615
- this.t44_1 = aid;
36616
- this.u44_1 = transition;
36663
+ this.s44_1 = reason;
36664
+ this.t44_1 = isGameFinished;
36665
+ this.u44_1 = aid;
36666
+ this.v44_1 = transition;
36617
36667
  }
36618
36668
  protoOf(FinishGameMechanicAction).r1p = function () {
36619
- return this.r44_1;
36620
- };
36621
- protoOf(FinishGameMechanicAction).d3z = function () {
36622
36669
  return this.s44_1;
36623
36670
  };
36624
- protoOf(FinishGameMechanicAction).u42 = function () {
36671
+ protoOf(FinishGameMechanicAction).d3z = function () {
36625
36672
  return this.t44_1;
36626
36673
  };
36627
- protoOf(FinishGameMechanicAction).r42 = function () {
36674
+ protoOf(FinishGameMechanicAction).v42 = function () {
36628
36675
  return this.u44_1;
36629
36676
  };
36677
+ protoOf(FinishGameMechanicAction).s42 = function () {
36678
+ return this.v44_1;
36679
+ };
36630
36680
  protoOf(FinishGameMechanicAction).toString = function () {
36631
- var tmp = 'reason=' + toString(this.r44_1);
36681
+ var tmp = 'reason=' + toString(this.s44_1);
36632
36682
  // Inline function 'kotlin.takeIf' call
36633
- var this_0 = 'isGameFinished=' + this.s44_1;
36683
+ var this_0 = 'isGameFinished=' + this.t44_1;
36634
36684
  var tmp_0;
36635
- if (this.s44_1) {
36685
+ if (this.t44_1) {
36636
36686
  tmp_0 = this_0;
36637
36687
  } else {
36638
36688
  tmp_0 = null;
36639
36689
  }
36640
36690
  var tmp_1 = tmp_0;
36641
36691
  // Inline function 'kotlin.takeIf' call
36642
- var this_1 = 'hasTransition=' + !(this.u44_1 == null);
36692
+ var this_1 = 'hasTransition=' + !(this.v44_1 == null);
36643
36693
  var tmp_2;
36644
- if (!(this.u44_1 == null)) {
36694
+ if (!(this.v44_1 == null)) {
36645
36695
  tmp_2 = this_1;
36646
36696
  } else {
36647
36697
  tmp_2 = null;
36648
36698
  }
36649
36699
  var tmp_3 = tmp_2;
36650
36700
  // Inline function 'kotlin.takeIf' call
36651
- var this_2 = 'aid=' + this.t44_1;
36701
+ var this_2 = 'aid=' + this.u44_1;
36652
36702
  var tmp_4;
36653
- if (!(this.t44_1 == null)) {
36703
+ if (!(this.u44_1 == null)) {
36654
36704
  tmp_4 = this_2;
36655
36705
  } else {
36656
36706
  tmp_4 = null;
@@ -36659,32 +36709,32 @@
36659
36709
  return 'FinishGameMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp$ret$5])) + ')';
36660
36710
  };
36661
36711
  protoOf(FinishGameMechanicAction).pc = function () {
36662
- return this.r44_1;
36712
+ return this.s44_1;
36663
36713
  };
36664
36714
  protoOf(FinishGameMechanicAction).qc = function () {
36665
- return this.s44_1;
36715
+ return this.t44_1;
36666
36716
  };
36667
36717
  protoOf(FinishGameMechanicAction).lh = function () {
36668
- return this.t44_1;
36718
+ return this.u44_1;
36669
36719
  };
36670
36720
  protoOf(FinishGameMechanicAction).e16 = function () {
36671
- return this.u44_1;
36721
+ return this.v44_1;
36672
36722
  };
36673
- protoOf(FinishGameMechanicAction).v44 = function (reason, isGameFinished, aid, transition) {
36723
+ protoOf(FinishGameMechanicAction).w44 = function (reason, isGameFinished, aid, transition) {
36674
36724
  return new FinishGameMechanicAction(reason, isGameFinished, aid, transition);
36675
36725
  };
36676
36726
  protoOf(FinishGameMechanicAction).copy = function (reason, isGameFinished, aid, transition, $super) {
36677
- reason = reason === VOID ? this.r44_1 : reason;
36678
- isGameFinished = isGameFinished === VOID ? this.s44_1 : isGameFinished;
36679
- aid = aid === VOID ? this.t44_1 : aid;
36680
- transition = transition === VOID ? this.u44_1 : transition;
36681
- return $super === VOID ? this.v44(reason, isGameFinished, aid, transition) : $super.v44.call(this, reason, isGameFinished, aid, transition);
36727
+ reason = reason === VOID ? this.s44_1 : reason;
36728
+ isGameFinished = isGameFinished === VOID ? this.t44_1 : isGameFinished;
36729
+ aid = aid === VOID ? this.u44_1 : aid;
36730
+ transition = transition === VOID ? this.v44_1 : transition;
36731
+ return $super === VOID ? this.w44(reason, isGameFinished, aid, transition) : $super.w44.call(this, reason, isGameFinished, aid, transition);
36682
36732
  };
36683
36733
  protoOf(FinishGameMechanicAction).hashCode = function () {
36684
- var result = hashCode(this.r44_1);
36685
- result = imul(result, 31) + getBooleanHashCode(this.s44_1) | 0;
36686
- result = imul(result, 31) + (this.t44_1 == null ? 0 : getStringHashCode(this.t44_1)) | 0;
36687
- result = imul(result, 31) + (this.u44_1 == null ? 0 : hashCode(this.u44_1)) | 0;
36734
+ var result = hashCode(this.s44_1);
36735
+ result = imul(result, 31) + getBooleanHashCode(this.t44_1) | 0;
36736
+ result = imul(result, 31) + (this.u44_1 == null ? 0 : getStringHashCode(this.u44_1)) | 0;
36737
+ result = imul(result, 31) + (this.v44_1 == null ? 0 : hashCode(this.v44_1)) | 0;
36688
36738
  return result;
36689
36739
  };
36690
36740
  protoOf(FinishGameMechanicAction).equals = function (other) {
@@ -36692,13 +36742,13 @@
36692
36742
  return true;
36693
36743
  if (!(other instanceof FinishGameMechanicAction))
36694
36744
  return false;
36695
- if (!equals(this.r44_1, other.r44_1))
36745
+ if (!equals(this.s44_1, other.s44_1))
36696
36746
  return false;
36697
- if (!(this.s44_1 === other.s44_1))
36747
+ if (!(this.t44_1 === other.t44_1))
36698
36748
  return false;
36699
- if (!(this.t44_1 == other.t44_1))
36749
+ if (!(this.u44_1 == other.u44_1))
36700
36750
  return false;
36701
- if (!equals(this.u44_1, other.u44_1))
36751
+ if (!equals(this.v44_1, other.v44_1))
36702
36752
  return false;
36703
36753
  return true;
36704
36754
  };
@@ -36710,40 +36760,40 @@
36710
36760
  actData = actData === VOID ? null : actData;
36711
36761
  aid = aid === VOID ? null : aid;
36712
36762
  MechanicAction.call(this);
36713
- this.x44_1 = currentTurnPlayerId;
36714
- this.y44_1 = sceneId;
36715
- this.z44_1 = actId;
36763
+ this.y44_1 = currentTurnPlayerId;
36764
+ this.z44_1 = sceneId;
36765
+ this.a45_1 = actId;
36716
36766
  this.sceneData = sceneData;
36717
- this.a45_1 = actData;
36718
- this.b45_1 = aid;
36767
+ this.b45_1 = actData;
36768
+ this.c45_1 = aid;
36719
36769
  }
36720
- protoOf(SceneMechanicAction).c45 = function () {
36721
- return this.x44_1;
36770
+ protoOf(SceneMechanicAction).d45 = function () {
36771
+ return this.y44_1;
36722
36772
  };
36723
36773
  protoOf(SceneMechanicAction).u2u = function () {
36724
- return this.y44_1;
36774
+ return this.z44_1;
36725
36775
  };
36726
36776
  protoOf(SceneMechanicAction).c2u = function () {
36727
- return this.z44_1;
36777
+ return this.a45_1;
36728
36778
  };
36729
- protoOf(SceneMechanicAction).d45 = function () {
36779
+ protoOf(SceneMechanicAction).e45 = function () {
36730
36780
  return this.sceneData;
36731
36781
  };
36732
- protoOf(SceneMechanicAction).w44 = function () {
36733
- return this.a45_1;
36734
- };
36735
- protoOf(SceneMechanicAction).u42 = function () {
36782
+ protoOf(SceneMechanicAction).x44 = function () {
36736
36783
  return this.b45_1;
36737
36784
  };
36785
+ protoOf(SceneMechanicAction).v42 = function () {
36786
+ return this.c45_1;
36787
+ };
36738
36788
  protoOf(SceneMechanicAction).ignoreValidation = function () {
36739
- return this.y44_1 === 'WAITING';
36789
+ return this.z44_1 === 'WAITING';
36740
36790
  };
36741
36791
  protoOf(SceneMechanicAction).toString = function () {
36742
- var tmp = "sceneId='" + this.y44_1 + "'";
36792
+ var tmp = "sceneId='" + this.z44_1 + "'";
36743
36793
  // Inline function 'kotlin.takeIf' call
36744
- var this_0 = 'actId=' + this.z44_1;
36794
+ var this_0 = 'actId=' + this.a45_1;
36745
36795
  var tmp_0;
36746
- if (!(this.z44_1 == null)) {
36796
+ if (!(this.a45_1 == null)) {
36747
36797
  tmp_0 = this_0;
36748
36798
  } else {
36749
36799
  tmp_0 = null;
@@ -36759,18 +36809,18 @@
36759
36809
  }
36760
36810
  var tmp_3 = tmp_2;
36761
36811
  // Inline function 'kotlin.takeIf' call
36762
- var this_2 = 'actData=' + toString_0(this.a45_1);
36812
+ var this_2 = 'actData=' + toString_0(this.b45_1);
36763
36813
  var tmp_4;
36764
- if (!(this.a45_1 == null)) {
36814
+ if (!(this.b45_1 == null)) {
36765
36815
  tmp_4 = this_2;
36766
36816
  } else {
36767
36817
  tmp_4 = null;
36768
36818
  }
36769
36819
  var tmp_5 = tmp_4;
36770
36820
  // Inline function 'kotlin.takeIf' call
36771
- var this_3 = 'aid=' + this.b45_1;
36821
+ var this_3 = 'aid=' + this.c45_1;
36772
36822
  var tmp_6;
36773
- if (!(this.b45_1 == null)) {
36823
+ if (!(this.c45_1 == null)) {
36774
36824
  tmp_6 = this_3;
36775
36825
  } else {
36776
36826
  tmp_6 = null;
@@ -36778,20 +36828,20 @@
36778
36828
  var tmp$ret$7 = tmp_6;
36779
36829
  return 'SceneMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp_5, tmp$ret$7])) + ')';
36780
36830
  };
36781
- protoOf(SceneMechanicAction).e45 = function () {
36831
+ protoOf(SceneMechanicAction).f45 = function () {
36782
36832
  var tmp = this.sceneData;
36783
36833
  if (!(tmp == null) ? isInterface(tmp, PlayerTurnSceneSupport) : false) {
36784
36834
  return this.sceneData.d2u();
36785
36835
  }
36786
- var tmp_0 = this.a45_1;
36836
+ var tmp_0 = this.b45_1;
36787
36837
  if (!(tmp_0 == null) ? isInterface(tmp_0, PlayerTurnSceneSupport) : false) {
36788
- return this.a45_1.d2u();
36838
+ return this.b45_1.d2u();
36789
36839
  }
36790
36840
  return emptyList();
36791
36841
  };
36792
36842
  protoOf(SceneMechanicAction).i1p = function () {
36793
36843
  // Inline function 'kotlin.requireNotNull' call
36794
- var tmp0 = this.x44_1;
36844
+ var tmp0 = this.y44_1;
36795
36845
  var tmp$ret$1;
36796
36846
  $l$block: {
36797
36847
  // Inline function 'kotlin.requireNotNull' call
@@ -36806,42 +36856,42 @@
36806
36856
  return tmp$ret$1;
36807
36857
  };
36808
36858
  protoOf(SceneMechanicAction).pc = function () {
36809
- return this.x44_1;
36859
+ return this.y44_1;
36810
36860
  };
36811
36861
  protoOf(SceneMechanicAction).qc = function () {
36812
- return this.y44_1;
36862
+ return this.z44_1;
36813
36863
  };
36814
36864
  protoOf(SceneMechanicAction).lh = function () {
36815
- return this.z44_1;
36865
+ return this.a45_1;
36816
36866
  };
36817
36867
  protoOf(SceneMechanicAction).e16 = function () {
36818
36868
  return this.sceneData;
36819
36869
  };
36820
36870
  protoOf(SceneMechanicAction).d1p = function () {
36821
- return this.a45_1;
36871
+ return this.b45_1;
36822
36872
  };
36823
36873
  protoOf(SceneMechanicAction).d1q = function () {
36824
- return this.b45_1;
36874
+ return this.c45_1;
36825
36875
  };
36826
- protoOf(SceneMechanicAction).f45 = function (currentTurnPlayerId, sceneId, actId, sceneData, actData, aid) {
36876
+ protoOf(SceneMechanicAction).g45 = function (currentTurnPlayerId, sceneId, actId, sceneData, actData, aid) {
36827
36877
  return new SceneMechanicAction(currentTurnPlayerId, sceneId, actId, sceneData, actData, aid);
36828
36878
  };
36829
36879
  protoOf(SceneMechanicAction).copy = function (currentTurnPlayerId, sceneId, actId, sceneData, actData, aid, $super) {
36830
- currentTurnPlayerId = currentTurnPlayerId === VOID ? this.x44_1 : currentTurnPlayerId;
36831
- sceneId = sceneId === VOID ? this.y44_1 : sceneId;
36832
- actId = actId === VOID ? this.z44_1 : actId;
36880
+ currentTurnPlayerId = currentTurnPlayerId === VOID ? this.y44_1 : currentTurnPlayerId;
36881
+ sceneId = sceneId === VOID ? this.z44_1 : sceneId;
36882
+ actId = actId === VOID ? this.a45_1 : actId;
36833
36883
  sceneData = sceneData === VOID ? this.sceneData : sceneData;
36834
- actData = actData === VOID ? this.a45_1 : actData;
36835
- aid = aid === VOID ? this.b45_1 : aid;
36836
- return $super === VOID ? this.f45(currentTurnPlayerId, sceneId, actId, sceneData, actData, aid) : $super.f45.call(this, currentTurnPlayerId, sceneId, actId, sceneData, actData, aid);
36884
+ actData = actData === VOID ? this.b45_1 : actData;
36885
+ aid = aid === VOID ? this.c45_1 : aid;
36886
+ return $super === VOID ? this.g45(currentTurnPlayerId, sceneId, actId, sceneData, actData, aid) : $super.g45.call(this, currentTurnPlayerId, sceneId, actId, sceneData, actData, aid);
36837
36887
  };
36838
36888
  protoOf(SceneMechanicAction).hashCode = function () {
36839
- var result = this.x44_1 == null ? 0 : getStringHashCode(this.x44_1);
36840
- result = imul(result, 31) + getStringHashCode(this.y44_1) | 0;
36841
- result = imul(result, 31) + (this.z44_1 == null ? 0 : getStringHashCode(this.z44_1)) | 0;
36889
+ var result = this.y44_1 == null ? 0 : getStringHashCode(this.y44_1);
36890
+ result = imul(result, 31) + getStringHashCode(this.z44_1) | 0;
36891
+ result = imul(result, 31) + (this.a45_1 == null ? 0 : getStringHashCode(this.a45_1)) | 0;
36842
36892
  result = imul(result, 31) + (this.sceneData == null ? 0 : hashCode(this.sceneData)) | 0;
36843
- result = imul(result, 31) + (this.a45_1 == null ? 0 : hashCode(this.a45_1)) | 0;
36844
- result = imul(result, 31) + (this.b45_1 == null ? 0 : getStringHashCode(this.b45_1)) | 0;
36893
+ result = imul(result, 31) + (this.b45_1 == null ? 0 : hashCode(this.b45_1)) | 0;
36894
+ result = imul(result, 31) + (this.c45_1 == null ? 0 : getStringHashCode(this.c45_1)) | 0;
36845
36895
  return result;
36846
36896
  };
36847
36897
  protoOf(SceneMechanicAction).equals = function (other) {
@@ -36849,17 +36899,17 @@
36849
36899
  return true;
36850
36900
  if (!(other instanceof SceneMechanicAction))
36851
36901
  return false;
36852
- if (!(this.x44_1 == other.x44_1))
36902
+ if (!(this.y44_1 == other.y44_1))
36853
36903
  return false;
36854
- if (!(this.y44_1 === other.y44_1))
36904
+ if (!(this.z44_1 === other.z44_1))
36855
36905
  return false;
36856
- if (!(this.z44_1 == other.z44_1))
36906
+ if (!(this.a45_1 == other.a45_1))
36857
36907
  return false;
36858
36908
  if (!equals(this.sceneData, other.sceneData))
36859
36909
  return false;
36860
- if (!equals(this.a45_1, other.a45_1))
36910
+ if (!equals(this.b45_1, other.b45_1))
36861
36911
  return false;
36862
- if (!(this.b45_1 == other.b45_1))
36912
+ if (!(this.c45_1 == other.c45_1))
36863
36913
  return false;
36864
36914
  return true;
36865
36915
  };
@@ -36870,26 +36920,26 @@
36870
36920
  MechanicAction.call(this);
36871
36921
  this.team1 = team1;
36872
36922
  this.team2 = team2;
36873
- this.g45_1 = aid;
36923
+ this.h45_1 = aid;
36874
36924
  var tmp = this;
36875
36925
  // Inline function 'kotlin.arrayOf' call
36876
36926
  // Inline function 'kotlin.js.unsafeCast' call
36877
36927
  // Inline function 'kotlin.js.asDynamic' call
36878
- tmp.h45_1 = [this.team1.first, this.team2.first, this.team1.second, this.team2.second];
36928
+ tmp.i45_1 = [this.team1.first, this.team2.first, this.team1.second, this.team2.second];
36879
36929
  }
36880
- protoOf(TeamsDataMechanicAction).i45 = function () {
36930
+ protoOf(TeamsDataMechanicAction).j45 = function () {
36881
36931
  return this.team1;
36882
36932
  };
36883
- protoOf(TeamsDataMechanicAction).j45 = function () {
36933
+ protoOf(TeamsDataMechanicAction).k45 = function () {
36884
36934
  return this.team2;
36885
36935
  };
36886
- protoOf(TeamsDataMechanicAction).u42 = function () {
36887
- return this.g45_1;
36888
- };
36889
- protoOf(TeamsDataMechanicAction).w43 = function () {
36936
+ protoOf(TeamsDataMechanicAction).v42 = function () {
36890
36937
  return this.h45_1;
36891
36938
  };
36892
- protoOf(TeamsDataMechanicAction).k45 = function (sceneId) {
36939
+ protoOf(TeamsDataMechanicAction).x43 = function () {
36940
+ return this.i45_1;
36941
+ };
36942
+ protoOf(TeamsDataMechanicAction).l45 = function (sceneId) {
36893
36943
  return 'CHOOSE_PARTNER' === sceneId;
36894
36944
  };
36895
36945
  protoOf(TeamsDataMechanicAction).j1v = function () {
@@ -36939,24 +36989,24 @@
36939
36989
  return this.team2;
36940
36990
  };
36941
36991
  protoOf(TeamsDataMechanicAction).lh = function () {
36942
- return this.g45_1;
36992
+ return this.h45_1;
36943
36993
  };
36944
- protoOf(TeamsDataMechanicAction).l45 = function (team1, team2, aid) {
36994
+ protoOf(TeamsDataMechanicAction).m45 = function (team1, team2, aid) {
36945
36995
  return new TeamsDataMechanicAction(team1, team2, aid);
36946
36996
  };
36947
36997
  protoOf(TeamsDataMechanicAction).copy = function (team1, team2, aid, $super) {
36948
36998
  team1 = team1 === VOID ? this.team1 : team1;
36949
36999
  team2 = team2 === VOID ? this.team2 : team2;
36950
- aid = aid === VOID ? this.g45_1 : aid;
36951
- return $super === VOID ? this.l45(team1, team2, aid) : $super.l45.call(this, team1, team2, aid);
37000
+ aid = aid === VOID ? this.h45_1 : aid;
37001
+ return $super === VOID ? this.m45(team1, team2, aid) : $super.m45.call(this, team1, team2, aid);
36952
37002
  };
36953
37003
  protoOf(TeamsDataMechanicAction).toString = function () {
36954
- return 'TeamsDataMechanicAction(team1=' + this.team1.toString() + ', team2=' + this.team2.toString() + ', aid=' + this.g45_1 + ')';
37004
+ return 'TeamsDataMechanicAction(team1=' + this.team1.toString() + ', team2=' + this.team2.toString() + ', aid=' + this.h45_1 + ')';
36955
37005
  };
36956
37006
  protoOf(TeamsDataMechanicAction).hashCode = function () {
36957
37007
  var result = this.team1.hashCode();
36958
37008
  result = imul(result, 31) + this.team2.hashCode() | 0;
36959
- result = imul(result, 31) + (this.g45_1 == null ? 0 : getStringHashCode(this.g45_1)) | 0;
37009
+ result = imul(result, 31) + (this.h45_1 == null ? 0 : getStringHashCode(this.h45_1)) | 0;
36960
37010
  return result;
36961
37011
  };
36962
37012
  protoOf(TeamsDataMechanicAction).equals = function (other) {
@@ -36968,7 +37018,7 @@
36968
37018
  return false;
36969
37019
  if (!this.team2.equals(other.team2))
36970
37020
  return false;
36971
- if (!(this.g45_1 == other.g45_1))
37021
+ if (!(this.h45_1 == other.h45_1))
36972
37022
  return false;
36973
37023
  return true;
36974
37024
  };
@@ -36984,7 +37034,7 @@
36984
37034
  this.causeState = causeState;
36985
37035
  this.isNoneActivePlayers = isNoneActivePlayers;
36986
37036
  this.reconnectUntilTime = reconnectUntilTime;
36987
- this.m45_1 = aid;
37037
+ this.n45_1 = aid;
36988
37038
  }
36989
37039
  protoOf(PlayerConnectionChangedMechanicAction).i1p = function () {
36990
37040
  return this.playerId;
@@ -36992,20 +37042,20 @@
36992
37042
  protoOf(PlayerConnectionChangedMechanicAction).i1q = function () {
36993
37043
  return this.state;
36994
37044
  };
36995
- protoOf(PlayerConnectionChangedMechanicAction).n45 = function () {
37045
+ protoOf(PlayerConnectionChangedMechanicAction).o45 = function () {
36996
37046
  return this.previousState;
36997
37047
  };
36998
- protoOf(PlayerConnectionChangedMechanicAction).o45 = function () {
37048
+ protoOf(PlayerConnectionChangedMechanicAction).p45 = function () {
36999
37049
  return this.causeState;
37000
37050
  };
37001
- protoOf(PlayerConnectionChangedMechanicAction).p45 = function () {
37051
+ protoOf(PlayerConnectionChangedMechanicAction).q45 = function () {
37002
37052
  return this.isNoneActivePlayers;
37003
37053
  };
37004
- protoOf(PlayerConnectionChangedMechanicAction).q45 = function () {
37054
+ protoOf(PlayerConnectionChangedMechanicAction).r45 = function () {
37005
37055
  return this.reconnectUntilTime;
37006
37056
  };
37007
- protoOf(PlayerConnectionChangedMechanicAction).u42 = function () {
37008
- return this.m45_1;
37057
+ protoOf(PlayerConnectionChangedMechanicAction).v42 = function () {
37058
+ return this.n45_1;
37009
37059
  };
37010
37060
  protoOf(PlayerConnectionChangedMechanicAction).n1r = function () {
37011
37061
  return this.originState.isShouldBeDisconnectedFromSockets;
@@ -37013,7 +37063,7 @@
37013
37063
  protoOf(PlayerConnectionChangedMechanicAction).o1r = function () {
37014
37064
  return this.originState.isShouldBeUnsubscribedFromSockets;
37015
37065
  };
37016
- protoOf(PlayerConnectionChangedMechanicAction).r45 = function () {
37066
+ protoOf(PlayerConnectionChangedMechanicAction).s45 = function () {
37017
37067
  var tmp;
37018
37068
  if (this.state.isDisconnecting) {
37019
37069
  // Inline function 'kotlin.requireNotNull' call
@@ -37069,9 +37119,9 @@
37069
37119
  }
37070
37120
  var tmp_6 = tmp_5;
37071
37121
  // Inline function 'kotlin.takeIf' call
37072
- var this_3 = 'aid=' + this.m45_1;
37122
+ var this_3 = 'aid=' + this.n45_1;
37073
37123
  var tmp_7;
37074
- if (!(this.m45_1 == null)) {
37124
+ if (!(this.n45_1 == null)) {
37075
37125
  tmp_7 = this_3;
37076
37126
  } else {
37077
37127
  tmp_7 = null;
@@ -37101,9 +37151,9 @@
37101
37151
  return this.reconnectUntilTime;
37102
37152
  };
37103
37153
  protoOf(PlayerConnectionChangedMechanicAction).e1q = function () {
37104
- return this.m45_1;
37154
+ return this.n45_1;
37105
37155
  };
37106
- protoOf(PlayerConnectionChangedMechanicAction).s45 = function (playerId, state, previousState, causeState, isNoneActivePlayers, reconnectUntilTime, aid) {
37156
+ protoOf(PlayerConnectionChangedMechanicAction).t45 = function (playerId, state, previousState, causeState, isNoneActivePlayers, reconnectUntilTime, aid) {
37107
37157
  return new PlayerConnectionChangedMechanicAction(playerId, state, previousState, causeState, isNoneActivePlayers, reconnectUntilTime, aid);
37108
37158
  };
37109
37159
  protoOf(PlayerConnectionChangedMechanicAction).copy = function (playerId, state, previousState, causeState, isNoneActivePlayers, reconnectUntilTime, aid, $super) {
@@ -37113,8 +37163,8 @@
37113
37163
  causeState = causeState === VOID ? this.causeState : causeState;
37114
37164
  isNoneActivePlayers = isNoneActivePlayers === VOID ? this.isNoneActivePlayers : isNoneActivePlayers;
37115
37165
  reconnectUntilTime = reconnectUntilTime === VOID ? this.reconnectUntilTime : reconnectUntilTime;
37116
- aid = aid === VOID ? this.m45_1 : aid;
37117
- return $super === VOID ? this.s45(playerId, state, previousState, causeState, isNoneActivePlayers, reconnectUntilTime, aid) : $super.s45.call(this, playerId, state, previousState, causeState, isNoneActivePlayers, reconnectUntilTime, aid);
37166
+ aid = aid === VOID ? this.n45_1 : aid;
37167
+ return $super === VOID ? this.t45(playerId, state, previousState, causeState, isNoneActivePlayers, reconnectUntilTime, aid) : $super.t45.call(this, playerId, state, previousState, causeState, isNoneActivePlayers, reconnectUntilTime, aid);
37118
37168
  };
37119
37169
  protoOf(PlayerConnectionChangedMechanicAction).hashCode = function () {
37120
37170
  var result = getStringHashCode(this.playerId);
@@ -37123,7 +37173,7 @@
37123
37173
  result = imul(result, 31) + (this.causeState == null ? 0 : this.causeState.hashCode()) | 0;
37124
37174
  result = imul(result, 31) + getBooleanHashCode(this.isNoneActivePlayers) | 0;
37125
37175
  result = imul(result, 31) + (this.reconnectUntilTime == null ? 0 : getStringHashCode(this.reconnectUntilTime)) | 0;
37126
- result = imul(result, 31) + (this.m45_1 == null ? 0 : getStringHashCode(this.m45_1)) | 0;
37176
+ result = imul(result, 31) + (this.n45_1 == null ? 0 : getStringHashCode(this.n45_1)) | 0;
37127
37177
  return result;
37128
37178
  };
37129
37179
  protoOf(PlayerConnectionChangedMechanicAction).equals = function (other) {
@@ -37143,7 +37193,7 @@
37143
37193
  return false;
37144
37194
  if (!(this.reconnectUntilTime == other.reconnectUntilTime))
37145
37195
  return false;
37146
- if (!(this.m45_1 == other.m45_1))
37196
+ if (!(this.n45_1 == other.n45_1))
37147
37197
  return false;
37148
37198
  return true;
37149
37199
  };
@@ -37151,34 +37201,34 @@
37151
37201
  aid = aid === VOID ? null : aid;
37152
37202
  MechanicAction.call(this);
37153
37203
  this.message = message;
37154
- this.t45_1 = aid;
37204
+ this.u45_1 = aid;
37155
37205
  }
37156
37206
  protoOf(MessageMechanicAction).e = function () {
37157
37207
  return this.message;
37158
37208
  };
37159
- protoOf(MessageMechanicAction).u42 = function () {
37160
- return this.t45_1;
37209
+ protoOf(MessageMechanicAction).v42 = function () {
37210
+ return this.u45_1;
37161
37211
  };
37162
37212
  protoOf(MessageMechanicAction).pc = function () {
37163
37213
  return this.message;
37164
37214
  };
37165
37215
  protoOf(MessageMechanicAction).qc = function () {
37166
- return this.t45_1;
37216
+ return this.u45_1;
37167
37217
  };
37168
- protoOf(MessageMechanicAction).u45 = function (message, aid) {
37218
+ protoOf(MessageMechanicAction).v45 = function (message, aid) {
37169
37219
  return new MessageMechanicAction(message, aid);
37170
37220
  };
37171
37221
  protoOf(MessageMechanicAction).copy = function (message, aid, $super) {
37172
37222
  message = message === VOID ? this.message : message;
37173
- aid = aid === VOID ? this.t45_1 : aid;
37174
- return $super === VOID ? this.u45(message, aid) : $super.u45.call(this, message, aid);
37223
+ aid = aid === VOID ? this.u45_1 : aid;
37224
+ return $super === VOID ? this.v45(message, aid) : $super.v45.call(this, message, aid);
37175
37225
  };
37176
37226
  protoOf(MessageMechanicAction).toString = function () {
37177
- return 'MessageMechanicAction(message=' + toString(this.message) + ', aid=' + this.t45_1 + ')';
37227
+ return 'MessageMechanicAction(message=' + toString(this.message) + ', aid=' + this.u45_1 + ')';
37178
37228
  };
37179
37229
  protoOf(MessageMechanicAction).hashCode = function () {
37180
37230
  var result = hashCode(this.message);
37181
- result = imul(result, 31) + (this.t45_1 == null ? 0 : getStringHashCode(this.t45_1)) | 0;
37231
+ result = imul(result, 31) + (this.u45_1 == null ? 0 : getStringHashCode(this.u45_1)) | 0;
37182
37232
  return result;
37183
37233
  };
37184
37234
  protoOf(MessageMechanicAction).equals = function (other) {
@@ -37188,25 +37238,25 @@
37188
37238
  return false;
37189
37239
  if (!equals(this.message, other.message))
37190
37240
  return false;
37191
- if (!(this.t45_1 == other.t45_1))
37241
+ if (!(this.u45_1 == other.u45_1))
37192
37242
  return false;
37193
37243
  return true;
37194
37244
  };
37195
37245
  function RestartGameMechanicAction(reason, aid) {
37196
37246
  aid = aid === VOID ? null : aid;
37197
37247
  MechanicAction.call(this);
37198
- this.v45_1 = reason;
37199
- this.w45_1 = aid;
37248
+ this.w45_1 = reason;
37249
+ this.x45_1 = aid;
37200
37250
  }
37201
- protoOf(RestartGameMechanicAction).u42 = function () {
37202
- return this.w45_1;
37251
+ protoOf(RestartGameMechanicAction).v42 = function () {
37252
+ return this.x45_1;
37203
37253
  };
37204
37254
  protoOf(RestartGameMechanicAction).toString = function () {
37205
- return 'RestartGameMechanicAction(reason=' + this.v45_1.toString() + ', aid=' + this.w45_1 + ')';
37255
+ return 'RestartGameMechanicAction(reason=' + this.w45_1.toString() + ', aid=' + this.x45_1 + ')';
37206
37256
  };
37207
37257
  protoOf(RestartGameMechanicAction).hashCode = function () {
37208
- var result = this.v45_1.hashCode();
37209
- result = imul(result, 31) + (this.w45_1 == null ? 0 : getStringHashCode(this.w45_1)) | 0;
37258
+ var result = this.w45_1.hashCode();
37259
+ result = imul(result, 31) + (this.x45_1 == null ? 0 : getStringHashCode(this.x45_1)) | 0;
37210
37260
  return result;
37211
37261
  };
37212
37262
  protoOf(RestartGameMechanicAction).equals = function (other) {
@@ -37214,9 +37264,9 @@
37214
37264
  return true;
37215
37265
  if (!(other instanceof RestartGameMechanicAction))
37216
37266
  return false;
37217
- if (!this.v45_1.equals(other.v45_1))
37267
+ if (!this.w45_1.equals(other.w45_1))
37218
37268
  return false;
37219
- if (!(this.w45_1 == other.w45_1))
37269
+ if (!(this.x45_1 == other.x45_1))
37220
37270
  return false;
37221
37271
  return true;
37222
37272
  };
@@ -37224,31 +37274,31 @@
37224
37274
  actData = actData === VOID ? null : actData;
37225
37275
  aid = aid === VOID ? null : aid;
37226
37276
  MechanicAction.call(this);
37227
- this.x45_1 = sceneId;
37228
- this.y45_1 = actId;
37229
- this.z45_1 = actData;
37230
- this.a46_1 = aid;
37277
+ this.y45_1 = sceneId;
37278
+ this.z45_1 = actId;
37279
+ this.a46_1 = actData;
37280
+ this.b46_1 = aid;
37231
37281
  }
37232
37282
  protoOf(SceneActMechanicAction).u2u = function () {
37233
- return this.x45_1;
37234
- };
37235
- protoOf(SceneActMechanicAction).c2u = function () {
37236
37283
  return this.y45_1;
37237
37284
  };
37238
- protoOf(SceneActMechanicAction).w44 = function () {
37285
+ protoOf(SceneActMechanicAction).c2u = function () {
37239
37286
  return this.z45_1;
37240
37287
  };
37241
- protoOf(SceneActMechanicAction).u42 = function () {
37288
+ protoOf(SceneActMechanicAction).x44 = function () {
37242
37289
  return this.a46_1;
37243
37290
  };
37291
+ protoOf(SceneActMechanicAction).v42 = function () {
37292
+ return this.b46_1;
37293
+ };
37244
37294
  protoOf(SceneActMechanicAction).toString = function () {
37245
- return 'SceneActMechanicAction(sceneId=' + this.x45_1 + ', actId=' + this.y45_1 + ', actData=' + toString_0(this.z45_1) + ', aid=' + this.a46_1 + ')';
37295
+ return 'SceneActMechanicAction(sceneId=' + this.y45_1 + ', actId=' + this.z45_1 + ', actData=' + toString_0(this.a46_1) + ', aid=' + this.b46_1 + ')';
37246
37296
  };
37247
37297
  protoOf(SceneActMechanicAction).hashCode = function () {
37248
- var result = getStringHashCode(this.x45_1);
37249
- result = imul(result, 31) + getStringHashCode(this.y45_1) | 0;
37250
- result = imul(result, 31) + (this.z45_1 == null ? 0 : hashCode(this.z45_1)) | 0;
37251
- result = imul(result, 31) + (this.a46_1 == null ? 0 : getStringHashCode(this.a46_1)) | 0;
37298
+ var result = getStringHashCode(this.y45_1);
37299
+ result = imul(result, 31) + getStringHashCode(this.z45_1) | 0;
37300
+ result = imul(result, 31) + (this.a46_1 == null ? 0 : hashCode(this.a46_1)) | 0;
37301
+ result = imul(result, 31) + (this.b46_1 == null ? 0 : getStringHashCode(this.b46_1)) | 0;
37252
37302
  return result;
37253
37303
  };
37254
37304
  protoOf(SceneActMechanicAction).equals = function (other) {
@@ -37256,34 +37306,34 @@
37256
37306
  return true;
37257
37307
  if (!(other instanceof SceneActMechanicAction))
37258
37308
  return false;
37259
- if (!(this.x45_1 === other.x45_1))
37260
- return false;
37261
37309
  if (!(this.y45_1 === other.y45_1))
37262
37310
  return false;
37263
- if (!equals(this.z45_1, other.z45_1))
37311
+ if (!(this.z45_1 === other.z45_1))
37312
+ return false;
37313
+ if (!equals(this.a46_1, other.a46_1))
37264
37314
  return false;
37265
- if (!(this.a46_1 == other.a46_1))
37315
+ if (!(this.b46_1 == other.b46_1))
37266
37316
  return false;
37267
37317
  return true;
37268
37318
  };
37269
37319
  function PlayerReadyMechanicAction(currentTurnPlayerId, aid) {
37270
37320
  aid = aid === VOID ? null : aid;
37271
37321
  MechanicAction.call(this);
37272
- this.b46_1 = currentTurnPlayerId;
37273
- this.c46_1 = aid;
37322
+ this.c46_1 = currentTurnPlayerId;
37323
+ this.d46_1 = aid;
37274
37324
  }
37275
- protoOf(PlayerReadyMechanicAction).u42 = function () {
37276
- return this.c46_1;
37325
+ protoOf(PlayerReadyMechanicAction).v42 = function () {
37326
+ return this.d46_1;
37277
37327
  };
37278
37328
  protoOf(PlayerReadyMechanicAction).i1p = function () {
37279
- return this.b46_1;
37329
+ return this.c46_1;
37280
37330
  };
37281
37331
  protoOf(PlayerReadyMechanicAction).toString = function () {
37282
- return 'PlayerReadyMechanicAction(currentTurnPlayerId=' + this.b46_1 + ', aid=' + this.c46_1 + ')';
37332
+ return 'PlayerReadyMechanicAction(currentTurnPlayerId=' + this.c46_1 + ', aid=' + this.d46_1 + ')';
37283
37333
  };
37284
37334
  protoOf(PlayerReadyMechanicAction).hashCode = function () {
37285
- var result = getStringHashCode(this.b46_1);
37286
- result = imul(result, 31) + (this.c46_1 == null ? 0 : getStringHashCode(this.c46_1)) | 0;
37335
+ var result = getStringHashCode(this.c46_1);
37336
+ result = imul(result, 31) + (this.d46_1 == null ? 0 : getStringHashCode(this.d46_1)) | 0;
37287
37337
  return result;
37288
37338
  };
37289
37339
  protoOf(PlayerReadyMechanicAction).equals = function (other) {
@@ -37291,9 +37341,9 @@
37291
37341
  return true;
37292
37342
  if (!(other instanceof PlayerReadyMechanicAction))
37293
37343
  return false;
37294
- if (!(this.b46_1 === other.b46_1))
37344
+ if (!(this.c46_1 === other.c46_1))
37295
37345
  return false;
37296
- if (!(this.c46_1 == other.c46_1))
37346
+ if (!(this.d46_1 == other.d46_1))
37297
37347
  return false;
37298
37348
  return true;
37299
37349
  };
@@ -37301,27 +37351,27 @@
37301
37351
  restartRound = restartRound === VOID ? false : restartRound;
37302
37352
  aid = aid === VOID ? null : aid;
37303
37353
  MechanicAction.call(this);
37304
- this.d46_1 = suit;
37305
- this.e46_1 = restartRound;
37306
- this.f46_1 = currentTurnPlayerId;
37307
- this.g46_1 = nextTurnPlayerIds;
37308
- this.h46_1 = aid;
37354
+ this.e46_1 = suit;
37355
+ this.f46_1 = restartRound;
37356
+ this.g46_1 = currentTurnPlayerId;
37357
+ this.h46_1 = nextTurnPlayerIds;
37358
+ this.i46_1 = aid;
37309
37359
  }
37310
- protoOf(SuitChoiceMechanicAction).u42 = function () {
37311
- return this.h46_1;
37360
+ protoOf(SuitChoiceMechanicAction).v42 = function () {
37361
+ return this.i46_1;
37312
37362
  };
37313
37363
  protoOf(SuitChoiceMechanicAction).i1p = function () {
37314
- return this.f46_1;
37364
+ return this.g46_1;
37315
37365
  };
37316
37366
  protoOf(SuitChoiceMechanicAction).toString = function () {
37317
- return 'SuitChoiceMechanicAction(suit=' + toString_0(this.d46_1) + ', restartRound=' + this.e46_1 + ', currentTurnPlayerId=' + this.f46_1 + ', nextTurnPlayerIds=' + toString(this.g46_1) + ', aid=' + this.h46_1 + ')';
37367
+ return 'SuitChoiceMechanicAction(suit=' + toString_0(this.e46_1) + ', restartRound=' + this.f46_1 + ', currentTurnPlayerId=' + this.g46_1 + ', nextTurnPlayerIds=' + toString(this.h46_1) + ', aid=' + this.i46_1 + ')';
37318
37368
  };
37319
37369
  protoOf(SuitChoiceMechanicAction).hashCode = function () {
37320
- var result = this.d46_1 == null ? 0 : this.d46_1.hashCode();
37321
- result = imul(result, 31) + getBooleanHashCode(this.e46_1) | 0;
37322
- result = imul(result, 31) + getStringHashCode(this.f46_1) | 0;
37323
- result = imul(result, 31) + hashCode(this.g46_1) | 0;
37324
- result = imul(result, 31) + (this.h46_1 == null ? 0 : getStringHashCode(this.h46_1)) | 0;
37370
+ var result = this.e46_1 == null ? 0 : this.e46_1.hashCode();
37371
+ result = imul(result, 31) + getBooleanHashCode(this.f46_1) | 0;
37372
+ result = imul(result, 31) + getStringHashCode(this.g46_1) | 0;
37373
+ result = imul(result, 31) + hashCode(this.h46_1) | 0;
37374
+ result = imul(result, 31) + (this.i46_1 == null ? 0 : getStringHashCode(this.i46_1)) | 0;
37325
37375
  return result;
37326
37376
  };
37327
37377
  protoOf(SuitChoiceMechanicAction).equals = function (other) {
@@ -37329,43 +37379,43 @@
37329
37379
  return true;
37330
37380
  if (!(other instanceof SuitChoiceMechanicAction))
37331
37381
  return false;
37332
- if (!equals(this.d46_1, other.d46_1))
37333
- return false;
37334
- if (!(this.e46_1 === other.e46_1))
37382
+ if (!equals(this.e46_1, other.e46_1))
37335
37383
  return false;
37336
37384
  if (!(this.f46_1 === other.f46_1))
37337
37385
  return false;
37338
- if (!equals(this.g46_1, other.g46_1))
37386
+ if (!(this.g46_1 === other.g46_1))
37339
37387
  return false;
37340
- if (!(this.h46_1 == other.h46_1))
37388
+ if (!equals(this.h46_1, other.h46_1))
37389
+ return false;
37390
+ if (!(this.i46_1 == other.i46_1))
37341
37391
  return false;
37342
37392
  return true;
37343
37393
  };
37344
37394
  function CombinationChoiceMechanicAction(isAnnounced, combinations, currentTurnPlayerId, aid) {
37345
37395
  aid = aid === VOID ? null : aid;
37346
37396
  MechanicAction.call(this);
37347
- this.i46_1 = isAnnounced;
37348
- this.j46_1 = combinations;
37349
- this.k46_1 = currentTurnPlayerId;
37350
- this.l46_1 = aid;
37397
+ this.j46_1 = isAnnounced;
37398
+ this.k46_1 = combinations;
37399
+ this.l46_1 = currentTurnPlayerId;
37400
+ this.m46_1 = aid;
37351
37401
  }
37352
- protoOf(CombinationChoiceMechanicAction).u42 = function () {
37353
- return this.l46_1;
37402
+ protoOf(CombinationChoiceMechanicAction).v42 = function () {
37403
+ return this.m46_1;
37354
37404
  };
37355
37405
  protoOf(CombinationChoiceMechanicAction).i1v = function () {
37356
37406
  return true;
37357
37407
  };
37358
37408
  protoOf(CombinationChoiceMechanicAction).i1p = function () {
37359
- return this.k46_1;
37409
+ return this.l46_1;
37360
37410
  };
37361
37411
  protoOf(CombinationChoiceMechanicAction).toString = function () {
37362
- return 'CombinationChoiceMechanicAction(isAnnounced=' + this.i46_1 + ', combinations=' + toString(this.j46_1) + ', currentTurnPlayerId=' + this.k46_1 + ', aid=' + this.l46_1 + ')';
37412
+ return 'CombinationChoiceMechanicAction(isAnnounced=' + this.j46_1 + ', combinations=' + toString(this.k46_1) + ', currentTurnPlayerId=' + this.l46_1 + ', aid=' + this.m46_1 + ')';
37363
37413
  };
37364
37414
  protoOf(CombinationChoiceMechanicAction).hashCode = function () {
37365
- var result = getBooleanHashCode(this.i46_1);
37366
- result = imul(result, 31) + hashCode(this.j46_1) | 0;
37367
- result = imul(result, 31) + getStringHashCode(this.k46_1) | 0;
37368
- result = imul(result, 31) + (this.l46_1 == null ? 0 : getStringHashCode(this.l46_1)) | 0;
37415
+ var result = getBooleanHashCode(this.j46_1);
37416
+ result = imul(result, 31) + hashCode(this.k46_1) | 0;
37417
+ result = imul(result, 31) + getStringHashCode(this.l46_1) | 0;
37418
+ result = imul(result, 31) + (this.m46_1 == null ? 0 : getStringHashCode(this.m46_1)) | 0;
37369
37419
  return result;
37370
37420
  };
37371
37421
  protoOf(CombinationChoiceMechanicAction).equals = function (other) {
@@ -37373,13 +37423,13 @@
37373
37423
  return true;
37374
37424
  if (!(other instanceof CombinationChoiceMechanicAction))
37375
37425
  return false;
37376
- if (!(this.i46_1 === other.i46_1))
37426
+ if (!(this.j46_1 === other.j46_1))
37377
37427
  return false;
37378
- if (!equals(this.j46_1, other.j46_1))
37428
+ if (!equals(this.k46_1, other.k46_1))
37379
37429
  return false;
37380
- if (!(this.k46_1 === other.k46_1))
37430
+ if (!(this.l46_1 === other.l46_1))
37381
37431
  return false;
37382
- if (!(this.l46_1 == other.l46_1))
37432
+ if (!(this.m46_1 == other.m46_1))
37383
37433
  return false;
37384
37434
  return true;
37385
37435
  };
@@ -37387,36 +37437,36 @@
37387
37437
  combinations = combinations === VOID ? null : combinations;
37388
37438
  aid = aid === VOID ? null : aid;
37389
37439
  MechanicAction.call(this);
37390
- this.m46_1 = card;
37391
- this.n46_1 = combinations;
37392
- this.o46_1 = canNextPlayerTakeAllCards;
37393
- this.p46_1 = currentTurnPlayerId;
37394
- this.q46_1 = nextTurnPlayerIds;
37395
- this.r46_1 = aid;
37440
+ this.n46_1 = card;
37441
+ this.o46_1 = combinations;
37442
+ this.p46_1 = canNextPlayerTakeAllCards;
37443
+ this.q46_1 = currentTurnPlayerId;
37444
+ this.r46_1 = nextTurnPlayerIds;
37445
+ this.s46_1 = aid;
37396
37446
  }
37397
- protoOf(PutCardMechanicAction).u42 = function () {
37398
- return this.r46_1;
37447
+ protoOf(PutCardMechanicAction).v42 = function () {
37448
+ return this.s46_1;
37399
37449
  };
37400
37450
  protoOf(PutCardMechanicAction).i1p = function () {
37401
- return this.p46_1;
37451
+ return this.q46_1;
37402
37452
  };
37403
37453
  protoOf(PutCardMechanicAction).toString = function () {
37404
- var tmp = "currentTurnPlayerId='" + this.p46_1 + "'";
37454
+ var tmp = "currentTurnPlayerId='" + this.q46_1 + "'";
37405
37455
  // Inline function 'kotlin.takeIf' call
37406
- var this_0 = 'nextTurnPlayerIds=' + toString(this.q46_1);
37456
+ var this_0 = 'nextTurnPlayerIds=' + toString(this.r46_1);
37407
37457
  var tmp_0;
37408
37458
  // Inline function 'kotlin.collections.isNotEmpty' call
37409
- if (!this.q46_1.r()) {
37459
+ if (!this.r46_1.r()) {
37410
37460
  tmp_0 = this_0;
37411
37461
  } else {
37412
37462
  tmp_0 = null;
37413
37463
  }
37414
37464
  var tmp_1 = tmp_0;
37415
- var tmp_2 = 'card=' + this.m46_1.toString();
37465
+ var tmp_2 = 'card=' + this.n46_1.toString();
37416
37466
  // Inline function 'kotlin.takeIf' call
37417
- var this_1 = 'combinations=' + toString_0(this.n46_1);
37467
+ var this_1 = 'combinations=' + toString_0(this.o46_1);
37418
37468
  var tmp_3;
37419
- var tmp0_safe_receiver = this.n46_1;
37469
+ var tmp0_safe_receiver = this.o46_1;
37420
37470
  var tmp_4;
37421
37471
  if (tmp0_safe_receiver == null) {
37422
37472
  tmp_4 = null;
@@ -37431,9 +37481,9 @@
37431
37481
  }
37432
37482
  var tmp_5 = tmp_3;
37433
37483
  // Inline function 'kotlin.takeIf' call
37434
- var this_2 = 'aid=' + this.r46_1;
37484
+ var this_2 = 'aid=' + this.s46_1;
37435
37485
  var tmp_6;
37436
- if (!(this.r46_1 == null)) {
37486
+ if (!(this.s46_1 == null)) {
37437
37487
  tmp_6 = this_2;
37438
37488
  } else {
37439
37489
  tmp_6 = null;
@@ -37442,12 +37492,12 @@
37442
37492
  return 'PutCardMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_2, tmp_5, tmp$ret$7])) + ')';
37443
37493
  };
37444
37494
  protoOf(PutCardMechanicAction).hashCode = function () {
37445
- var result = this.m46_1.hashCode();
37446
- result = imul(result, 31) + (this.n46_1 == null ? 0 : hashCode(this.n46_1)) | 0;
37447
- result = imul(result, 31) + getBooleanHashCode(this.o46_1) | 0;
37448
- result = imul(result, 31) + getStringHashCode(this.p46_1) | 0;
37449
- result = imul(result, 31) + hashCode(this.q46_1) | 0;
37450
- result = imul(result, 31) + (this.r46_1 == null ? 0 : getStringHashCode(this.r46_1)) | 0;
37495
+ var result = this.n46_1.hashCode();
37496
+ result = imul(result, 31) + (this.o46_1 == null ? 0 : hashCode(this.o46_1)) | 0;
37497
+ result = imul(result, 31) + getBooleanHashCode(this.p46_1) | 0;
37498
+ result = imul(result, 31) + getStringHashCode(this.q46_1) | 0;
37499
+ result = imul(result, 31) + hashCode(this.r46_1) | 0;
37500
+ result = imul(result, 31) + (this.s46_1 == null ? 0 : getStringHashCode(this.s46_1)) | 0;
37451
37501
  return result;
37452
37502
  };
37453
37503
  protoOf(PutCardMechanicAction).equals = function (other) {
@@ -37455,35 +37505,35 @@
37455
37505
  return true;
37456
37506
  if (!(other instanceof PutCardMechanicAction))
37457
37507
  return false;
37458
- if (!this.m46_1.equals(other.m46_1))
37459
- return false;
37460
- if (!equals(this.n46_1, other.n46_1))
37508
+ if (!this.n46_1.equals(other.n46_1))
37461
37509
  return false;
37462
- if (!(this.o46_1 === other.o46_1))
37510
+ if (!equals(this.o46_1, other.o46_1))
37463
37511
  return false;
37464
37512
  if (!(this.p46_1 === other.p46_1))
37465
37513
  return false;
37466
- if (!equals(this.q46_1, other.q46_1))
37514
+ if (!(this.q46_1 === other.q46_1))
37467
37515
  return false;
37468
- if (!(this.r46_1 == other.r46_1))
37516
+ if (!equals(this.r46_1, other.r46_1))
37517
+ return false;
37518
+ if (!(this.s46_1 == other.s46_1))
37469
37519
  return false;
37470
37520
  return true;
37471
37521
  };
37472
37522
  function TrumpMechanicAction(suit, aid) {
37473
37523
  aid = aid === VOID ? null : aid;
37474
37524
  MechanicAction.call(this);
37475
- this.s46_1 = suit;
37476
- this.t46_1 = aid;
37525
+ this.t46_1 = suit;
37526
+ this.u46_1 = aid;
37477
37527
  }
37478
- protoOf(TrumpMechanicAction).u42 = function () {
37479
- return this.t46_1;
37528
+ protoOf(TrumpMechanicAction).v42 = function () {
37529
+ return this.u46_1;
37480
37530
  };
37481
37531
  protoOf(TrumpMechanicAction).toString = function () {
37482
- return 'TrumpMechanicAction(suit=' + this.s46_1.toString() + ', aid=' + this.t46_1 + ')';
37532
+ return 'TrumpMechanicAction(suit=' + this.t46_1.toString() + ', aid=' + this.u46_1 + ')';
37483
37533
  };
37484
37534
  protoOf(TrumpMechanicAction).hashCode = function () {
37485
- var result = this.s46_1.hashCode();
37486
- result = imul(result, 31) + (this.t46_1 == null ? 0 : getStringHashCode(this.t46_1)) | 0;
37535
+ var result = this.t46_1.hashCode();
37536
+ result = imul(result, 31) + (this.u46_1 == null ? 0 : getStringHashCode(this.u46_1)) | 0;
37487
37537
  return result;
37488
37538
  };
37489
37539
  protoOf(TrumpMechanicAction).equals = function (other) {
@@ -37491,34 +37541,34 @@
37491
37541
  return true;
37492
37542
  if (!(other instanceof TrumpMechanicAction))
37493
37543
  return false;
37494
- if (!this.s46_1.equals(other.s46_1))
37544
+ if (!this.t46_1.equals(other.t46_1))
37495
37545
  return false;
37496
- if (!(this.t46_1 == other.t46_1))
37546
+ if (!(this.u46_1 == other.u46_1))
37497
37547
  return false;
37498
37548
  return true;
37499
37549
  };
37500
37550
  function PickUpBribeMechanicAction(whoGotBribePlayerId, numberOfBribe, canNextPlayerTakeAllCards, aid) {
37501
37551
  aid = aid === VOID ? null : aid;
37502
37552
  MechanicAction.call(this);
37503
- this.u46_1 = whoGotBribePlayerId;
37504
- this.v46_1 = numberOfBribe;
37505
- this.w46_1 = canNextPlayerTakeAllCards;
37506
- this.x46_1 = aid;
37553
+ this.v46_1 = whoGotBribePlayerId;
37554
+ this.w46_1 = numberOfBribe;
37555
+ this.x46_1 = canNextPlayerTakeAllCards;
37556
+ this.y46_1 = aid;
37507
37557
  }
37508
- protoOf(PickUpBribeMechanicAction).u42 = function () {
37509
- return this.x46_1;
37558
+ protoOf(PickUpBribeMechanicAction).v42 = function () {
37559
+ return this.y46_1;
37510
37560
  };
37511
37561
  protoOf(PickUpBribeMechanicAction).i1v = function () {
37512
37562
  return true;
37513
37563
  };
37514
37564
  protoOf(PickUpBribeMechanicAction).toString = function () {
37515
- return 'PickUpBribeMechanicAction(whoGotBribePlayerId=' + this.u46_1 + ', numberOfBribe=' + this.v46_1 + ', canNextPlayerTakeAllCards=' + this.w46_1 + ', aid=' + this.x46_1 + ')';
37565
+ return 'PickUpBribeMechanicAction(whoGotBribePlayerId=' + this.v46_1 + ', numberOfBribe=' + this.w46_1 + ', canNextPlayerTakeAllCards=' + this.x46_1 + ', aid=' + this.y46_1 + ')';
37516
37566
  };
37517
37567
  protoOf(PickUpBribeMechanicAction).hashCode = function () {
37518
- var result = getStringHashCode(this.u46_1);
37519
- result = imul(result, 31) + this.v46_1 | 0;
37520
- result = imul(result, 31) + getBooleanHashCode(this.w46_1) | 0;
37521
- result = imul(result, 31) + (this.x46_1 == null ? 0 : getStringHashCode(this.x46_1)) | 0;
37568
+ var result = getStringHashCode(this.v46_1);
37569
+ result = imul(result, 31) + this.w46_1 | 0;
37570
+ result = imul(result, 31) + getBooleanHashCode(this.x46_1) | 0;
37571
+ result = imul(result, 31) + (this.y46_1 == null ? 0 : getStringHashCode(this.y46_1)) | 0;
37522
37572
  return result;
37523
37573
  };
37524
37574
  protoOf(PickUpBribeMechanicAction).equals = function (other) {
@@ -37526,36 +37576,36 @@
37526
37576
  return true;
37527
37577
  if (!(other instanceof PickUpBribeMechanicAction))
37528
37578
  return false;
37529
- if (!(this.u46_1 === other.u46_1))
37530
- return false;
37531
37579
  if (!(this.v46_1 === other.v46_1))
37532
37580
  return false;
37533
37581
  if (!(this.w46_1 === other.w46_1))
37534
37582
  return false;
37535
- if (!(this.x46_1 == other.x46_1))
37583
+ if (!(this.x46_1 === other.x46_1))
37584
+ return false;
37585
+ if (!(this.y46_1 == other.y46_1))
37536
37586
  return false;
37537
37587
  return true;
37538
37588
  };
37539
37589
  function TakeAllRemainingCardsMechanicAction(currentTurnPlayerId, playersCards, aid) {
37540
37590
  aid = aid === VOID ? null : aid;
37541
37591
  MechanicAction.call(this);
37542
- this.y46_1 = currentTurnPlayerId;
37543
- this.z46_1 = playersCards;
37544
- this.a47_1 = aid;
37592
+ this.z46_1 = currentTurnPlayerId;
37593
+ this.a47_1 = playersCards;
37594
+ this.b47_1 = aid;
37545
37595
  }
37546
- protoOf(TakeAllRemainingCardsMechanicAction).u42 = function () {
37547
- return this.a47_1;
37596
+ protoOf(TakeAllRemainingCardsMechanicAction).v42 = function () {
37597
+ return this.b47_1;
37548
37598
  };
37549
37599
  protoOf(TakeAllRemainingCardsMechanicAction).i1p = function () {
37550
- return this.y46_1;
37600
+ return this.z46_1;
37551
37601
  };
37552
37602
  protoOf(TakeAllRemainingCardsMechanicAction).toString = function () {
37553
- return 'TakeAllRemainingCardsMechanicAction(currentTurnPlayerId=' + this.y46_1 + ', playersCards=' + toString(this.z46_1) + ', aid=' + this.a47_1 + ')';
37603
+ return 'TakeAllRemainingCardsMechanicAction(currentTurnPlayerId=' + this.z46_1 + ', playersCards=' + toString(this.a47_1) + ', aid=' + this.b47_1 + ')';
37554
37604
  };
37555
37605
  protoOf(TakeAllRemainingCardsMechanicAction).hashCode = function () {
37556
- var result = getStringHashCode(this.y46_1);
37557
- result = imul(result, 31) + hashCode(this.z46_1) | 0;
37558
- result = imul(result, 31) + (this.a47_1 == null ? 0 : getStringHashCode(this.a47_1)) | 0;
37606
+ var result = getStringHashCode(this.z46_1);
37607
+ result = imul(result, 31) + hashCode(this.a47_1) | 0;
37608
+ result = imul(result, 31) + (this.b47_1 == null ? 0 : getStringHashCode(this.b47_1)) | 0;
37559
37609
  return result;
37560
37610
  };
37561
37611
  protoOf(TakeAllRemainingCardsMechanicAction).equals = function (other) {
@@ -37563,32 +37613,32 @@
37563
37613
  return true;
37564
37614
  if (!(other instanceof TakeAllRemainingCardsMechanicAction))
37565
37615
  return false;
37566
- if (!(this.y46_1 === other.y46_1))
37616
+ if (!(this.z46_1 === other.z46_1))
37567
37617
  return false;
37568
- if (!equals(this.z46_1, other.z46_1))
37618
+ if (!equals(this.a47_1, other.a47_1))
37569
37619
  return false;
37570
- if (!(this.a47_1 == other.a47_1))
37620
+ if (!(this.b47_1 == other.b47_1))
37571
37621
  return false;
37572
37622
  return true;
37573
37623
  };
37574
37624
  function WinnerCombinationsMechanicAction(winnerCombinations, aid) {
37575
37625
  aid = aid === VOID ? null : aid;
37576
37626
  MechanicAction.call(this);
37577
- this.b47_1 = winnerCombinations;
37578
- this.c47_1 = aid;
37627
+ this.c47_1 = winnerCombinations;
37628
+ this.d47_1 = aid;
37579
37629
  }
37580
- protoOf(WinnerCombinationsMechanicAction).u42 = function () {
37581
- return this.c47_1;
37630
+ protoOf(WinnerCombinationsMechanicAction).v42 = function () {
37631
+ return this.d47_1;
37582
37632
  };
37583
37633
  protoOf(WinnerCombinationsMechanicAction).i1v = function () {
37584
37634
  return true;
37585
37635
  };
37586
37636
  protoOf(WinnerCombinationsMechanicAction).toString = function () {
37587
- return 'WinnerCombinationsMechanicAction(winnerCombinations=' + toString(this.b47_1) + ', aid=' + this.c47_1 + ')';
37637
+ return 'WinnerCombinationsMechanicAction(winnerCombinations=' + toString(this.c47_1) + ', aid=' + this.d47_1 + ')';
37588
37638
  };
37589
37639
  protoOf(WinnerCombinationsMechanicAction).hashCode = function () {
37590
- var result = hashCode(this.b47_1);
37591
- result = imul(result, 31) + (this.c47_1 == null ? 0 : getStringHashCode(this.c47_1)) | 0;
37640
+ var result = hashCode(this.c47_1);
37641
+ result = imul(result, 31) + (this.d47_1 == null ? 0 : getStringHashCode(this.d47_1)) | 0;
37592
37642
  return result;
37593
37643
  };
37594
37644
  protoOf(WinnerCombinationsMechanicAction).equals = function (other) {
@@ -37596,27 +37646,27 @@
37596
37646
  return true;
37597
37647
  if (!(other instanceof WinnerCombinationsMechanicAction))
37598
37648
  return false;
37599
- if (!equals(this.b47_1, other.b47_1))
37649
+ if (!equals(this.c47_1, other.c47_1))
37600
37650
  return false;
37601
- if (!(this.c47_1 == other.c47_1))
37651
+ if (!(this.d47_1 == other.d47_1))
37602
37652
  return false;
37603
37653
  return true;
37604
37654
  };
37605
37655
  function ErrorAction(error, aid) {
37606
37656
  aid = aid === VOID ? null : aid;
37607
37657
  MechanicAction.call(this);
37608
- this.d47_1 = error;
37609
- this.e47_1 = aid;
37658
+ this.e47_1 = error;
37659
+ this.f47_1 = aid;
37610
37660
  }
37611
- protoOf(ErrorAction).u42 = function () {
37612
- return this.e47_1;
37661
+ protoOf(ErrorAction).v42 = function () {
37662
+ return this.f47_1;
37613
37663
  };
37614
37664
  protoOf(ErrorAction).toString = function () {
37615
- return 'ErrorAction(error=' + this.d47_1.toString() + ', aid=' + this.e47_1 + ')';
37665
+ return 'ErrorAction(error=' + this.e47_1.toString() + ', aid=' + this.f47_1 + ')';
37616
37666
  };
37617
37667
  protoOf(ErrorAction).hashCode = function () {
37618
- var result = this.d47_1.hashCode();
37619
- result = imul(result, 31) + (this.e47_1 == null ? 0 : getStringHashCode(this.e47_1)) | 0;
37668
+ var result = this.e47_1.hashCode();
37669
+ result = imul(result, 31) + (this.f47_1 == null ? 0 : getStringHashCode(this.f47_1)) | 0;
37620
37670
  return result;
37621
37671
  };
37622
37672
  protoOf(ErrorAction).equals = function (other) {
@@ -37624,9 +37674,9 @@
37624
37674
  return true;
37625
37675
  if (!(other instanceof ErrorAction))
37626
37676
  return false;
37627
- if (!this.d47_1.equals(other.d47_1))
37677
+ if (!this.e47_1.equals(other.e47_1))
37628
37678
  return false;
37629
- if (!(this.e47_1 == other.e47_1))
37679
+ if (!(this.f47_1 == other.f47_1))
37630
37680
  return false;
37631
37681
  return true;
37632
37682
  };
@@ -38177,9 +38227,9 @@
38177
38227
  }
38178
38228
  }
38179
38229
  function GameHelperImpl(logger) {
38180
- this.i47_1 = logger;
38230
+ this.j47_1 = logger;
38181
38231
  }
38182
- protoOf(GameHelperImpl).f47 = function (store, playerIds, includeBots) {
38232
+ protoOf(GameHelperImpl).g47 = function (store, playerIds, includeBots) {
38183
38233
  var state = store.state;
38184
38234
  var tmp;
38185
38235
  if (!state.f2f()) {
@@ -38225,7 +38275,7 @@
38225
38275
  // Inline function 'kotlin.collections.toTypedArray' call
38226
38276
  return copyToArray(destination_1);
38227
38277
  };
38228
- protoOf(GameHelperImpl).g47 = function (store, playerIds, includeBots) {
38278
+ protoOf(GameHelperImpl).h47 = function (store, playerIds, includeBots) {
38229
38279
  var state = store.state;
38230
38280
  var tmp;
38231
38281
  if (!state.f2f()) {
@@ -38396,10 +38446,10 @@
38396
38446
  // Inline function 'kotlin.collections.toTypedArray' call
38397
38447
  return copyToArray(destination);
38398
38448
  };
38399
- protoOf(GameHelperImpl).h47 = function (mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) {
38449
+ protoOf(GameHelperImpl).i47 = function (mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) {
38400
38450
  var roomMode = mapToRoomMode(mode);
38401
38451
  var isEnableChoosePartnerScreen = (transition == null || transition.isEnableChoosePartnerScreen) && roomMode.isEnableChoosePartnerScreen;
38402
- this.i47_1.v(VOID, 'createConfig: ' + ('mode = ' + roomMode.toString() + ', ') + ('transition = ' + toString_0(transition) + ', ') + ('isPrivate = ' + isPrivate + ', ') + ('dealerStrategy = ' + dealerStrategy + ', ') + ('league = ' + league + ', ') + ('isEnableChoosePartnerScreen = ' + isEnableChoosePartnerScreen + ' '));
38452
+ this.j47_1.v(VOID, 'createConfig: ' + ('mode = ' + roomMode.toString() + ', ') + ('transition = ' + toString_0(transition) + ', ') + ('isPrivate = ' + isPrivate + ', ') + ('dealerStrategy = ' + dealerStrategy + ', ') + ('league = ' + league + ', ') + ('isEnableChoosePartnerScreen = ' + isEnableChoosePartnerScreen + ' '));
38403
38453
  var options = Companion_instance_155.getServerOptions(isEnableChat, isBotsEnabled, isEnableChoosePartnerScreen);
38404
38454
  var playersMode = this.mapPlayers(players);
38405
38455
  var pointsMode = this.mapPoints(points);
@@ -38867,40 +38917,40 @@
38867
38917
  function getRandomAvatarData_0($this) {
38868
38918
  var avatarSetNumber = Default_getInstance().td(get_entries_5().c1());
38869
38919
  var avatarSet = get_entries_5().d1(avatarSetNumber);
38870
- return new AvatarData(Default_getInstance().td(avatarSet.o47()), avatarSet);
38920
+ return new AvatarData(Default_getInstance().td(avatarSet.p47()), avatarSet);
38871
38921
  }
38872
38922
  function getAvatarUrlByIndex($this, data) {
38873
38923
  return mapToPattern($this, data);
38874
38924
  }
38875
38925
  function getNicknameByIndex($this, data) {
38876
- return data.q47_1.r47(data.p47_1);
38926
+ return data.r47_1.s47(data.q47_1);
38877
38927
  }
38878
38928
  function mapToPattern($this, data) {
38879
- return 'debertz://raspberry.games/' + data.q47_1.x2_1 + '/' + data.p47_1;
38929
+ return 'debertz://raspberry.games/' + data.r47_1.x2_1 + '/' + data.q47_1;
38880
38930
  }
38881
38931
  function Companion_162() {
38882
38932
  Companion_instance_166 = this;
38883
- this.s47_1 = 'debertz://raspberry.games';
38933
+ this.t47_1 = 'debertz://raspberry.games';
38884
38934
  var tmp = this;
38885
38935
  // Inline function 'kotlin.arrayOf' call
38886
38936
  // Inline function 'kotlin.js.unsafeCast' call
38887
38937
  // Inline function 'kotlin.js.asDynamic' call
38888
- tmp.t47_1 = ['Helen', 'Kelvin', 'Josh', 'Cler', 'Anna', 'Emily', 'Tom', 'Peter', 'Kate', 'Lucy', 'Bob', 'Holly', 'Alex', 'Mark', 'Sarah', 'Naomi'];
38938
+ tmp.u47_1 = ['Helen', 'Kelvin', 'Josh', 'Cler', 'Anna', 'Emily', 'Tom', 'Peter', 'Kate', 'Lucy', 'Bob', 'Holly', 'Alex', 'Mark', 'Sarah', 'Naomi'];
38889
38939
  var tmp_0 = this;
38890
38940
  // Inline function 'kotlin.arrayOf' call
38891
38941
  // Inline function 'kotlin.js.unsafeCast' call
38892
38942
  // Inline function 'kotlin.js.asDynamic' call
38893
- tmp_0.u47_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'];
38943
+ tmp_0.v47_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'];
38894
38944
  var tmp_1 = this;
38895
38945
  // Inline function 'kotlin.arrayOf' call
38896
38946
  // Inline function 'kotlin.js.unsafeCast' call
38897
38947
  // Inline function 'kotlin.js.asDynamic' call
38898
- tmp_1.v47_1 = ['Fedya', 'Shurik', 'Student', 'Student girl', 'District policeman', 'George', 'Zina', 'Shuller', 'Tanya', 'Katerina', 'Innocent', 'Lyolik', 'Nina', 'Experienced', 'Jigid', 'Just a Tsar'];
38948
+ tmp_1.w47_1 = ['Fedya', 'Shurik', 'Student', 'Student girl', 'District policeman', 'George', 'Zina', 'Shuller', 'Tanya', 'Katerina', 'Innocent', 'Lyolik', 'Nina', 'Experienced', 'Jigid', 'Just a Tsar'];
38899
38949
  var tmp_2 = this;
38900
38950
  // Inline function 'kotlin.arrayOf' call
38901
38951
  // Inline function 'kotlin.js.unsafeCast' call
38902
38952
  // Inline function 'kotlin.js.asDynamic' call
38903
- tmp_2.w47_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'];
38953
+ tmp_2.x47_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'];
38904
38954
  }
38905
38955
  var Companion_instance_166;
38906
38956
  function Companion_getInstance_169() {
@@ -38911,14 +38961,14 @@
38911
38961
  function AvatarSet(name, ordinal) {
38912
38962
  Enum.call(this, name, ordinal);
38913
38963
  }
38914
- protoOf(AvatarSet).o47 = function () {
38964
+ protoOf(AvatarSet).p47 = function () {
38915
38965
  var tmp;
38916
38966
  switch (this.x2_1) {
38917
38967
  case 0:
38918
- tmp = Companion_getInstance_169().u47_1.length;
38968
+ tmp = Companion_getInstance_169().v47_1.length;
38919
38969
  break;
38920
38970
  case 1:
38921
- tmp = Companion_getInstance_169().w47_1.length;
38971
+ tmp = Companion_getInstance_169().x47_1.length;
38922
38972
  break;
38923
38973
  default:
38924
38974
  noWhenBranchMatchedException();
@@ -38926,14 +38976,14 @@
38926
38976
  }
38927
38977
  return tmp;
38928
38978
  };
38929
- protoOf(AvatarSet).r47 = function (index) {
38979
+ protoOf(AvatarSet).s47 = function (index) {
38930
38980
  var tmp;
38931
38981
  switch (this.x2_1) {
38932
38982
  case 0:
38933
- tmp = Companion_getInstance_169().u47_1[index];
38983
+ tmp = Companion_getInstance_169().v47_1[index];
38934
38984
  break;
38935
38985
  case 1:
38936
- tmp = Companion_getInstance_169().w47_1[index];
38986
+ tmp = Companion_getInstance_169().x47_1[index];
38937
38987
  break;
38938
38988
  default:
38939
38989
  noWhenBranchMatchedException();
@@ -38942,8 +38992,8 @@
38942
38992
  return tmp;
38943
38993
  };
38944
38994
  function AvatarData(index, avatarSet) {
38945
- this.p47_1 = index;
38946
- this.q47_1 = avatarSet;
38995
+ this.q47_1 = index;
38996
+ this.r47_1 = avatarSet;
38947
38997
  }
38948
38998
  function AvatarSet_ORIGIN_getInstance() {
38949
38999
  AvatarSet_initEntries();
@@ -38956,7 +39006,7 @@
38956
39006
  function GameResourcesImpl() {
38957
39007
  Companion_getInstance_169();
38958
39008
  }
38959
- protoOf(GameResourcesImpl).l47 = function (playerId, existingNicknames) {
39009
+ protoOf(GameResourcesImpl).m47 = function (playerId, existingNicknames) {
38960
39010
  return createUser(this, playerId, existingNicknames);
38961
39011
  };
38962
39012
  protoOf(GameResourcesImpl).createBotUsers = function (playerIds) {
@@ -38997,45 +39047,45 @@
38997
39047
  }
38998
39048
  var WARN;
38999
39049
  function LoggerCallbacksWrapperLoggerOutput(loggerCallback) {
39000
- this.x47_1 = loggerCallback;
39050
+ this.y47_1 = loggerCallback;
39001
39051
  }
39002
39052
  protoOf(LoggerCallbacksWrapperLoggerOutput).s14 = function (tag, message, payload) {
39003
- this.x47_1('debug', tag, message, null, payload);
39053
+ this.y47_1('debug', tag, message, null, payload);
39004
39054
  };
39005
39055
  protoOf(LoggerCallbacksWrapperLoggerOutput).t14 = function (tag, message, exception, payload) {
39006
- this.x47_1('error', tag, generateMsg(message, exception), exception, payload);
39056
+ this.y47_1('error', tag, generateMsg(message, exception), exception, payload);
39007
39057
  };
39008
39058
  protoOf(LoggerCallbacksWrapperLoggerOutput).w14 = function (tag, message, payload) {
39009
- this.x47_1('debug', tag, message, null, payload);
39059
+ this.y47_1('debug', tag, message, null, payload);
39010
39060
  };
39011
39061
  protoOf(LoggerCallbacksWrapperLoggerOutput).v14 = function (tag, message, exception, payload) {
39012
- this.x47_1('debug', tag, generateMsg(message, exception), exception, payload);
39062
+ this.y47_1('debug', tag, generateMsg(message, exception), exception, payload);
39013
39063
  };
39014
39064
  protoOf(LoggerCallbacksWrapperLoggerOutput).u14 = function (tag, message, exception, payload) {
39015
- this.x47_1('warn', tag, generateMsg(message, exception), exception, payload);
39065
+ this.y47_1('warn', tag, generateMsg(message, exception), exception, payload);
39016
39066
  };
39017
39067
  function ParserHelper() {
39018
39068
  }
39019
39069
  function ParserHelperImpl(json, encoderDecoderProvider) {
39020
- this.y47_1 = json;
39021
- this.z47_1 = encoderDecoderProvider;
39070
+ this.z47_1 = json;
39071
+ this.a48_1 = encoderDecoderProvider;
39022
39072
  }
39023
39073
  protoOf(ParserHelperImpl).encodeFromClientEvent = function (action) {
39024
- return this.z47_1.g42(mapToDto_20(action));
39074
+ return this.a48_1.h42(mapToDto_20(action));
39025
39075
  };
39026
39076
  protoOf(ParserHelperImpl).decodeFromClientEvent = function (fromPlayerId, json) {
39027
- return mapFromDto_16(this.z47_1.j42(json), fromPlayerId);
39077
+ return mapFromDto_16(this.a48_1.k42(json), fromPlayerId);
39028
39078
  };
39029
39079
  protoOf(ParserHelperImpl).encodeToClientEvent = function (action) {
39030
- return this.z47_1.h42(mapToDto_80(action));
39080
+ return this.a48_1.i42(mapToDto_80(action));
39031
39081
  };
39032
39082
  protoOf(ParserHelperImpl).decodeToClientEventToMechanicActions = function (playerId, engine, json) {
39033
39083
  // Inline function 'kotlin.collections.toTypedArray' call
39034
- var this_0 = mapFromClientDtoListWithPayload(this.z47_1.k42(json), playerId, engine);
39084
+ var this_0 = mapFromClientDtoListWithPayload(this.a48_1.l42(json), playerId, engine);
39035
39085
  return copyToArray(this_0);
39036
39086
  };
39037
39087
  protoOf(ParserHelperImpl).encodeGameRound = function (round) {
39038
- var tmp0 = this.y47_1;
39088
+ var tmp0 = this.z47_1;
39039
39089
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
39040
39090
  var value = mapToDto_35(round);
39041
39091
  // Inline function 'kotlinx.serialization.serializer' call
@@ -39046,7 +39096,7 @@
39046
39096
  return tmp0.w23(tmp$ret$1, value);
39047
39097
  };
39048
39098
  protoOf(ParserHelperImpl).encodeGameRoundItems = function (round) {
39049
- var tmp0 = this.y47_1;
39099
+ var tmp0 = this.z47_1;
39050
39100
  // Inline function 'kotlin.collections.map' call
39051
39101
  var this_0 = round.items;
39052
39102
  // Inline function 'kotlin.collections.mapTo' call
@@ -39068,7 +39118,7 @@
39068
39118
  return tmp0.w23(tmp$ret$4, destination);
39069
39119
  };
39070
39120
  protoOf(ParserHelperImpl).encodeGameMetadata = function (metadata) {
39071
- var tmp0 = this.y47_1;
39121
+ var tmp0 = this.z47_1;
39072
39122
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
39073
39123
  var value = mapToDto_34(metadata);
39074
39124
  // Inline function 'kotlinx.serialization.serializer' call
@@ -39079,7 +39129,7 @@
39079
39129
  return tmp0.w23(tmp$ret$1, value);
39080
39130
  };
39081
39131
  protoOf(ParserHelperImpl).encodeRoomConfig = function (config) {
39082
- var tmp0 = this.y47_1;
39132
+ var tmp0 = this.z47_1;
39083
39133
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
39084
39134
  var value = mapToDto_65(config);
39085
39135
  // Inline function 'kotlinx.serialization.serializer' call
@@ -39090,7 +39140,7 @@
39090
39140
  return tmp0.w23(tmp$ret$1, value);
39091
39141
  };
39092
39142
  protoOf(ParserHelperImpl).encodeGameToRoomTransition = function (transition) {
39093
- var tmp0 = this.y47_1;
39143
+ var tmp0 = this.z47_1;
39094
39144
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
39095
39145
  var value = mapToDto_102(transition);
39096
39146
  // Inline function 'kotlinx.serialization.serializer' call
@@ -39102,7 +39152,7 @@
39102
39152
  };
39103
39153
  protoOf(ParserHelperImpl).decodeGameToRoomTransition = function (json) {
39104
39154
  // Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
39105
- var this_0 = this.y47_1;
39155
+ var this_0 = this.z47_1;
39106
39156
  // Inline function 'kotlinx.serialization.serializer' call
39107
39157
  var this_1 = this_0.jn();
39108
39158
  // Inline function 'kotlinx.serialization.internal.cast' call
@@ -39113,7 +39163,7 @@
39113
39163
  };
39114
39164
  protoOf(ParserHelperImpl).decodeTableStateWithActions = function (json) {
39115
39165
  // Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
39116
- var this_0 = this.y47_1;
39166
+ var this_0 = this.z47_1;
39117
39167
  // Inline function 'kotlinx.serialization.serializer' call
39118
39168
  var this_1 = this_0.jn();
39119
39169
  // Inline function 'kotlinx.serialization.internal.cast' call
@@ -39123,7 +39173,7 @@
39123
39173
  return mapFromDto_103(tmp$ret$2);
39124
39174
  };
39125
39175
  protoOf(ParserHelperImpl).encodeTableStateWithActions = function (table) {
39126
- var tmp0 = this.y47_1;
39176
+ var tmp0 = this.z47_1;
39127
39177
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
39128
39178
  var value = mapToDto_133(table);
39129
39179
  // Inline function 'kotlinx.serialization.serializer' call
@@ -39134,11 +39184,11 @@
39134
39184
  return tmp0.w23(tmp$ret$1, value);
39135
39185
  };
39136
39186
  protoOf(ParserHelperImpl).decodeTableLite = function (json) {
39137
- return mapFromDto_70(this.z47_1.i42(json));
39187
+ return mapFromDto_70(this.a48_1.j42(json));
39138
39188
  };
39139
39189
  protoOf(ParserHelperImpl).decodeFullGameHistoryToTableLite = function (json, round) {
39140
39190
  // Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
39141
- var this_0 = this.y47_1;
39191
+ var this_0 = this.z47_1;
39142
39192
  // Inline function 'kotlinx.serialization.serializer' call
39143
39193
  var this_1 = this_0.jn();
39144
39194
  // Inline function 'kotlinx.serialization.internal.cast' call
@@ -39151,8 +39201,8 @@
39151
39201
  function RatingHelper() {
39152
39202
  }
39153
39203
  function RatingHelperImpl(json, userRatingInteractor) {
39154
- this.a48_1 = json;
39155
- this.b48_1 = userRatingInteractor;
39204
+ this.b48_1 = json;
39205
+ this.c48_1 = userRatingInteractor;
39156
39206
  }
39157
39207
  protoOf(RatingHelperImpl).getBotRatingRange = function (league, leaguesConfig) {
39158
39208
  var maxRatingFactor = 0.3;
@@ -39179,16 +39229,16 @@
39179
39229
  return valueOf_0(tmp$ret$1);
39180
39230
  };
39181
39231
  protoOf(RatingHelperImpl).isValidRatingForLeague = function (league, rating, leaguesConfig) {
39182
- return this.b48_1.o42(league, rating, leaguesConfig);
39232
+ return this.c48_1.p42(league, rating, leaguesConfig);
39183
39233
  };
39184
39234
  protoOf(RatingHelperImpl).mapRatingToLeague = function (rating, leaguesConfig) {
39185
- return this.b48_1.p42(rating, leaguesConfig);
39235
+ return this.c48_1.q42(rating, leaguesConfig);
39186
39236
  };
39187
39237
  protoOf(RatingHelperImpl).getLeaguesConfig = function () {
39188
39238
  return Companion_instance_9.defaultConfig();
39189
39239
  };
39190
39240
  protoOf(RatingHelperImpl).getLeaguesConfigJson = function () {
39191
- var tmp0 = this.a48_1;
39241
+ var tmp0 = this.b48_1;
39192
39242
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
39193
39243
  var value = mapToDto_48(Companion_instance_9.defaultConfig());
39194
39244
  // Inline function 'kotlinx.serialization.serializer' call
@@ -39201,14 +39251,14 @@
39201
39251
  protoOf(RatingHelperImpl).decodeGameSettings = function (json) {
39202
39252
  var defaultConfig = Companion_instance_9.defaultConfig();
39203
39253
  // Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
39204
- var this_0 = this.a48_1;
39254
+ var this_0 = this.b48_1;
39205
39255
  // Inline function 'kotlinx.serialization.serializer' call
39206
39256
  var this_1 = this_0.jn();
39207
39257
  // Inline function 'kotlinx.serialization.internal.cast' call
39208
39258
  var this_2 = serializer(this_1, createKType(getKClass(EngineSettingsDto), arrayOf([]), false));
39209
39259
  var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
39210
39260
  var settingsDto = this_0.x23(tmp$ret$1, json);
39211
- var tmp0 = this.a48_1;
39261
+ var tmp0 = this.b48_1;
39212
39262
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
39213
39263
  var value = settingsDto.p34_1;
39214
39264
  // Inline function 'kotlinx.serialization.serializer' call
@@ -39220,7 +39270,7 @@
39220
39270
  return mapFromDto_47(settingsDto.s34(VOID, tmp$ret$5), defaultConfig);
39221
39271
  };
39222
39272
  protoOf(RatingHelperImpl).encodeGameSettings = function (engineSettings) {
39223
- var tmp0 = this.a48_1;
39273
+ var tmp0 = this.b48_1;
39224
39274
  // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
39225
39275
  var value = mapToDto_51(engineSettings);
39226
39276
  // Inline function 'kotlinx.serialization.serializer' call
@@ -39339,14 +39389,14 @@
39339
39389
  return new GameResourcesImpl();
39340
39390
  }
39341
39391
  function _get_logger__rkp4sl($this) {
39342
- var tmp0 = $this.d48_1;
39392
+ var tmp0 = $this.e48_1;
39343
39393
  var tmp = KProperty1;
39344
39394
  // Inline function 'kotlin.getValue' call
39345
39395
  getPropertyCallableRef('logger', 1, tmp, EngineHelpersFactory$_get_logger_$ref_np7wt5(), null);
39346
39396
  return tmp0.j2();
39347
39397
  }
39348
39398
  function _get_di__ndbzja($this) {
39349
- var tmp0 = $this.e48_1;
39399
+ var tmp0 = $this.f48_1;
39350
39400
  var tmp = KProperty1;
39351
39401
  // Inline function 'kotlin.getValue' call
39352
39402
  getPropertyCallableRef('di', 1, tmp, EngineHelpersFactory$_get_di_$ref_w4qz4i(), null);
@@ -39355,11 +39405,11 @@
39355
39405
  function EngineHelpersFactory$logger$delegate$lambda(this$0) {
39356
39406
  return function () {
39357
39407
  var tmp;
39358
- if (this$0.c48_1 == null) {
39408
+ if (this$0.d48_1 == null) {
39359
39409
  tmp = null;
39360
39410
  } else {
39361
39411
  // Inline function 'kotlin.let' call
39362
- tmp = new CombinedRaspberryLogger(mutableListOf([new LoggerCallbacksWrapperLoggerOutput(this$0.c48_1)]));
39412
+ tmp = new CombinedRaspberryLogger(mutableListOf([new LoggerCallbacksWrapperLoggerOutput(this$0.d48_1)]));
39363
39413
  }
39364
39414
  var tmp1_elvis_lhs = tmp;
39365
39415
  return tmp1_elvis_lhs == null ? new PlatformRaspberryLogger() : tmp1_elvis_lhs;
@@ -39449,11 +39499,11 @@
39449
39499
  }
39450
39500
  function EngineHelpersFactory(loggerCallback) {
39451
39501
  loggerCallback = loggerCallback === VOID ? null : loggerCallback;
39452
- this.c48_1 = loggerCallback;
39502
+ this.d48_1 = loggerCallback;
39453
39503
  var tmp = this;
39454
- tmp.d48_1 = lazy_0(EngineHelpersFactory$logger$delegate$lambda(this));
39504
+ tmp.e48_1 = lazy_0(EngineHelpersFactory$logger$delegate$lambda(this));
39455
39505
  var tmp_0 = this;
39456
- tmp_0.e48_1 = lazy_0(EngineHelpersFactory$di$delegate$lambda(this));
39506
+ tmp_0.f48_1 = lazy_0(EngineHelpersFactory$di$delegate$lambda(this));
39457
39507
  var tmp_1 = this;
39458
39508
  // Inline function 'org.kodein.di.instance' call
39459
39509
  var this_0 = _get_di__ndbzja(this);
@@ -39462,7 +39512,7 @@
39462
39512
  var tmp$ret$0 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
39463
39513
  var tmp_3 = Instance(this_0, tmp$ret$0, null);
39464
39514
  var tmp_4 = KProperty1;
39465
- tmp_1.f48_1 = tmp_3.m23(this, getPropertyCallableRef('ratingHelper', 1, tmp_4, EngineHelpersFactory$_get_ratingHelper_$ref_pl08ks(), null));
39515
+ tmp_1.g48_1 = tmp_3.m23(this, getPropertyCallableRef('ratingHelper', 1, tmp_4, EngineHelpersFactory$_get_ratingHelper_$ref_pl08ks(), null));
39466
39516
  var tmp_5 = this;
39467
39517
  // Inline function 'org.kodein.di.instance' call
39468
39518
  var this_1 = _get_di__ndbzja(this);
@@ -39471,7 +39521,7 @@
39471
39521
  var tmp$ret$2 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
39472
39522
  var tmp_7 = Instance(this_1, tmp$ret$2, null);
39473
39523
  var tmp_8 = KProperty1;
39474
- tmp_5.g48_1 = tmp_7.m23(this, getPropertyCallableRef('parserHelper', 1, tmp_8, EngineHelpersFactory$_get_parserHelper_$ref_egvg46(), null));
39524
+ tmp_5.h48_1 = tmp_7.m23(this, getPropertyCallableRef('parserHelper', 1, tmp_8, EngineHelpersFactory$_get_parserHelper_$ref_egvg46(), null));
39475
39525
  var tmp_9 = this;
39476
39526
  // Inline function 'org.kodein.di.instance' call
39477
39527
  var this_2 = _get_di__ndbzja(this);
@@ -39480,7 +39530,7 @@
39480
39530
  var tmp$ret$4 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
39481
39531
  var tmp_11 = Instance(this_2, tmp$ret$4, null);
39482
39532
  var tmp_12 = KProperty1;
39483
- tmp_9.h48_1 = tmp_11.m23(this, getPropertyCallableRef('gameHelper', 1, tmp_12, EngineHelpersFactory$_get_gameHelper_$ref_7u8j93(), null));
39533
+ tmp_9.i48_1 = tmp_11.m23(this, getPropertyCallableRef('gameHelper', 1, tmp_12, EngineHelpersFactory$_get_gameHelper_$ref_7u8j93(), null));
39484
39534
  var tmp_13 = this;
39485
39535
  // Inline function 'org.kodein.di.instance' call
39486
39536
  var this_3 = _get_di__ndbzja(this);
@@ -39489,31 +39539,31 @@
39489
39539
  var tmp$ret$6 = isInterface(tmp_14, TypeToken) ? tmp_14 : THROW_CCE();
39490
39540
  var tmp_15 = Instance(this_3, tmp$ret$6, null);
39491
39541
  var tmp_16 = KProperty1;
39492
- tmp_13.i48_1 = tmp_15.m23(this, getPropertyCallableRef('gameResources', 1, tmp_16, EngineHelpersFactory$_get_gameResources_$ref_kynd2o(), null));
39542
+ tmp_13.j48_1 = tmp_15.m23(this, getPropertyCallableRef('gameResources', 1, tmp_16, EngineHelpersFactory$_get_gameResources_$ref_kynd2o(), null));
39493
39543
  }
39494
- protoOf(EngineHelpersFactory).j48 = function () {
39495
- var tmp0 = this.f48_1;
39544
+ protoOf(EngineHelpersFactory).k48 = function () {
39545
+ var tmp0 = this.g48_1;
39496
39546
  var tmp = KProperty1;
39497
39547
  // Inline function 'kotlin.getValue' call
39498
39548
  getPropertyCallableRef('ratingHelper', 1, tmp, EngineHelpersFactory$_get_ratingHelper_$ref_pl08ks_0(), null);
39499
39549
  return tmp0.j2();
39500
39550
  };
39501
- protoOf(EngineHelpersFactory).k48 = function () {
39502
- var tmp0 = this.g48_1;
39551
+ protoOf(EngineHelpersFactory).l48 = function () {
39552
+ var tmp0 = this.h48_1;
39503
39553
  var tmp = KProperty1;
39504
39554
  // Inline function 'kotlin.getValue' call
39505
39555
  getPropertyCallableRef('parserHelper', 1, tmp, EngineHelpersFactory$_get_parserHelper_$ref_egvg46_0(), null);
39506
39556
  return tmp0.j2();
39507
39557
  };
39508
- protoOf(EngineHelpersFactory).l48 = function () {
39509
- var tmp0 = this.h48_1;
39558
+ protoOf(EngineHelpersFactory).m48 = function () {
39559
+ var tmp0 = this.i48_1;
39510
39560
  var tmp = KProperty1;
39511
39561
  // Inline function 'kotlin.getValue' call
39512
39562
  getPropertyCallableRef('gameHelper', 1, tmp, EngineHelpersFactory$_get_gameHelper_$ref_7u8j93_0(), null);
39513
39563
  return tmp0.j2();
39514
39564
  };
39515
- protoOf(EngineHelpersFactory).m48 = function () {
39516
- var tmp0 = this.i48_1;
39565
+ protoOf(EngineHelpersFactory).n48 = function () {
39566
+ var tmp0 = this.j48_1;
39517
39567
  var tmp = KProperty1;
39518
39568
  // Inline function 'kotlin.getValue' call
39519
39569
  getPropertyCallableRef('gameResources', 1, tmp, EngineHelpersFactory$_get_gameResources_$ref_kynd2o_0(), null);
@@ -39523,10 +39573,10 @@
39523
39573
  this.min = min;
39524
39574
  this.max = max;
39525
39575
  }
39526
- protoOf(BotRatingRange).n48 = function () {
39576
+ protoOf(BotRatingRange).o48 = function () {
39527
39577
  return this.min;
39528
39578
  };
39529
- protoOf(BotRatingRange).o48 = function () {
39579
+ protoOf(BotRatingRange).p48 = function () {
39530
39580
  return this.max;
39531
39581
  };
39532
39582
  protoOf(BotRatingRange).pc = function () {
@@ -39535,13 +39585,13 @@
39535
39585
  protoOf(BotRatingRange).qc = function () {
39536
39586
  return this.max;
39537
39587
  };
39538
- protoOf(BotRatingRange).p48 = function (min, max) {
39588
+ protoOf(BotRatingRange).q48 = function (min, max) {
39539
39589
  return new BotRatingRange(min, max);
39540
39590
  };
39541
39591
  protoOf(BotRatingRange).copy = function (min, max, $super) {
39542
39592
  min = min === VOID ? this.min : min;
39543
39593
  max = max === VOID ? this.max : max;
39544
- return $super === VOID ? this.p48(min, max) : $super.p48.call(this, min, max);
39594
+ return $super === VOID ? this.q48(min, max) : $super.q48.call(this, min, max);
39545
39595
  };
39546
39596
  protoOf(BotRatingRange).toString = function () {
39547
39597
  return 'BotRatingRange(min=' + this.min + ', max=' + this.max + ')';
@@ -40051,21 +40101,22 @@
40051
40101
  defineProp(protoOf(BotIntelligenceLevel), 'ordinal', protoOf(BotIntelligenceLevel).y2);
40052
40102
  defineProp(protoOf(Config), 'playerHandCardsSize', protoOf(Config).k40);
40053
40103
  defineProp(protoOf(PlayersMode), 'isTeamGame', protoOf(PlayersMode).x40);
40104
+ defineProp(protoOf(PlayersMode), 'shortName', protoOf(PlayersMode).y40);
40054
40105
  defineProp(protoOf(PlayersMode), 'count', protoOf(PlayersMode).u15);
40055
40106
  defineProp(protoOf(PlayersMode), 'name', protoOf(PlayersMode).m);
40056
40107
  defineProp(protoOf(PlayersMode), 'ordinal', protoOf(PlayersMode).y2);
40057
40108
  defineProp(protoOf(PointsMode), 'name', protoOf(PointsMode).m);
40058
40109
  defineProp(protoOf(PointsMode), 'ordinal', protoOf(PointsMode).y2);
40059
- defineProp(protoOf(RoomMode), 'shufflePlayers', protoOf(RoomMode).c41);
40060
- defineProp(protoOf(RoomMode), 'hasRatingSupport', protoOf(RoomMode).d41);
40110
+ defineProp(protoOf(RoomMode), 'shufflePlayers', protoOf(RoomMode).d41);
40111
+ defineProp(protoOf(RoomMode), 'hasRatingSupport', protoOf(RoomMode).e41);
40061
40112
  defineProp(protoOf(RoomMode), 'isEnableChoosePartnerScreen', protoOf(RoomMode).v40);
40062
40113
  defineProp(protoOf(RoomMode), 'name', protoOf(RoomMode).m);
40063
40114
  defineProp(protoOf(RoomMode), 'ordinal', protoOf(RoomMode).y2);
40064
- defineProp(protoOf(GameHistory), 'date', protoOf(GameHistory).j41);
40065
- defineProp(protoOf(GameHistory), 'lastRoundHistory', protoOf(GameHistory).k41);
40066
- defineProp(protoOf(GameHistory), 'isFirstRound', protoOf(GameHistory).l41);
40067
- defineProp(protoOf(GameHistory), 'roundsCount', protoOf(GameHistory).m41);
40068
- defineProp(protoOf(RoundHistory), 'contractStateName', protoOf(RoundHistory).w41);
40115
+ defineProp(protoOf(GameHistory), 'date', protoOf(GameHistory).k41);
40116
+ defineProp(protoOf(GameHistory), 'lastRoundHistory', protoOf(GameHistory).l41);
40117
+ defineProp(protoOf(GameHistory), 'isFirstRound', protoOf(GameHistory).m41);
40118
+ defineProp(protoOf(GameHistory), 'roundsCount', protoOf(GameHistory).n41);
40119
+ defineProp(protoOf(RoundHistory), 'contractStateName', protoOf(RoundHistory).x41);
40069
40120
  defineProp(protoOf(RoundHistoryItem), 'createdAt', function () {
40070
40121
  return this.j2j();
40071
40122
  });
@@ -40090,10 +40141,10 @@
40090
40141
  defineProp(protoOf(PlayerConnectionItem), 'playerId', function () {
40091
40142
  return this.i1p();
40092
40143
  });
40093
- defineProp(protoOf(Round), 'isInitial', protoOf(Round).a42);
40094
- defineProp(protoOf(Round), 'selectedTrump', protoOf(Round).b42);
40095
- defineProp(protoOf(Round), 'numberOfBribeOrZero', protoOf(Round).c42);
40096
- defineProp(protoOf(Round), 'nextBribeNumber', protoOf(Round).d42);
40144
+ defineProp(protoOf(Round), 'isInitial', protoOf(Round).b42);
40145
+ defineProp(protoOf(Round), 'selectedTrump', protoOf(Round).c42);
40146
+ defineProp(protoOf(Round), 'numberOfBribeOrZero', protoOf(Round).d42);
40147
+ defineProp(protoOf(Round), 'nextBribeNumber', protoOf(Round).e42);
40097
40148
  defineProp(protoOf(DealerStrategy), 'name', protoOf(DealerStrategy).m);
40098
40149
  defineProp(protoOf(DealerStrategy), 'ordinal', protoOf(DealerStrategy).y2);
40099
40150
  protoOf(ClearAction).g1v = get_actionTag;
@@ -40106,7 +40157,7 @@
40106
40157
  return this.i1p();
40107
40158
  });
40108
40159
  defineProp(protoOf(FromClientAction), 'fromBot', function () {
40109
- return this.t42();
40160
+ return this.u42();
40110
40161
  });
40111
40162
  defineProp(protoOf(FromClientAction), 'actionTag', function () {
40112
40163
  return this.g1v();
@@ -40159,14 +40210,14 @@
40159
40210
  defineProp(protoOf(RequestedCardDecksFromClientAction), 'actionTag', function () {
40160
40211
  return this.g1v();
40161
40212
  });
40162
- defineProp(protoOf(ActionDeliveryPayload), 'excludePlayerOrNull', protoOf(ActionDeliveryPayload).y42);
40163
- defineProp(protoOf(ActionDeliveryPayload), 'sendToPlayerId', protoOf(ActionDeliveryPayload).z42);
40164
- defineProp(protoOf(ActionDeliveryPayload), 'excludePlayerId', protoOf(ActionDeliveryPayload).a43);
40213
+ defineProp(protoOf(ActionDeliveryPayload), 'excludePlayerOrNull', protoOf(ActionDeliveryPayload).z42);
40214
+ defineProp(protoOf(ActionDeliveryPayload), 'sendToPlayerId', protoOf(ActionDeliveryPayload).a43);
40215
+ defineProp(protoOf(ActionDeliveryPayload), 'excludePlayerId', protoOf(ActionDeliveryPayload).b43);
40165
40216
  defineProp(protoOf(ActionDeliveryType), 'name', protoOf(ActionDeliveryType).m);
40166
40217
  defineProp(protoOf(ActionDeliveryType), 'ordinal', protoOf(ActionDeliveryType).y2);
40167
40218
  protoOf(ToClientAction).g1v = get_actionTag;
40168
40219
  defineProp(protoOf(ToClientAction), 'deliveryPayload', function () {
40169
- return this.f43();
40220
+ return this.g43();
40170
40221
  });
40171
40222
  defineProp(protoOf(ToClientAction), 'actionTag', function () {
40172
40223
  return this.g1v();
@@ -40175,7 +40226,7 @@
40175
40226
  defineProp(protoOf(GameAction), 'actionTag', function () {
40176
40227
  return this.g1v();
40177
40228
  });
40178
- defineProp(protoOf(RoundStartedAction), 'roomModeString', protoOf(RoundStartedAction).i43);
40229
+ defineProp(protoOf(RoundStartedAction), 'roomModeString', protoOf(RoundStartedAction).j43);
40179
40230
  defineProp(protoOf(RoundStartedAction), 'actionTag', function () {
40180
40231
  return this.g1v();
40181
40232
  });
@@ -40189,26 +40240,26 @@
40189
40240
  });
40190
40241
  protoOf(RevengeRoomTransition).v40 = get_isEnableChoosePartnerScreen;
40191
40242
  defineProp(protoOf(RevengeRoomTransition), 'previousPlayers', function () {
40192
- return this.q43();
40243
+ return this.r43();
40193
40244
  });
40194
40245
  defineProp(protoOf(RevengeRoomTransition), 'readyPlayerIdsArray', function () {
40195
- return this.r43();
40246
+ return this.s43();
40196
40247
  });
40197
40248
  defineProp(protoOf(RevengeRoomTransition), 'isEnableChoosePartnerScreen', function () {
40198
40249
  return this.v40();
40199
40250
  });
40200
40251
  defineProp(protoOf(GameToRoomTransition), 'previousPlayers', function () {
40201
- return this.q43();
40252
+ return this.r43();
40202
40253
  });
40203
40254
  defineProp(protoOf(GameToRoomTransition), 'isEnableChoosePartnerScreen', function () {
40204
40255
  return this.v40();
40205
40256
  });
40206
40257
  defineProp(protoOf(GameToRoomTransition), 'readyPlayerIdsArray', function () {
40207
- return this.r43();
40258
+ return this.s43();
40208
40259
  });
40209
40260
  protoOf(MechanicAction).g1v = get_actionTag;
40210
40261
  defineProp(protoOf(MechanicAction), 'aid', function () {
40211
- return this.u42();
40262
+ return this.v42();
40212
40263
  });
40213
40264
  defineProp(protoOf(MechanicAction), 'actionTag', function () {
40214
40265
  return this.g1v();
@@ -40223,13 +40274,13 @@
40223
40274
  return this.u16();
40224
40275
  });
40225
40276
  defineProp(protoOf(StartGameMechanicAction), 'gameCreatorPlayerId', function () {
40226
- return this.v43();
40277
+ return this.w43();
40227
40278
  });
40228
40279
  defineProp(protoOf(StartGameMechanicAction), 'users', function () {
40229
40280
  return this.z3y();
40230
40281
  });
40231
40282
  defineProp(protoOf(StartGameMechanicAction), 'usersOrder', function () {
40232
- return this.w43();
40283
+ return this.x43();
40233
40284
  });
40234
40285
  defineProp(protoOf(StartGameMechanicAction), 'actionTag', function () {
40235
40286
  return this.g1v();
@@ -40245,10 +40296,10 @@
40245
40296
  return this.z3y();
40246
40297
  });
40247
40298
  defineProp(protoOf(ContinueGameMechanicAction), 'usersOrder', function () {
40248
- return this.w43();
40299
+ return this.x43();
40249
40300
  });
40250
40301
  defineProp(protoOf(ContinueGameMechanicAction), 'gameCreatorPlayerId', function () {
40251
- return this.v43();
40302
+ return this.w43();
40252
40303
  });
40253
40304
  defineProp(protoOf(ContinueGameMechanicAction), 'version', function () {
40254
40305
  return this.u16();
@@ -40267,7 +40318,7 @@
40267
40318
  return this.d3z();
40268
40319
  });
40269
40320
  defineProp(protoOf(FinishingGameMechanicAction), 'transition', function () {
40270
- return this.r42();
40321
+ return this.s42();
40271
40322
  });
40272
40323
  defineProp(protoOf(FinishingGameMechanicAction), 'actionTag', function () {
40273
40324
  return this.g1v();
@@ -40280,7 +40331,7 @@
40280
40331
  return this.d3z();
40281
40332
  });
40282
40333
  defineProp(protoOf(FinishGameMechanicAction), 'transition', function () {
40283
- return this.r42();
40334
+ return this.s42();
40284
40335
  });
40285
40336
  defineProp(protoOf(FinishGameMechanicAction), 'actionTag', function () {
40286
40337
  return this.g1v();
@@ -40292,7 +40343,7 @@
40292
40343
  return this.c2u();
40293
40344
  });
40294
40345
  defineProp(protoOf(SceneMechanicAction), 'actData', function () {
40295
- return this.w44();
40346
+ return this.x44();
40296
40347
  });
40297
40348
  defineProp(protoOf(SceneMechanicAction), 'playerId', function () {
40298
40349
  return this.i1p();
@@ -40304,14 +40355,14 @@
40304
40355
  protoOf(TeamsDataMechanicAction).i1v = manualExpectantHandling;
40305
40356
  protoOf(TeamsDataMechanicAction).k1v = get_isAutoStartTimer;
40306
40357
  defineProp(protoOf(TeamsDataMechanicAction), 'usersOrder', function () {
40307
- return this.w43();
40358
+ return this.x43();
40308
40359
  });
40309
40360
  defineProp(protoOf(TeamsDataMechanicAction), 'actionTag', function () {
40310
40361
  return this.g1v();
40311
40362
  });
40312
40363
  defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionChangedMechanicAction).n1r);
40313
40364
  defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionChangedMechanicAction).o1r);
40314
- defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'originState', protoOf(PlayerConnectionChangedMechanicAction).r45);
40365
+ defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'originState', protoOf(PlayerConnectionChangedMechanicAction).s45);
40315
40366
  defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isDeleted', protoOf(PlayerConnectionChangedMechanicAction).j1r);
40316
40367
  defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'actionTag', function () {
40317
40368
  return this.g1v();
@@ -40331,7 +40382,7 @@
40331
40382
  return this.c2u();
40332
40383
  });
40333
40384
  defineProp(protoOf(SceneActMechanicAction), 'actData', function () {
40334
- return this.w44();
40385
+ return this.x44();
40335
40386
  });
40336
40387
  defineProp(protoOf(SceneActMechanicAction), 'actionTag', function () {
40337
40388
  return this.g1v();
@@ -40393,10 +40444,10 @@
40393
40444
  protoOf(LoggerCallbacksWrapperLoggerOutput).i = i;
40394
40445
  protoOf(LoggerCallbacksWrapperLoggerOutput).v = v;
40395
40446
  protoOf(LoggerCallbacksWrapperLoggerOutput).w = w;
40396
- defineProp(protoOf(EngineHelpersFactory), 'ratingHelper', protoOf(EngineHelpersFactory).j48);
40397
- defineProp(protoOf(EngineHelpersFactory), 'parserHelper', protoOf(EngineHelpersFactory).k48);
40398
- defineProp(protoOf(EngineHelpersFactory), 'gameHelper', protoOf(EngineHelpersFactory).l48);
40399
- defineProp(protoOf(EngineHelpersFactory), 'gameResources', protoOf(EngineHelpersFactory).m48);
40447
+ defineProp(protoOf(EngineHelpersFactory), 'ratingHelper', protoOf(EngineHelpersFactory).k48);
40448
+ defineProp(protoOf(EngineHelpersFactory), 'parserHelper', protoOf(EngineHelpersFactory).l48);
40449
+ defineProp(protoOf(EngineHelpersFactory), 'gameHelper', protoOf(EngineHelpersFactory).m48);
40450
+ defineProp(protoOf(EngineHelpersFactory), 'gameResources', protoOf(EngineHelpersFactory).n48);
40400
40451
  //endregion
40401
40452
  //region block: init
40402
40453
  Companion_instance_3 = new Companion();