raspberry_games_engine_helpers 1.8.414 → 1.8.415

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.
@@ -197,7 +197,7 @@
197
197
  return false;
198
198
  }
199
199
  function get_isAutoStartTimer() {
200
- return !this.k1v() && !this.l1v();
200
+ return !this.l1v() && !this.m1v();
201
201
  }
202
202
  initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
203
203
  function ignoreValidation() {
@@ -221,7 +221,7 @@
221
221
  tmp = types;
222
222
  }
223
223
  types = tmp;
224
- return $super === VOID ? this.x1v(types) : $super.x1v.call(this, types);
224
+ return $super === VOID ? this.y1v(types) : $super.y1v.call(this, types);
225
225
  }
226
226
  initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
227
227
  initMetadataForCompanion(Companion_20);
@@ -229,7 +229,7 @@
229
229
  initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
230
230
  //endregion
231
231
  function GameEngineConfig() {
232
- this.version = '1.8.414';
232
+ this.version = '1.8.415';
233
233
  }
234
234
  protoOf(GameEngineConfig).k17 = function () {
235
235
  return this.version;
@@ -1566,6 +1566,27 @@
1566
1566
  }
1567
1567
  return tmp;
1568
1568
  };
1569
+ protoOf(PlayerConnectionState).y1r = function () {
1570
+ var tmp;
1571
+ switch (this.h2_1) {
1572
+ case 5:
1573
+ tmp = false;
1574
+ break;
1575
+ case 2:
1576
+ case 3:
1577
+ case 4:
1578
+ case 7:
1579
+ case 0:
1580
+ case 6:
1581
+ case 1:
1582
+ tmp = true;
1583
+ break;
1584
+ default:
1585
+ noWhenBranchMatchedException();
1586
+ break;
1587
+ }
1588
+ return tmp;
1589
+ };
1569
1590
  function PlayerConnectionState_WAITING_getInstance() {
1570
1591
  PlayerConnectionState_initEntries();
1571
1592
  return PlayerConnectionState_WAITING_instance;
@@ -1599,7 +1620,7 @@
1599
1620
  return PlayerConnectionState_DELETED_instance;
1600
1621
  }
1601
1622
  function _get_$cachedSerializer__te6jhj_4($this) {
1602
- return $this.y1r_1.v1();
1623
+ return $this.z1r_1.v1();
1603
1624
  }
1604
1625
  function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
1605
1626
  return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
@@ -1614,7 +1635,7 @@
1614
1635
  Companion_instance_7 = this;
1615
1636
  var tmp = this;
1616
1637
  var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
1617
- tmp.y1r_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
1638
+ tmp.z1r_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
1618
1639
  }
1619
1640
  protoOf(Companion_7).z17 = function () {
1620
1641
  return _get_$cachedSerializer__te6jhj_4(this);
@@ -1643,17 +1664,17 @@
1643
1664
  Enum.call(this, name, ordinal);
1644
1665
  }
1645
1666
  protoOf(PlayerWaitingState).x1q = function () {
1646
- return this.b1s() || this.c1s();
1667
+ return this.c1s() || this.d1s();
1647
1668
  };
