raspberry_games_engine_helpers 1.8.420 → 1.8.422
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.
- package/Kosi-Kaverit-kaverit.js +56 -56
- package/Kosi-Kodein-kodein-di.js +486 -486
- package/Logic_Debertz-core.js +421 -393
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.d.ts +6 -3
- package/Logic_Debertz-engine.js +6942 -6907
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1065 -1065
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
return false;
|
|
198
198
|
}
|
|
199
199
|
function get_isAutoStartTimer() {
|
|
200
|
-
return !this.
|
|
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.
|
|
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.
|
|
232
|
+
this.version = '1.8.422';
|
|
233
233
|
}
|
|
234
234
|
protoOf(GameEngineConfig).k17 = function () {
|
|
235
235
|
return this.version;
|
|
@@ -1504,6 +1504,8 @@
|
|
|
1504
1504
|
tmp = false;
|
|
1505
1505
|
break;
|
|
1506
1506
|
case 2:
|
|
1507
|
+
tmp = false;
|
|
1508
|
+
break;
|
|
1507
1509
|
case 4:
|
|
1508
1510
|
case 5:
|
|
1509
1511
|
case 7:
|
|
@@ -1524,9 +1526,11 @@
|
|
|
1524
1526
|
var tmp;
|
|
1525
1527
|
switch (this.h2_1) {
|
|
1526
1528
|
case 3:
|
|
1527
|
-
tmp =
|
|
1529
|
+
tmp = false;
|
|
1528
1530
|
break;
|
|
1529
1531
|
case 2:
|
|
1532
|
+
tmp = true;
|
|
1533
|
+
break;
|
|
1530
1534
|
case 4:
|
|
1531
1535
|
case 5:
|
|
1532
1536
|
case 7:
|
|
@@ -1544,6 +1548,29 @@
|
|
|
1544
1548
|
return tmp;
|
|
1545
1549
|
};
|
|
1546
1550
|
protoOf(PlayerConnectionState).x1r = function () {
|
|
1551
|
+
var tmp;
|
|
1552
|
+
switch (this.h2_1) {
|
|
1553
|
+
case 3:
|
|
1554
|
+
tmp = true;
|
|
1555
|
+
break;
|
|
1556
|
+
case 2:
|
|
1557
|
+
case 4:
|
|
1558
|
+
case 5:
|
|
1559
|
+
case 7:
|
|
1560
|
+
tmp = false;
|
|
1561
|
+
break;
|
|
1562
|
+
case 0:
|
|
1563
|
+
case 6:
|
|
1564
|
+
case 1:
|
|
1565
|
+
tmp = false;
|
|
1566
|
+
break;
|
|
1567
|
+
default:
|
|
1568
|
+
noWhenBranchMatchedException();
|
|
1569
|
+
break;
|
|
1570
|
+
}
|
|
1571
|
+
return tmp;
|
|
1572
|
+
};
|
|
1573
|
+
protoOf(PlayerConnectionState).y1r = function () {
|
|
1547
1574
|
var tmp;
|
|
1548
1575
|
switch (this.h2_1) {
|
|
1549
1576
|
case 2:
|
|
@@ -1566,7 +1593,7 @@
|
|
|
1566
1593
|
}
|
|
1567
1594
|
return tmp;
|
|
1568
1595
|
};
|
|
1569
|
-
protoOf(PlayerConnectionState).
|
|
1596
|
+
protoOf(PlayerConnectionState).z1r = function () {
|
|
1570
1597
|
var tmp;
|
|
1571
1598
|
switch (this.h2_1) {
|
|
1572
1599
|
case 5:
|
|
@@ -1620,7 +1647,7 @@
|
|
|
1620
1647
|
return PlayerConnectionState_DELETED_instance;
|
|
1621
1648
|
}
|
|
1622
1649
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
1623
|
-
return $this.
|
|
1650
|
+
return $this.a1s_1.v1();
|
|
1624
1651
|
}
|
|
1625
1652
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
1626
1653
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
@@ -1635,7 +1662,7 @@
|
|
|
1635
1662
|
Companion_instance_7 = this;
|
|
1636
1663
|
var tmp = this;
|
|
1637
1664
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1638
|
-
tmp.
|
|
1665
|
+
tmp.a1s_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
1639
1666
|
}
|
|
1640
1667
|
protoOf(Companion_7).z17 = function () {
|
|
1641
1668
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -1664,17 +1691,17 @@
|
|
|
1664
1691
|
Enum.call(this, name, ordinal);
|
|
1665
1692
|
}
|
|
1666
1693
|
protoOf(PlayerWaitingState).x1q = function () {
|
|
1667
|
-
return this.
|
|
1694
|
+
return this.d1s() || this.e1s();
|
|
1668
1695
|
};
|
|
1669
|
-
protoOf(PlayerWaitingState).
|
|
1696
|
+
protoOf(PlayerWaitingState).d1s = function () {
|
|
1670
1697
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
1671
1698
|
};
|
|
1672
|
-
protoOf(PlayerWaitingState).
|
|
1699
|
+
protoOf(PlayerWaitingState).e1s = function () {
|
|
1673
1700
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
1674
1701
|
};
|
|
1675
1702
|
function Companion_8() {
|
|
1676
1703
|
}
|
|
1677
|
-
protoOf(Companion_8).
|
|
1704
|
+
protoOf(Companion_8).f1s = function (connection) {
|
|
1678
1705
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
1679
1706
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
1680
1707
|
};
|
|
@@ -1705,7 +1732,7 @@
|
|
|
1705
1732
|
this.v1q_1 = tag;
|
|
1706
1733
|
this.w1q_1 = connection;
|
|
1707
1734
|
}
|
|
1708
|
-
protoOf(PlayerState).
|
|
1735
|
+
protoOf(PlayerState).g1s = function () {
|
|
1709
1736
|
// Inline function 'kotlin.requireNotNull' call
|
|
1710
1737
|
var tmp0 = this.w1q_1;
|
|
1711
1738
|
var tmp$ret$1;
|
|
@@ -1816,13 +1843,13 @@
|
|
|
1816
1843
|
function Team(playerIds) {
|
|
1817
1844
|
this.playerIds = playerIds;
|
|
1818
1845
|
}
|
|
1819
|
-
protoOf(Team).
|
|
1846
|
+
protoOf(Team).h1s = function () {
|
|
1820
1847
|
return this.playerIds;
|
|
1821
1848
|
};
|
|
1822
1849
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
1823
1850
|
return this.playerIds.o1(playerId);
|
|
1824
1851
|
};
|
|
1825
|
-
protoOf(Team).
|
|
1852
|
+
protoOf(Team).i1s = function () {
|
|
1826
1853
|
return this.playerIds.p(0);
|
|
1827
1854
|
};
|
|
1828
1855
|
protoOf(Team).c1d = function () {
|
|
@@ -1831,12 +1858,12 @@
|
|
|
1831
1858
|
protoOf(Team).sc = function () {
|
|
1832
1859
|
return this.playerIds;
|
|
1833
1860
|
};
|
|
1834
|
-
protoOf(Team).
|
|
1861
|
+
protoOf(Team).j1s = function (playerIds) {
|
|
1835
1862
|
return new Team(playerIds);
|
|
1836
1863
|
};
|
|
1837
1864
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
1838
1865
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
1839
|
-
return $super === VOID ? this.
|
|
1866
|
+
return $super === VOID ? this.j1s(playerIds) : $super.j1s.call(this, playerIds);
|
|
1840
1867
|
};
|
|
1841
1868
|
protoOf(Team).toString = function () {
|
|
1842
1869
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -1854,7 +1881,7 @@
|
|
|
1854
1881
|
return true;
|
|
1855
1882
|
};
|
|
1856
1883
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
1857
|
-
return $this.
|
|
1884
|
+
return $this.k1s_1.v1();
|
|
1858
1885
|
}
|
|
1859
1886
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
1860
1887
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -1892,7 +1919,7 @@
|
|
|
1892
1919
|
Companion_instance_9 = this;
|
|
1893
1920
|
var tmp = this;
|
|
1894
1921
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1895
|
-
tmp.
|
|
1922
|
+
tmp.k1s_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
1896
1923
|
}
|
|
1897
1924
|
protoOf(Companion_9).z17 = function () {
|
|
1898
1925
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -1913,7 +1940,7 @@
|
|
|
1913
1940
|
Companion_getInstance_12();
|
|
1914
1941
|
}
|
|
1915
1942
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
1916
|
-
return $this.
|
|
1943
|
+
return $this.l1s_1.v1();
|
|
1917
1944
|
}
|
|
1918
1945
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
1919
1946
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -1928,7 +1955,7 @@
|
|
|
1928
1955
|
TerminationGameReasonDto.call(this);
|
|
1929
1956
|
var tmp = this;
|
|
1930
1957
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1931
|
-
tmp.
|
|
1958
|
+
tmp.l1s_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
1932
1959
|
}
|
|
1933
1960
|
protoOf(ProcessingReasonDto).z17 = function () {
|
|
1934
1961
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -1965,19 +1992,19 @@
|
|
|
1965
1992
|
$serializer_instance_1 = this;
|
|
1966
1993
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
1967
1994
|
tmp0_serialDesc.av('reason', false);
|
|
1968
|
-
this.
|
|
1995
|
+
this.m1s_1 = tmp0_serialDesc;
|
|
1969
1996
|
}
|
|
1970
|
-
protoOf($serializer_1).
|
|
1971
|
-
var tmp0_desc = this.
|
|
1997
|
+
protoOf($serializer_1).n1s = function (encoder, value) {
|
|
1998
|
+
var tmp0_desc = this.m1s_1;
|
|
1972
1999
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
1973
2000
|
tmp1_output.zo(tmp0_desc, 0, value.reason);
|
|
1974
2001
|
tmp1_output.ln(tmp0_desc);
|
|
1975
2002
|
};
|
|
1976
2003
|
protoOf($serializer_1).ck = function (encoder, value) {
|
|
1977
|
-
return this.
|
|
2004
|
+
return this.n1s(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
1978
2005
|
};
|
|
1979
2006
|
protoOf($serializer_1).dk = function (decoder) {
|
|
1980
|
-
var tmp0_desc = this.
|
|
2007
|
+
var tmp0_desc = this.m1s_1;
|
|
1981
2008
|
var tmp1_flag = true;
|
|
1982
2009
|
var tmp2_index = 0;
|
|
1983
2010
|
var tmp3_bitMask0 = 0;
|
|
@@ -2005,7 +2032,7 @@
|
|
|
2005
2032
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2006
2033
|
};
|
|
2007
2034
|
protoOf($serializer_1).bk = function () {
|
|
2008
|
-
return this.
|
|
2035
|
+
return this.m1s_1;
|
|
2009
2036
|
};
|
|
2010
2037
|
protoOf($serializer_1).rv = function () {
|
|
2011
2038
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2021,7 +2048,7 @@
|
|
|
2021
2048
|
}
|
|
2022
2049
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2023
2050
|
if (!(1 === (1 & seen0))) {
|
|
2024
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().
|
|
2051
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().m1s_1);
|
|
2025
2052
|
}
|
|
2026
2053
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2027
2054
|
$this.reason = reason;
|
|
@@ -2062,19 +2089,19 @@
|
|
|
2062
2089
|
$serializer_instance_2 = this;
|
|
2063
2090
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2064
2091
|
tmp0_serialDesc.av('reason', false);
|
|
2065
|
-
this.
|
|
2092
|
+
this.o1s_1 = tmp0_serialDesc;
|
|
2066
2093
|
}
|
|
2067
|
-
protoOf($serializer_2).
|
|
2068
|
-
var tmp0_desc = this.
|
|
2094
|
+
protoOf($serializer_2).p1s = function (encoder, value) {
|
|
2095
|
+
var tmp0_desc = this.o1s_1;
|
|
2069
2096
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
2070
2097
|
tmp1_output.zo(tmp0_desc, 0, value.reason);
|
|
2071
2098
|
tmp1_output.ln(tmp0_desc);
|
|
2072
2099
|
};
|
|
2073
2100
|
protoOf($serializer_2).ck = function (encoder, value) {
|
|
2074
|
-
return this.
|
|
2101
|
+
return this.p1s(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2075
2102
|
};
|
|
2076
2103
|
protoOf($serializer_2).dk = function (decoder) {
|
|
2077
|
-
var tmp0_desc = this.
|
|
2104
|
+
var tmp0_desc = this.o1s_1;
|
|
2078
2105
|
var tmp1_flag = true;
|
|
2079
2106
|
var tmp2_index = 0;
|
|
2080
2107
|
var tmp3_bitMask0 = 0;
|
|
@@ -2102,7 +2129,7 @@
|
|
|
2102
2129
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2103
2130
|
};
|
|
2104
2131
|
protoOf($serializer_2).bk = function () {
|
|
2105
|
-
return this.
|
|
2132
|
+
return this.o1s_1;
|
|
2106
2133
|
};
|
|
2107
2134
|
protoOf($serializer_2).rv = function () {
|
|
2108
2135
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2118,7 +2145,7 @@
|
|
|
2118
2145
|
}
|
|
2119
2146
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2120
2147
|
if (!(1 === (1 & seen0))) {
|
|
2121
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2148
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().o1s_1);
|
|
2122
2149
|
}
|
|
2123
2150
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2124
2151
|
$this.reason = reason;
|
|
@@ -2159,19 +2186,19 @@
|
|
|
2159
2186
|
$serializer_instance_3 = this;
|
|
2160
2187
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2161
2188
|
tmp0_serialDesc.av('playerId', false);
|
|
2162
|
-
this.
|
|
2189
|
+
this.q1s_1 = tmp0_serialDesc;
|
|
2163
2190
|
}
|
|
2164
|
-
protoOf($serializer_3).
|
|
2165
|
-
var tmp0_desc = this.
|
|
2191
|
+
protoOf($serializer_3).r1s = function (encoder, value) {
|
|
2192
|
+
var tmp0_desc = this.q1s_1;
|
|
2166
2193
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
2167
|
-
tmp1_output.zo(tmp0_desc, 0, value.
|
|
2194
|
+
tmp1_output.zo(tmp0_desc, 0, value.s1s_1);
|
|
2168
2195
|
tmp1_output.ln(tmp0_desc);
|
|
2169
2196
|
};
|
|
2170
2197
|
protoOf($serializer_3).ck = function (encoder, value) {
|
|
2171
|
-
return this.
|
|
2198
|
+
return this.r1s(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2172
2199
|
};
|
|
2173
2200
|
protoOf($serializer_3).dk = function (decoder) {
|
|
2174
|
-
var tmp0_desc = this.
|
|
2201
|
+
var tmp0_desc = this.q1s_1;
|
|
2175
2202
|
var tmp1_flag = true;
|
|
2176
2203
|
var tmp2_index = 0;
|
|
2177
2204
|
var tmp3_bitMask0 = 0;
|
|
@@ -2199,7 +2226,7 @@
|
|
|
2199
2226
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2200
2227
|
};
|
|
2201
2228
|
protoOf($serializer_3).bk = function () {
|
|
2202
|
-
return this.
|
|
2229
|
+
return this.q1s_1;
|
|
2203
2230
|
};
|
|
2204
2231
|
protoOf($serializer_3).rv = function () {
|
|
2205
2232
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2215,10 +2242,10 @@
|
|
|
2215
2242
|
}
|
|
2216
2243
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2217
2244
|
if (!(1 === (1 & seen0))) {
|
|
2218
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2245
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().q1s_1);
|
|
2219
2246
|
}
|
|
2220
2247
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2221
|
-
$this.
|
|
2248
|
+
$this.s1s_1 = playerId;
|
|
2222
2249
|
return $this;
|
|
2223
2250
|
}
|
|
2224
2251
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2226,20 +2253,20 @@
|
|
|
2226
2253
|
}
|
|
2227
2254
|
function PlayerExitReasonDto(playerId) {
|
|
2228
2255
|
TerminationGameReasonDto.call(this);
|
|
2229
|
-
this.
|
|
2256
|
+
this.s1s_1 = playerId;
|
|
2230
2257
|
}
|
|
2231
2258
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2232
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2259
|
+
return 'PlayerExitReasonDto(playerId=' + this.s1s_1 + ')';
|
|
2233
2260
|
};
|
|
2234
2261
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2235
|
-
return getStringHashCode(this.
|
|
2262
|
+
return getStringHashCode(this.s1s_1);
|
|
2236
2263
|
};
|
|
2237
2264
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2238
2265
|
if (this === other)
|
|
2239
2266
|
return true;
|
|
2240
2267
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2241
2268
|
return false;
|
|
2242
|
-
if (!(this.
|
|
2269
|
+
if (!(this.s1s_1 === other.s1s_1))
|
|
2243
2270
|
return false;
|
|
2244
2271
|
return true;
|
|
2245
2272
|
};
|
|
@@ -2254,20 +2281,20 @@
|
|
|
2254
2281
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2255
2282
|
tmp0_serialDesc.av('playerId', false);
|
|
2256
2283
|
tmp0_serialDesc.av('tag', false);
|
|
2257
|
-
this.
|
|
2284
|
+
this.t1s_1 = tmp0_serialDesc;
|
|
2258
2285
|
}
|
|
2259
|
-
protoOf($serializer_4).
|
|
2260
|
-
var tmp0_desc = this.
|
|
2286
|
+
protoOf($serializer_4).u1s = function (encoder, value) {
|
|
2287
|
+
var tmp0_desc = this.t1s_1;
|
|
2261
2288
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
2262
|
-
tmp1_output.zo(tmp0_desc, 0, value.
|
|
2263
|
-
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2289
|
+
tmp1_output.zo(tmp0_desc, 0, value.v1s_1);
|
|
2290
|
+
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.w1s_1);
|
|
2264
2291
|
tmp1_output.ln(tmp0_desc);
|
|
2265
2292
|
};
|
|
2266
2293
|
protoOf($serializer_4).ck = function (encoder, value) {
|
|
2267
|
-
return this.
|
|
2294
|
+
return this.u1s(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2268
2295
|
};
|
|
2269
2296
|
protoOf($serializer_4).dk = function (decoder) {
|
|
2270
|
-
var tmp0_desc = this.
|
|
2297
|
+
var tmp0_desc = this.t1s_1;
|
|
2271
2298
|
var tmp1_flag = true;
|
|
2272
2299
|
var tmp2_index = 0;
|
|
2273
2300
|
var tmp3_bitMask0 = 0;
|
|
@@ -2302,7 +2329,7 @@
|
|
|
2302
2329
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2303
2330
|
};
|
|
2304
2331
|
protoOf($serializer_4).bk = function () {
|
|
2305
|
-
return this.
|
|
2332
|
+
return this.t1s_1;
|
|
2306
2333
|
};
|
|
2307
2334
|
protoOf($serializer_4).rv = function () {
|
|
2308
2335
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2318,11 +2345,11 @@
|
|
|
2318
2345
|
}
|
|
2319
2346
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2320
2347
|
if (!(3 === (3 & seen0))) {
|
|
2321
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().
|
|
2348
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().t1s_1);
|
|
2322
2349
|
}
|
|
2323
2350
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2324
|
-
$this.
|
|
2325
|
-
$this.
|
|
2351
|
+
$this.v1s_1 = playerId;
|
|
2352
|
+
$this.w1s_1 = tag;
|
|
2326
2353
|
return $this;
|
|
2327
2354
|
}
|
|
2328
2355
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2330,15 +2357,15 @@
|
|
|
2330
2357
|
}
|
|
2331
2358
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2332
2359
|
TerminationGameReasonDto.call(this);
|
|
2333
|
-
this.
|
|
2334
|
-
this.
|
|
2360
|
+
this.v1s_1 = playerId;
|
|
2361
|
+
this.w1s_1 = tag;
|
|
2335
2362
|
}
|
|
2336
2363
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2337
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2364
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.v1s_1 + ', tag=' + this.w1s_1 + ')';
|
|
2338
2365
|
};
|
|
2339
2366
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2340
|
-
var result = getStringHashCode(this.
|
|
2341
|
-
result = imul(result, 31) + (this.
|
|
2367
|
+
var result = getStringHashCode(this.v1s_1);
|
|
2368
|
+
result = imul(result, 31) + (this.w1s_1 == null ? 0 : getStringHashCode(this.w1s_1)) | 0;
|
|
2342
2369
|
return result;
|
|
2343
2370
|
};
|
|
2344
2371
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2346,9 +2373,9 @@
|
|
|
2346
2373
|
return true;
|
|
2347
2374
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2348
2375
|
return false;
|
|
2349
|
-
if (!(this.
|
|
2376
|
+
if (!(this.v1s_1 === other.v1s_1))
|
|
2350
2377
|
return false;
|
|
2351
|
-
if (!(this.
|
|
2378
|
+
if (!(this.w1s_1 == other.w1s_1))
|
|
2352
2379
|
return false;
|
|
2353
2380
|
return true;
|
|
2354
2381
|
};
|
|
@@ -2363,20 +2390,20 @@
|
|
|
2363
2390
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2364
2391
|
tmp0_serialDesc.av('playerId', false);
|
|
2365
2392
|
tmp0_serialDesc.av('tag', false);
|
|
2366
|
-
this.
|
|
2393
|
+
this.x1s_1 = tmp0_serialDesc;
|
|
2367
2394
|
}
|
|
2368
|
-
protoOf($serializer_5).
|
|
2369
|
-
var tmp0_desc = this.
|
|
2395
|
+
protoOf($serializer_5).y1s = function (encoder, value) {
|
|
2396
|
+
var tmp0_desc = this.x1s_1;
|
|
2370
2397
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
2371
|
-
tmp1_output.zo(tmp0_desc, 0, value.
|
|
2372
|
-
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2398
|
+
tmp1_output.zo(tmp0_desc, 0, value.z1s_1);
|
|
2399
|
+
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.a1t_1);
|
|
2373
2400
|
tmp1_output.ln(tmp0_desc);
|
|
2374
2401
|
};
|
|
2375
2402
|
protoOf($serializer_5).ck = function (encoder, value) {
|
|
2376
|
-
return this.
|
|
2403
|
+
return this.y1s(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2377
2404
|
};
|
|
2378
2405
|
protoOf($serializer_5).dk = function (decoder) {
|
|
2379
|
-
var tmp0_desc = this.
|
|
2406
|
+
var tmp0_desc = this.x1s_1;
|
|
2380
2407
|
var tmp1_flag = true;
|
|
2381
2408
|
var tmp2_index = 0;
|
|
2382
2409
|
var tmp3_bitMask0 = 0;
|
|
@@ -2411,7 +2438,7 @@
|
|
|
2411
2438
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2412
2439
|
};
|
|
2413
2440
|
protoOf($serializer_5).bk = function () {
|
|
2414
|
-
return this.
|
|
2441
|
+
return this.x1s_1;
|
|
2415
2442
|
};
|
|
2416
2443
|
protoOf($serializer_5).rv = function () {
|
|
2417
2444
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2427,11 +2454,11 @@
|
|
|
2427
2454
|
}
|
|
2428
2455
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2429
2456
|
if (!(3 === (3 & seen0))) {
|
|
2430
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2457
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().x1s_1);
|
|
2431
2458
|
}
|
|
2432
2459
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2433
|
-
$this.
|
|
2434
|
-
$this.
|
|
2460
|
+
$this.z1s_1 = playerId;
|
|
2461
|
+
$this.a1t_1 = tag;
|
|
2435
2462
|
return $this;
|
|
2436
2463
|
}
|
|
2437
2464
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2439,15 +2466,15 @@
|
|
|
2439
2466
|
}
|
|
2440
2467
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2441
2468
|
TerminationGameReasonDto.call(this);
|
|
2442
|
-
this.
|
|
2443
|
-
this.
|
|
2469
|
+
this.z1s_1 = playerId;
|
|
2470
|
+
this.a1t_1 = tag;
|
|
2444
2471
|
}
|
|
2445
2472
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2446
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2473
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.z1s_1 + ', tag=' + this.a1t_1 + ')';
|
|
2447
2474
|
};
|
|
2448
2475
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2449
|
-
var result = getStringHashCode(this.
|
|
2450
|
-
result = imul(result, 31) + (this.
|
|
2476
|
+
var result = getStringHashCode(this.z1s_1);
|
|
2477
|
+
result = imul(result, 31) + (this.a1t_1 == null ? 0 : getStringHashCode(this.a1t_1)) | 0;
|
|
2451
2478
|
return result;
|
|
2452
2479
|
};
|
|
2453
2480
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2455,14 +2482,14 @@
|
|
|
2455
2482
|
return true;
|
|
2456
2483
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2457
2484
|
return false;
|
|
2458
|
-
if (!(this.
|
|
2485
|
+
if (!(this.z1s_1 === other.z1s_1))
|
|
2459
2486
|
return false;
|
|
2460
|
-
if (!(this.
|
|
2487
|
+
if (!(this.a1t_1 == other.a1t_1))
|
|
2461
2488
|
return false;
|
|
2462
2489
|
return true;
|
|
2463
2490
|
};
|
|
2464
2491
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2465
|
-
return $this.
|
|
2492
|
+
return $this.b1t_1.v1();
|
|
2466
2493
|
}
|
|
2467
2494
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2468
2495
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2477,7 +2504,7 @@
|
|
|
2477
2504
|
TerminationGameReasonDto.call(this);
|
|
2478
2505
|
var tmp = this;
|
|
2479
2506
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2480
|
-
tmp.
|
|
2507
|
+
tmp.b1t_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2481
2508
|
}
|
|
2482
2509
|
protoOf(WaitingForConnectionReasonDto).z17 = function () {
|
|
2483
2510
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -2628,15 +2655,15 @@
|
|
|
2628
2655
|
}
|
|
2629
2656
|
function mapFromDto_3(_this__u8e3s4) {
|
|
2630
2657
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2631
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
2658
|
+
return new PlayerExitReason(_this__u8e3s4.s1s_1);
|
|
2632
2659
|
}
|
|
2633
2660
|
function mapFromDto_4(_this__u8e3s4) {
|
|
2634
2661
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2635
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
2662
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.v1s_1, _this__u8e3s4.w1s_1);
|
|
2636
2663
|
}
|
|
2637
2664
|
function mapFromDto_5(_this__u8e3s4) {
|
|
2638
2665
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2639
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
2666
|
+
return new PlayerTimeoutReason(_this__u8e3s4.z1s_1, _this__u8e3s4.a1t_1);
|
|
2640
2667
|
}
|
|
2641
2668
|
function mapFromDto_6(_this__u8e3s4) {
|
|
2642
2669
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2697,14 +2724,14 @@
|
|
|
2697
2724
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
2698
2725
|
}
|
|
2699
2726
|
function mapFromDto_8(_this__u8e3s4) {
|
|
2700
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
2701
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
2702
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
2703
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
2704
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
2705
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
2706
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
2707
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
2727
|
+
var tmp0_elvis_lhs = _this__u8e3s4.c1t_1;
|
|
2728
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.d1t_1) : tmp0_elvis_lhs;
|
|
2729
|
+
var tmp1_elvis_lhs = _this__u8e3s4.e1t_1;
|
|
2730
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.f1t_1) : tmp1_elvis_lhs;
|
|
2731
|
+
var tmp2_elvis_lhs = _this__u8e3s4.g1t_1;
|
|
2732
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.h1t_1 : tmp2_elvis_lhs;
|
|
2733
|
+
var tmp3_elvis_lhs = _this__u8e3s4.j1t_1;
|
|
2734
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.k1t_1, _this__u8e3s4.i1t_1);
|
|
2708
2735
|
}
|
|
2709
2736
|
function mapToDto_9(_this__u8e3s4) {
|
|
2710
2737
|
var tmp0_safe_receiver = _this__u8e3s4.q1q_1;
|
|
@@ -2721,7 +2748,7 @@
|
|
|
2721
2748
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
2722
2749
|
}
|
|
2723
2750
|
function mapFromDto_9(_this__u8e3s4) {
|
|
2724
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
2751
|
+
var tmp0_safe_receiver = _this__u8e3s4.l1t_1;
|
|
2725
2752
|
var tmp;
|
|
2726
2753
|
if (tmp0_safe_receiver == null) {
|
|
2727
2754
|
tmp = null;
|
|
@@ -2730,7 +2757,7 @@
|
|
|
2730
2757
|
tmp = Companion_getInstance_0().tg(tmp0_safe_receiver);
|
|
2731
2758
|
}
|
|
2732
2759
|
var tmp5_startFromTime = tmp;
|
|
2733
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
2760
|
+
var tmp1_safe_receiver = _this__u8e3s4.n1t_1;
|
|
2734
2761
|
var tmp_0;
|
|
2735
2762
|
if (tmp1_safe_receiver == null) {
|
|
2736
2763
|
tmp_0 = null;
|
|
@@ -2739,7 +2766,7 @@
|
|
|
2739
2766
|
tmp_0 = Companion_getInstance_0().tg(tmp1_safe_receiver);
|
|
2740
2767
|
}
|
|
2741
2768
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
2742
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
2769
|
+
var tmp2_safe_receiver = _this__u8e3s4.m1t_1;
|
|
2743
2770
|
var tmp_1;
|
|
2744
2771
|
if (tmp2_safe_receiver == null) {
|
|
2745
2772
|
tmp_1 = null;
|
|
@@ -2748,11 +2775,11 @@
|
|
|
2748
2775
|
tmp_1 = Companion_getInstance_0().tg(tmp2_safe_receiver);
|
|
2749
2776
|
}
|
|
2750
2777
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
2751
|
-
var tmp8_state = _this__u8e3s4.
|
|
2752
|
-
var tmp9_tag = _this__u8e3s4.
|
|
2753
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
2778
|
+
var tmp8_state = _this__u8e3s4.o1t_1;
|
|
2779
|
+
var tmp9_tag = _this__u8e3s4.q1t_1;
|
|
2780
|
+
var tmp3_elvis_lhs = _this__u8e3s4.p1t_1;
|
|
2754
2781
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
2755
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
2782
|
+
var tmp4_safe_receiver = _this__u8e3s4.r1t_1;
|
|
2756
2783
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
|
|
2757
2784
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
2758
2785
|
}
|
|
@@ -2760,7 +2787,7 @@
|
|
|
2760
2787
|
return new PlayerConnectionDto(_this__u8e3s4.b1r_1, _this__u8e3s4.c1r_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.d1r_1));
|
|
2761
2788
|
}
|
|
2762
2789
|
function mapFromDto_10(_this__u8e3s4) {
|
|
2763
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
2790
|
+
return new PlayerConnection(_this__u8e3s4.s1t_1, Companion_getInstance_0().tg(_this__u8e3s4.t1t_1), Companion_getInstance().ng(_this__u8e3s4.u1t_1));
|
|
2764
2791
|
}
|
|
2765
2792
|
function Companion_15() {
|
|
2766
2793
|
}
|
|
@@ -2780,39 +2807,39 @@
|
|
|
2780
2807
|
tmp0_serialDesc.av('rating', false);
|
|
2781
2808
|
tmp0_serialDesc.av('is_bot', false);
|
|
2782
2809
|
tmp0_serialDesc.av('lucky_factor', false);
|
|
2783
|
-
this.
|
|
2810
|
+
this.v1t_1 = tmp0_serialDesc;
|
|
2784
2811
|
}
|
|
2785
|
-
protoOf($serializer_6).
|
|
2786
|
-
var tmp0_desc = this.
|
|
2812
|
+
protoOf($serializer_6).w1t = function (encoder, value) {
|
|
2813
|
+
var tmp0_desc = this.v1t_1;
|
|
2787
2814
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
2788
|
-
if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.
|
|
2789
|
-
tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
2815
|
+
if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.c1t_1 == null)) {
|
|
2816
|
+
tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.c1t_1);
|
|
2790
2817
|
}
|
|
2791
|
-
if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.
|
|
2792
|
-
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2818
|
+
if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.d1t_1 == null)) {
|
|
2819
|
+
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.d1t_1);
|
|
2793
2820
|
}
|
|
2794
|
-
if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.
|
|
2795
|
-
tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
2821
|
+
if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.e1t_1 == null)) {
|
|
2822
|
+
tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.e1t_1);
|
|
2796
2823
|
}
|
|
2797
|
-
if (tmp1_output.hp(tmp0_desc, 3) ? true : !(value.
|
|
2798
|
-
tmp1_output.dp(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
2824
|
+
if (tmp1_output.hp(tmp0_desc, 3) ? true : !(value.f1t_1 == null)) {
|
|
2825
|
+
tmp1_output.dp(tmp0_desc, 3, StringSerializer_getInstance(), value.f1t_1);
|
|
2799
2826
|
}
|
|
2800
|
-
if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.
|
|
2801
|
-
tmp1_output.dp(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
2827
|
+
if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.g1t_1 == null)) {
|
|
2828
|
+
tmp1_output.dp(tmp0_desc, 4, StringSerializer_getInstance(), value.g1t_1);
|
|
2802
2829
|
}
|
|
2803
|
-
if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.
|
|
2804
|
-
tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
2830
|
+
if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.h1t_1 == null)) {
|
|
2831
|
+
tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.h1t_1);
|
|
2805
2832
|
}
|
|
2806
|
-
tmp1_output.dp(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
2807
|
-
tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
2808
|
-
tmp1_output.dp(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
2833
|
+
tmp1_output.dp(tmp0_desc, 6, DoubleSerializer_getInstance(), value.i1t_1);
|
|
2834
|
+
tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.j1t_1);
|
|
2835
|
+
tmp1_output.dp(tmp0_desc, 8, FloatSerializer_getInstance(), value.k1t_1);
|
|
2809
2836
|
tmp1_output.ln(tmp0_desc);
|
|
2810
2837
|
};
|
|
2811
2838
|
protoOf($serializer_6).ck = function (encoder, value) {
|
|
2812
|
-
return this.
|
|
2839
|
+
return this.w1t(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
2813
2840
|
};
|
|
2814
2841
|
protoOf($serializer_6).dk = function (decoder) {
|
|
2815
|
-
var tmp0_desc = this.
|
|
2842
|
+
var tmp0_desc = this.v1t_1;
|
|
2816
2843
|
var tmp1_flag = true;
|
|
2817
2844
|
var tmp2_index = 0;
|
|
2818
2845
|
var tmp3_bitMask0 = 0;
|
|
@@ -2896,7 +2923,7 @@
|
|
|
2896
2923
|
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);
|
|
2897
2924
|
};
|
|
2898
2925
|
protoOf($serializer_6).bk = function () {
|
|
2899
|
-
return this.
|
|
2926
|
+
return this.v1t_1;
|
|
2900
2927
|
};
|
|
2901
2928
|
protoOf($serializer_6).rv = function () {
|
|
2902
2929
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2912,35 +2939,35 @@
|
|
|
2912
2939
|
}
|
|
2913
2940
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
2914
2941
|
if (!(448 === (448 & seen0))) {
|
|
2915
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().
|
|
2942
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().v1t_1);
|
|
2916
2943
|
}
|
|
2917
2944
|
if (0 === (seen0 & 1))
|
|
2918
|
-
$this.
|
|
2945
|
+
$this.c1t_1 = null;
|
|
2919
2946
|
else
|
|
2920
|
-
$this.
|
|
2947
|
+
$this.c1t_1 = playerId;
|
|
2921
2948
|
if (0 === (seen0 & 2))
|
|
2922
|
-
$this.
|
|
2949
|
+
$this.d1t_1 = null;
|
|
2923
2950
|
else
|
|
2924
|
-
$this.
|
|
2951
|
+
$this.d1t_1 = uid;
|
|
2925
2952
|
if (0 === (seen0 & 4))
|
|
2926
|
-
$this.
|
|
2953
|
+
$this.e1t_1 = null;
|
|
2927
2954
|
else
|
|
2928
|
-
$this.
|
|
2955
|
+
$this.e1t_1 = name;
|
|
2929
2956
|
if (0 === (seen0 & 8))
|
|
2930
|
-
$this.
|
|
2957
|
+
$this.f1t_1 = null;
|
|
2931
2958
|
else
|
|
2932
|
-
$this.
|
|
2959
|
+
$this.f1t_1 = nickname;
|
|
2933
2960
|
if (0 === (seen0 & 16))
|
|
2934
|
-
$this.
|
|
2961
|
+
$this.g1t_1 = null;
|
|
2935
2962
|
else
|
|
2936
|
-
$this.
|
|
2963
|
+
$this.g1t_1 = avatarUrl;
|
|
2937
2964
|
if (0 === (seen0 & 32))
|
|
2938
|
-
$this.
|
|
2965
|
+
$this.h1t_1 = null;
|
|
2939
2966
|
else
|
|
2940
|
-
$this.
|
|
2941
|
-
$this.
|
|
2942
|
-
$this.
|
|
2943
|
-
$this.
|
|
2967
|
+
$this.h1t_1 = photo;
|
|
2968
|
+
$this.i1t_1 = rating;
|
|
2969
|
+
$this.j1t_1 = isBot;
|
|
2970
|
+
$this.k1t_1 = initialLuckyFactor;
|
|
2944
2971
|
return $this;
|
|
2945
2972
|
}
|
|
2946
2973
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -2953,47 +2980,47 @@
|
|
|
2953
2980
|
nickname = nickname === VOID ? null : nickname;
|
|
2954
2981
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
2955
2982
|
photo = photo === VOID ? null : photo;
|
|
2956
|
-
this.
|
|
2957
|
-
this.
|
|
2958
|
-
this.
|
|
2959
|
-
this.
|
|
2960
|
-
this.
|
|
2961
|
-
this.
|
|
2962
|
-
this.
|
|
2963
|
-
this.
|
|
2964
|
-
this.
|
|
2965
|
-
}
|
|
2966
|
-
protoOf(GameUserInfoDto).
|
|
2967
|
-
return this.
|
|
2968
|
-
};
|
|
2969
|
-
protoOf(GameUserInfoDto).
|
|
2983
|
+
this.c1t_1 = playerId;
|
|
2984
|
+
this.d1t_1 = uid;
|
|
2985
|
+
this.e1t_1 = name;
|
|
2986
|
+
this.f1t_1 = nickname;
|
|
2987
|
+
this.g1t_1 = avatarUrl;
|
|
2988
|
+
this.h1t_1 = photo;
|
|
2989
|
+
this.i1t_1 = rating;
|
|
2990
|
+
this.j1t_1 = isBot;
|
|
2991
|
+
this.k1t_1 = initialLuckyFactor;
|
|
2992
|
+
}
|
|
2993
|
+
protoOf(GameUserInfoDto).x1t = function () {
|
|
2994
|
+
return this.y1t(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
2995
|
+
};
|
|
2996
|
+
protoOf(GameUserInfoDto).z1t = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
2970
2997
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
2971
2998
|
};
|
|
2972
|
-
protoOf(GameUserInfoDto).
|
|
2973
|
-
playerId = playerId === VOID ? this.
|
|
2974
|
-
uid = uid === VOID ? this.
|
|
2975
|
-
name = name === VOID ? this.
|
|
2976
|
-
nickname = nickname === VOID ? this.
|
|
2977
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
2978
|
-
photo = photo === VOID ? this.
|
|
2979
|
-
rating = rating === VOID ? this.
|
|
2980
|
-
isBot = isBot === VOID ? this.
|
|
2981
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
2982
|
-
return $super === VOID ? this.
|
|
2999
|
+
protoOf(GameUserInfoDto).y1t = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3000
|
+
playerId = playerId === VOID ? this.c1t_1 : playerId;
|
|
3001
|
+
uid = uid === VOID ? this.d1t_1 : uid;
|
|
3002
|
+
name = name === VOID ? this.e1t_1 : name;
|
|
3003
|
+
nickname = nickname === VOID ? this.f1t_1 : nickname;
|
|
3004
|
+
avatarUrl = avatarUrl === VOID ? this.g1t_1 : avatarUrl;
|
|
3005
|
+
photo = photo === VOID ? this.h1t_1 : photo;
|
|
3006
|
+
rating = rating === VOID ? this.i1t_1 : rating;
|
|
3007
|
+
isBot = isBot === VOID ? this.j1t_1 : isBot;
|
|
3008
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.k1t_1 : initialLuckyFactor;
|
|
3009
|
+
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);
|
|
2983
3010
|
};
|
|
2984
3011
|
protoOf(GameUserInfoDto).toString = function () {
|
|
2985
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3012
|
+
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 + ')';
|
|
2986
3013
|
};
|
|
2987
3014
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
2988
|
-
var result = this.
|
|
2989
|
-
result = imul(result, 31) + (this.c1t_1 == null ? 0 : getStringHashCode(this.c1t_1)) | 0;
|
|
3015
|
+
var result = this.c1t_1 == null ? 0 : getStringHashCode(this.c1t_1);
|
|
2990
3016
|
result = imul(result, 31) + (this.d1t_1 == null ? 0 : getStringHashCode(this.d1t_1)) | 0;
|
|
2991
3017
|
result = imul(result, 31) + (this.e1t_1 == null ? 0 : getStringHashCode(this.e1t_1)) | 0;
|
|
2992
3018
|
result = imul(result, 31) + (this.f1t_1 == null ? 0 : getStringHashCode(this.f1t_1)) | 0;
|
|
2993
3019
|
result = imul(result, 31) + (this.g1t_1 == null ? 0 : getStringHashCode(this.g1t_1)) | 0;
|
|
2994
|
-
result = imul(result, 31) + (this.h1t_1 == null ? 0 :
|
|
2995
|
-
result = imul(result, 31) + (this.i1t_1 == null ? 0 :
|
|
2996
|
-
result = imul(result, 31) + (this.j1t_1 == null ? 0 :
|
|
3020
|
+
result = imul(result, 31) + (this.h1t_1 == null ? 0 : getStringHashCode(this.h1t_1)) | 0;
|
|
3021
|
+
result = imul(result, 31) + (this.i1t_1 == null ? 0 : getNumberHashCode(this.i1t_1)) | 0;
|
|
3022
|
+
result = imul(result, 31) + (this.j1t_1 == null ? 0 : getBooleanHashCode(this.j1t_1)) | 0;
|
|
3023
|
+
result = imul(result, 31) + (this.k1t_1 == null ? 0 : getNumberHashCode(this.k1t_1)) | 0;
|
|
2997
3024
|
return result;
|
|
2998
3025
|
};
|
|
2999
3026
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3001,8 +3028,6 @@
|
|
|
3001
3028
|
return true;
|
|
3002
3029
|
if (!(other instanceof GameUserInfoDto))
|
|
3003
3030
|
return false;
|
|
3004
|
-
if (!(this.b1t_1 == other.b1t_1))
|
|
3005
|
-
return false;
|
|
3006
3031
|
if (!(this.c1t_1 == other.c1t_1))
|
|
3007
3032
|
return false;
|
|
3008
3033
|
if (!(this.d1t_1 == other.d1t_1))
|
|
@@ -3013,11 +3038,13 @@
|
|
|
3013
3038
|
return false;
|
|
3014
3039
|
if (!(this.g1t_1 == other.g1t_1))
|
|
3015
3040
|
return false;
|
|
3016
|
-
if (!
|
|
3041
|
+
if (!(this.h1t_1 == other.h1t_1))
|
|
3042
|
+
return false;
|
|
3043
|
+
if (!equals(this.i1t_1, other.i1t_1))
|
|
3017
3044
|
return false;
|
|
3018
|
-
if (!(this.
|
|
3045
|
+
if (!(this.j1t_1 == other.j1t_1))
|
|
3019
3046
|
return false;
|
|
3020
|
-
if (!equals(this.
|
|
3047
|
+
if (!equals(this.k1t_1, other.k1t_1))
|
|
3021
3048
|
return false;
|
|
3022
3049
|
return true;
|
|
3023
3050
|
};
|
|
@@ -3031,7 +3058,7 @@
|
|
|
3031
3058
|
// Inline function 'kotlin.arrayOf' call
|
|
3032
3059
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3033
3060
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3034
|
-
tmp.
|
|
3061
|
+
tmp.a1u_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3035
3062
|
}
|
|
3036
3063
|
var Companion_instance_16;
|
|
3037
3064
|
function Companion_getInstance_19() {
|
|
@@ -3045,22 +3072,22 @@
|
|
|
3045
3072
|
tmp0_serialDesc.av('state', false);
|
|
3046
3073
|
tmp0_serialDesc.av('connectionChangedTime', false);
|
|
3047
3074
|
tmp0_serialDesc.av('notLiveDurationRecord', false);
|
|
3048
|
-
this.
|
|
3075
|
+
this.b1u_1 = tmp0_serialDesc;
|
|
3049
3076
|
}
|
|
3050
|
-
protoOf($serializer_7).
|
|
3051
|
-
var tmp0_desc = this.
|
|
3077
|
+
protoOf($serializer_7).c1u = function (encoder, value) {
|
|
3078
|
+
var tmp0_desc = this.b1u_1;
|
|
3052
3079
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
3053
|
-
var tmp2_cached = Companion_getInstance_19().
|
|
3054
|
-
tmp1_output.bp(tmp0_desc, 0, tmp2_cached[0].v1(), value.
|
|
3055
|
-
tmp1_output.zo(tmp0_desc, 1, value.
|
|
3056
|
-
tmp1_output.zo(tmp0_desc, 2, value.
|
|
3080
|
+
var tmp2_cached = Companion_getInstance_19().a1u_1;
|
|
3081
|
+
tmp1_output.bp(tmp0_desc, 0, tmp2_cached[0].v1(), value.s1t_1);
|
|
3082
|
+
tmp1_output.zo(tmp0_desc, 1, value.t1t_1);
|
|
3083
|
+
tmp1_output.zo(tmp0_desc, 2, value.u1t_1);
|
|
3057
3084
|
tmp1_output.ln(tmp0_desc);
|
|
3058
3085
|
};
|
|
3059
3086
|
protoOf($serializer_7).ck = function (encoder, value) {
|
|
3060
|
-
return this.
|
|
3087
|
+
return this.c1u(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3061
3088
|
};
|
|
3062
3089
|
protoOf($serializer_7).dk = function (decoder) {
|
|
3063
|
-
var tmp0_desc = this.
|
|
3090
|
+
var tmp0_desc = this.b1u_1;
|
|
3064
3091
|
var tmp1_flag = true;
|
|
3065
3092
|
var tmp2_index = 0;
|
|
3066
3093
|
var tmp3_bitMask0 = 0;
|
|
@@ -3068,7 +3095,7 @@
|
|
|
3068
3095
|
var tmp5_local1 = null;
|
|
3069
3096
|
var tmp6_local2 = null;
|
|
3070
3097
|
var tmp7_input = decoder.kn(tmp0_desc);
|
|
3071
|
-
var tmp8_cached = Companion_getInstance_19().
|
|
3098
|
+
var tmp8_cached = Companion_getInstance_19().a1u_1;
|
|
3072
3099
|
if (tmp7_input.ao()) {
|
|
3073
3100
|
tmp4_local0 = tmp7_input.wn(tmp0_desc, 0, tmp8_cached[0].v1(), tmp4_local0);
|
|
3074
3101
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3103,13 +3130,13 @@
|
|
|
3103
3130
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3104
3131
|
};
|
|
3105
3132
|
protoOf($serializer_7).bk = function () {
|
|
3106
|
-
return this.
|
|
3133
|
+
return this.b1u_1;
|
|
3107
3134
|
};
|
|
3108
3135
|
protoOf($serializer_7).rv = function () {
|
|
3109
3136
|
// Inline function 'kotlin.arrayOf' call
|
|
3110
3137
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3111
3138
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3112
|
-
return [Companion_getInstance_19().
|
|
3139
|
+
return [Companion_getInstance_19().a1u_1[0].v1(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3113
3140
|
};
|
|
3114
3141
|
var $serializer_instance_7;
|
|
3115
3142
|
function $serializer_getInstance_7() {
|
|
@@ -3119,11 +3146,11 @@
|
|
|
3119
3146
|
}
|
|
3120
3147
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3121
3148
|
if (!(7 === (7 & seen0))) {
|
|
3122
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().
|
|
3149
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().b1u_1);
|
|
3123
3150
|
}
|
|
3124
|
-
$this.
|
|
3125
|
-
$this.
|
|
3126
|
-
$this.
|
|
3151
|
+
$this.s1t_1 = state;
|
|
3152
|
+
$this.t1t_1 = connectionChangedTime;
|
|
3153
|
+
$this.u1t_1 = notLiveDurationRecord;
|
|
3127
3154
|
return $this;
|
|
3128
3155
|
}
|
|
3129
3156
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3131,17 +3158,17 @@
|
|
|
3131
3158
|
}
|
|
3132
3159
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3133
3160
|
Companion_getInstance_19();
|
|
3134
|
-
this.
|
|
3135
|
-
this.
|
|
3136
|
-
this.
|
|
3161
|
+
this.s1t_1 = state;
|
|
3162
|
+
this.t1t_1 = connectionChangedTime;
|
|
3163
|
+
this.u1t_1 = notLiveDurationRecord;
|
|
3137
3164
|
}
|
|
3138
3165
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3139
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3166
|
+
return 'PlayerConnectionDto(state=' + this.s1t_1.toString() + ', connectionChangedTime=' + this.t1t_1 + ', notLiveDurationRecord=' + this.u1t_1 + ')';
|
|
3140
3167
|
};
|
|
3141
3168
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3142
|
-
var result = this.
|
|
3143
|
-
result = imul(result, 31) + getStringHashCode(this.s1t_1) | 0;
|
|
3169
|
+
var result = this.s1t_1.hashCode();
|
|
3144
3170
|
result = imul(result, 31) + getStringHashCode(this.t1t_1) | 0;
|
|
3171
|
+
result = imul(result, 31) + getStringHashCode(this.u1t_1) | 0;
|
|
3145
3172
|
return result;
|
|
3146
3173
|
};
|
|
3147
3174
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3149,12 +3176,12 @@
|
|
|
3149
3176
|
return true;
|
|
3150
3177
|
if (!(other instanceof PlayerConnectionDto))
|
|
3151
3178
|
return false;
|
|
3152
|
-
if (!this.
|
|
3153
|
-
return false;
|
|
3154
|
-
if (!(this.s1t_1 === other.s1t_1))
|
|
3179
|
+
if (!this.s1t_1.equals(other.s1t_1))
|
|
3155
3180
|
return false;
|
|
3156
3181
|
if (!(this.t1t_1 === other.t1t_1))
|
|
3157
3182
|
return false;
|
|
3183
|
+
if (!(this.u1t_1 === other.u1t_1))
|
|
3184
|
+
return false;
|
|
3158
3185
|
return true;
|
|
3159
3186
|
};
|
|
3160
3187
|
function PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl() {
|
|
@@ -3167,7 +3194,7 @@
|
|
|
3167
3194
|
// Inline function 'kotlin.arrayOf' call
|
|
3168
3195
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3169
3196
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3170
|
-
tmp.
|
|
3197
|
+
tmp.d1u_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3171
3198
|
}
|
|
3172
3199
|
var Companion_instance_17;
|
|
3173
3200
|
function Companion_getInstance_20() {
|
|
@@ -3185,38 +3212,38 @@
|
|
|
3185
3212
|
tmp0_serialDesc.av('ready', true);
|
|
3186
3213
|
tmp0_serialDesc.av('tag', true);
|
|
3187
3214
|
tmp0_serialDesc.av('connection', true);
|
|
3188
|
-
this.
|
|
3215
|
+
this.e1u_1 = tmp0_serialDesc;
|
|
3189
3216
|
}
|
|
3190
|
-
protoOf($serializer_8).
|
|
3191
|
-
var tmp0_desc = this.
|
|
3217
|
+
protoOf($serializer_8).f1u = function (encoder, value) {
|
|
3218
|
+
var tmp0_desc = this.e1u_1;
|
|
3192
3219
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
3193
|
-
var tmp2_cached = Companion_getInstance_20().
|
|
3194
|
-
if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.
|
|
3195
|
-
tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3220
|
+
var tmp2_cached = Companion_getInstance_20().d1u_1;
|
|
3221
|
+
if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.l1t_1 == null)) {
|
|
3222
|
+
tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.l1t_1);
|
|
3196
3223
|
}
|
|
3197
|
-
if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.
|
|
3198
|
-
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3224
|
+
if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.m1t_1 == null)) {
|
|
3225
|
+
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.m1t_1);
|
|
3199
3226
|
}
|
|
3200
|
-
if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.
|
|
3201
|
-
tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3227
|
+
if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.n1t_1 == null)) {
|
|
3228
|
+
tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.n1t_1);
|
|
3202
3229
|
}
|
|
3203
|
-
tmp1_output.bp(tmp0_desc, 3, tmp2_cached[3].v1(), value.
|
|
3204
|
-
if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.
|
|
3205
|
-
tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3230
|
+
tmp1_output.bp(tmp0_desc, 3, tmp2_cached[3].v1(), value.o1t_1);
|
|
3231
|
+
if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.p1t_1 == null)) {
|
|
3232
|
+
tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.p1t_1);
|
|
3206
3233
|
}
|
|
3207
|
-
if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.
|
|
3208
|
-
tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3234
|
+
if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.q1t_1 == null)) {
|
|
3235
|
+
tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.q1t_1);
|
|
3209
3236
|
}
|
|
3210
|
-
if (tmp1_output.hp(tmp0_desc, 6) ? true : !(value.
|
|
3211
|
-
tmp1_output.dp(tmp0_desc, 6, $serializer_getInstance_7(), value.
|
|
3237
|
+
if (tmp1_output.hp(tmp0_desc, 6) ? true : !(value.r1t_1 == null)) {
|
|
3238
|
+
tmp1_output.dp(tmp0_desc, 6, $serializer_getInstance_7(), value.r1t_1);
|
|
3212
3239
|
}
|
|
3213
3240
|
tmp1_output.ln(tmp0_desc);
|
|
3214
3241
|
};
|
|
3215
3242
|
protoOf($serializer_8).ck = function (encoder, value) {
|
|
3216
|
-
return this.
|
|
3243
|
+
return this.f1u(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3217
3244
|
};
|
|
3218
3245
|
protoOf($serializer_8).dk = function (decoder) {
|
|
3219
|
-
var tmp0_desc = this.
|
|
3246
|
+
var tmp0_desc = this.e1u_1;
|
|
3220
3247
|
var tmp1_flag = true;
|
|
3221
3248
|
var tmp2_index = 0;
|
|
3222
3249
|
var tmp3_bitMask0 = 0;
|
|
@@ -3228,7 +3255,7 @@
|
|
|
3228
3255
|
var tmp9_local5 = null;
|
|
3229
3256
|
var tmp10_local6 = null;
|
|
3230
3257
|
var tmp11_input = decoder.kn(tmp0_desc);
|
|
3231
|
-
var tmp12_cached = Companion_getInstance_20().
|
|
3258
|
+
var tmp12_cached = Companion_getInstance_20().d1u_1;
|
|
3232
3259
|
if (tmp11_input.ao()) {
|
|
3233
3260
|
tmp4_local0 = tmp11_input.yn(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3234
3261
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3287,10 +3314,10 @@
|
|
|
3287
3314
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3288
3315
|
};
|
|
3289
3316
|
protoOf($serializer_8).bk = function () {
|
|
3290
|
-
return this.
|
|
3317
|
+
return this.e1u_1;
|
|
3291
3318
|
};
|
|
3292
3319
|
protoOf($serializer_8).rv = function () {
|
|
3293
|
-
var tmp0_cached = Companion_getInstance_20().
|
|
3320
|
+
var tmp0_cached = Companion_getInstance_20().d1u_1;
|
|
3294
3321
|
// Inline function 'kotlin.arrayOf' call
|
|
3295
3322
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3296
3323
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3304,33 +3331,33 @@
|
|
|
3304
3331
|
}
|
|
3305
3332
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3306
3333
|
if (!(8 === (8 & seen0))) {
|
|
3307
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().
|
|
3334
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().e1u_1);
|
|
3308
3335
|
}
|
|
3309
3336
|
if (0 === (seen0 & 1))
|
|
3310
|
-
$this.
|
|
3337
|
+
$this.l1t_1 = null;
|
|
3311
3338
|
else
|
|
3312
|
-
$this.
|
|
3339
|
+
$this.l1t_1 = startFrom;
|
|
3313
3340
|
if (0 === (seen0 & 2))
|
|
3314
|
-
$this.
|
|
3341
|
+
$this.m1t_1 = null;
|
|
3315
3342
|
else
|
|
3316
|
-
$this.
|
|
3343
|
+
$this.m1t_1 = playerTurnTimeout;
|
|
3317
3344
|
if (0 === (seen0 & 4))
|
|
3318
|
-
$this.
|
|
3345
|
+
$this.n1t_1 = null;
|
|
3319
3346
|
else
|
|
3320
|
-
$this.
|
|
3321
|
-
$this.
|
|
3347
|
+
$this.n1t_1 = waitPlayerUntilTime;
|
|
3348
|
+
$this.o1t_1 = state;
|
|
3322
3349
|
if (0 === (seen0 & 16))
|
|
3323
|
-
$this.
|
|
3350
|
+
$this.p1t_1 = null;
|
|
3324
3351
|
else
|
|
3325
|
-
$this.
|
|
3352
|
+
$this.p1t_1 = ready;
|
|
3326
3353
|
if (0 === (seen0 & 32))
|
|
3327
|
-
$this.
|
|
3354
|
+
$this.q1t_1 = null;
|
|
3328
3355
|
else
|
|
3329
|
-
$this.
|
|
3356
|
+
$this.q1t_1 = tag;
|
|
3330
3357
|
if (0 === (seen0 & 64))
|
|
3331
|
-
$this.
|
|
3358
|
+
$this.r1t_1 = null;
|
|
3332
3359
|
else
|
|
3333
|
-
$this.
|
|
3360
|
+
$this.r1t_1 = connection;
|
|
3334
3361
|
return $this;
|
|
3335
3362
|
}
|
|
3336
3363
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3344,25 +3371,25 @@
|
|
|
3344
3371
|
ready = ready === VOID ? null : ready;
|
|
3345
3372
|
tag = tag === VOID ? null : tag;
|
|
3346
3373
|
connection = connection === VOID ? null : connection;
|
|
3347
|
-
this.
|
|
3348
|
-
this.
|
|
3349
|
-
this.
|
|
3350
|
-
this.
|
|
3351
|
-
this.
|
|
3352
|
-
this.
|
|
3353
|
-
this.
|
|
3374
|
+
this.l1t_1 = startFrom;
|
|
3375
|
+
this.m1t_1 = playerTurnTimeout;
|
|
3376
|
+
this.n1t_1 = waitPlayerUntilTime;
|
|
3377
|
+
this.o1t_1 = state;
|
|
3378
|
+
this.p1t_1 = ready;
|
|
3379
|
+
this.q1t_1 = tag;
|
|
3380
|
+
this.r1t_1 = connection;
|
|
3354
3381
|
}
|
|
3355
3382
|
protoOf(PlayerStateDto).toString = function () {
|
|
3356
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
3383
|
+
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) + ')';
|
|
3357
3384
|
};
|
|
3358
3385
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3359
|
-
var result = this.
|
|
3360
|
-
result = imul(result, 31) + (this.l1t_1 == null ? 0 : getStringHashCode(this.l1t_1)) | 0;
|
|
3386
|
+
var result = this.l1t_1 == null ? 0 : getStringHashCode(this.l1t_1);
|
|
3361
3387
|
result = imul(result, 31) + (this.m1t_1 == null ? 0 : getStringHashCode(this.m1t_1)) | 0;
|
|
3362
|
-
result = imul(result, 31) + this.n1t_1.
|
|
3363
|
-
result = imul(result, 31) +
|
|
3364
|
-
result = imul(result, 31) + (this.p1t_1 == null ? 0 :
|
|
3365
|
-
result = imul(result, 31) + (this.q1t_1 == null ? 0 : this.q1t_1
|
|
3388
|
+
result = imul(result, 31) + (this.n1t_1 == null ? 0 : getStringHashCode(this.n1t_1)) | 0;
|
|
3389
|
+
result = imul(result, 31) + this.o1t_1.hashCode() | 0;
|
|
3390
|
+
result = imul(result, 31) + (this.p1t_1 == null ? 0 : getBooleanHashCode(this.p1t_1)) | 0;
|
|
3391
|
+
result = imul(result, 31) + (this.q1t_1 == null ? 0 : getStringHashCode(this.q1t_1)) | 0;
|
|
3392
|
+
result = imul(result, 31) + (this.r1t_1 == null ? 0 : this.r1t_1.hashCode()) | 0;
|
|
3366
3393
|
return result;
|
|
3367
3394
|
};
|
|
3368
3395
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3370,19 +3397,19 @@
|
|
|
3370
3397
|
return true;
|
|
3371
3398
|
if (!(other instanceof PlayerStateDto))
|
|
3372
3399
|
return false;
|
|
3373
|
-
if (!(this.k1t_1 == other.k1t_1))
|
|
3374
|
-
return false;
|
|
3375
3400
|
if (!(this.l1t_1 == other.l1t_1))
|
|
3376
3401
|
return false;
|
|
3377
3402
|
if (!(this.m1t_1 == other.m1t_1))
|
|
3378
3403
|
return false;
|
|
3379
|
-
if (!this.n1t_1
|
|
3404
|
+
if (!(this.n1t_1 == other.n1t_1))
|
|
3380
3405
|
return false;
|
|
3381
|
-
if (!
|
|
3406
|
+
if (!this.o1t_1.equals(other.o1t_1))
|
|
3382
3407
|
return false;
|
|
3383
3408
|
if (!(this.p1t_1 == other.p1t_1))
|
|
3384
3409
|
return false;
|
|
3385
|
-
if (!
|
|
3410
|
+
if (!(this.q1t_1 == other.q1t_1))
|
|
3411
|
+
return false;
|
|
3412
|
+
if (!equals(this.r1t_1, other.r1t_1))
|
|
3386
3413
|
return false;
|
|
3387
3414
|
return true;
|
|
3388
3415
|
};
|
|
@@ -3406,7 +3433,7 @@
|
|
|
3406
3433
|
// Inline function 'kotlin.arrayOf' call
|
|
3407
3434
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3408
3435
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3409
|
-
tmp.
|
|
3436
|
+
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];
|
|
3410
3437
|
}
|
|
3411
3438
|
var Companion_instance_18;
|
|
3412
3439
|
function Companion_getInstance_21() {
|
|
@@ -3443,45 +3470,45 @@
|
|
|
3443
3470
|
tmp0_serialDesc.av('fineIfNoBribes', false);
|
|
3444
3471
|
tmp0_serialDesc.av('enableFineAfterThirdByte', false);
|
|
3445
3472
|
tmp0_serialDesc.av('fineAfterThirdFailedContract', false);
|
|
3446
|
-
this.
|
|
3473
|
+
this.h1u_1 = tmp0_serialDesc;
|
|
3447
3474
|
}
|
|
3448
|
-
protoOf($serializer_9).
|
|
3449
|
-
var tmp0_desc = this.
|
|
3475
|
+
protoOf($serializer_9).i1u = function (encoder, value) {
|
|
3476
|
+
var tmp0_desc = this.h1u_1;
|
|
3450
3477
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
3451
|
-
var tmp2_cached = Companion_getInstance_21().
|
|
3452
|
-
tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3453
|
-
tmp1_output.dp(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
3454
|
-
tmp1_output.dp(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
3455
|
-
tmp1_output.dp(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3456
|
-
tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3457
|
-
tmp1_output.dp(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
3458
|
-
tmp1_output.dp(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
3459
|
-
tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3460
|
-
tmp1_output.dp(tmp0_desc, 8, tmp2_cached[8].v1(), value.
|
|
3461
|
-
tmp1_output.dp(tmp0_desc, 9, tmp2_cached[9].v1(), value.
|
|
3462
|
-
tmp1_output.dp(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
3463
|
-
tmp1_output.dp(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
3464
|
-
tmp1_output.dp(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
3465
|
-
tmp1_output.dp(tmp0_desc, 13, tmp2_cached[13].v1(), value.
|
|
3466
|
-
tmp1_output.dp(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
3467
|
-
tmp1_output.dp(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
3468
|
-
tmp1_output.dp(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
3469
|
-
tmp1_output.dp(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
3470
|
-
tmp1_output.dp(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
3471
|
-
tmp1_output.dp(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
3472
|
-
tmp1_output.dp(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
3473
|
-
tmp1_output.zo(tmp0_desc, 21, value.
|
|
3474
|
-
tmp1_output.dp(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
3475
|
-
tmp1_output.dp(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
3476
|
-
tmp1_output.dp(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
3477
|
-
tmp1_output.dp(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
3478
|
+
var tmp2_cached = Companion_getInstance_21().g1u_1;
|
|
3479
|
+
tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.j1u_1);
|
|
3480
|
+
tmp1_output.dp(tmp0_desc, 1, BooleanSerializer_getInstance(), value.k1u_1);
|
|
3481
|
+
tmp1_output.dp(tmp0_desc, 2, BooleanSerializer_getInstance(), value.l1u_1);
|
|
3482
|
+
tmp1_output.dp(tmp0_desc, 3, BooleanSerializer_getInstance(), value.m1u_1);
|
|
3483
|
+
tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.n1u_1);
|
|
3484
|
+
tmp1_output.dp(tmp0_desc, 5, IntSerializer_getInstance(), value.o1u_1);
|
|
3485
|
+
tmp1_output.dp(tmp0_desc, 6, IntSerializer_getInstance(), value.p1u_1);
|
|
3486
|
+
tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.q1u_1);
|
|
3487
|
+
tmp1_output.dp(tmp0_desc, 8, tmp2_cached[8].v1(), value.r1u_1);
|
|
3488
|
+
tmp1_output.dp(tmp0_desc, 9, tmp2_cached[9].v1(), value.s1u_1);
|
|
3489
|
+
tmp1_output.dp(tmp0_desc, 10, BooleanSerializer_getInstance(), value.t1u_1);
|
|
3490
|
+
tmp1_output.dp(tmp0_desc, 11, StringSerializer_getInstance(), value.u1u_1);
|
|
3491
|
+
tmp1_output.dp(tmp0_desc, 12, StringSerializer_getInstance(), value.v1u_1);
|
|
3492
|
+
tmp1_output.dp(tmp0_desc, 13, tmp2_cached[13].v1(), value.w1u_1);
|
|
3493
|
+
tmp1_output.dp(tmp0_desc, 14, BooleanSerializer_getInstance(), value.x1u_1);
|
|
3494
|
+
tmp1_output.dp(tmp0_desc, 15, BooleanSerializer_getInstance(), value.y1u_1);
|
|
3495
|
+
tmp1_output.dp(tmp0_desc, 16, BooleanSerializer_getInstance(), value.z1u_1);
|
|
3496
|
+
tmp1_output.dp(tmp0_desc, 17, BooleanSerializer_getInstance(), value.a1v_1);
|
|
3497
|
+
tmp1_output.dp(tmp0_desc, 18, BooleanSerializer_getInstance(), value.b1v_1);
|
|
3498
|
+
tmp1_output.dp(tmp0_desc, 19, BooleanSerializer_getInstance(), value.c1v_1);
|
|
3499
|
+
tmp1_output.dp(tmp0_desc, 20, BooleanSerializer_getInstance(), value.d1v_1);
|
|
3500
|
+
tmp1_output.zo(tmp0_desc, 21, value.e1v_1);
|
|
3501
|
+
tmp1_output.dp(tmp0_desc, 22, BooleanSerializer_getInstance(), value.f1v_1);
|
|
3502
|
+
tmp1_output.dp(tmp0_desc, 23, IntSerializer_getInstance(), value.g1v_1);
|
|
3503
|
+
tmp1_output.dp(tmp0_desc, 24, BooleanSerializer_getInstance(), value.h1v_1);
|
|
3504
|
+
tmp1_output.dp(tmp0_desc, 25, IntSerializer_getInstance(), value.i1v_1);
|
|
3478
3505
|
tmp1_output.ln(tmp0_desc);
|
|
3479
3506
|
};
|
|
3480
3507
|
protoOf($serializer_9).ck = function (encoder, value) {
|
|
3481
|
-
return this.
|
|
3508
|
+
return this.i1u(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3482
3509
|
};
|
|
3483
3510
|
protoOf($serializer_9).dk = function (decoder) {
|
|
3484
|
-
var tmp0_desc = this.
|
|
3511
|
+
var tmp0_desc = this.h1u_1;
|
|
3485
3512
|
var tmp1_flag = true;
|
|
3486
3513
|
var tmp2_index = 0;
|
|
3487
3514
|
var tmp3_bitMask0 = 0;
|
|
@@ -3512,7 +3539,7 @@
|
|
|
3512
3539
|
var tmp28_local24 = null;
|
|
3513
3540
|
var tmp29_local25 = null;
|
|
3514
3541
|
var tmp30_input = decoder.kn(tmp0_desc);
|
|
3515
|
-
var tmp31_cached = Companion_getInstance_21().
|
|
3542
|
+
var tmp31_cached = Companion_getInstance_21().g1u_1;
|
|
3516
3543
|
if (tmp30_input.ao()) {
|
|
3517
3544
|
tmp4_local0 = tmp30_input.yn(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3518
3545
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3685,10 +3712,10 @@
|
|
|
3685
3712
|
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);
|
|
3686
3713
|
};
|
|
3687
3714
|
protoOf($serializer_9).bk = function () {
|
|
3688
|
-
return this.
|
|
3715
|
+
return this.h1u_1;
|
|
3689
3716
|
};
|
|
3690
3717
|
protoOf($serializer_9).rv = function () {
|
|
3691
|
-
var tmp0_cached = Companion_getInstance_21().
|
|
3718
|
+
var tmp0_cached = Companion_getInstance_21().g1u_1;
|
|
3692
3719
|
// Inline function 'kotlin.arrayOf' call
|
|
3693
3720
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3694
3721
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3702,34 +3729,34 @@
|
|
|
3702
3729
|
}
|
|
3703
3730
|
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) {
|
|
3704
3731
|
if (!(67108863 === (67108863 & seen0))) {
|
|
3705
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().
|
|
3732
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().h1u_1);
|
|
3706
3733
|
}
|
|
3707
|
-
$this.
|
|
3708
|
-
$this.
|
|
3709
|
-
$this.
|
|
3710
|
-
$this.
|
|
3711
|
-
$this.
|
|
3712
|
-
$this.
|
|
3713
|
-
$this.
|
|
3714
|
-
$this.
|
|
3715
|
-
$this.
|
|
3716
|
-
$this.
|
|
3717
|
-
$this.
|
|
3718
|
-
$this.
|
|
3719
|
-
$this.
|
|
3720
|
-
$this.
|
|
3721
|
-
$this.
|
|
3722
|
-
$this.
|
|
3723
|
-
$this.
|
|
3724
|
-
$this.
|
|
3725
|
-
$this.
|
|
3726
|
-
$this.
|
|
3727
|
-
$this.
|
|
3728
|
-
$this.
|
|
3729
|
-
$this.
|
|
3730
|
-
$this.
|
|
3731
|
-
$this.
|
|
3732
|
-
$this.
|
|
3734
|
+
$this.j1u_1 = name;
|
|
3735
|
+
$this.k1u_1 = playerWhoChooseSuitGoFirst;
|
|
3736
|
+
$this.l1u_1 = winnerShuffleCards;
|
|
3737
|
+
$this.m1u_1 = playWithoutLiabilities;
|
|
3738
|
+
$this.n1u_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3739
|
+
$this.o1u_1 = dealerInitialCardsCount;
|
|
3740
|
+
$this.p1u_1 = dealerFinalCardsCount;
|
|
3741
|
+
$this.q1u_1 = dealerCounterClockwise;
|
|
3742
|
+
$this.r1u_1 = contractTypes;
|
|
3743
|
+
$this.s1u_1 = bidTypes;
|
|
3744
|
+
$this.t1u_1 = needToPutHigherTrump;
|
|
3745
|
+
$this.u1u_1 = trumpCardStepMode;
|
|
3746
|
+
$this.v1u_1 = trumpCardStepPartnerMode;
|
|
3747
|
+
$this.w1u_1 = combinationsWithFirstCard;
|
|
3748
|
+
$this.x1u_1 = protectBella;
|
|
3749
|
+
$this.y1u_1 = oneTryToProtectBella;
|
|
3750
|
+
$this.z1u_1 = enableFourSevensCombination;
|
|
3751
|
+
$this.a1v_1 = enableTrumpSevenCombination;
|
|
3752
|
+
$this.b1v_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3753
|
+
$this.c1v_1 = checkTrumpCombination;
|
|
3754
|
+
$this.d1v_1 = checkOnlyTrumpDebertz;
|
|
3755
|
+
$this.e1v_1 = pointsDistributeMode;
|
|
3756
|
+
$this.f1v_1 = enableFineIfNoBribes;
|
|
3757
|
+
$this.g1v_1 = fineIfNoBribes;
|
|
3758
|
+
$this.h1v_1 = enableFineAfterThirdByte;
|
|
3759
|
+
$this.i1v_1 = fineAfterThirdFailedContract;
|
|
3733
3760
|
return $this;
|
|
3734
3761
|
}
|
|
3735
3762
|
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) {
|
|
@@ -3737,63 +3764,63 @@
|
|
|
3737
3764
|
}
|
|
3738
3765
|
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) {
|
|
3739
3766
|
Companion_getInstance_21();
|
|
3740
|
-
this.
|
|
3741
|
-
this.
|
|
3742
|
-
this.
|
|
3743
|
-
this.
|
|
3744
|
-
this.
|
|
3745
|
-
this.
|
|
3746
|
-
this.
|
|
3747
|
-
this.
|
|
3748
|
-
this.
|
|
3749
|
-
this.
|
|
3750
|
-
this.
|
|
3751
|
-
this.
|
|
3752
|
-
this.
|
|
3753
|
-
this.
|
|
3754
|
-
this.
|
|
3755
|
-
this.
|
|
3756
|
-
this.
|
|
3757
|
-
this.
|
|
3758
|
-
this.
|
|
3759
|
-
this.
|
|
3760
|
-
this.
|
|
3761
|
-
this.
|
|
3762
|
-
this.
|
|
3763
|
-
this.
|
|
3764
|
-
this.
|
|
3765
|
-
this.
|
|
3767
|
+
this.j1u_1 = name;
|
|
3768
|
+
this.k1u_1 = playerWhoChooseSuitGoFirst;
|
|
3769
|
+
this.l1u_1 = winnerShuffleCards;
|
|
3770
|
+
this.m1u_1 = playWithoutLiabilities;
|
|
3771
|
+
this.n1u_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3772
|
+
this.o1u_1 = dealerInitialCardsCount;
|
|
3773
|
+
this.p1u_1 = dealerFinalCardsCount;
|
|
3774
|
+
this.q1u_1 = dealerCounterClockwise;
|
|
3775
|
+
this.r1u_1 = contractTypes;
|
|
3776
|
+
this.s1u_1 = bidTypes;
|
|
3777
|
+
this.t1u_1 = needToPutHigherTrump;
|
|
3778
|
+
this.u1u_1 = trumpCardStepMode;
|
|
3779
|
+
this.v1u_1 = trumpCardStepPartnerMode;
|
|
3780
|
+
this.w1u_1 = combinationsWithFirstCard;
|
|
3781
|
+
this.x1u_1 = protectBella;
|
|
3782
|
+
this.y1u_1 = oneTryToProtectBella;
|
|
3783
|
+
this.z1u_1 = enableFourSevensCombination;
|
|
3784
|
+
this.a1v_1 = enableTrumpSevenCombination;
|
|
3785
|
+
this.b1v_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3786
|
+
this.c1v_1 = checkTrumpCombination;
|
|
3787
|
+
this.d1v_1 = checkOnlyTrumpDebertz;
|
|
3788
|
+
this.e1v_1 = pointsDistributeMode;
|
|
3789
|
+
this.f1v_1 = enableFineIfNoBribes;
|
|
3790
|
+
this.g1v_1 = fineIfNoBribes;
|
|
3791
|
+
this.h1v_1 = enableFineAfterThirdByte;
|
|
3792
|
+
this.i1v_1 = fineAfterThirdFailedContract;
|
|
3766
3793
|
}
|
|
3767
3794
|
protoOf(RulesDto).toString = function () {
|
|
3768
|
-
return 'RulesDto(name=' + this.
|
|
3795
|
+
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 + ')';
|
|
3769
3796
|
};
|
|
3770
3797
|
protoOf(RulesDto).hashCode = function () {
|
|
3771
|
-
var result = this.
|
|
3772
|
-
result = imul(result, 31) + (this.j1u_1 == null ? 0 : getBooleanHashCode(this.j1u_1)) | 0;
|
|
3798
|
+
var result = this.j1u_1 == null ? 0 : getStringHashCode(this.j1u_1);
|
|
3773
3799
|
result = imul(result, 31) + (this.k1u_1 == null ? 0 : getBooleanHashCode(this.k1u_1)) | 0;
|
|
3774
3800
|
result = imul(result, 31) + (this.l1u_1 == null ? 0 : getBooleanHashCode(this.l1u_1)) | 0;
|
|
3775
3801
|
result = imul(result, 31) + (this.m1u_1 == null ? 0 : getBooleanHashCode(this.m1u_1)) | 0;
|
|
3776
|
-
result = imul(result, 31) + (this.n1u_1 == null ? 0 : this.n1u_1) | 0;
|
|
3802
|
+
result = imul(result, 31) + (this.n1u_1 == null ? 0 : getBooleanHashCode(this.n1u_1)) | 0;
|
|
3777
3803
|
result = imul(result, 31) + (this.o1u_1 == null ? 0 : this.o1u_1) | 0;
|
|
3778
|
-
result = imul(result, 31) + (this.p1u_1 == null ? 0 :
|
|
3779
|
-
result = imul(result, 31) + (this.q1u_1 == null ? 0 :
|
|
3804
|
+
result = imul(result, 31) + (this.p1u_1 == null ? 0 : this.p1u_1) | 0;
|
|
3805
|
+
result = imul(result, 31) + (this.q1u_1 == null ? 0 : getBooleanHashCode(this.q1u_1)) | 0;
|
|
3780
3806
|
result = imul(result, 31) + (this.r1u_1 == null ? 0 : hashCode(this.r1u_1)) | 0;
|
|
3781
|
-
result = imul(result, 31) + (this.s1u_1 == null ? 0 :
|
|
3782
|
-
result = imul(result, 31) + (this.t1u_1 == null ? 0 :
|
|
3807
|
+
result = imul(result, 31) + (this.s1u_1 == null ? 0 : hashCode(this.s1u_1)) | 0;
|
|
3808
|
+
result = imul(result, 31) + (this.t1u_1 == null ? 0 : getBooleanHashCode(this.t1u_1)) | 0;
|
|
3783
3809
|
result = imul(result, 31) + (this.u1u_1 == null ? 0 : getStringHashCode(this.u1u_1)) | 0;
|
|
3784
|
-
result = imul(result, 31) + (this.v1u_1 == null ? 0 :
|
|
3785
|
-
result = imul(result, 31) + (this.w1u_1 == null ? 0 :
|
|
3810
|
+
result = imul(result, 31) + (this.v1u_1 == null ? 0 : getStringHashCode(this.v1u_1)) | 0;
|
|
3811
|
+
result = imul(result, 31) + (this.w1u_1 == null ? 0 : hashCode(this.w1u_1)) | 0;
|
|
3786
3812
|
result = imul(result, 31) + (this.x1u_1 == null ? 0 : getBooleanHashCode(this.x1u_1)) | 0;
|
|
3787
3813
|
result = imul(result, 31) + (this.y1u_1 == null ? 0 : getBooleanHashCode(this.y1u_1)) | 0;
|
|
3788
3814
|
result = imul(result, 31) + (this.z1u_1 == null ? 0 : getBooleanHashCode(this.z1u_1)) | 0;
|
|
3789
3815
|
result = imul(result, 31) + (this.a1v_1 == null ? 0 : getBooleanHashCode(this.a1v_1)) | 0;
|
|
3790
3816
|
result = imul(result, 31) + (this.b1v_1 == null ? 0 : getBooleanHashCode(this.b1v_1)) | 0;
|
|
3791
3817
|
result = imul(result, 31) + (this.c1v_1 == null ? 0 : getBooleanHashCode(this.c1v_1)) | 0;
|
|
3792
|
-
result = imul(result, 31) +
|
|
3793
|
-
result = imul(result, 31) + (this.e1v_1
|
|
3794
|
-
result = imul(result, 31) + (this.f1v_1 == null ? 0 : this.f1v_1) | 0;
|
|
3795
|
-
result = imul(result, 31) + (this.g1v_1 == null ? 0 :
|
|
3796
|
-
result = imul(result, 31) + (this.h1v_1 == null ? 0 : this.h1v_1) | 0;
|
|
3818
|
+
result = imul(result, 31) + (this.d1v_1 == null ? 0 : getBooleanHashCode(this.d1v_1)) | 0;
|
|
3819
|
+
result = imul(result, 31) + getStringHashCode(this.e1v_1) | 0;
|
|
3820
|
+
result = imul(result, 31) + (this.f1v_1 == null ? 0 : getBooleanHashCode(this.f1v_1)) | 0;
|
|
3821
|
+
result = imul(result, 31) + (this.g1v_1 == null ? 0 : this.g1v_1) | 0;
|
|
3822
|
+
result = imul(result, 31) + (this.h1v_1 == null ? 0 : getBooleanHashCode(this.h1v_1)) | 0;
|
|
3823
|
+
result = imul(result, 31) + (this.i1v_1 == null ? 0 : this.i1v_1) | 0;
|
|
3797
3824
|
return result;
|
|
3798
3825
|
};
|
|
3799
3826
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -3801,8 +3828,6 @@
|
|
|
3801
3828
|
return true;
|
|
3802
3829
|
if (!(other instanceof RulesDto))
|
|
3803
3830
|
return false;
|
|
3804
|
-
if (!(this.i1u_1 == other.i1u_1))
|
|
3805
|
-
return false;
|
|
3806
3831
|
if (!(this.j1u_1 == other.j1u_1))
|
|
3807
3832
|
return false;
|
|
3808
3833
|
if (!(this.k1u_1 == other.k1u_1))
|
|
@@ -3817,19 +3842,19 @@
|
|
|
3817
3842
|
return false;
|
|
3818
3843
|
if (!(this.p1u_1 == other.p1u_1))
|
|
3819
3844
|
return false;
|
|
3820
|
-
if (!
|
|
3845
|
+
if (!(this.q1u_1 == other.q1u_1))
|
|
3821
3846
|
return false;
|
|
3822
3847
|
if (!equals(this.r1u_1, other.r1u_1))
|
|
3823
3848
|
return false;
|
|
3824
|
-
if (!(this.s1u_1
|
|
3849
|
+
if (!equals(this.s1u_1, other.s1u_1))
|
|
3825
3850
|
return false;
|
|
3826
3851
|
if (!(this.t1u_1 == other.t1u_1))
|
|
3827
3852
|
return false;
|
|
3828
3853
|
if (!(this.u1u_1 == other.u1u_1))
|
|
3829
3854
|
return false;
|
|
3830
|
-
if (!
|
|
3855
|
+
if (!(this.v1u_1 == other.v1u_1))
|
|
3831
3856
|
return false;
|
|
3832
|
-
if (!(this.w1u_1
|
|
3857
|
+
if (!equals(this.w1u_1, other.w1u_1))
|
|
3833
3858
|
return false;
|
|
3834
3859
|
if (!(this.x1u_1 == other.x1u_1))
|
|
3835
3860
|
return false;
|
|
@@ -3843,9 +3868,9 @@
|
|
|
3843
3868
|
return false;
|
|
3844
3869
|
if (!(this.c1v_1 == other.c1v_1))
|
|
3845
3870
|
return false;
|
|
3846
|
-
if (!(this.d1v_1
|
|
3871
|
+
if (!(this.d1v_1 == other.d1v_1))
|
|
3847
3872
|
return false;
|
|
3848
|
-
if (!(this.e1v_1
|
|
3873
|
+
if (!(this.e1v_1 === other.e1v_1))
|
|
3849
3874
|
return false;
|
|
3850
3875
|
if (!(this.f1v_1 == other.f1v_1))
|
|
3851
3876
|
return false;
|
|
@@ -3853,6 +3878,8 @@
|
|
|
3853
3878
|
return false;
|
|
3854
3879
|
if (!(this.h1v_1 == other.h1v_1))
|
|
3855
3880
|
return false;
|
|
3881
|
+
if (!(this.i1v_1 == other.i1v_1))
|
|
3882
|
+
return false;
|
|
3856
3883
|
return true;
|
|
3857
3884
|
};
|
|
3858
3885
|
function BufferedAction() {
|
|
@@ -4003,7 +4030,7 @@
|
|
|
4003
4030
|
return tmp;
|
|
4004
4031
|
}
|
|
4005
4032
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
4006
|
-
return $this.
|
|
4033
|
+
return $this.t1v_1.v1();
|
|
4007
4034
|
}
|
|
4008
4035
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
4009
4036
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -4043,7 +4070,7 @@
|
|
|
4043
4070
|
Companion_instance_19 = this;
|
|
4044
4071
|
var tmp = this;
|
|
4045
4072
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
4046
|
-
tmp.
|
|
4073
|
+
tmp.t1v_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
4047
4074
|
}
|
|
4048
4075
|
protoOf(Companion_19).z17 = function () {
|
|
4049
4076
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -4106,7 +4133,7 @@
|
|
|
4106
4133
|
// Inline function 'kotlin.arrayOf' call
|
|
4107
4134
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4108
4135
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4109
|
-
tmp.
|
|
4136
|
+
tmp.z1v_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
4110
4137
|
}
|
|
4111
4138
|
protoOf(Companion_20).z17 = function () {
|
|
4112
4139
|
return $serializer_getInstance_10();
|
|
@@ -4125,12 +4152,12 @@
|
|
|
4125
4152
|
tmp0_serialDesc.av('tag', false);
|
|
4126
4153
|
tmp0_serialDesc.av('message', false);
|
|
4127
4154
|
tmp0_serialDesc.av('stackTrace', false);
|
|
4128
|
-
this.
|
|
4155
|
+
this.a1w_1 = tmp0_serialDesc;
|
|
4129
4156
|
}
|
|
4130
|
-
protoOf($serializer_10).
|
|
4131
|
-
var tmp0_desc = this.
|
|
4157
|
+
protoOf($serializer_10).b1w = function (encoder, value) {
|
|
4158
|
+
var tmp0_desc = this.a1w_1;
|
|
4132
4159
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
4133
|
-
var tmp2_cached = Companion_getInstance_23().
|
|
4160
|
+
var tmp2_cached = Companion_getInstance_23().z1v_1;
|
|
4134
4161
|
tmp1_output.bp(tmp0_desc, 0, tmp2_cached[0].v1(), value.type);
|
|
4135
4162
|
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
4136
4163
|
tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -4139,10 +4166,10 @@
|
|
|
4139
4166
|
tmp1_output.ln(tmp0_desc);
|
|
4140
4167
|
};
|
|
4141
4168
|
protoOf($serializer_10).ck = function (encoder, value) {
|
|
4142
|
-
return this.
|
|
4169
|
+
return this.b1w(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
4143
4170
|
};
|
|
4144
4171
|
protoOf($serializer_10).dk = function (decoder) {
|
|
4145
|
-
var tmp0_desc = this.
|
|
4172
|
+
var tmp0_desc = this.a1w_1;
|
|
4146
4173
|
var tmp1_flag = true;
|
|
4147
4174
|
var tmp2_index = 0;
|
|
4148
4175
|
var tmp3_bitMask0 = 0;
|
|
@@ -4152,7 +4179,7 @@
|
|
|
4152
4179
|
var tmp7_local3 = null;
|
|
4153
4180
|
var tmp8_local4 = null;
|
|
4154
4181
|
var tmp9_input = decoder.kn(tmp0_desc);
|
|
4155
|
-
var tmp10_cached = Companion_getInstance_23().
|
|
4182
|
+
var tmp10_cached = Companion_getInstance_23().z1v_1;
|
|
4156
4183
|
if (tmp9_input.ao()) {
|
|
4157
4184
|
tmp4_local0 = tmp9_input.wn(tmp0_desc, 0, tmp10_cached[0].v1(), tmp4_local0);
|
|
4158
4185
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4199,13 +4226,13 @@
|
|
|
4199
4226
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
4200
4227
|
};
|
|
4201
4228
|
protoOf($serializer_10).bk = function () {
|
|
4202
|
-
return this.
|
|
4229
|
+
return this.a1w_1;
|
|
4203
4230
|
};
|
|
4204
4231
|
protoOf($serializer_10).rv = function () {
|
|
4205
4232
|
// Inline function 'kotlin.arrayOf' call
|
|
4206
4233
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4207
4234
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4208
|
-
return [Companion_getInstance_23().
|
|
4235
|
+
return [Companion_getInstance_23().z1v_1[0].v1(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
4209
4236
|
};
|
|
4210
4237
|
var $serializer_instance_10;
|
|
4211
4238
|
function $serializer_getInstance_10() {
|
|
@@ -4215,7 +4242,7 @@
|
|
|
4215
4242
|
}
|
|
4216
4243
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
4217
4244
|
if (!(31 === (31 & seen0))) {
|
|
4218
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().
|
|
4245
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().a1w_1);
|
|
4219
4246
|
}
|
|
4220
4247
|
$this.type = type;
|
|
4221
4248
|
$this.key = key;
|
|
@@ -4235,7 +4262,7 @@
|
|
|
4235
4262
|
this.message = message;
|
|
4236
4263
|
this.stackTrace = stackTrace;
|
|
4237
4264
|
}
|
|
4238
|
-
protoOf(LoggerOutputDataDto).
|
|
4265
|
+
protoOf(LoggerOutputDataDto).c1w = function () {
|
|
4239
4266
|
return this.type;
|
|
4240
4267
|
};
|
|
4241
4268
|
protoOf(LoggerOutputDataDto).u1 = function () {
|
|
@@ -4247,7 +4274,7 @@
|
|
|
4247
4274
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
4248
4275
|
return this.message;
|
|
4249
4276
|
};
|
|
4250
|
-
protoOf(LoggerOutputDataDto).
|
|
4277
|
+
protoOf(LoggerOutputDataDto).d1w = function () {
|
|
4251
4278
|
return this.stackTrace;
|
|
4252
4279
|
};
|
|
4253
4280
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -4304,7 +4331,7 @@
|
|
|
4304
4331
|
protoOf(LoggerOutputDataDto).j1q = function () {
|
|
4305
4332
|
return this.stackTrace;
|
|
4306
4333
|
};
|
|
4307
|
-
protoOf(LoggerOutputDataDto).
|
|
4334
|
+
protoOf(LoggerOutputDataDto).e1w = function (type, key, tag, message, stackTrace) {
|
|
4308
4335
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
4309
4336
|
};
|
|
4310
4337
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -4313,7 +4340,7 @@
|
|
|
4313
4340
|
tag = tag === VOID ? this.tag : tag;
|
|
4314
4341
|
message = message === VOID ? this.message : message;
|
|
4315
4342
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
4316
|
-
return $super === VOID ? this.
|
|
4343
|
+
return $super === VOID ? this.e1w(type, key, tag, message, stackTrace) : $super.e1w.call(this, type, key, tag, message, stackTrace);
|
|
4317
4344
|
};
|
|
4318
4345
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
4319
4346
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -4398,13 +4425,14 @@
|
|
|
4398
4425
|
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).s1r);
|
|
4399
4426
|
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).t1r);
|
|
4400
4427
|
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).u1r);
|
|
4401
|
-
defineProp(protoOf(PlayerConnectionState), '
|
|
4402
|
-
defineProp(protoOf(PlayerConnectionState), '
|
|
4403
|
-
defineProp(protoOf(PlayerConnectionState), '
|
|
4404
|
-
defineProp(protoOf(PlayerConnectionState), '
|
|
4428
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).v1r);
|
|
4429
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).w1r);
|
|
4430
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).x1r);
|
|
4431
|
+
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).y1r);
|
|
4432
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).z1r);
|
|
4405
4433
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).i2);
|
|
4406
4434
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).j2);
|
|
4407
|
-
defineProp(protoOf(Team), 'first', protoOf(Team).
|
|
4435
|
+
defineProp(protoOf(Team), 'first', protoOf(Team).i1s);
|
|
4408
4436
|
defineProp(protoOf(Team), 'second', protoOf(Team).c1d);
|
|
4409
4437
|
protoOf($serializer_1).sv = typeParametersSerializers;
|
|
4410
4438
|
protoOf($serializer_2).sv = typeParametersSerializers;
|