1648
- protoOf(PlayerWaitingState).b1s = function () {
1669
+ protoOf(PlayerWaitingState).c1s = function () {
1649
1670
  return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
1650
1671
  };
1651
- protoOf(PlayerWaitingState).c1s = function () {
1672
+ protoOf(PlayerWaitingState).d1s = function () {
1652
1673
  return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
1653
1674
  };
1654
1675
  function Companion_8() {
1655
1676
  }
1656
- protoOf(Companion_8).d1s = function (connection) {
1677
+ protoOf(Companion_8).e1s = function (connection) {
1657
1678
  var tmp0_state = PlayerWaitingState_IDLE_getInstance();
1658
1679
  return new PlayerState(null, null, null, tmp0_state, false, null, connection);
1659
1680
  };
@@ -1684,7 +1705,7 @@
1684
1705
  this.v1q_1 = tag;
1685
1706
  this.w1q_1 = connection;
1686
1707
  }
1687
- protoOf(PlayerState).e1s = function () {
1708
+ protoOf(PlayerState).f1s = function () {
1688
1709
  // Inline function 'kotlin.requireNotNull' call
1689
1710
  var tmp0 = this.w1q_1;
1690
1711
  var tmp$ret$1;
@@ -1795,13 +1816,13 @@
1795
1816
  function Team(playerIds) {
1796
1817
  this.playerIds = playerIds;
1797
1818
  }
1798
- protoOf(Team).f1s = function () {
1819
+ protoOf(Team).g1s = function () {
1799
1820
  return this.playerIds;
1800
1821
  };
1801
1822
  protoOf(Team).containsPlayer = function (playerId) {
1802
1823
  return this.playerIds.o1(playerId);
1803
1824
  };
1804
- protoOf(Team).g1s = function () {
1825
+ protoOf(Team).h1s = function () {
1805
1826
  return this.playerIds.p(0);
1806
1827
  };
1807
1828
  protoOf(Team).c1d = function () {
@@ -1810,12 +1831,12 @@
1810
1831
  protoOf(Team).sc = function () {
1811
1832
  return this.playerIds;
1812
1833
  };
1813
- protoOf(Team).h1s = function (playerIds) {
1834
+ protoOf(Team).i1s = function (playerIds) {
1814
1835
  return new Team(playerIds);
1815
1836
  };
1816
1837
  protoOf(Team).copy = function (playerIds, $super) {
1817
1838
  playerIds = playerIds === VOID ? this.playerIds : playerIds;
1818
- return $super === VOID ? this.h1s(playerIds) : $super.h1s.call(this, playerIds);
1839
+ return $super === VOID ? this.i1s(playerIds) : $super.i1s.call(this, playerIds);
1819
1840
  };
1820
1841
  protoOf(Team).toString = function () {
1821
1842
  return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
@@ -1833,7 +1854,7 @@
1833
1854
  return true;
1834
1855
  };
1835
1856
  function _get_$cachedSerializer__te6jhj_5($this) {
1836
- return $this.i1s_1.v1();
1857
+ return $this.j1s_1.v1();
1837
1858
  }
1838
1859
  function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
1839
1860
  var tmp = getKClass(TerminationGameReasonDto);
@@ -1871,7 +1892,7 @@
1871
1892
  Companion_instance_9 = this;
1872
1893
  var tmp = this;
1873
1894
  var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
1874
- tmp.i1s_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
1895
+ tmp.j1s_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
1875
1896
  }
1876
1897
  protoOf(Companion_9).z17 = function () {
1877
1898
  return _get_$cachedSerializer__te6jhj_5(this);
@@ -1892,7 +1913,7 @@
1892
1913
  Companion_getInstance_12();
1893
1914
  }
1894
1915
  function _get_$cachedSerializer__te6jhj_6($this) {
1895
- return $this.j1s_1.v1();
1916
+ return $this.k1s_1.v1();
1896
1917
  }
1897
1918
  function ProcessingReasonDto$_anonymous__78na4x() {
1898
1919
  var tmp = ProcessingReasonDto_getInstance();
@@ -1907,7 +1928,7 @@
1907
1928
  TerminationGameReasonDto.call(this);
1908
1929
  var tmp = this;
1909
1930
  var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
1910
- tmp.j1s_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
1931
+ tmp.k1s_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
1911
1932
  }
1912
1933
  protoOf(ProcessingReasonDto).z17 = function () {
1913
1934
  return _get_$cachedSerializer__te6jhj_6(this);
@@ -1944,19 +1965,19 @@
1944
1965
  $serializer_instance_1 = this;
1945
1966
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
1946
1967
  tmp0_serialDesc.av('reason', false);
1947
- this.k1s_1 = tmp0_serialDesc;
1968
+ this.l1s_1 = tmp0_serialDesc;
1948
1969
  }
1949
- protoOf($serializer_1).l1s = function (encoder, value) {
1950
- var tmp0_desc = this.k1s_1;
1970
+ protoOf($serializer_1).m1s = function (encoder, value) {
1971
+ var tmp0_desc = this.l1s_1;
1951
1972
  var tmp1_output = encoder.kn(tmp0_desc);
1952
1973
  tmp1_output.zo(tmp0_desc, 0, value.reason);
1953
1974
  tmp1_output.ln(tmp0_desc);
1954
1975
  };
1955
1976
  protoOf($serializer_1).ck = function (encoder, value) {
1956
- return this.l1s(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
1977
+ return this.m1s(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
1957
1978
  };
1958
1979
  protoOf($serializer_1).dk = function (decoder) {
1959
- var tmp0_desc = this.k1s_1;
1980
+ var tmp0_desc = this.l1s_1;
1960
1981
  var tmp1_flag = true;
1961
1982
  var tmp2_index = 0;
1962
1983
  var tmp3_bitMask0 = 0;
@@ -1984,7 +2005,7 @@
1984
2005
  return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
1985
2006
  };
1986
2007
  protoOf($serializer_1).bk = function () {
1987
- return this.k1s_1;
2008
+ return this.l1s_1;
1988
2009
  };
1989
2010
  protoOf($serializer_1).rv = function () {
1990
2011
  // Inline function 'kotlin.arrayOf' call
@@ -2000,7 +2021,7 @@
2000
2021
  }
2001
2022
  function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
2002
2023
  if (!(1 === (1 & seen0))) {
2003
- throwMissingFieldException(seen0, 1, $serializer_getInstance_1().k1s_1);
2024
+ throwMissingFieldException(seen0, 1, $serializer_getInstance_1().l1s_1);
2004
2025
  }
2005
2026
  TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
2006
2027
  $this.reason = reason;
@@ -2041,19 +2062,19 @@
2041
2062
  $serializer_instance_2 = this;
2042
2063
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
2043
2064
  tmp0_serialDesc.av('reason', false);
2044
- this.m1s_1 = tmp0_serialDesc;
2065
+ this.n1s_1 = tmp0_serialDesc;
2045
2066
  }
2046
- protoOf($serializer_2).n1s = function (encoder, value) {
2047
- var tmp0_desc = this.m1s_1;
2067
+ protoOf($serializer_2).o1s = function (encoder, value) {
2068
+ var tmp0_desc = this.n1s_1;
2048
2069
  var tmp1_output = encoder.kn(tmp0_desc);
2049
- tmp1_output.zo(tmp0_desc, 0, value.o1s_1);
2070
+ tmp1_output.zo(tmp0_desc, 0, value.p1s_1);
2050
2071
  tmp1_output.ln(tmp0_desc);
2051
2072
  };
2052
2073
  protoOf($serializer_2).ck = function (encoder, value) {
2053
- return this.n1s(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
2074
+ return this.o1s(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
2054
2075
  };
2055
2076
  protoOf($serializer_2).dk = function (decoder) {
2056
- var tmp0_desc = this.m1s_1;
2077
+ var tmp0_desc = this.n1s_1;
2057
2078
  var tmp1_flag = true;
2058
2079
  var tmp2_index = 0;
2059
2080
  var tmp3_bitMask0 = 0;
@@ -2081,7 +2102,7 @@
2081
2102
  return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
2082
2103
  };
2083
2104
  protoOf($serializer_2).bk = function () {
2084
- return this.m1s_1;
2105
+ return this.n1s_1;
2085
2106
  };
2086
2107
  protoOf($serializer_2).rv = function () {
2087
2108
  // Inline function 'kotlin.arrayOf' call
@@ -2097,10 +2118,10 @@
2097
2118
  }
2098
2119
  function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
2099
2120
  if (!(1 === (1 & seen0))) {
2100
- throwMissingFieldException(seen0, 1, $serializer_getInstance_2().m1s_1);
2121
+ throwMissingFieldException(seen0, 1, $serializer_getInstance_2().n1s_1);
2101
2122
  }
2102
2123
  TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
2103
- $this.o1s_1 = reason;
2124
+ $this.p1s_1 = reason;
2104
2125
  return $this;
2105
2126
  }
2106
2127
  function GameFinishedReasonDto_init_$Create$(seen0, reason, serializationConstructorMarker) {
@@ -2108,20 +2129,20 @@
2108
2129
  }
2109
2130
  function GameFinishedReasonDto(reason) {
2110
2131
  TerminationGameReasonDto.call(this);
2111
- this.o1s_1 = reason;
2132
+ this.p1s_1 = reason;
2112
2133
  }
2113
2134
  protoOf(GameFinishedReasonDto).toString = function () {
2114
- return 'GameFinishedReasonDto(reason=' + this.o1s_1 + ')';
2135
+ return 'GameFinishedReasonDto(reason=' + this.p1s_1 + ')';
2115
2136
  };
2116
2137
  protoOf(GameFinishedReasonDto).hashCode = function () {
2117
- return getStringHashCode(this.o1s_1);
2138
+ return getStringHashCode(this.p1s_1);
2118
2139
  };
2119
2140
  protoOf(GameFinishedReasonDto).equals = function (other) {
2120
2141
  if (this === other)
2121
2142
  return true;
2122
2143
  if (!(other instanceof GameFinishedReasonDto))
2123
2144
  return false;
2124
- if (!(this.o1s_1 === other.o1s_1))
2145
+ if (!(this.p1s_1 === other.p1s_1))
2125
2146
  return false;
2126
2147
  return true;
2127
2148
  };
@@ -2135,19 +2156,19 @@
2135
2156
  $serializer_instance_3 = this;
2136
2157
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
2137
2158
  tmp0_serialDesc.av('playerId', false);
2138
- this.p1s_1 = tmp0_serialDesc;
2159
+ this.q1s_1 = tmp0_serialDesc;
2139
2160
  }
2140
- protoOf($serializer_3).q1s = function (encoder, value) {
2141
- var tmp0_desc = this.p1s_1;
2161
+ protoOf($serializer_3).r1s = function (encoder, value) {
2162
+ var tmp0_desc = this.q1s_1;
2142
2163
  var tmp1_output = encoder.kn(tmp0_desc);
2143
- tmp1_output.zo(tmp0_desc, 0, value.r1s_1);
2164
+ tmp1_output.zo(tmp0_desc, 0, value.s1s_1);
2144
2165
  tmp1_output.ln(tmp0_desc);
2145
2166
  };
2146
2167
  protoOf($serializer_3).ck = function (encoder, value) {
2147
- return this.q1s(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
2168
+ return this.r1s(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
2148
2169
  };
2149
2170
  protoOf($serializer_3).dk = function (decoder) {
2150
- var tmp0_desc = this.p1s_1;
2171
+ var tmp0_desc = this.q1s_1;
2151
2172
  var tmp1_flag = true;
2152
2173
  var tmp2_index = 0;
2153
2174
  var tmp3_bitMask0 = 0;
@@ -2175,7 +2196,7 @@
2175
2196
  return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
2176
2197
  };
2177
2198
  protoOf($serializer_3).bk = function () {
2178
- return this.p1s_1;
2199
+ return this.q1s_1;
2179
2200
  };
2180
2201
  protoOf($serializer_3).rv = function () {
2181
2202
  // Inline function 'kotlin.arrayOf' call
@@ -2191,10 +2212,10 @@
2191
2212
  }
2192
2213
  function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
2193
2214
  if (!(1 === (1 & seen0))) {
2194
- throwMissingFieldException(seen0, 1, $serializer_getInstance_3().p1s_1);
2215
+ throwMissingFieldException(seen0, 1, $serializer_getInstance_3().q1s_1);
2195
2216
  }
2196
2217
  TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
2197
- $this.r1s_1 = playerId;
2218
+ $this.s1s_1 = playerId;
2198
2219
  return $this;
2199
2220
  }
2200
2221
  function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
@@ -2202,20 +2223,20 @@
2202
2223
  }
2203
2224
  function PlayerExitReasonDto(playerId) {
2204
2225
  TerminationGameReasonDto.call(this);
2205
- this.r1s_1 = playerId;
2226
+ this.s1s_1 = playerId;
2206
2227
  }
2207
2228
  protoOf(PlayerExitReasonDto).toString = function () {
2208
- return 'PlayerExitReasonDto(playerId=' + this.r1s_1 + ')';
2229
+ return 'PlayerExitReasonDto(playerId=' + this.s1s_1 + ')';
2209
2230
  };
2210
2231
  protoOf(PlayerExitReasonDto).hashCode = function () {
2211
- return getStringHashCode(this.r1s_1);
2232
+ return getStringHashCode(this.s1s_1);
2212
2233
  };
2213
2234
  protoOf(PlayerExitReasonDto).equals = function (other) {
2214
2235
  if (this === other)
2215
2236
  return true;
2216
2237
  if (!(other instanceof PlayerExitReasonDto))
2217
2238
  return false;
2218
- if (!(this.r1s_1 === other.r1s_1))
2239
+ if (!(this.s1s_1 === other.s1s_1))
2219
2240
  return false;
2220
2241
  return true;
2221
2242
  };
@@ -2230,20 +2251,20 @@
2230
2251
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
2231
2252
  tmp0_serialDesc.av('playerId', false);
2232
2253
  tmp0_serialDesc.av('tag', false);
2233
- this.s1s_1 = tmp0_serialDesc;
2254
+ this.t1s_1 = tmp0_serialDesc;
2234
2255
  }
2235
- protoOf($serializer_4).t1s = function (encoder, value) {
2236
- var tmp0_desc = this.s1s_1;
2256
+ protoOf($serializer_4).u1s = function (encoder, value) {
2257
+ var tmp0_desc = this.t1s_1;
2237
2258
  var tmp1_output = encoder.kn(tmp0_desc);
2238
- tmp1_output.zo(tmp0_desc, 0, value.u1s_1);
2239
- tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.v1s_1);
2259
+ tmp1_output.zo(tmp0_desc, 0, value.v1s_1);
2260
+ tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.w1s_1);
2240
2261
  tmp1_output.ln(tmp0_desc);
2241
2262
  };
2242
2263
  protoOf($serializer_4).ck = function (encoder, value) {
2243
- return this.t1s(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
2264
+ return this.u1s(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
2244
2265
  };
2245
2266
  protoOf($serializer_4).dk = function (decoder) {
2246
- var tmp0_desc = this.s1s_1;
2267
+ var tmp0_desc = this.t1s_1;
2247
2268
  var tmp1_flag = true;
2248
2269
  var tmp2_index = 0;
2249
2270
  var tmp3_bitMask0 = 0;
@@ -2278,7 +2299,7 @@
2278
2299
  return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
2279
2300
  };
2280
2301
  protoOf($serializer_4).bk = function () {
2281
- return this.s1s_1;
2302
+ return this.t1s_1;
2282
2303
  };
2283
2304
  protoOf($serializer_4).rv = function () {
2284
2305
  // Inline function 'kotlin.arrayOf' call
@@ -2294,11 +2315,11 @@
2294
2315
  }
2295
2316
  function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
2296
2317
  if (!(3 === (3 & seen0))) {
2297
- throwMissingFieldException(seen0, 3, $serializer_getInstance_4().s1s_1);
2318
+ throwMissingFieldException(seen0, 3, $serializer_getInstance_4().t1s_1);
2298
2319
  }
2299
2320
  TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
2300
- $this.u1s_1 = playerId;
2301
- $this.v1s_1 = tag;
2321
+ $this.v1s_1 = playerId;
2322
+ $this.w1s_1 = tag;
2302
2323
  return $this;
2303
2324
  }
2304
2325
  function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
@@ -2306,15 +2327,15 @@
2306
2327
  }
2307
2328
  function PlayerLostConnectionReasonDto(playerId, tag) {
2308
2329
  TerminationGameReasonDto.call(this);
2309
- this.u1s_1 = playerId;
2310
- this.v1s_1 = tag;
2330
+ this.v1s_1 = playerId;
2331
+ this.w1s_1 = tag;
2311
2332
  }
2312
2333
  protoOf(PlayerLostConnectionReasonDto).toString = function () {
2313
- return 'PlayerLostConnectionReasonDto(playerId=' + this.u1s_1 + ', tag=' + this.v1s_1 + ')';
2334
+ return 'PlayerLostConnectionReasonDto(playerId=' + this.v1s_1 + ', tag=' + this.w1s_1 + ')';
2314
2335
  };
2315
2336
  protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
2316
- var result = getStringHashCode(this.u1s_1);
2317
- result = imul(result, 31) + (this.v1s_1 == null ? 0 : getStringHashCode(this.v1s_1)) | 0;
2337
+ var result = getStringHashCode(this.v1s_1);
2338
+ result = imul(result, 31) + (this.w1s_1 == null ? 0 : getStringHashCode(this.w1s_1)) | 0;
2318
2339
  return result;
2319
2340
  };
2320
2341
  protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
@@ -2322,9 +2343,9 @@
2322
2343
  return true;
2323
2344
  if (!(other instanceof PlayerLostConnectionReasonDto))
2324
2345
  return false;
2325
- if (!(this.u1s_1 === other.u1s_1))
2346
+ if (!(this.v1s_1 === other.v1s_1))
2326
2347
  return false;
2327
- if (!(this.v1s_1 == other.v1s_1))
2348
+ if (!(this.w1s_1 == other.w1s_1))
2328
2349
  return false;
2329
2350
  return true;
2330
2351
  };
@@ -2339,20 +2360,20 @@
2339
2360
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
2340
2361
  tmp0_serialDesc.av('playerId', false);
2341
2362
  tmp0_serialDesc.av('tag', false);
2342
- this.w1s_1 = tmp0_serialDesc;
2363
+ this.x1s_1 = tmp0_serialDesc;
2343
2364
  }
2344
- protoOf($serializer_5).x1s = function (encoder, value) {
2345
- var tmp0_desc = this.w1s_1;
2365
+ protoOf($serializer_5).y1s = function (encoder, value) {
2366
+ var tmp0_desc = this.x1s_1;
2346
2367
  var tmp1_output = encoder.kn(tmp0_desc);
2347
- tmp1_output.zo(tmp0_desc, 0, value.y1s_1);
2348
- tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.z1s_1);
2368
+ tmp1_output.zo(tmp0_desc, 0, value.z1s_1);
2369
+ tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.a1t_1);
2349
2370
  tmp1_output.ln(tmp0_desc);
2350
2371
  };
2351
2372
  protoOf($serializer_5).ck = function (encoder, value) {
2352
- return this.x1s(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
2373
+ return this.y1s(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
2353
2374
  };
2354
2375
  protoOf($serializer_5).dk = function (decoder) {
2355
- var tmp0_desc = this.w1s_1;
2376
+ var tmp0_desc = this.x1s_1;
2356
2377
  var tmp1_flag = true;
2357
2378
  var tmp2_index = 0;
2358
2379
  var tmp3_bitMask0 = 0;
@@ -2387,7 +2408,7 @@
2387
2408
  return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
2388
2409
  };
2389
2410
  protoOf($serializer_5).bk = function () {
2390
- return this.w1s_1;
2411
+ return this.x1s_1;
2391
2412
  };
2392
2413
  protoOf($serializer_5).rv = function () {
2393
2414
  // Inline function 'kotlin.arrayOf' call
@@ -2403,11 +2424,11 @@
2403
2424
  }
2404
2425
  function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
2405
2426
  if (!(3 === (3 & seen0))) {
2406
- throwMissingFieldException(seen0, 3, $serializer_getInstance_5().w1s_1);
2427
+ throwMissingFieldException(seen0, 3, $serializer_getInstance_5().x1s_1);
2407
2428
  }
2408
2429
  TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
2409
- $this.y1s_1 = playerId;
2410
- $this.z1s_1 = tag;
2430
+ $this.z1s_1 = playerId;
2431
+ $this.a1t_1 = tag;
2411
2432
  return $this;
2412
2433
  }
2413
2434
  function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
@@ -2415,15 +2436,15 @@
2415
2436
  }
2416
2437
  function PlayerTimeoutReasonDto(playerId, tag) {
2417
2438
  TerminationGameReasonDto.call(this);
2418
- this.y1s_1 = playerId;
2419
- this.z1s_1 = tag;
2439
+ this.z1s_1 = playerId;
2440
+ this.a1t_1 = tag;
2420
2441
  }
2421
2442
  protoOf(PlayerTimeoutReasonDto).toString = function () {
2422
- return 'PlayerTimeoutReasonDto(playerId=' + this.y1s_1 + ', tag=' + this.z1s_1 + ')';
2443
+ return 'PlayerTimeoutReasonDto(playerId=' + this.z1s_1 + ', tag=' + this.a1t_1 + ')';
2423
2444
  };
2424
2445
  protoOf(PlayerTimeoutReasonDto).hashCode = function () {
2425
- var result = getStringHashCode(this.y1s_1);
2426
- result = imul(result, 31) + (this.z1s_1 == null ? 0 : getStringHashCode(this.z1s_1)) | 0;
2446
+ var result = getStringHashCode(this.z1s_1);
2447
+ result = imul(result, 31) + (this.a1t_1 == null ? 0 : getStringHashCode(this.a1t_1)) | 0;
2427
2448
  return result;
2428
2449
  };
2429
2450
  protoOf(PlayerTimeoutReasonDto).equals = function (other) {
@@ -2431,14 +2452,14 @@
2431
2452
  return true;
2432
2453
  if (!(other instanceof PlayerTimeoutReasonDto))
2433
2454
  return false;
2434
- if (!(this.y1s_1 === other.y1s_1))
2455
+ if (!(this.z1s_1 === other.z1s_1))
2435
2456
  return false;
2436
- if (!(this.z1s_1 == other.z1s_1))
2457
+ if (!(this.a1t_1 == other.a1t_1))
2437
2458
  return false;
2438
2459
  return true;
2439
2460
  };
2440
2461
  function _get_$cachedSerializer__te6jhj_7($this) {
2441
- return $this.a1t_1.v1();
2462
+ return $this.b1t_1.v1();
2442
2463
  }
2443
2464
  function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
2444
2465
  var tmp = WaitingForConnectionReasonDto_getInstance();
@@ -2453,7 +2474,7 @@
2453
2474
  TerminationGameReasonDto.call(this);
2454
2475
  var tmp = this;
2455
2476
  var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
2456
- tmp.a1t_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
2477
+ tmp.b1t_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
2457
2478
  }
2458
2479
  protoOf(WaitingForConnectionReasonDto).z17 = function () {
2459
2480
  return _get_$cachedSerializer__te6jhj_7(this);
@@ -2599,20 +2620,20 @@
2599
2620
  }
2600
2621
  function mapFromDto_2(_this__u8e3s4) {
2601
2622
  _init_properties_TerminationReasonMappers_kt__5n4kx6();
2602
- var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.o1s_1, get_gameFinishedReasonMapping());
2623
+ var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.p1s_1, get_gameFinishedReasonMapping());
2603
2624
  return new GameFinishedReason(tmp0_elvis_lhs == null ? Reason_GAME_NOT_EXISTS_getInstance() : tmp0_elvis_lhs);
2604
2625
  }
2605
2626
  function mapFromDto_3(_this__u8e3s4) {
2606
2627
  _init_properties_TerminationReasonMappers_kt__5n4kx6();
2607
- return new PlayerExitReason(_this__u8e3s4.r1s_1);
2628
+ return new PlayerExitReason(_this__u8e3s4.s1s_1);
2608
2629
  }
2609
2630
  function mapFromDto_4(_this__u8e3s4) {
2610
2631
  _init_properties_TerminationReasonMappers_kt__5n4kx6();
2611
- return new PlayerLostConnectionReason(_this__u8e3s4.u1s_1, _this__u8e3s4.v1s_1);
2632
+ return new PlayerLostConnectionReason(_this__u8e3s4.v1s_1, _this__u8e3s4.w1s_1);
2612
2633
  }
2613
2634
  function mapFromDto_5(_this__u8e3s4) {
2614
2635
  _init_properties_TerminationReasonMappers_kt__5n4kx6();
2615
- return new PlayerTimeoutReason(_this__u8e3s4.y1s_1, _this__u8e3s4.z1s_1);
2636
+ return new PlayerTimeoutReason(_this__u8e3s4.z1s_1, _this__u8e3s4.a1t_1);
2616
2637
  }
2617
2638
  function mapFromDto_6(_this__u8e3s4) {
2618
2639
  _init_properties_TerminationReasonMappers_kt__5n4kx6();
@@ -2673,14 +2694,14 @@
2673
2694
  return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
2674
2695
  }
2675
2696
  function mapFromDto_8(_this__u8e3s4) {
2676
- var tmp0_elvis_lhs = _this__u8e3s4.b1t_1;
2677
- var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.c1t_1) : tmp0_elvis_lhs;
2678
- var tmp1_elvis_lhs = _this__u8e3s4.d1t_1;
2679
- var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.e1t_1) : tmp1_elvis_lhs;
2680
- var tmp2_elvis_lhs = _this__u8e3s4.f1t_1;
2681
- var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.g1t_1 : tmp2_elvis_lhs;
2682
- var tmp3_elvis_lhs = _this__u8e3s4.i1t_1;
2683
- return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.j1t_1, _this__u8e3s4.h1t_1);
2697
+ var tmp0_elvis_lhs = _this__u8e3s4.c1t_1;
2698
+ var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.d1t_1) : tmp0_elvis_lhs;
2699
+ var tmp1_elvis_lhs = _this__u8e3s4.e1t_1;
2700
+ var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.f1t_1) : tmp1_elvis_lhs;
2701
+ var tmp2_elvis_lhs = _this__u8e3s4.g1t_1;
2702
+ var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.h1t_1 : tmp2_elvis_lhs;
2703
+ var tmp3_elvis_lhs = _this__u8e3s4.j1t_1;
2704
+ return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.k1t_1, _this__u8e3s4.i1t_1);
2684
2705
  }
2685
2706
  function mapToDto_9(_this__u8e3s4) {
2686
2707
  var tmp0_safe_receiver = _this__u8e3s4.q1q_1;
@@ -2697,7 +2718,7 @@
2697
2718
  return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
2698
2719
  }
2699
2720
  function mapFromDto_9(_this__u8e3s4) {
2700
- var tmp0_safe_receiver = _this__u8e3s4.k1t_1;
2721
+ var tmp0_safe_receiver = _this__u8e3s4.l1t_1;
2701
2722
  var tmp;
2702
2723
  if (tmp0_safe_receiver == null) {
2703
2724
  tmp = null;
@@ -2706,7 +2727,7 @@
2706
2727
  tmp = Companion_getInstance_0().tg(tmp0_safe_receiver);
2707
2728
  }
2708
2729
  var tmp5_startFromTime = tmp;
2709
- var tmp1_safe_receiver = _this__u8e3s4.m1t_1;
2730
+ var tmp1_safe_receiver = _this__u8e3s4.n1t_1;
2710
2731
  var tmp_0;
2711
2732
  if (tmp1_safe_receiver == null) {
2712
2733
  tmp_0 = null;
@@ -2715,7 +2736,7 @@
2715
2736
  tmp_0 = Companion_getInstance_0().tg(tmp1_safe_receiver);
2716
2737
  }
2717
2738
  var tmp6_waitPlayerUntilTime = tmp_0;
2718
- var tmp2_safe_receiver = _this__u8e3s4.l1t_1;
2739
+ var tmp2_safe_receiver = _this__u8e3s4.m1t_1;
2719
2740
  var tmp_1;
2720
2741
  if (tmp2_safe_receiver == null) {
2721
2742
  tmp_1 = null;
@@ -2724,11 +2745,11 @@
2724
2745
  tmp_1 = Companion_getInstance_0().tg(tmp2_safe_receiver);
2725
2746
  }
2726
2747
  var tmp7_playerTurnTimeout = tmp_1;
2727
- var tmp8_state = _this__u8e3s4.n1t_1;
2728
- var tmp9_tag = _this__u8e3s4.p1t_1;
2729
- var tmp3_elvis_lhs = _this__u8e3s4.o1t_1;
2748
+ var tmp8_state = _this__u8e3s4.o1t_1;
2749
+ var tmp9_tag = _this__u8e3s4.q1t_1;
2750
+ var tmp3_elvis_lhs = _this__u8e3s4.p1t_1;
2730
2751
  var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
2731
- var tmp4_safe_receiver = _this__u8e3s4.q1t_1;
2752
+ var tmp4_safe_receiver = _this__u8e3s4.r1t_1;
2732
2753
  var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
2733
2754
  return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
2734
2755
  }
@@ -2736,7 +2757,7 @@
2736
2757
  return new PlayerConnectionDto(_this__u8e3s4.b1r_1, _this__u8e3s4.c1r_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.d1r_1));
2737
2758
  }
2738
2759
  function mapFromDto_10(_this__u8e3s4) {
2739
- return new PlayerConnection(_this__u8e3s4.r1t_1, Companion_getInstance_0().tg(_this__u8e3s4.s1t_1), Companion_getInstance().ng(_this__u8e3s4.t1t_1));
2760
+ return new PlayerConnection(_this__u8e3s4.s1t_1, Companion_getInstance_0().tg(_this__u8e3s4.t1t_1), Companion_getInstance().ng(_this__u8e3s4.u1t_1));
2740
2761
  }
2741
2762
  function Companion_15() {
2742
2763
  }
@@ -2756,39 +2777,39 @@
2756
2777
  tmp0_serialDesc.av('rating', false);
2757
2778
  tmp0_serialDesc.av('is_bot', false);
2758
2779
  tmp0_serialDesc.av('lucky_factor', false);
2759
- this.u1t_1 = tmp0_serialDesc;
2780
+ this.v1t_1 = tmp0_serialDesc;
2760
2781
  }
2761
- protoOf($serializer_6).v1t = function (encoder, value) {
2762
- var tmp0_desc = this.u1t_1;
2782
+ protoOf($serializer_6).w1t = function (encoder, value) {
2783
+ var tmp0_desc = this.v1t_1;
2763
2784
  var tmp1_output = encoder.kn(tmp0_desc);
2764
- if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.b1t_1 == null)) {
2765
- tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.b1t_1);
2785
+ if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.c1t_1 == null)) {
2786
+ tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.c1t_1);
2766
2787
  }
2767
- if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.c1t_1 == null)) {
2768
- tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.c1t_1);
2788
+ if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.d1t_1 == null)) {
2789
+ tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.d1t_1);
2769
2790
  }
2770
- if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.d1t_1 == null)) {
2771
- tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.d1t_1);
2791
+ if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.e1t_1 == null)) {
2792
+ tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.e1t_1);
2772
2793
  }
2773
- if (tmp1_output.hp(tmp0_desc, 3) ? true : !(value.e1t_1 == null)) {
2774
- tmp1_output.dp(tmp0_desc, 3, StringSerializer_getInstance(), value.e1t_1);
2794
+ if (tmp1_output.hp(tmp0_desc, 3) ? true : !(value.f1t_1 == null)) {
2795
+ tmp1_output.dp(tmp0_desc, 3, StringSerializer_getInstance(), value.f1t_1);
2775
2796
  }
2776
- if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.f1t_1 == null)) {
2777
- tmp1_output.dp(tmp0_desc, 4, StringSerializer_getInstance(), value.f1t_1);
2797
+ if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.g1t_1 == null)) {
2798
+ tmp1_output.dp(tmp0_desc, 4, StringSerializer_getInstance(), value.g1t_1);
2778
2799
  }
2779
- if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.g1t_1 == null)) {
2780
- tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.g1t_1);
2800
+ if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.h1t_1 == null)) {
2801
+ tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.h1t_1);
2781
2802
  }
2782
- tmp1_output.dp(tmp0_desc, 6, DoubleSerializer_getInstance(), value.h1t_1);
2783
- tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.i1t_1);
2784
- tmp1_output.dp(tmp0_desc, 8, FloatSerializer_getInstance(), value.j1t_1);
2803
+ tmp1_output.dp(tmp0_desc, 6, DoubleSerializer_getInstance(), value.i1t_1);
2804
+ tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.j1t_1);
2805
+ tmp1_output.dp(tmp0_desc, 8, FloatSerializer_getInstance(), value.k1t_1);
2785
2806
  tmp1_output.ln(tmp0_desc);
2786
2807
  };
2787
2808
  protoOf($serializer_6).ck = function (encoder, value) {
2788
- return this.v1t(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
2809
+ return this.w1t(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
2789
2810
  };
2790
2811
  protoOf($serializer_6).dk = function (decoder) {
2791
- var tmp0_desc = this.u1t_1;
2812
+ var tmp0_desc = this.v1t_1;
2792
2813
  var tmp1_flag = true;
2793
2814
  var tmp2_index = 0;
2794
2815
  var tmp3_bitMask0 = 0;
@@ -2872,7 +2893,7 @@
2872
2893
  return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
2873
2894
  };
2874
2895
  protoOf($serializer_6).bk = function () {
2875
- return this.u1t_1;
2896
+ return this.v1t_1;
2876
2897
  };
2877
2898
  protoOf($serializer_6).rv = function () {
2878
2899
  // Inline function 'kotlin.arrayOf' call
@@ -2888,35 +2909,35 @@
2888
2909
  }
2889
2910
  function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
2890
2911
  if (!(448 === (448 & seen0))) {
2891
- throwMissingFieldException(seen0, 448, $serializer_getInstance_6().u1t_1);
2912
+ throwMissingFieldException(seen0, 448, $serializer_getInstance_6().v1t_1);
2892
2913
  }
2893
2914
  if (0 === (seen0 & 1))
2894
- $this.b1t_1 = null;
2915
+ $this.c1t_1 = null;
2895
2916
  else
2896
- $this.b1t_1 = playerId;
2917
+ $this.c1t_1 = playerId;
2897
2918
  if (0 === (seen0 & 2))
2898
- $this.c1t_1 = null;
2919
+ $this.d1t_1 = null;
2899
2920
  else
2900
- $this.c1t_1 = uid;
2921
+ $this.d1t_1 = uid;
2901
2922
  if (0 === (seen0 & 4))
2902
- $this.d1t_1 = null;
2923
+ $this.e1t_1 = null;
2903
2924
  else
2904
- $this.d1t_1 = name;
2925
+ $this.e1t_1 = name;
2905
2926
  if (0 === (seen0 & 8))
2906
- $this.e1t_1 = null;
2927
+ $this.f1t_1 = null;
2907
2928
  else
2908
- $this.e1t_1 = nickname;
2929
+ $this.f1t_1 = nickname;
2909
2930
  if (0 === (seen0 & 16))
2910
- $this.f1t_1 = null;
2931
+ $this.g1t_1 = null;
2911
2932
  else
2912
- $this.f1t_1 = avatarUrl;
2933
+ $this.g1t_1 = avatarUrl;
2913
2934
  if (0 === (seen0 & 32))
2914
- $this.g1t_1 = null;
2935
+ $this.h1t_1 = null;
2915
2936
  else
2916
- $this.g1t_1 = photo;
2917
- $this.h1t_1 = rating;
2918
- $this.i1t_1 = isBot;
2919
- $this.j1t_1 = initialLuckyFactor;
2937
+ $this.h1t_1 = photo;
2938
+ $this.i1t_1 = rating;
2939
+ $this.j1t_1 = isBot;
2940
+ $this.k1t_1 = initialLuckyFactor;
2920
2941
  return $this;
2921
2942
  }
2922
2943
  function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
@@ -2929,47 +2950,47 @@
2929
2950
  nickname = nickname === VOID ? null : nickname;
2930
2951
  avatarUrl = avatarUrl === VOID ? null : avatarUrl;
2931
2952
  photo = photo === VOID ? null : photo;
2932
- this.b1t_1 = playerId;
2933
- this.c1t_1 = uid;
2934
- this.d1t_1 = name;
2935
- this.e1t_1 = nickname;
2936
- this.f1t_1 = avatarUrl;
2937
- this.g1t_1 = photo;
2938
- this.h1t_1 = rating;
2939
- this.i1t_1 = isBot;
2940
- this.j1t_1 = initialLuckyFactor;
2941
- }
2942
- protoOf(GameUserInfoDto).w1t = function () {
2943
- return this.x1t(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
2944
- };
2945
- protoOf(GameUserInfoDto).y1t = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
2953
+ this.c1t_1 = playerId;
2954
+ this.d1t_1 = uid;
2955
+ this.e1t_1 = name;
2956
+ this.f1t_1 = nickname;
2957
+ this.g1t_1 = avatarUrl;
2958
+ this.h1t_1 = photo;
2959
+ this.i1t_1 = rating;
2960
+ this.j1t_1 = isBot;
2961
+ this.k1t_1 = initialLuckyFactor;
2962
+ }
2963
+ protoOf(GameUserInfoDto).x1t = function () {
2964
+ return this.y1t(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
2965
+ };
2966
+ protoOf(GameUserInfoDto).z1t = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
2946
2967
  return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
2947
2968
  };
2948
- protoOf(GameUserInfoDto).x1t = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
2949
- playerId = playerId === VOID ? this.b1t_1 : playerId;
2950
- uid = uid === VOID ? this.c1t_1 : uid;
2951
- name = name === VOID ? this.d1t_1 : name;
2952
- nickname = nickname === VOID ? this.e1t_1 : nickname;
2953
- avatarUrl = avatarUrl === VOID ? this.f1t_1 : avatarUrl;
2954
- photo = photo === VOID ? this.g1t_1 : photo;
2955
- rating = rating === VOID ? this.h1t_1 : rating;
2956
- isBot = isBot === VOID ? this.i1t_1 : isBot;
2957
- initialLuckyFactor = initialLuckyFactor === VOID ? this.j1t_1 : initialLuckyFactor;
2958
- return $super === VOID ? this.y1t(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.y1t.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
2969
+ protoOf(GameUserInfoDto).y1t = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
2970
+ playerId = playerId === VOID ? this.c1t_1 : playerId;
2971
+ uid = uid === VOID ? this.d1t_1 : uid;
2972
+ name = name === VOID ? this.e1t_1 : name;
2973
+ nickname = nickname === VOID ? this.f1t_1 : nickname;
2974
+ avatarUrl = avatarUrl === VOID ? this.g1t_1 : avatarUrl;
2975
+ photo = photo === VOID ? this.h1t_1 : photo;
2976
+ rating = rating === VOID ? this.i1t_1 : rating;
2977
+ isBot = isBot === VOID ? this.j1t_1 : isBot;
2978
+ initialLuckyFactor = initialLuckyFactor === VOID ? this.k1t_1 : initialLuckyFactor;
2979
+ return $super === VOID ? this.z1t(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.z1t.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
2959
2980
  };
2960
2981
  protoOf(GameUserInfoDto).toString = function () {
2961
- return 'GameUserInfoDto(playerId=' + this.b1t_1 + ', uid=' + this.c1t_1 + ', name=' + this.d1t_1 + ', nickname=' + this.e1t_1 + ', avatarUrl=' + this.f1t_1 + ', photo=' + this.g1t_1 + ', rating=' + this.h1t_1 + ', isBot=' + this.i1t_1 + ', initialLuckyFactor=' + this.j1t_1 + ')';
2982
+ return 'GameUserInfoDto(playerId=' + this.c1t_1 + ', uid=' + this.d1t_1 + ', name=' + this.e1t_1 + ', nickname=' + this.f1t_1 + ', avatarUrl=' + this.g1t_1 + ', photo=' + this.h1t_1 + ', rating=' + this.i1t_1 + ', isBot=' + this.j1t_1 + ', initialLuckyFactor=' + this.k1t_1 + ')';
2962
2983
  };
2963
2984
  protoOf(GameUserInfoDto).hashCode = function () {
2964
- var result = this.b1t_1 == null ? 0 : getStringHashCode(this.b1t_1);
2965
- result = imul(result, 31) + (this.c1t_1 == null ? 0 : getStringHashCode(this.c1t_1)) | 0;
2985
+ var result = this.c1t_1 == null ? 0 : getStringHashCode(this.c1t_1);
2966
2986
  result = imul(result, 31) + (this.d1t_1 == null ? 0 : getStringHashCode(this.d1t_1)) | 0;
2967
2987
  result = imul(result, 31) + (this.e1t_1 == null ? 0 : getStringHashCode(this.e1t_1)) | 0;
2968
2988
  result = imul(result, 31) + (this.f1t_1 == null ? 0 : getStringHashCode(this.f1t_1)) | 0;
2969
2989
  result = imul(result, 31) + (this.g1t_1 == null ? 0 : getStringHashCode(this.g1t_1)) | 0;
2970
- result = imul(result, 31) + (this.h1t_1 == null ? 0 : getNumberHashCode(this.h1t_1)) | 0;
2971
- result = imul(result, 31) + (this.i1t_1 == null ? 0 : getBooleanHashCode(this.i1t_1)) | 0;
2972
- result = imul(result, 31) + (this.j1t_1 == null ? 0 : getNumberHashCode(this.j1t_1)) | 0;
2990
+ result = imul(result, 31) + (this.h1t_1 == null ? 0 : getStringHashCode(this.h1t_1)) | 0;
2991
+ result = imul(result, 31) + (this.i1t_1 == null ? 0 : getNumberHashCode(this.i1t_1)) | 0;
2992
+ result = imul(result, 31) + (this.j1t_1 == null ? 0 : getBooleanHashCode(this.j1t_1)) | 0;
2993
+ result = imul(result, 31) + (this.k1t_1 == null ? 0 : getNumberHashCode(this.k1t_1)) | 0;
2973
2994
  return result;
2974
2995
  };
2975
2996
  protoOf(GameUserInfoDto).equals = function (other) {
@@ -2977,8 +2998,6 @@
2977
2998
  return true;
2978
2999
  if (!(other instanceof GameUserInfoDto))
2979
3000
  return false;
2980
- if (!(this.b1t_1 == other.b1t_1))
2981
- return false;
2982
3001
  if (!(this.c1t_1 == other.c1t_1))
2983
3002
  return false;
2984
3003
  if (!(this.d1t_1 == other.d1t_1))
@@ -2989,11 +3008,13 @@
2989
3008
  return false;
2990
3009
  if (!(this.g1t_1 == other.g1t_1))
2991
3010
  return false;
2992
- if (!equals(this.h1t_1, other.h1t_1))
3011
+ if (!(this.h1t_1 == other.h1t_1))
3012
+ return false;
3013
+ if (!equals(this.i1t_1, other.i1t_1))
2993
3014
  return false;
2994
- if (!(this.i1t_1 == other.i1t_1))
3015
+ if (!(this.j1t_1 == other.j1t_1))
2995
3016
  return false;
2996
- if (!equals(this.j1t_1, other.j1t_1))
3017
+ if (!equals(this.k1t_1, other.k1t_1))
2997
3018
  return false;
2998
3019
  return true;
2999
3020
  };
@@ -3007,7 +3028,7 @@
3007
3028
  // Inline function 'kotlin.arrayOf' call
3008
3029
  // Inline function 'kotlin.js.unsafeCast' call
3009
3030
  // Inline function 'kotlin.js.asDynamic' call
3010
- tmp.z1t_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
3031
+ tmp.a1u_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
3011
3032
  }
3012
3033
  var Companion_instance_16;
3013
3034
  function Companion_getInstance_19() {
@@ -3021,22 +3042,22 @@
3021
3042
  tmp0_serialDesc.av('state', false);
3022
3043
  tmp0_serialDesc.av('connectionChangedTime', false);
3023
3044
  tmp0_serialDesc.av('notLiveDurationRecord', false);
3024
- this.a1u_1 = tmp0_serialDesc;
3045
+ this.b1u_1 = tmp0_serialDesc;
3025
3046
  }
3026
- protoOf($serializer_7).b1u = function (encoder, value) {
3027
- var tmp0_desc = this.a1u_1;
3047
+ protoOf($serializer_7).c1u = function (encoder, value) {
3048
+ var tmp0_desc = this.b1u_1;
3028
3049
  var tmp1_output = encoder.kn(tmp0_desc);
3029
- var tmp2_cached = Companion_getInstance_19().z1t_1;
3030
- tmp1_output.bp(tmp0_desc, 0, tmp2_cached[0].v1(), value.r1t_1);
3031
- tmp1_output.zo(tmp0_desc, 1, value.s1t_1);
3032
- tmp1_output.zo(tmp0_desc, 2, value.t1t_1);
3050
+ var tmp2_cached = Companion_getInstance_19().a1u_1;
3051
+ tmp1_output.bp(tmp0_desc, 0, tmp2_cached[0].v1(), value.s1t_1);
3052
+ tmp1_output.zo(tmp0_desc, 1, value.t1t_1);
3053
+ tmp1_output.zo(tmp0_desc, 2, value.u1t_1);
3033
3054
  tmp1_output.ln(tmp0_desc);
3034
3055
  };
3035
3056
  protoOf($serializer_7).ck = function (encoder, value) {
3036
- return this.b1u(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
3057
+ return this.c1u(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
3037
3058
  };
3038
3059
  protoOf($serializer_7).dk = function (decoder) {
3039
- var tmp0_desc = this.a1u_1;
3060
+ var tmp0_desc = this.b1u_1;
3040
3061
  var tmp1_flag = true;
3041
3062
  var tmp2_index = 0;
3042
3063
  var tmp3_bitMask0 = 0;
@@ -3044,7 +3065,7 @@
3044
3065
  var tmp5_local1 = null;
3045
3066
  var tmp6_local2 = null;
3046
3067
  var tmp7_input = decoder.kn(tmp0_desc);
3047
- var tmp8_cached = Companion_getInstance_19().z1t_1;
3068
+ var tmp8_cached = Companion_getInstance_19().a1u_1;
3048
3069
  if (tmp7_input.ao()) {
3049
3070
  tmp4_local0 = tmp7_input.wn(tmp0_desc, 0, tmp8_cached[0].v1(), tmp4_local0);
3050
3071
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
@@ -3079,13 +3100,13 @@
3079
3100
  return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
3080
3101
  };
3081
3102
  protoOf($serializer_7).bk = function () {
3082
- return this.a1u_1;
3103
+ return this.b1u_1;
3083
3104
  };
3084
3105
  protoOf($serializer_7).rv = function () {
3085
3106
  // Inline function 'kotlin.arrayOf' call
3086
3107
  // Inline function 'kotlin.js.unsafeCast' call
3087
3108
  // Inline function 'kotlin.js.asDynamic' call
3088
- return [Companion_getInstance_19().z1t_1[0].v1(), StringSerializer_getInstance(), StringSerializer_getInstance()];
3109
+ return [Companion_getInstance_19().a1u_1[0].v1(), StringSerializer_getInstance(), StringSerializer_getInstance()];
3089
3110
  };
3090
3111
  var $serializer_instance_7;
3091
3112
  function $serializer_getInstance_7() {
@@ -3095,11 +3116,11 @@
3095
3116
  }
3096
3117
  function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
3097
3118
  if (!(7 === (7 & seen0))) {
3098
- throwMissingFieldException(seen0, 7, $serializer_getInstance_7().a1u_1);
3119
+ throwMissingFieldException(seen0, 7, $serializer_getInstance_7().b1u_1);
3099
3120
  }
3100
- $this.r1t_1 = state;
3101
- $this.s1t_1 = connectionChangedTime;
3102
- $this.t1t_1 = notLiveDurationRecord;
3121
+ $this.s1t_1 = state;
3122
+ $this.t1t_1 = connectionChangedTime;
3123
+ $this.u1t_1 = notLiveDurationRecord;
3103
3124
  return $this;
3104
3125
  }
3105
3126
  function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
@@ -3107,17 +3128,17 @@
3107
3128
  }
3108
3129
  function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
3109
3130
  Companion_getInstance_19();
3110
- this.r1t_1 = state;
3111
- this.s1t_1 = connectionChangedTime;
3112
- this.t1t_1 = notLiveDurationRecord;
3131
+ this.s1t_1 = state;
3132
+ this.t1t_1 = connectionChangedTime;
3133
+ this.u1t_1 = notLiveDurationRecord;
3113
3134
  }
3114
3135
  protoOf(PlayerConnectionDto).toString = function () {
3115
- return 'PlayerConnectionDto(state=' + this.r1t_1.toString() + ', connectionChangedTime=' + this.s1t_1 + ', notLiveDurationRecord=' + this.t1t_1 + ')';
3136
+ return 'PlayerConnectionDto(state=' + this.s1t_1.toString() + ', connectionChangedTime=' + this.t1t_1 + ', notLiveDurationRecord=' + this.u1t_1 + ')';
3116
3137
  };
3117
3138
  protoOf(PlayerConnectionDto).hashCode = function () {
3118
- var result = this.r1t_1.hashCode();
3119
- result = imul(result, 31) + getStringHashCode(this.s1t_1) | 0;
3139
+ var result = this.s1t_1.hashCode();
3120
3140
  result = imul(result, 31) + getStringHashCode(this.t1t_1) | 0;
3141
+ result = imul(result, 31) + getStringHashCode(this.u1t_1) | 0;
3121
3142
  return result;
3122
3143
  };
3123
3144
  protoOf(PlayerConnectionDto).equals = function (other) {
@@ -3125,12 +3146,12 @@
3125
3146
  return true;
3126
3147
  if (!(other instanceof PlayerConnectionDto))
3127
3148
  return false;
3128
- if (!this.r1t_1.equals(other.r1t_1))
3129
- return false;
3130
- if (!(this.s1t_1 === other.s1t_1))
3149
+ if (!this.s1t_1.equals(other.s1t_1))
3131
3150
  return false;
3132
3151
  if (!(this.t1t_1 === other.t1t_1))
3133
3152
  return false;
3153
+ if (!(this.u1t_1 === other.u1t_1))
3154
+ return false;
3134
3155
  return true;
3135
3156
  };
3136
3157
  function PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl() {
@@ -3143,7 +3164,7 @@
3143
3164
  // Inline function 'kotlin.arrayOf' call
3144
3165
  // Inline function 'kotlin.js.unsafeCast' call
3145
3166
  // Inline function 'kotlin.js.asDynamic' call
3146
- tmp.c1u_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
3167
+ tmp.d1u_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
3147
3168
  }
3148
3169
  var Companion_instance_17;
3149
3170
  function Companion_getInstance_20() {
@@ -3161,38 +3182,38 @@
3161
3182
  tmp0_serialDesc.av('ready', true);
3162
3183
  tmp0_serialDesc.av('tag', true);
3163
3184
  tmp0_serialDesc.av('connection', true);
3164
- this.d1u_1 = tmp0_serialDesc;
3185
+ this.e1u_1 = tmp0_serialDesc;
3165
3186
  }
3166
- protoOf($serializer_8).e1u = function (encoder, value) {
3167
- var tmp0_desc = this.d1u_1;
3187
+ protoOf($serializer_8).f1u = function (encoder, value) {
3188
+ var tmp0_desc = this.e1u_1;
3168
3189
  var tmp1_output = encoder.kn(tmp0_desc);
3169
- var tmp2_cached = Companion_getInstance_20().c1u_1;
3170
- if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.k1t_1 == null)) {
3171
- tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.k1t_1);
3190
+ var tmp2_cached = Companion_getInstance_20().d1u_1;
3191
+ if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.l1t_1 == null)) {
3192
+ tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.l1t_1);
3172
3193
  }
3173
- if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.l1t_1 == null)) {
3174
- tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.l1t_1);
3194
+ if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.m1t_1 == null)) {
3195
+ tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.m1t_1);
3175
3196
  }
3176
- if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.m1t_1 == null)) {
3177
- tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.m1t_1);
3197
+ if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.n1t_1 == null)) {
3198
+ tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.n1t_1);
3178
3199
  }
3179
- tmp1_output.bp(tmp0_desc, 3, tmp2_cached[3].v1(), value.n1t_1);
3180
- if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.o1t_1 == null)) {
3181
- tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.o1t_1);
3200
+ tmp1_output.bp(tmp0_desc, 3, tmp2_cached[3].v1(), value.o1t_1);
3201
+ if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.p1t_1 == null)) {
3202
+ tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.p1t_1);
3182
3203
  }
3183
- if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.p1t_1 == null)) {
3184
- tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.p1t_1);
3204
+ if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.q1t_1 == null)) {
3205
+ tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.q1t_1);
3185
3206
  }
3186
- if (tmp1_output.hp(tmp0_desc, 6) ? true : !(value.q1t_1 == null)) {
3187
- tmp1_output.dp(tmp0_desc, 6, $serializer_getInstance_7(), value.q1t_1);
3207
+ if (tmp1_output.hp(tmp0_desc, 6) ? true : !(value.r1t_1 == null)) {
3208
+ tmp1_output.dp(tmp0_desc, 6, $serializer_getInstance_7(), value.r1t_1);
3188
3209
  }
3189
3210
  tmp1_output.ln(tmp0_desc);
3190
3211
  };
3191
3212
  protoOf($serializer_8).ck = function (encoder, value) {
3192
- return this.e1u(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
3213
+ return this.f1u(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
3193
3214
  };
3194
3215
  protoOf($serializer_8).dk = function (decoder) {
3195
- var tmp0_desc = this.d1u_1;
3216
+ var tmp0_desc = this.e1u_1;
3196
3217
  var tmp1_flag = true;
3197
3218
  var tmp2_index = 0;
3198
3219
  var tmp3_bitMask0 = 0;
@@ -3204,7 +3225,7 @@
3204
3225
  var tmp9_local5 = null;
3205
3226
  var tmp10_local6 = null;
3206
3227
  var tmp11_input = decoder.kn(tmp0_desc);
3207
- var tmp12_cached = Companion_getInstance_20().c1u_1;
3228
+ var tmp12_cached = Companion_getInstance_20().d1u_1;
3208
3229
  if (tmp11_input.ao()) {
3209
3230
  tmp4_local0 = tmp11_input.yn(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
3210
3231
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
@@ -3263,10 +3284,10 @@
3263
3284
  return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
3264
3285
  };
3265
3286
  protoOf($serializer_8).bk = function () {
3266
- return this.d1u_1;
3287
+ return this.e1u_1;
3267
3288
  };
3268
3289
  protoOf($serializer_8).rv = function () {
3269
- var tmp0_cached = Companion_getInstance_20().c1u_1;
3290
+ var tmp0_cached = Companion_getInstance_20().d1u_1;
3270
3291
  // Inline function 'kotlin.arrayOf' call
3271
3292
  // Inline function 'kotlin.js.unsafeCast' call
3272
3293
  // Inline function 'kotlin.js.asDynamic' call
@@ -3280,33 +3301,33 @@
3280
3301
  }
3281
3302
  function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
3282
3303
  if (!(8 === (8 & seen0))) {
3283
- throwMissingFieldException(seen0, 8, $serializer_getInstance_8().d1u_1);
3304
+ throwMissingFieldException(seen0, 8, $serializer_getInstance_8().e1u_1);
3284
3305
  }
3285
3306
  if (0 === (seen0 & 1))
3286
- $this.k1t_1 = null;
3307
+ $this.l1t_1 = null;
3287
3308
  else
3288
- $this.k1t_1 = startFrom;
3309
+ $this.l1t_1 = startFrom;
3289
3310
  if (0 === (seen0 & 2))
3290
- $this.l1t_1 = null;
3311
+ $this.m1t_1 = null;
3291
3312
  else
3292
- $this.l1t_1 = playerTurnTimeout;
3313
+ $this.m1t_1 = playerTurnTimeout;
3293
3314
  if (0 === (seen0 & 4))
3294
- $this.m1t_1 = null;
3315
+ $this.n1t_1 = null;
3295
3316
  else
3296
- $this.m1t_1 = waitPlayerUntilTime;
3297
- $this.n1t_1 = state;
3317
+ $this.n1t_1 = waitPlayerUntilTime;
3318
+ $this.o1t_1 = state;
3298
3319
  if (0 === (seen0 & 16))
3299
- $this.o1t_1 = null;
3320
+ $this.p1t_1 = null;
3300
3321
  else
3301
- $this.o1t_1 = ready;
3322
+ $this.p1t_1 = ready;
3302
3323
  if (0 === (seen0 & 32))
3303
- $this.p1t_1 = null;
3324
+ $this.q1t_1 = null;
3304
3325
  else
3305
- $this.p1t_1 = tag;
3326
+ $this.q1t_1 = tag;
3306
3327
  if (0 === (seen0 & 64))
3307
- $this.q1t_1 = null;
3328
+ $this.r1t_1 = null;
3308
3329
  else
3309
- $this.q1t_1 = connection;
3330
+ $this.r1t_1 = connection;
3310
3331
  return $this;
3311
3332
  }
3312
3333
  function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
@@ -3320,25 +3341,25 @@
3320
3341
  ready = ready === VOID ? null : ready;
3321
3342
  tag = tag === VOID ? null : tag;
3322
3343
  connection = connection === VOID ? null : connection;
3323
- this.k1t_1 = startFrom;
3324
- this.l1t_1 = playerTurnTimeout;
3325
- this.m1t_1 = waitPlayerUntilTime;
3326
- this.n1t_1 = state;
3327
- this.o1t_1 = ready;
3328
- this.p1t_1 = tag;
3329
- this.q1t_1 = connection;
3344
+ this.l1t_1 = startFrom;
3345
+ this.m1t_1 = playerTurnTimeout;
3346
+ this.n1t_1 = waitPlayerUntilTime;
3347
+ this.o1t_1 = state;
3348
+ this.p1t_1 = ready;
3349
+ this.q1t_1 = tag;
3350
+ this.r1t_1 = connection;
3330
3351
  }
3331
3352
  protoOf(PlayerStateDto).toString = function () {
3332
- return 'PlayerStateDto(startFrom=' + this.k1t_1 + ', playerTurnTimeout=' + this.l1t_1 + ', waitPlayerUntilTime=' + this.m1t_1 + ', state=' + this.n1t_1.toString() + ', ready=' + this.o1t_1 + ', tag=' + this.p1t_1 + ', connection=' + toString(this.q1t_1) + ')';
3353
+ return 'PlayerStateDto(startFrom=' + this.l1t_1 + ', playerTurnTimeout=' + this.m1t_1 + ', waitPlayerUntilTime=' + this.n1t_1 + ', state=' + this.o1t_1.toString() + ', ready=' + this.p1t_1 + ', tag=' + this.q1t_1 + ', connection=' + toString(this.r1t_1) + ')';
3333
3354
  };
3334
3355
  protoOf(PlayerStateDto).hashCode = function () {
3335
- var result = this.k1t_1 == null ? 0 : getStringHashCode(this.k1t_1);
3336
- result = imul(result, 31) + (this.l1t_1 == null ? 0 : getStringHashCode(this.l1t_1)) | 0;
3356
+ var result = this.l1t_1 == null ? 0 : getStringHashCode(this.l1t_1);
3337
3357
  result = imul(result, 31) + (this.m1t_1 == null ? 0 : getStringHashCode(this.m1t_1)) | 0;
3338
- result = imul(result, 31) + this.n1t_1.hashCode() | 0;
3339
- result = imul(result, 31) + (this.o1t_1 == null ? 0 : getBooleanHashCode(this.o1t_1)) | 0;
3340
- result = imul(result, 31) + (this.p1t_1 == null ? 0 : getStringHashCode(this.p1t_1)) | 0;
3341
- result = imul(result, 31) + (this.q1t_1 == null ? 0 : this.q1t_1.hashCode()) | 0;
3358
+ result = imul(result, 31) + (this.n1t_1 == null ? 0 : getStringHashCode(this.n1t_1)) | 0;
3359
+ result = imul(result, 31) + this.o1t_1.hashCode() | 0;
3360
+ result = imul(result, 31) + (this.p1t_1 == null ? 0 : getBooleanHashCode(this.p1t_1)) | 0;
3361
+ result = imul(result, 31) + (this.q1t_1 == null ? 0 : getStringHashCode(this.q1t_1)) | 0;
3362
+ result = imul(result, 31) + (this.r1t_1 == null ? 0 : this.r1t_1.hashCode()) | 0;
3342
3363
  return result;
3343
3364
  };
3344
3365
  protoOf(PlayerStateDto).equals = function (other) {
@@ -3346,19 +3367,19 @@
3346
3367
  return true;
3347
3368
  if (!(other instanceof PlayerStateDto))
3348
3369
  return false;
3349
- if (!(this.k1t_1 == other.k1t_1))
3350
- return false;
3351
3370
  if (!(this.l1t_1 == other.l1t_1))
3352
3371
  return false;
3353
3372
  if (!(this.m1t_1 == other.m1t_1))
3354
3373
  return false;
3355
- if (!this.n1t_1.equals(other.n1t_1))
3374
+ if (!(this.n1t_1 == other.n1t_1))
3356
3375
  return false;
3357
- if (!(this.o1t_1 == other.o1t_1))
3376
+ if (!this.o1t_1.equals(other.o1t_1))
3358
3377
  return false;
3359
3378
  if (!(this.p1t_1 == other.p1t_1))
3360
3379
  return false;
3361
- if (!equals(this.q1t_1, other.q1t_1))
3380
+ if (!(this.q1t_1 == other.q1t_1))
3381
+ return false;
3382
+ if (!equals(this.r1t_1, other.r1t_1))
3362
3383
  return false;
3363
3384
  return true;
3364
3385
  };
@@ -3382,7 +3403,7 @@
3382
3403
  // Inline function 'kotlin.arrayOf' call
3383
3404
  // Inline function 'kotlin.js.unsafeCast' call
3384
3405
  // Inline function 'kotlin.js.asDynamic' call
3385
- tmp.f1u_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
3406
+ tmp.g1u_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
3386
3407
  }
3387
3408
  var Companion_instance_18;
3388
3409
  function Companion_getInstance_21() {
@@ -3419,45 +3440,45 @@
3419
3440
  tmp0_serialDesc.av('fineIfNoBribes', false);
3420
3441
  tmp0_serialDesc.av('enableFineAfterThirdByte', false);
3421
3442
  tmp0_serialDesc.av('fineAfterThirdFailedContract', false);
3422
- this.g1u_1 = tmp0_serialDesc;
3443
+ this.h1u_1 = tmp0_serialDesc;
3423
3444
  }
3424
- protoOf($serializer_9).h1u = function (encoder, value) {
3425
- var tmp0_desc = this.g1u_1;
3445
+ protoOf($serializer_9).i1u = function (encoder, value) {
3446
+ var tmp0_desc = this.h1u_1;
3426
3447
  var tmp1_output = encoder.kn(tmp0_desc);
3427
- var tmp2_cached = Companion_getInstance_21().f1u_1;
3428
- tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.i1u_1);
3429
- tmp1_output.dp(tmp0_desc, 1, BooleanSerializer_getInstance(), value.j1u_1);
3430
- tmp1_output.dp(tmp0_desc, 2, BooleanSerializer_getInstance(), value.k1u_1);
3431
- tmp1_output.dp(tmp0_desc, 3, BooleanSerializer_getInstance(), value.l1u_1);
3432
- tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.m1u_1);
3433
- tmp1_output.dp(tmp0_desc, 5, IntSerializer_getInstance(), value.n1u_1);
3434
- tmp1_output.dp(tmp0_desc, 6, IntSerializer_getInstance(), value.o1u_1);
3435
- tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.p1u_1);
3436
- tmp1_output.dp(tmp0_desc, 8, tmp2_cached[8].v1(), value.q1u_1);
3437
- tmp1_output.dp(tmp0_desc, 9, tmp2_cached[9].v1(), value.r1u_1);
3438
- tmp1_output.dp(tmp0_desc, 10, BooleanSerializer_getInstance(), value.s1u_1);
3439
- tmp1_output.dp(tmp0_desc, 11, StringSerializer_getInstance(), value.t1u_1);
3440
- tmp1_output.dp(tmp0_desc, 12, StringSerializer_getInstance(), value.u1u_1);
3441
- tmp1_output.dp(tmp0_desc, 13, tmp2_cached[13].v1(), value.v1u_1);
3442
- tmp1_output.dp(tmp0_desc, 14, BooleanSerializer_getInstance(), value.w1u_1);
3443
- tmp1_output.dp(tmp0_desc, 15, BooleanSerializer_getInstance(), value.x1u_1);
3444
- tmp1_output.dp(tmp0_desc, 16, BooleanSerializer_getInstance(), value.y1u_1);
3445
- tmp1_output.dp(tmp0_desc, 17, BooleanSerializer_getInstance(), value.z1u_1);
3446
- tmp1_output.dp(tmp0_desc, 18, BooleanSerializer_getInstance(), value.a1v_1);
3447
- tmp1_output.dp(tmp0_desc, 19, BooleanSerializer_getInstance(), value.b1v_1);
3448
- tmp1_output.dp(tmp0_desc, 20, BooleanSerializer_getInstance(), value.c1v_1);
3449
- tmp1_output.zo(tmp0_desc, 21, value.d1v_1);
3450
- tmp1_output.dp(tmp0_desc, 22, BooleanSerializer_getInstance(), value.e1v_1);
3451
- tmp1_output.dp(tmp0_desc, 23, IntSerializer_getInstance(), value.f1v_1);
3452
- tmp1_output.dp(tmp0_desc, 24, BooleanSerializer_getInstance(), value.g1v_1);
3453
- tmp1_output.dp(tmp0_desc, 25, IntSerializer_getInstance(), value.h1v_1);
3448
+ var tmp2_cached = Companion_getInstance_21().g1u_1;
3449
+ tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.j1u_1);
3450
+ tmp1_output.dp(tmp0_desc, 1, BooleanSerializer_getInstance(), value.k1u_1);
3451
+ tmp1_output.dp(tmp0_desc, 2, BooleanSerializer_getInstance(), value.l1u_1);
3452
+ tmp1_output.dp(tmp0_desc, 3, BooleanSerializer_getInstance(), value.m1u_1);
3453
+ tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.n1u_1);
3454
+ tmp1_output.dp(tmp0_desc, 5, IntSerializer_getInstance(), value.o1u_1);
3455
+ tmp1_output.dp(tmp0_desc, 6, IntSerializer_getInstance(), value.p1u_1);
3456
+ tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.q1u_1);
3457
+ tmp1_output.dp(tmp0_desc, 8, tmp2_cached[8].v1(), value.r1u_1);
3458
+ tmp1_output.dp(tmp0_desc, 9, tmp2_cached[9].v1(), value.s1u_1);
3459
+ tmp1_output.dp(tmp0_desc, 10, BooleanSerializer_getInstance(), value.t1u_1);
3460
+ tmp1_output.dp(tmp0_desc, 11, StringSerializer_getInstance(), value.u1u_1);
3461
+ tmp1_output.dp(tmp0_desc, 12, StringSerializer_getInstance(), value.v1u_1);
3462
+ tmp1_output.dp(tmp0_desc, 13, tmp2_cached[13].v1(), value.w1u_1);
3463
+ tmp1_output.dp(tmp0_desc, 14, BooleanSerializer_getInstance(), value.x1u_1);
3464
+ tmp1_output.dp(tmp0_desc, 15, BooleanSerializer_getInstance(), value.y1u_1);
3465
+ tmp1_output.dp(tmp0_desc, 16, BooleanSerializer_getInstance(), value.z1u_1);
3466
+ tmp1_output.dp(tmp0_desc, 17, BooleanSerializer_getInstance(), value.a1v_1);
3467
+ tmp1_output.dp(tmp0_desc, 18, BooleanSerializer_getInstance(), value.b1v_1);
3468
+ tmp1_output.dp(tmp0_desc, 19, BooleanSerializer_getInstance(), value.c1v_1);
3469
+ tmp1_output.dp(tmp0_desc, 20, BooleanSerializer_getInstance(), value.d1v_1);
3470
+ tmp1_output.zo(tmp0_desc, 21, value.e1v_1);
3471
+ tmp1_output.dp(tmp0_desc, 22, BooleanSerializer_getInstance(), value.f1v_1);
3472
+ tmp1_output.dp(tmp0_desc, 23, IntSerializer_getInstance(), value.g1v_1);
3473
+ tmp1_output.dp(tmp0_desc, 24, BooleanSerializer_getInstance(), value.h1v_1);
3474
+ tmp1_output.dp(tmp0_desc, 25, IntSerializer_getInstance(), value.i1v_1);
3454
3475
  tmp1_output.ln(tmp0_desc);
3455
3476
  };
3456
3477
  protoOf($serializer_9).ck = function (encoder, value) {
3457
- return this.h1u(encoder, value instanceof RulesDto ? value : THROW_CCE());
3478
+ return this.i1u(encoder, value instanceof RulesDto ? value : THROW_CCE());
3458
3479
  };
3459
3480
  protoOf($serializer_9).dk = function (decoder) {
3460
- var tmp0_desc = this.g1u_1;
3481
+ var tmp0_desc = this.h1u_1;
3461
3482
  var tmp1_flag = true;
3462
3483
  var tmp2_index = 0;
3463
3484
  var tmp3_bitMask0 = 0;
@@ -3488,7 +3509,7 @@
3488
3509
  var tmp28_local24 = null;
3489
3510
  var tmp29_local25 = null;
3490
3511
  var tmp30_input = decoder.kn(tmp0_desc);
3491
- var tmp31_cached = Companion_getInstance_21().f1u_1;
3512
+ var tmp31_cached = Companion_getInstance_21().g1u_1;
3492
3513
  if (tmp30_input.ao()) {
3493
3514
  tmp4_local0 = tmp30_input.yn(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
3494
3515
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
@@ -3661,10 +3682,10 @@
3661
3682
  return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, null);
3662
3683
  };
3663
3684
  protoOf($serializer_9).bk = function () {
3664
- return this.g1u_1;
3685
+ return this.h1u_1;
3665
3686
  };
3666
3687
  protoOf($serializer_9).rv = function () {
3667
- var tmp0_cached = Companion_getInstance_21().f1u_1;
3688
+ var tmp0_cached = Companion_getInstance_21().g1u_1;
3668
3689
  // Inline function 'kotlin.arrayOf' call
3669
3690
  // Inline function 'kotlin.js.unsafeCast' call
3670
3691
  // Inline function 'kotlin.js.asDynamic' call
@@ -3678,34 +3699,34 @@
3678
3699
  }
3679
3700
  function RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
3680
3701
  if (!(67108863 === (67108863 & seen0))) {
3681
- throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().g1u_1);
3702
+ throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().h1u_1);
3682
3703
  }
3683
- $this.i1u_1 = name;
3684
- $this.j1u_1 = playerWhoChooseSuitGoFirst;
3685
- $this.k1u_1 = winnerShuffleCards;
3686
- $this.l1u_1 = playWithoutLiabilities;
3687
- $this.m1u_1 = trumpCardGoToPlayerWhoShuffleCards;
3688
- $this.n1u_1 = dealerInitialCardsCount;
3689
- $this.o1u_1 = dealerFinalCardsCount;
3690
- $this.p1u_1 = dealerCounterClockwise;
3691
- $this.q1u_1 = contractTypes;
3692
- $this.r1u_1 = bidTypes;
3693
- $this.s1u_1 = needToPutHigherTrump;
3694
- $this.t1u_1 = trumpCardStepMode;
3695
- $this.u1u_1 = trumpCardStepPartnerMode;
3696
- $this.v1u_1 = combinationsWithFirstCard;
3697
- $this.w1u_1 = protectBella;
3698
- $this.x1u_1 = oneTryToProtectBella;
3699
- $this.y1u_1 = enableFourSevensCombination;
3700
- $this.z1u_1 = enableTrumpSevenCombination;
3701
- $this.a1v_1 = enableTrumpSevenCombinationAfterDistribution;
3702
- $this.b1v_1 = checkTrumpCombination;
3703
- $this.c1v_1 = checkOnlyTrumpDebertz;
3704
- $this.d1v_1 = pointsDistributeMode;
3705
- $this.e1v_1 = enableFineIfNoBribes;
3706
- $this.f1v_1 = fineIfNoBribes;
3707
- $this.g1v_1 = enableFineAfterThirdByte;
3708
- $this.h1v_1 = fineAfterThirdFailedContract;
3704
+ $this.j1u_1 = name;
3705
+ $this.k1u_1 = playerWhoChooseSuitGoFirst;
3706
+ $this.l1u_1 = winnerShuffleCards;
3707
+ $this.m1u_1 = playWithoutLiabilities;
3708
+ $this.n1u_1 = trumpCardGoToPlayerWhoShuffleCards;
3709
+ $this.o1u_1 = dealerInitialCardsCount;
3710
+ $this.p1u_1 = dealerFinalCardsCount;
3711
+ $this.q1u_1 = dealerCounterClockwise;
3712
+ $this.r1u_1 = contractTypes;
3713
+ $this.s1u_1 = bidTypes;
3714
+ $this.t1u_1 = needToPutHigherTrump;
3715
+ $this.u1u_1 = trumpCardStepMode;
3716
+ $this.v1u_1 = trumpCardStepPartnerMode;
3717
+ $this.w1u_1 = combinationsWithFirstCard;
3718
+ $this.x1u_1 = protectBella;
3719
+ $this.y1u_1 = oneTryToProtectBella;
3720
+ $this.z1u_1 = enableFourSevensCombination;
3721
+ $this.a1v_1 = enableTrumpSevenCombination;
3722
+ $this.b1v_1 = enableTrumpSevenCombinationAfterDistribution;
3723
+ $this.c1v_1 = checkTrumpCombination;
3724
+ $this.d1v_1 = checkOnlyTrumpDebertz;
3725
+ $this.e1v_1 = pointsDistributeMode;
3726
+ $this.f1v_1 = enableFineIfNoBribes;
3727
+ $this.g1v_1 = fineIfNoBribes;
3728
+ $this.h1v_1 = enableFineAfterThirdByte;
3729
+ $this.i1v_1 = fineAfterThirdFailedContract;
3709
3730
  return $this;
3710
3731
  }
3711
3732
  function RulesDto_init_$Create$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
@@ -3713,63 +3734,63 @@
3713
3734
  }
3714
3735
  function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
3715
3736
  Companion_getInstance_21();
3716
- this.i1u_1 = name;
3717
- this.j1u_1 = playerWhoChooseSuitGoFirst;
3718
- this.k1u_1 = winnerShuffleCards;
3719
- this.l1u_1 = playWithoutLiabilities;
3720
- this.m1u_1 = trumpCardGoToPlayerWhoShuffleCards;
3721
- this.n1u_1 = dealerInitialCardsCount;
3722
- this.o1u_1 = dealerFinalCardsCount;
3723
- this.p1u_1 = dealerCounterClockwise;
3724
- this.q1u_1 = contractTypes;
3725
- this.r1u_1 = bidTypes;
3726
- this.s1u_1 = needToPutHigherTrump;
3727
- this.t1u_1 = trumpCardStepMode;
3728
- this.u1u_1 = trumpCardStepPartnerMode;
3729
- this.v1u_1 = combinationsWithFirstCard;
3730
- this.w1u_1 = protectBella;
3731
- this.x1u_1 = oneTryToProtectBella;
3732
- this.y1u_1 = enableFourSevensCombination;
3733
- this.z1u_1 = enableTrumpSevenCombination;
3734
- this.a1v_1 = enableTrumpSevenCombinationAfterDistribution;
3735
- this.b1v_1 = checkTrumpCombination;
3736
- this.c1v_1 = checkOnlyTrumpDebertz;
3737
- this.d1v_1 = pointsDistributeMode;
3738
- this.e1v_1 = enableFineIfNoBribes;
3739
- this.f1v_1 = fineIfNoBribes;
3740
- this.g1v_1 = enableFineAfterThirdByte;
3741
- this.h1v_1 = fineAfterThirdFailedContract;
3737
+ this.j1u_1 = name;
3738
+ this.k1u_1 = playerWhoChooseSuitGoFirst;
3739
+ this.l1u_1 = winnerShuffleCards;
3740
+ this.m1u_1 = playWithoutLiabilities;
3741
+ this.n1u_1 = trumpCardGoToPlayerWhoShuffleCards;
3742
+ this.o1u_1 = dealerInitialCardsCount;
3743
+ this.p1u_1 = dealerFinalCardsCount;
3744
+ this.q1u_1 = dealerCounterClockwise;
3745
+ this.r1u_1 = contractTypes;
3746
+ this.s1u_1 = bidTypes;
3747
+ this.t1u_1 = needToPutHigherTrump;
3748
+ this.u1u_1 = trumpCardStepMode;
3749
+ this.v1u_1 = trumpCardStepPartnerMode;
3750
+ this.w1u_1 = combinationsWithFirstCard;
3751
+ this.x1u_1 = protectBella;
3752
+ this.y1u_1 = oneTryToProtectBella;
3753
+ this.z1u_1 = enableFourSevensCombination;
3754
+ this.a1v_1 = enableTrumpSevenCombination;
3755
+ this.b1v_1 = enableTrumpSevenCombinationAfterDistribution;
3756
+ this.c1v_1 = checkTrumpCombination;
3757
+ this.d1v_1 = checkOnlyTrumpDebertz;
3758
+ this.e1v_1 = pointsDistributeMode;
3759
+ this.f1v_1 = enableFineIfNoBribes;
3760
+ this.g1v_1 = fineIfNoBribes;
3761
+ this.h1v_1 = enableFineAfterThirdByte;
3762
+ this.i1v_1 = fineAfterThirdFailedContract;
3742
3763
  }
3743
3764
  protoOf(RulesDto).toString = function () {
3744
- return 'RulesDto(name=' + this.i1u_1 + ', playerWhoChooseSuitGoFirst=' + this.j1u_1 + ', winnerShuffleCards=' + this.k1u_1 + ', playWithoutLiabilities=' + this.l1u_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.m1u_1 + ', dealerInitialCardsCount=' + this.n1u_1 + ', dealerFinalCardsCount=' + this.o1u_1 + ', dealerCounterClockwise=' + this.p1u_1 + ', contractTypes=' + toString(this.q1u_1) + ', bidTypes=' + toString(this.r1u_1) + ', needToPutHigherTrump=' + this.s1u_1 + ', trumpCardStepMode=' + this.t1u_1 + ', trumpCardStepPartnerMode=' + this.u1u_1 + ', combinationsWithFirstCard=' + toString(this.v1u_1) + ', protectBella=' + this.w1u_1 + ', oneTryToProtectBella=' + this.x1u_1 + ', enableFourSevensCombination=' + this.y1u_1 + ', enableTrumpSevenCombination=' + this.z1u_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.a1v_1 + ', checkTrumpCombination=' + this.b1v_1 + ', checkOnlyTrumpDebertz=' + this.c1v_1 + ', pointsDistributeMode=' + this.d1v_1 + ', enableFineIfNoBribes=' + this.e1v_1 + ', fineIfNoBribes=' + this.f1v_1 + ', enableFineAfterThirdByte=' + this.g1v_1 + ', fineAfterThirdFailedContract=' + this.h1v_1 + ')';
3765
+ return 'RulesDto(name=' + this.j1u_1 + ', playerWhoChooseSuitGoFirst=' + this.k1u_1 + ', winnerShuffleCards=' + this.l1u_1 + ', playWithoutLiabilities=' + this.m1u_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.n1u_1 + ', dealerInitialCardsCount=' + this.o1u_1 + ', dealerFinalCardsCount=' + this.p1u_1 + ', dealerCounterClockwise=' + this.q1u_1 + ', contractTypes=' + toString(this.r1u_1) + ', bidTypes=' + toString(this.s1u_1) + ', needToPutHigherTrump=' + this.t1u_1 + ', trumpCardStepMode=' + this.u1u_1 + ', trumpCardStepPartnerMode=' + this.v1u_1 + ', combinationsWithFirstCard=' + toString(this.w1u_1) + ', protectBella=' + this.x1u_1 + ', oneTryToProtectBella=' + this.y1u_1 + ', enableFourSevensCombination=' + this.z1u_1 + ', enableTrumpSevenCombination=' + this.a1v_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.b1v_1 + ', checkTrumpCombination=' + this.c1v_1 + ', checkOnlyTrumpDebertz=' + this.d1v_1 + ', pointsDistributeMode=' + this.e1v_1 + ', enableFineIfNoBribes=' + this.f1v_1 + ', fineIfNoBribes=' + this.g1v_1 + ', enableFineAfterThirdByte=' + this.h1v_1 + ', fineAfterThirdFailedContract=' + this.i1v_1 + ')';
3745
3766
  };
3746
3767
  protoOf(RulesDto).hashCode = function () {
3747
- var result = this.i1u_1 == null ? 0 : getStringHashCode(this.i1u_1);
3748
- result = imul(result, 31) + (this.j1u_1 == null ? 0 : getBooleanHashCode(this.j1u_1)) | 0;
3768
+ var result = this.j1u_1 == null ? 0 : getStringHashCode(this.j1u_1);
3749
3769
  result = imul(result, 31) + (this.k1u_1 == null ? 0 : getBooleanHashCode(this.k1u_1)) | 0;
3750
3770
  result = imul(result, 31) + (this.l1u_1 == null ? 0 : getBooleanHashCode(this.l1u_1)) | 0;
3751
3771
  result = imul(result, 31) + (this.m1u_1 == null ? 0 : getBooleanHashCode(this.m1u_1)) | 0;
3752
- result = imul(result, 31) + (this.n1u_1 == null ? 0 : this.n1u_1) | 0;
3772
+ result = imul(result, 31) + (this.n1u_1 == null ? 0 : getBooleanHashCode(this.n1u_1)) | 0;
3753
3773
  result = imul(result, 31) + (this.o1u_1 == null ? 0 : this.o1u_1) | 0;
3754
- result = imul(result, 31) + (this.p1u_1 == null ? 0 : getBooleanHashCode(this.p1u_1)) | 0;
3755
- result = imul(result, 31) + (this.q1u_1 == null ? 0 : hashCode(this.q1u_1)) | 0;
3774
+ result = imul(result, 31) + (this.p1u_1 == null ? 0 : this.p1u_1) | 0;
3775
+ result = imul(result, 31) + (this.q1u_1 == null ? 0 : getBooleanHashCode(this.q1u_1)) | 0;
3756
3776
  result = imul(result, 31) + (this.r1u_1 == null ? 0 : hashCode(this.r1u_1)) | 0;
3757
- result = imul(result, 31) + (this.s1u_1 == null ? 0 : getBooleanHashCode(this.s1u_1)) | 0;
3758
- result = imul(result, 31) + (this.t1u_1 == null ? 0 : getStringHashCode(this.t1u_1)) | 0;
3777
+ result = imul(result, 31) + (this.s1u_1 == null ? 0 : hashCode(this.s1u_1)) | 0;
3778
+ result = imul(result, 31) + (this.t1u_1 == null ? 0 : getBooleanHashCode(this.t1u_1)) | 0;
3759
3779
  result = imul(result, 31) + (this.u1u_1 == null ? 0 : getStringHashCode(this.u1u_1)) | 0;
3760
- result = imul(result, 31) + (this.v1u_1 == null ? 0 : hashCode(this.v1u_1)) | 0;
3761
- result = imul(result, 31) + (this.w1u_1 == null ? 0 : getBooleanHashCode(this.w1u_1)) | 0;
3780
+ result = imul(result, 31) + (this.v1u_1 == null ? 0 : getStringHashCode(this.v1u_1)) | 0;
3781
+ result = imul(result, 31) + (this.w1u_1 == null ? 0 : hashCode(this.w1u_1)) | 0;
3762
3782
  result = imul(result, 31) + (this.x1u_1 == null ? 0 : getBooleanHashCode(this.x1u_1)) | 0;
3763
3783
  result = imul(result, 31) + (this.y1u_1 == null ? 0 : getBooleanHashCode(this.y1u_1)) | 0;
3764
3784
  result = imul(result, 31) + (this.z1u_1 == null ? 0 : getBooleanHashCode(this.z1u_1)) | 0;
3765
3785
  result = imul(result, 31) + (this.a1v_1 == null ? 0 : getBooleanHashCode(this.a1v_1)) | 0;
3766
3786
  result = imul(result, 31) + (this.b1v_1 == null ? 0 : getBooleanHashCode(this.b1v_1)) | 0;
3767
3787
  result = imul(result, 31) + (this.c1v_1 == null ? 0 : getBooleanHashCode(this.c1v_1)) | 0;
3768
- result = imul(result, 31) + getStringHashCode(this.d1v_1) | 0;
3769
- result = imul(result, 31) + (this.e1v_1 == null ? 0 : getBooleanHashCode(this.e1v_1)) | 0;
3770
- result = imul(result, 31) + (this.f1v_1 == null ? 0 : this.f1v_1) | 0;
3771
- result = imul(result, 31) + (this.g1v_1 == null ? 0 : getBooleanHashCode(this.g1v_1)) | 0;
3772
- result = imul(result, 31) + (this.h1v_1 == null ? 0 : this.h1v_1) | 0;
3788
+ result = imul(result, 31) + (this.d1v_1 == null ? 0 : getBooleanHashCode(this.d1v_1)) | 0;
3789
+ result = imul(result, 31) + getStringHashCode(this.e1v_1) | 0;
3790
+ result = imul(result, 31) + (this.f1v_1 == null ? 0 : getBooleanHashCode(this.f1v_1)) | 0;
3791
+ result = imul(result, 31) + (this.g1v_1 == null ? 0 : this.g1v_1) | 0;
3792
+ result = imul(result, 31) + (this.h1v_1 == null ? 0 : getBooleanHashCode(this.h1v_1)) | 0;
3793
+ result = imul(result, 31) + (this.i1v_1 == null ? 0 : this.i1v_1) | 0;
3773
3794
  return result;
3774
3795
  };
3775
3796
  protoOf(RulesDto).equals = function (other) {
@@ -3777,8 +3798,6 @@
3777
3798
  return true;
3778
3799
  if (!(other instanceof RulesDto))
3779
3800
  return false;
3780
- if (!(this.i1u_1 == other.i1u_1))
3781
- return false;
3782
3801
  if (!(this.j1u_1 == other.j1u_1))
3783
3802
  return false;
3784
3803
  if (!(this.k1u_1 == other.k1u_1))
@@ -3793,19 +3812,19 @@
3793
3812
  return false;
3794
3813
  if (!(this.p1u_1 == other.p1u_1))
3795
3814
  return false;
3796
- if (!equals(this.q1u_1, other.q1u_1))
3815
+ if (!(this.q1u_1 == other.q1u_1))
3797
3816
  return false;
3798
3817
  if (!equals(this.r1u_1, other.r1u_1))
3799
3818
  return false;
3800
- if (!(this.s1u_1 == other.s1u_1))
3819
+ if (!equals(this.s1u_1, other.s1u_1))
3801
3820
  return false;
3802
3821
  if (!(this.t1u_1 == other.t1u_1))
3803
3822
  return false;
3804
3823
  if (!(this.u1u_1 == other.u1u_1))
3805
3824
  return false;
3806
- if (!equals(this.v1u_1, other.v1u_1))
3825
+ if (!(this.v1u_1 == other.v1u_1))
3807
3826
  return false;
3808
- if (!(this.w1u_1 == other.w1u_1))
3827
+ if (!equals(this.w1u_1, other.w1u_1))
3809
3828
  return false;
3810
3829
  if (!(this.x1u_1 == other.x1u_1))
3811
3830
  return false;
@@ -3819,9 +3838,9 @@
3819
3838
  return false;
3820
3839
  if (!(this.c1v_1 == other.c1v_1))
3821
3840
  return false;
3822
- if (!(this.d1v_1 === other.d1v_1))
3841
+ if (!(this.d1v_1 == other.d1v_1))
3823
3842
  return false;
3824
- if (!(this.e1v_1 == other.e1v_1))
3843
+ if (!(this.e1v_1 === other.e1v_1))
3825
3844
  return false;
3826
3845
  if (!(this.f1v_1 == other.f1v_1))
3827
3846
  return false;
@@ -3829,6 +3848,8 @@
3829
3848
  return false;
3830
3849
  if (!(this.h1v_1 == other.h1v_1))
3831
3850
  return false;
3851
+ if (!(this.i1v_1 == other.i1v_1))
3852
+ return false;
3832
3853
  return true;
3833
3854
  };
3834
3855
  function BufferedAction() {
@@ -3979,7 +4000,7 @@
3979
4000
  return tmp;
3980
4001
  }
3981
4002
  function _get_$cachedSerializer__te6jhj_8($this) {
3982
- return $this.s1v_1.v1();
4003
+ return $this.t1v_1.v1();
3983
4004
  }
3984
4005
  function LogType$Companion$_anonymous__d4fjnz() {
3985
4006
  return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
@@ -4019,7 +4040,7 @@
4019
4040
  Companion_instance_19 = this;
4020
4041
  var tmp = this;
4021
4042
  var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
4022
- tmp.s1v_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
4043
+ tmp.t1v_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
4023
4044
  }
4024
4045
  protoOf(Companion_19).z17 = function () {
4025
4046
  return _get_$cachedSerializer__te6jhj_8(this);
@@ -4082,7 +4103,7 @@
4082
4103
  // Inline function 'kotlin.arrayOf' call
4083
4104
  // Inline function 'kotlin.js.unsafeCast' call
4084
4105
  // Inline function 'kotlin.js.asDynamic' call
4085
- tmp.y1v_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
4106
+ tmp.z1v_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
4086
4107
  }
4087
4108
  protoOf(Companion_20).z17 = function () {
4088
4109
  return $serializer_getInstance_10();
@@ -4101,12 +4122,12 @@
4101
4122
  tmp0_serialDesc.av('tag', false);
4102
4123
  tmp0_serialDesc.av('message', false);
4103
4124
  tmp0_serialDesc.av('stackTrace', false);
4104
- this.z1v_1 = tmp0_serialDesc;
4125
+ this.a1w_1 = tmp0_serialDesc;
4105
4126
  }
4106
- protoOf($serializer_10).a1w = function (encoder, value) {
4107
- var tmp0_desc = this.z1v_1;
4127
+ protoOf($serializer_10).b1w = function (encoder, value) {
4128
+ var tmp0_desc = this.a1w_1;
4108
4129
  var tmp1_output = encoder.kn(tmp0_desc);
4109
- var tmp2_cached = Companion_getInstance_23().y1v_1;
4130
+ var tmp2_cached = Companion_getInstance_23().z1v_1;
4110
4131
  tmp1_output.bp(tmp0_desc, 0, tmp2_cached[0].v1(), value.type);
4111
4132
  tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
4112
4133
  tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
@@ -4115,10 +4136,10 @@
4115
4136
  tmp1_output.ln(tmp0_desc);
4116
4137
  };
4117
4138
  protoOf($serializer_10).ck = function (encoder, value) {
4118
- return this.a1w(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
4139
+ return this.b1w(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
4119
4140
  };
4120
4141
  protoOf($serializer_10).dk = function (decoder) {
4121
- var tmp0_desc = this.z1v_1;
4142
+ var tmp0_desc = this.a1w_1;
4122
4143
  var tmp1_flag = true;
4123
4144
  var tmp2_index = 0;
4124
4145
  var tmp3_bitMask0 = 0;
@@ -4128,7 +4149,7 @@
4128
4149
  var tmp7_local3 = null;
4129
4150
  var tmp8_local4 = null;
4130
4151
  var tmp9_input = decoder.kn(tmp0_desc);
4131
- var tmp10_cached = Companion_getInstance_23().y1v_1;
4152
+ var tmp10_cached = Companion_getInstance_23().z1v_1;
4132
4153
  if (tmp9_input.ao()) {
4133
4154
  tmp4_local0 = tmp9_input.wn(tmp0_desc, 0, tmp10_cached[0].v1(), tmp4_local0);
4134
4155
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
@@ -4175,13 +4196,13 @@
4175
4196
  return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
4176
4197
  };
4177
4198
  protoOf($serializer_10).bk = function () {
4178
- return this.z1v_1;
4199
+ return this.a1w_1;
4179
4200
  };
4180
4201
  protoOf($serializer_10).rv = function () {
4181
4202
  // Inline function 'kotlin.arrayOf' call
4182
4203
  // Inline function 'kotlin.js.unsafeCast' call
4183
4204
  // Inline function 'kotlin.js.asDynamic' call
4184
- return [Companion_getInstance_23().y1v_1[0].v1(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
4205
+ return [Companion_getInstance_23().z1v_1[0].v1(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
4185
4206
  };
4186
4207
  var $serializer_instance_10;
4187
4208
  function $serializer_getInstance_10() {
@@ -4191,7 +4212,7 @@
4191
4212
  }
4192
4213
  function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
4193
4214
  if (!(31 === (31 & seen0))) {
4194
- throwMissingFieldException(seen0, 31, $serializer_getInstance_10().z1v_1);
4215
+ throwMissingFieldException(seen0, 31, $serializer_getInstance_10().a1w_1);
4195
4216
  }
4196
4217
  $this.type = type;
4197
4218
  $this.key = key;
@@ -4211,7 +4232,7 @@
4211
4232
  this.message = message;
4212
4233
  this.stackTrace = stackTrace;
4213
4234
  }
4214
- protoOf(LoggerOutputDataDto).b1w = function () {
4235
+ protoOf(LoggerOutputDataDto).c1w = function () {
4215
4236
  return this.type;
4216
4237
  };
4217
4238
  protoOf(LoggerOutputDataDto).u1 = function () {
@@ -4223,7 +4244,7 @@
4223
4244
  protoOf(LoggerOutputDataDto).e = function () {
4224
4245
  return this.message;
4225
4246
  };
4226
- protoOf(LoggerOutputDataDto).c1w = function () {
4247
+ protoOf(LoggerOutputDataDto).d1w = function () {
4227
4248
  return this.stackTrace;
4228
4249
  };
4229
4250
  protoOf(LoggerOutputDataDto).toMessageLog = function () {
@@ -4280,7 +4301,7 @@
4280
4301
  protoOf(LoggerOutputDataDto).j1q = function () {
4281
4302
  return this.stackTrace;
4282
4303
  };
4283
- protoOf(LoggerOutputDataDto).d1w = function (type, key, tag, message, stackTrace) {
4304
+ protoOf(LoggerOutputDataDto).e1w = function (type, key, tag, message, stackTrace) {
4284
4305
  return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
4285
4306
  };
4286
4307
  protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
@@ -4289,7 +4310,7 @@
4289
4310
  tag = tag === VOID ? this.tag : tag;
4290
4311
  message = message === VOID ? this.message : message;
4291
4312
  stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
4292
- return $super === VOID ? this.d1w(type, key, tag, message, stackTrace) : $super.d1w.call(this, type, key, tag, message, stackTrace);
4313
+ return $super === VOID ? this.e1w(type, key, tag, message, stackTrace) : $super.e1w.call(this, type, key, tag, message, stackTrace);
4293
4314
  };
4294
4315
  protoOf(LoggerOutputDataDto).toString = function () {
4295
4316
  return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
@@ -4377,9 +4398,10 @@
4377
4398
  defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).v1r);
4378
4399
  defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).w1r);
4379
4400
  defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).x1r);
4401
+ defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).y1r);
4380
4402
  defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).i2);
4381
4403
  defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).j2);
4382
- defineProp(protoOf(Team), 'first', protoOf(Team).g1s);
4404
+ defineProp(protoOf(Team), 'first', protoOf(Team).h1s);
4383
4405
  defineProp(protoOf(Team), 'second', protoOf(Team).c1d);
4384
4406
  protoOf($serializer_1).sv = typeParametersSerializers;
4385
4407
  protoOf($serializer_2).sv = typeParametersSerializers;