raspberry_games_engine_helpers 1.8.505 → 1.8.507
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 +66 -66
- package/Kosi-Kodein-kodein-di.js +537 -537
- package/Kotlin-DateTime-library-kotlinx-datetime.js +94 -94
- package/Logic_Debertz-core.js +562 -537
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.d.ts +13 -12
- package/Logic_Debertz-engine.js +6190 -6189
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +225 -214
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +4 -4
- package/kotlinx-io-kotlinx-io-core.js +11 -11
- package/kotlinx-serialization-kotlinx-serialization-core.js +81 -81
- package/kotlinx-serialization-kotlinx-serialization-json.js +1161 -1161
- package/ktor-ktor-client-core.js +17 -17
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +10 -10
- package/raspberry-cardgame-lib-logger.js +11 -11
- package/raspberry-cardgame-lib-random.js +13 -13
package/Logic_Debertz-core.js
CHANGED
|
@@ -28,68 +28,68 @@
|
|
|
28
28
|
'use strict';
|
|
29
29
|
//region block: imports
|
|
30
30
|
var imul = Math.imul;
|
|
31
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
32
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
33
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
31
|
+
var protoOf = kotlin_kotlin.$_$.fa;
|
|
32
|
+
var initMetadataForObject = kotlin_kotlin.$_$.p9;
|
|
33
|
+
var defineProp = kotlin_kotlin.$_$.d9;
|
|
34
34
|
var VOID = kotlin_kotlin.$_$.b;
|
|
35
|
-
var getKClass = kotlin_kotlin.$_$.
|
|
35
|
+
var getKClass = kotlin_kotlin.$_$.ta;
|
|
36
36
|
var ObjectSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.a;
|
|
37
37
|
var SealedClassSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.d;
|
|
38
38
|
var LazyThreadSafetyMode_PUBLICATION_getInstance = kotlin_kotlin.$_$.d;
|
|
39
|
-
var lazy = kotlin_kotlin.$_$.
|
|
39
|
+
var lazy = kotlin_kotlin.$_$.xd;
|
|
40
40
|
var SerializerFactory = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.e2;
|
|
41
|
-
var initMetadataForCompanion = kotlin_kotlin.$_$.
|
|
42
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
41
|
+
var initMetadataForCompanion = kotlin_kotlin.$_$.l9;
|
|
42
|
+
var initMetadataForClass = kotlin_kotlin.$_$.k9;
|
|
43
43
|
var PluginGeneratedSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.d2;
|
|
44
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
44
|
+
var THROW_CCE = kotlin_kotlin.$_$.ed;
|
|
45
45
|
var UnknownFieldException_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g;
|
|
46
46
|
var StringSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.v;
|
|
47
47
|
var typeParametersSerializers = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.y1;
|
|
48
48
|
var GeneratedSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.z1;
|
|
49
49
|
var throwMissingFieldException = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.j2;
|
|
50
50
|
var Unit_instance = kotlin_kotlin.$_$.a4;
|
|
51
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
52
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
51
|
+
var objectCreate = kotlin_kotlin.$_$.ea;
|
|
52
|
+
var getStringHashCode = kotlin_kotlin.$_$.i9;
|
|
53
53
|
var IntSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.t;
|
|
54
54
|
var get_nullable = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.y;
|
|
55
|
-
var replace = kotlin_kotlin.$_$.
|
|
55
|
+
var replace = kotlin_kotlin.$_$.qb;
|
|
56
56
|
var Companion_getInstance = kotlin_kotlin.$_$.q3;
|
|
57
57
|
var DurationUnit_MILLISECONDS_getInstance = kotlin_kotlin.$_$.c;
|
|
58
|
-
var toDuration = kotlin_kotlin.$_$.
|
|
58
|
+
var toDuration = kotlin_kotlin.$_$.pc;
|
|
59
59
|
var get_SystemTemporaryDirectory = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.a;
|
|
60
|
-
var Duration = kotlin_kotlin.$_$.
|
|
60
|
+
var Duration = kotlin_kotlin.$_$.mc;
|
|
61
61
|
var Duration__toString_impl_8d916b = kotlin_kotlin.$_$.n1;
|
|
62
|
-
var getBooleanHashCode = kotlin_kotlin.$_$.
|
|
62
|
+
var getBooleanHashCode = kotlin_kotlin.$_$.f9;
|
|
63
63
|
var Duration__hashCode_impl_u4exz6 = kotlin_kotlin.$_$.j1;
|
|
64
|
-
var equals = kotlin_kotlin.$_$.
|
|
65
|
-
var initMetadataForInterface = kotlin_kotlin.$_$.
|
|
64
|
+
var equals = kotlin_kotlin.$_$.e9;
|
|
65
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.n9;
|
|
66
66
|
var createSimpleEnumSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g2;
|
|
67
|
-
var THROW_IAE = kotlin_kotlin.$_$.
|
|
68
|
-
var enumEntries = kotlin_kotlin.$_$.
|
|
69
|
-
var Enum = kotlin_kotlin.$_$.
|
|
70
|
-
var Exception = kotlin_kotlin.$_$.
|
|
67
|
+
var THROW_IAE = kotlin_kotlin.$_$.fd;
|
|
68
|
+
var enumEntries = kotlin_kotlin.$_$.t7;
|
|
69
|
+
var Enum = kotlin_kotlin.$_$.xc;
|
|
70
|
+
var Exception = kotlin_kotlin.$_$.yc;
|
|
71
71
|
var Exception_init_$Init$ = kotlin_kotlin.$_$.v;
|
|
72
|
-
var captureStack = kotlin_kotlin.$_$.
|
|
73
|
-
var toString = kotlin_kotlin.$_$.
|
|
74
|
-
var listOfNotNull = kotlin_kotlin.$_$.
|
|
72
|
+
var captureStack = kotlin_kotlin.$_$.v8;
|
|
73
|
+
var toString = kotlin_kotlin.$_$.ee;
|
|
74
|
+
var listOfNotNull = kotlin_kotlin.$_$.l6;
|
|
75
75
|
var joinToString = kotlin_kotlin.$_$.c6;
|
|
76
|
-
var getNumberHashCode = kotlin_kotlin.$_$.
|
|
77
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
78
|
-
var toString_0 = kotlin_kotlin.$_$.
|
|
76
|
+
var getNumberHashCode = kotlin_kotlin.$_$.g9;
|
|
77
|
+
var hashCode = kotlin_kotlin.$_$.j9;
|
|
78
|
+
var toString_0 = kotlin_kotlin.$_$.ha;
|
|
79
79
|
var System_instance = kotlin_kotlin.$_$.p3;
|
|
80
80
|
var Duration__plus_impl_yu9v8f = kotlin_kotlin.$_$.l1;
|
|
81
81
|
var _Duration___get_inWholeMilliseconds__impl__msfiry = kotlin_kotlin.$_$.k1;
|
|
82
|
-
var toNumber = kotlin_kotlin.$_$.
|
|
83
|
-
var round = kotlin_kotlin.$_$.
|
|
84
|
-
var numberToInt = kotlin_kotlin.$_$.
|
|
85
|
-
var noWhenBranchMatchedException = kotlin_kotlin.$_$.
|
|
82
|
+
var toNumber = kotlin_kotlin.$_$.r8;
|
|
83
|
+
var round = kotlin_kotlin.$_$.ja;
|
|
84
|
+
var numberToInt = kotlin_kotlin.$_$.da;
|
|
85
|
+
var noWhenBranchMatchedException = kotlin_kotlin.$_$.zd;
|
|
86
86
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.z;
|
|
87
87
|
var GameCard = kotlin_io_raspberryapps_cardgame_core.$_$.d;
|
|
88
88
|
var collectionSizeOrDefault = kotlin_kotlin.$_$.w4;
|
|
89
|
-
var mapCapacity = kotlin_kotlin.$_$.
|
|
90
|
-
var coerceAtLeast = kotlin_kotlin.$_$.
|
|
89
|
+
var mapCapacity = kotlin_kotlin.$_$.o6;
|
|
90
|
+
var coerceAtLeast = kotlin_kotlin.$_$.la;
|
|
91
91
|
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.n;
|
|
92
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
92
|
+
var ensureNotNull = kotlin_kotlin.$_$.td;
|
|
93
93
|
var Companion_getInstance_0 = kotlin_kotlin.$_$.r3;
|
|
94
94
|
var Duration__toIsoString_impl_9h6wsm = kotlin_kotlin.$_$.m1;
|
|
95
95
|
var DoubleSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.q;
|
|
@@ -97,21 +97,21 @@
|
|
|
97
97
|
var FloatSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.r;
|
|
98
98
|
var ArrayListSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.w1;
|
|
99
99
|
var throwArrayMissingFieldException = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.i2;
|
|
100
|
-
var getKClassFromExpression = kotlin_kotlin.$_$.
|
|
100
|
+
var getKClassFromExpression = kotlin_kotlin.$_$.sa;
|
|
101
101
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.f;
|
|
102
102
|
var checkIndexOverflow = kotlin_kotlin.$_$.v4;
|
|
103
|
-
var single = kotlin_kotlin.$_$.
|
|
103
|
+
var single = kotlin_kotlin.$_$.z6;
|
|
104
104
|
var get_lastIndex = kotlin_kotlin.$_$.f6;
|
|
105
105
|
var copyToArray = kotlin_kotlin.$_$.k5;
|
|
106
106
|
var LoggerOutput = kotlin_io_raspberryapps_cardgame_logger.$_$.a;
|
|
107
107
|
var LoggerEnabledTrigger = kotlin_io_raspberryapps_cardgame_logger.$_$.d;
|
|
108
108
|
var Companion_getInstance_1 = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.a;
|
|
109
109
|
var toLocalDateTime = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.b;
|
|
110
|
-
var charSequenceLength = kotlin_kotlin.$_$.
|
|
111
|
-
var toMap = kotlin_kotlin.$_$.
|
|
110
|
+
var charSequenceLength = kotlin_kotlin.$_$.a9;
|
|
111
|
+
var toMap = kotlin_kotlin.$_$.j7;
|
|
112
112
|
var emptyList = kotlin_kotlin.$_$.n5;
|
|
113
113
|
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.e;
|
|
114
|
-
var to = kotlin_kotlin.$_$.
|
|
114
|
+
var to = kotlin_kotlin.$_$.fe;
|
|
115
115
|
//endregion
|
|
116
116
|
//region block: pre-declaration
|
|
117
117
|
initMetadataForObject(GameEngineConfig, 'GameEngineConfig');
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
return false;
|
|
213
213
|
}
|
|
214
214
|
function get_isAutoStartTimer() {
|
|
215
|
-
return !this.
|
|
215
|
+
return !this.a1w() && !this.b1w();
|
|
216
216
|
}
|
|
217
217
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
218
218
|
function ignoreValidation() {
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
tmp = types;
|
|
241
241
|
}
|
|
242
242
|
types = tmp;
|
|
243
|
-
return $super === VOID ? this.
|
|
243
|
+
return $super === VOID ? this.n1w(types) : $super.n1w.call(this, types);
|
|
244
244
|
}
|
|
245
245
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
246
246
|
initMetadataForCompanion(Companion_24);
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_13});
|
|
249
249
|
//endregion
|
|
250
250
|
function GameEngineConfig() {
|
|
251
|
-
this.version = '1.8.
|
|
251
|
+
this.version = '1.8.507';
|
|
252
252
|
}
|
|
253
253
|
protoOf(GameEngineConfig).u16 = function () {
|
|
254
254
|
return this.version;
|
|
@@ -1721,27 +1721,29 @@
|
|
|
1721
1721
|
return now.hg($this.c1r_1);
|
|
1722
1722
|
}
|
|
1723
1723
|
function Companion_9() {
|
|
1724
|
-
this.
|
|
1724
|
+
this.f1r_1 = 70;
|
|
1725
1725
|
}
|
|
1726
|
-
protoOf(Companion_9).
|
|
1726
|
+
protoOf(Companion_9).g1r = function (state, connectionChangedTime) {
|
|
1727
1727
|
return new PlayerConnection(state, connectionChangedTime);
|
|
1728
1728
|
};
|
|
1729
|
-
protoOf(Companion_9).
|
|
1729
|
+
protoOf(Companion_9).h1r = function (state, connectionChangedTime, $super) {
|
|
1730
1730
|
connectionChangedTime = connectionChangedTime === VOID ? null : connectionChangedTime;
|
|
1731
|
-
return $super === VOID ? this.
|
|
1731
|
+
return $super === VOID ? this.g1r(state, connectionChangedTime) : $super.g1r.call(this, state, connectionChangedTime);
|
|
1732
1732
|
};
|
|
1733
1733
|
var Companion_instance_9;
|
|
1734
1734
|
function Companion_getInstance_12() {
|
|
1735
1735
|
return Companion_instance_9;
|
|
1736
1736
|
}
|
|
1737
|
-
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
1737
|
+
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord, causeState) {
|
|
1738
1738
|
connectionChangedTime = connectionChangedTime === VOID ? null : connectionChangedTime;
|
|
1739
1739
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().kf_1 : notLiveDurationRecord;
|
|
1740
|
+
causeState = causeState === VOID ? null : causeState;
|
|
1740
1741
|
this.b1r_1 = state;
|
|
1741
1742
|
this.c1r_1 = connectionChangedTime;
|
|
1742
1743
|
this.d1r_1 = notLiveDurationRecord;
|
|
1744
|
+
this.e1r_1 = causeState;
|
|
1743
1745
|
}
|
|
1744
|
-
protoOf(PlayerConnection).
|
|
1746
|
+
protoOf(PlayerConnection).i1r = function () {
|
|
1745
1747
|
var tmp;
|
|
1746
1748
|
if (this.b1r_1.isLive) {
|
|
1747
1749
|
tmp = this.d1r_1;
|
|
@@ -1750,31 +1752,32 @@
|
|
|
1750
1752
|
}
|
|
1751
1753
|
return tmp;
|
|
1752
1754
|
};
|
|
1753
|
-
protoOf(PlayerConnection).
|
|
1755
|
+
protoOf(PlayerConnection).j1r = function (gameDuration) {
|
|
1754
1756
|
// Inline function 'kotlin.Long.div' call
|
|
1755
1757
|
var this_0 = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration);
|
|
1756
1758
|
var percent = toNumber(this_0) / 100.0;
|
|
1757
1759
|
// Inline function 'kotlin.Long.div' call
|
|
1758
|
-
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
1760
|
+
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.i1r());
|
|
1759
1761
|
// Inline function 'kotlin.math.round' call
|
|
1760
1762
|
var x = toNumber(this_1) / percent;
|
|
1761
1763
|
var tmp$ret$2 = round(x);
|
|
1762
1764
|
return numberToInt(tmp$ret$2);
|
|
1763
1765
|
};
|
|
1764
|
-
protoOf(PlayerConnection).j1r = function (gameDuration) {
|
|
1765
|
-
return 100 - this.i1r(gameDuration) | 0;
|
|
1766
|
-
};
|
|
1767
1766
|
protoOf(PlayerConnection).k1r = function (gameDuration) {
|
|
1768
|
-
|
|
1767
|
+
return 100 - this.j1r(gameDuration) | 0;
|
|
1768
|
+
};
|
|
1769
|
+
protoOf(PlayerConnection).l1r = function (gameDuration) {
|
|
1770
|
+
var percentage = this.k1r(gameDuration);
|
|
1769
1771
|
return percentage >= 70;
|
|
1770
1772
|
};
|
|
1771
1773
|
protoOf(PlayerConnection).toString = function () {
|
|
1772
|
-
return 'PlayerConnection(state=' + this.b1r_1.toString() + ', connectionChangedTime=' + toString(this.c1r_1) + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.d1r_1) + ')';
|
|
1774
|
+
return 'PlayerConnection(state=' + this.b1r_1.toString() + ', connectionChangedTime=' + toString(this.c1r_1) + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.d1r_1) + ', causeState=' + toString(this.e1r_1) + ')';
|
|
1773
1775
|
};
|
|
1774
1776
|
protoOf(PlayerConnection).hashCode = function () {
|
|
1775
1777
|
var result = this.b1r_1.hashCode();
|
|
1776
1778
|
result = imul(result, 31) + (this.c1r_1 == null ? 0 : this.c1r_1.hashCode()) | 0;
|
|
1777
1779
|
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.d1r_1) | 0;
|
|
1780
|
+
result = imul(result, 31) + (this.e1r_1 == null ? 0 : this.e1r_1.hashCode()) | 0;
|
|
1778
1781
|
return result;
|
|
1779
1782
|
};
|
|
1780
1783
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -1788,10 +1791,12 @@
|
|
|
1788
1791
|
return false;
|
|
1789
1792
|
if (!equals(this.d1r_1, other.d1r_1))
|
|
1790
1793
|
return false;
|
|
1794
|
+
if (!equals(this.e1r_1, other.e1r_1))
|
|
1795
|
+
return false;
|
|
1791
1796
|
return true;
|
|
1792
1797
|
};
|
|
1793
1798
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
1794
|
-
return $this.
|
|
1799
|
+
return $this.m1r_1.j2();
|
|
1795
1800
|
}
|
|
1796
1801
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1797
1802
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_1());
|
|
@@ -1835,7 +1840,7 @@
|
|
|
1835
1840
|
Companion_instance_10 = this;
|
|
1836
1841
|
var tmp = this;
|
|
1837
1842
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1838
|
-
tmp.
|
|
1843
|
+
tmp.m1r_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
1839
1844
|
}
|
|
1840
1845
|
protoOf(Companion_10).n17 = function () {
|
|
1841
1846
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -1868,28 +1873,28 @@
|
|
|
1868
1873
|
function PlayerConnectionState(name, ordinal) {
|
|
1869
1874
|
Enum.call(this, name, ordinal);
|
|
1870
1875
|
}
|
|
1871
|
-
protoOf(PlayerConnectionState).
|
|
1876
|
+
protoOf(PlayerConnectionState).p1r = function () {
|
|
1872
1877
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
1873
1878
|
};
|
|
1874
|
-
protoOf(PlayerConnectionState).
|
|
1879
|
+
protoOf(PlayerConnectionState).q1r = function () {
|
|
1875
1880
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
1876
1881
|
};
|
|
1877
|
-
protoOf(PlayerConnectionState).
|
|
1882
|
+
protoOf(PlayerConnectionState).r1r = function () {
|
|
1878
1883
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
1879
1884
|
};
|
|
1880
|
-
protoOf(PlayerConnectionState).
|
|
1885
|
+
protoOf(PlayerConnectionState).s1r = function () {
|
|
1881
1886
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
1882
1887
|
};
|
|
1883
|
-
protoOf(PlayerConnectionState).
|
|
1888
|
+
protoOf(PlayerConnectionState).t1r = function () {
|
|
1884
1889
|
return this.equals(PlayerConnectionState_LEFT_PERMANENTLY_getInstance());
|
|
1885
1890
|
};
|
|
1886
|
-
protoOf(PlayerConnectionState).
|
|
1891
|
+
protoOf(PlayerConnectionState).u1r = function () {
|
|
1887
1892
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
1888
1893
|
};
|
|
1889
|
-
protoOf(PlayerConnectionState).
|
|
1894
|
+
protoOf(PlayerConnectionState).v1r = function () {
|
|
1890
1895
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
1891
1896
|
};
|
|
1892
|
-
protoOf(PlayerConnectionState).
|
|
1897
|
+
protoOf(PlayerConnectionState).w1r = function () {
|
|
1893
1898
|
var tmp;
|
|
1894
1899
|
switch (this.x2_1) {
|
|
1895
1900
|
case 3:
|
|
@@ -1910,7 +1915,7 @@
|
|
|
1910
1915
|
}
|
|
1911
1916
|
return tmp;
|
|
1912
1917
|
};
|
|
1913
|
-
protoOf(PlayerConnectionState).
|
|
1918
|
+
protoOf(PlayerConnectionState).x1r = function () {
|
|
1914
1919
|
var tmp;
|
|
1915
1920
|
switch (this.x2_1) {
|
|
1916
1921
|
case 3:
|
|
@@ -1931,7 +1936,7 @@
|
|
|
1931
1936
|
}
|
|
1932
1937
|
return tmp;
|
|
1933
1938
|
};
|
|
1934
|
-
protoOf(PlayerConnectionState).
|
|
1939
|
+
protoOf(PlayerConnectionState).y1r = function () {
|
|
1935
1940
|
var tmp;
|
|
1936
1941
|
switch (this.x2_1) {
|
|
1937
1942
|
case 3:
|
|
@@ -1956,7 +1961,7 @@
|
|
|
1956
1961
|
}
|
|
1957
1962
|
return tmp;
|
|
1958
1963
|
};
|
|
1959
|
-
protoOf(PlayerConnectionState).
|
|
1964
|
+
protoOf(PlayerConnectionState).z1r = function () {
|
|
1960
1965
|
var tmp;
|
|
1961
1966
|
switch (this.x2_1) {
|
|
1962
1967
|
case 3:
|
|
@@ -1981,7 +1986,7 @@
|
|
|
1981
1986
|
}
|
|
1982
1987
|
return tmp;
|
|
1983
1988
|
};
|
|
1984
|
-
protoOf(PlayerConnectionState).
|
|
1989
|
+
protoOf(PlayerConnectionState).a1s = function () {
|
|
1985
1990
|
var tmp;
|
|
1986
1991
|
switch (this.x2_1) {
|
|
1987
1992
|
case 3:
|
|
@@ -2004,7 +2009,7 @@
|
|
|
2004
2009
|
}
|
|
2005
2010
|
return tmp;
|
|
2006
2011
|
};
|
|
2007
|
-
protoOf(PlayerConnectionState).
|
|
2012
|
+
protoOf(PlayerConnectionState).b1s = function () {
|
|
2008
2013
|
var tmp;
|
|
2009
2014
|
switch (this.x2_1) {
|
|
2010
2015
|
case 2:
|
|
@@ -2027,7 +2032,7 @@
|
|
|
2027
2032
|
}
|
|
2028
2033
|
return tmp;
|
|
2029
2034
|
};
|
|
2030
|
-
protoOf(PlayerConnectionState).
|
|
2035
|
+
protoOf(PlayerConnectionState).c1s = function () {
|
|
2031
2036
|
var tmp;
|
|
2032
2037
|
switch (this.x2_1) {
|
|
2033
2038
|
case 5:
|
|
@@ -2081,7 +2086,7 @@
|
|
|
2081
2086
|
return PlayerConnectionState_DELETED_instance;
|
|
2082
2087
|
}
|
|
2083
2088
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2084
|
-
return $this.
|
|
2089
|
+
return $this.d1s_1.j2();
|
|
2085
2090
|
}
|
|
2086
2091
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
2087
2092
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
@@ -2096,7 +2101,7 @@
|
|
|
2096
2101
|
Companion_instance_11 = this;
|
|
2097
2102
|
var tmp = this;
|
|
2098
2103
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2099
|
-
tmp.
|
|
2104
|
+
tmp.d1s_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
2100
2105
|
}
|
|
2101
2106
|
protoOf(Companion_11).n17 = function () {
|
|
2102
2107
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2125,17 +2130,17 @@
|
|
|
2125
2130
|
Enum.call(this, name, ordinal);
|
|
2126
2131
|
}
|
|
2127
2132
|
protoOf(PlayerWaitingState).a1r = function () {
|
|
2128
|
-
return this.
|
|
2133
|
+
return this.g1s() || this.h1s();
|
|
2129
2134
|
};
|
|
2130
|
-
protoOf(PlayerWaitingState).
|
|
2135
|
+
protoOf(PlayerWaitingState).g1s = function () {
|
|
2131
2136
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
2132
2137
|
};
|
|
2133
|
-
protoOf(PlayerWaitingState).
|
|
2138
|
+
protoOf(PlayerWaitingState).h1s = function () {
|
|
2134
2139
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
2135
2140
|
};
|
|
2136
2141
|
function Companion_12() {
|
|
2137
2142
|
}
|
|
2138
|
-
protoOf(Companion_12).
|
|
2143
|
+
protoOf(Companion_12).i1s = function (connection) {
|
|
2139
2144
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
2140
2145
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
2141
2146
|
};
|
|
@@ -2166,7 +2171,7 @@
|
|
|
2166
2171
|
this.y1q_1 = tag;
|
|
2167
2172
|
this.z1q_1 = connection;
|
|
2168
2173
|
}
|
|
2169
|
-
protoOf(PlayerState).
|
|
2174
|
+
protoOf(PlayerState).j1s = function () {
|
|
2170
2175
|
// Inline function 'kotlin.requireNotNull' call
|
|
2171
2176
|
var tmp0 = this.z1q_1;
|
|
2172
2177
|
var tmp$ret$1;
|
|
@@ -2277,7 +2282,7 @@
|
|
|
2277
2282
|
function Team(playerIds) {
|
|
2278
2283
|
this.playerIds = playerIds;
|
|
2279
2284
|
}
|
|
2280
|
-
protoOf(Team).
|
|
2285
|
+
protoOf(Team).k1s = function () {
|
|
2281
2286
|
return this.playerIds;
|
|
2282
2287
|
};
|
|
2283
2288
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
@@ -2292,12 +2297,12 @@
|
|
|
2292
2297
|
protoOf(Team).pc = function () {
|
|
2293
2298
|
return this.playerIds;
|
|
2294
2299
|
};
|
|
2295
|
-
protoOf(Team).
|
|
2300
|
+
protoOf(Team).l1s = function (playerIds) {
|
|
2296
2301
|
return new Team(playerIds);
|
|
2297
2302
|
};
|
|
2298
2303
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
2299
2304
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
2300
|
-
return $super === VOID ? this.
|
|
2305
|
+
return $super === VOID ? this.l1s(playerIds) : $super.l1s.call(this, playerIds);
|
|
2301
2306
|
};
|
|
2302
2307
|
protoOf(Team).toString = function () {
|
|
2303
2308
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -2315,7 +2320,7 @@
|
|
|
2315
2320
|
return true;
|
|
2316
2321
|
};
|
|
2317
2322
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2318
|
-
return $this.
|
|
2323
|
+
return $this.m1s_1.j2();
|
|
2319
2324
|
}
|
|
2320
2325
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2321
2326
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2353,7 +2358,7 @@
|
|
|
2353
2358
|
Companion_instance_13 = this;
|
|
2354
2359
|
var tmp = this;
|
|
2355
2360
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2356
|
-
tmp.
|
|
2361
|
+
tmp.m1s_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2357
2362
|
}
|
|
2358
2363
|
protoOf(Companion_13).n17 = function () {
|
|
2359
2364
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -2374,7 +2379,7 @@
|
|
|
2374
2379
|
Companion_getInstance_16();
|
|
2375
2380
|
}
|
|
2376
2381
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
2377
|
-
return $this.
|
|
2382
|
+
return $this.n1s_1.j2();
|
|
2378
2383
|
}
|
|
2379
2384
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2380
2385
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2389,7 +2394,7 @@
|
|
|
2389
2394
|
TerminationGameReasonDto.call(this);
|
|
2390
2395
|
var tmp = this;
|
|
2391
2396
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2392
|
-
tmp.
|
|
2397
|
+
tmp.n1s_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2393
2398
|
}
|
|
2394
2399
|
protoOf(ProcessingReasonDto).n17 = function () {
|
|
2395
2400
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -2426,19 +2431,19 @@
|
|
|
2426
2431
|
$serializer_instance_4 = this;
|
|
2427
2432
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2428
2433
|
tmp0_serialDesc.ku('reason', false);
|
|
2429
|
-
this.
|
|
2434
|
+
this.o1s_1 = tmp0_serialDesc;
|
|
2430
2435
|
}
|
|
2431
|
-
protoOf($serializer_4).
|
|
2432
|
-
var tmp0_desc = this.
|
|
2436
|
+
protoOf($serializer_4).p1s = function (encoder, value) {
|
|
2437
|
+
var tmp0_desc = this.o1s_1;
|
|
2433
2438
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
2434
2439
|
tmp1_output.jo(tmp0_desc, 0, value.reason);
|
|
2435
2440
|
tmp1_output.vm(tmp0_desc);
|
|
2436
2441
|
};
|
|
2437
2442
|
protoOf($serializer_4).mj = function (encoder, value) {
|
|
2438
|
-
return this.
|
|
2443
|
+
return this.p1s(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2439
2444
|
};
|
|
2440
2445
|
protoOf($serializer_4).nj = function (decoder) {
|
|
2441
|
-
var tmp0_desc = this.
|
|
2446
|
+
var tmp0_desc = this.o1s_1;
|
|
2442
2447
|
var tmp1_flag = true;
|
|
2443
2448
|
var tmp2_index = 0;
|
|
2444
2449
|
var tmp3_bitMask0 = 0;
|
|
@@ -2466,7 +2471,7 @@
|
|
|
2466
2471
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2467
2472
|
};
|
|
2468
2473
|
protoOf($serializer_4).lj = function () {
|
|
2469
|
-
return this.
|
|
2474
|
+
return this.o1s_1;
|
|
2470
2475
|
};
|
|
2471
2476
|
protoOf($serializer_4).bv = function () {
|
|
2472
2477
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2482,7 +2487,7 @@
|
|
|
2482
2487
|
}
|
|
2483
2488
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2484
2489
|
if (!(1 === (1 & seen0))) {
|
|
2485
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().
|
|
2490
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().o1s_1);
|
|
2486
2491
|
}
|
|
2487
2492
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2488
2493
|
$this.reason = reason;
|
|
@@ -2523,19 +2528,19 @@
|
|
|
2523
2528
|
$serializer_instance_5 = this;
|
|
2524
2529
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2525
2530
|
tmp0_serialDesc.ku('reason', false);
|
|
2526
|
-
this.
|
|
2531
|
+
this.q1s_1 = tmp0_serialDesc;
|
|
2527
2532
|
}
|
|
2528
|
-
protoOf($serializer_5).
|
|
2529
|
-
var tmp0_desc = this.
|
|
2533
|
+
protoOf($serializer_5).r1s = function (encoder, value) {
|
|
2534
|
+
var tmp0_desc = this.q1s_1;
|
|
2530
2535
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
2531
2536
|
tmp1_output.jo(tmp0_desc, 0, value.reason);
|
|
2532
2537
|
tmp1_output.vm(tmp0_desc);
|
|
2533
2538
|
};
|
|
2534
2539
|
protoOf($serializer_5).mj = function (encoder, value) {
|
|
2535
|
-
return this.
|
|
2540
|
+
return this.r1s(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2536
2541
|
};
|
|
2537
2542
|
protoOf($serializer_5).nj = function (decoder) {
|
|
2538
|
-
var tmp0_desc = this.
|
|
2543
|
+
var tmp0_desc = this.q1s_1;
|
|
2539
2544
|
var tmp1_flag = true;
|
|
2540
2545
|
var tmp2_index = 0;
|
|
2541
2546
|
var tmp3_bitMask0 = 0;
|
|
@@ -2563,7 +2568,7 @@
|
|
|
2563
2568
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2564
2569
|
};
|
|
2565
2570
|
protoOf($serializer_5).lj = function () {
|
|
2566
|
-
return this.
|
|
2571
|
+
return this.q1s_1;
|
|
2567
2572
|
};
|
|
2568
2573
|
protoOf($serializer_5).bv = function () {
|
|
2569
2574
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2579,7 +2584,7 @@
|
|
|
2579
2584
|
}
|
|
2580
2585
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2581
2586
|
if (!(1 === (1 & seen0))) {
|
|
2582
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_5().
|
|
2587
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_5().q1s_1);
|
|
2583
2588
|
}
|
|
2584
2589
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2585
2590
|
$this.reason = reason;
|
|
@@ -2620,19 +2625,19 @@
|
|
|
2620
2625
|
$serializer_instance_6 = this;
|
|
2621
2626
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2622
2627
|
tmp0_serialDesc.ku('playerId', false);
|
|
2623
|
-
this.
|
|
2628
|
+
this.s1s_1 = tmp0_serialDesc;
|
|
2624
2629
|
}
|
|
2625
|
-
protoOf($serializer_6).
|
|
2626
|
-
var tmp0_desc = this.
|
|
2630
|
+
protoOf($serializer_6).t1s = function (encoder, value) {
|
|
2631
|
+
var tmp0_desc = this.s1s_1;
|
|
2627
2632
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
2628
|
-
tmp1_output.jo(tmp0_desc, 0, value.
|
|
2633
|
+
tmp1_output.jo(tmp0_desc, 0, value.u1s_1);
|
|
2629
2634
|
tmp1_output.vm(tmp0_desc);
|
|
2630
2635
|
};
|
|
2631
2636
|
protoOf($serializer_6).mj = function (encoder, value) {
|
|
2632
|
-
return this.
|
|
2637
|
+
return this.t1s(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2633
2638
|
};
|
|
2634
2639
|
protoOf($serializer_6).nj = function (decoder) {
|
|
2635
|
-
var tmp0_desc = this.
|
|
2640
|
+
var tmp0_desc = this.s1s_1;
|
|
2636
2641
|
var tmp1_flag = true;
|
|
2637
2642
|
var tmp2_index = 0;
|
|
2638
2643
|
var tmp3_bitMask0 = 0;
|
|
@@ -2660,7 +2665,7 @@
|
|
|
2660
2665
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2661
2666
|
};
|
|
2662
2667
|
protoOf($serializer_6).lj = function () {
|
|
2663
|
-
return this.
|
|
2668
|
+
return this.s1s_1;
|
|
2664
2669
|
};
|
|
2665
2670
|
protoOf($serializer_6).bv = function () {
|
|
2666
2671
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2676,10 +2681,10 @@
|
|
|
2676
2681
|
}
|
|
2677
2682
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2678
2683
|
if (!(1 === (1 & seen0))) {
|
|
2679
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_6().
|
|
2684
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_6().s1s_1);
|
|
2680
2685
|
}
|
|
2681
2686
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2682
|
-
$this.
|
|
2687
|
+
$this.u1s_1 = playerId;
|
|
2683
2688
|
return $this;
|
|
2684
2689
|
}
|
|
2685
2690
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2687,20 +2692,20 @@
|
|
|
2687
2692
|
}
|
|
2688
2693
|
function PlayerExitReasonDto(playerId) {
|
|
2689
2694
|
TerminationGameReasonDto.call(this);
|
|
2690
|
-
this.
|
|
2695
|
+
this.u1s_1 = playerId;
|
|
2691
2696
|
}
|
|
2692
2697
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2693
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2698
|
+
return 'PlayerExitReasonDto(playerId=' + this.u1s_1 + ')';
|
|
2694
2699
|
};
|
|
2695
2700
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2696
|
-
return getStringHashCode(this.
|
|
2701
|
+
return getStringHashCode(this.u1s_1);
|
|
2697
2702
|
};
|
|
2698
2703
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2699
2704
|
if (this === other)
|
|
2700
2705
|
return true;
|
|
2701
2706
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2702
2707
|
return false;
|
|
2703
|
-
if (!(this.
|
|
2708
|
+
if (!(this.u1s_1 === other.u1s_1))
|
|
2704
2709
|
return false;
|
|
2705
2710
|
return true;
|
|
2706
2711
|
};
|
|
@@ -2715,20 +2720,20 @@
|
|
|
2715
2720
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2716
2721
|
tmp0_serialDesc.ku('playerId', false);
|
|
2717
2722
|
tmp0_serialDesc.ku('tag', false);
|
|
2718
|
-
this.
|
|
2723
|
+
this.v1s_1 = tmp0_serialDesc;
|
|
2719
2724
|
}
|
|
2720
|
-
protoOf($serializer_7).
|
|
2721
|
-
var tmp0_desc = this.
|
|
2725
|
+
protoOf($serializer_7).w1s = function (encoder, value) {
|
|
2726
|
+
var tmp0_desc = this.v1s_1;
|
|
2722
2727
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
2723
|
-
tmp1_output.jo(tmp0_desc, 0, value.
|
|
2724
|
-
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2728
|
+
tmp1_output.jo(tmp0_desc, 0, value.x1s_1);
|
|
2729
|
+
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.y1s_1);
|
|
2725
2730
|
tmp1_output.vm(tmp0_desc);
|
|
2726
2731
|
};
|
|
2727
2732
|
protoOf($serializer_7).mj = function (encoder, value) {
|
|
2728
|
-
return this.
|
|
2733
|
+
return this.w1s(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2729
2734
|
};
|
|
2730
2735
|
protoOf($serializer_7).nj = function (decoder) {
|
|
2731
|
-
var tmp0_desc = this.
|
|
2736
|
+
var tmp0_desc = this.v1s_1;
|
|
2732
2737
|
var tmp1_flag = true;
|
|
2733
2738
|
var tmp2_index = 0;
|
|
2734
2739
|
var tmp3_bitMask0 = 0;
|
|
@@ -2763,7 +2768,7 @@
|
|
|
2763
2768
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2764
2769
|
};
|
|
2765
2770
|
protoOf($serializer_7).lj = function () {
|
|
2766
|
-
return this.
|
|
2771
|
+
return this.v1s_1;
|
|
2767
2772
|
};
|
|
2768
2773
|
protoOf($serializer_7).bv = function () {
|
|
2769
2774
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2779,11 +2784,11 @@
|
|
|
2779
2784
|
}
|
|
2780
2785
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2781
2786
|
if (!(3 === (3 & seen0))) {
|
|
2782
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_7().
|
|
2787
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_7().v1s_1);
|
|
2783
2788
|
}
|
|
2784
2789
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2785
|
-
$this.
|
|
2786
|
-
$this.
|
|
2790
|
+
$this.x1s_1 = playerId;
|
|
2791
|
+
$this.y1s_1 = tag;
|
|
2787
2792
|
return $this;
|
|
2788
2793
|
}
|
|
2789
2794
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2791,15 +2796,15 @@
|
|
|
2791
2796
|
}
|
|
2792
2797
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2793
2798
|
TerminationGameReasonDto.call(this);
|
|
2794
|
-
this.
|
|
2795
|
-
this.
|
|
2799
|
+
this.x1s_1 = playerId;
|
|
2800
|
+
this.y1s_1 = tag;
|
|
2796
2801
|
}
|
|
2797
2802
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2798
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2803
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.x1s_1 + ', tag=' + this.y1s_1 + ')';
|
|
2799
2804
|
};
|
|
2800
2805
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2801
|
-
var result = getStringHashCode(this.
|
|
2802
|
-
result = imul(result, 31) + (this.
|
|
2806
|
+
var result = getStringHashCode(this.x1s_1);
|
|
2807
|
+
result = imul(result, 31) + (this.y1s_1 == null ? 0 : getStringHashCode(this.y1s_1)) | 0;
|
|
2803
2808
|
return result;
|
|
2804
2809
|
};
|
|
2805
2810
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2807,9 +2812,9 @@
|
|
|
2807
2812
|
return true;
|
|
2808
2813
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2809
2814
|
return false;
|
|
2810
|
-
if (!(this.
|
|
2815
|
+
if (!(this.x1s_1 === other.x1s_1))
|
|
2811
2816
|
return false;
|
|
2812
|
-
if (!(this.
|
|
2817
|
+
if (!(this.y1s_1 == other.y1s_1))
|
|
2813
2818
|
return false;
|
|
2814
2819
|
return true;
|
|
2815
2820
|
};
|
|
@@ -2824,20 +2829,20 @@
|
|
|
2824
2829
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2825
2830
|
tmp0_serialDesc.ku('playerId', false);
|
|
2826
2831
|
tmp0_serialDesc.ku('tag', false);
|
|
2827
|
-
this.
|
|
2832
|
+
this.z1s_1 = tmp0_serialDesc;
|
|
2828
2833
|
}
|
|
2829
|
-
protoOf($serializer_8).
|
|
2830
|
-
var tmp0_desc = this.
|
|
2834
|
+
protoOf($serializer_8).a1t = function (encoder, value) {
|
|
2835
|
+
var tmp0_desc = this.z1s_1;
|
|
2831
2836
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
2832
|
-
tmp1_output.jo(tmp0_desc, 0, value.
|
|
2833
|
-
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2837
|
+
tmp1_output.jo(tmp0_desc, 0, value.b1t_1);
|
|
2838
|
+
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.c1t_1);
|
|
2834
2839
|
tmp1_output.vm(tmp0_desc);
|
|
2835
2840
|
};
|
|
2836
2841
|
protoOf($serializer_8).mj = function (encoder, value) {
|
|
2837
|
-
return this.
|
|
2842
|
+
return this.a1t(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2838
2843
|
};
|
|
2839
2844
|
protoOf($serializer_8).nj = function (decoder) {
|
|
2840
|
-
var tmp0_desc = this.
|
|
2845
|
+
var tmp0_desc = this.z1s_1;
|
|
2841
2846
|
var tmp1_flag = true;
|
|
2842
2847
|
var tmp2_index = 0;
|
|
2843
2848
|
var tmp3_bitMask0 = 0;
|
|
@@ -2872,7 +2877,7 @@
|
|
|
2872
2877
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2873
2878
|
};
|
|
2874
2879
|
protoOf($serializer_8).lj = function () {
|
|
2875
|
-
return this.
|
|
2880
|
+
return this.z1s_1;
|
|
2876
2881
|
};
|
|
2877
2882
|
protoOf($serializer_8).bv = function () {
|
|
2878
2883
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2888,11 +2893,11 @@
|
|
|
2888
2893
|
}
|
|
2889
2894
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2890
2895
|
if (!(3 === (3 & seen0))) {
|
|
2891
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_8().
|
|
2896
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_8().z1s_1);
|
|
2892
2897
|
}
|
|
2893
2898
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2894
|
-
$this.
|
|
2895
|
-
$this.
|
|
2899
|
+
$this.b1t_1 = playerId;
|
|
2900
|
+
$this.c1t_1 = tag;
|
|
2896
2901
|
return $this;
|
|
2897
2902
|
}
|
|
2898
2903
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2900,15 +2905,15 @@
|
|
|
2900
2905
|
}
|
|
2901
2906
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2902
2907
|
TerminationGameReasonDto.call(this);
|
|
2903
|
-
this.
|
|
2904
|
-
this.
|
|
2908
|
+
this.b1t_1 = playerId;
|
|
2909
|
+
this.c1t_1 = tag;
|
|
2905
2910
|
}
|
|
2906
2911
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2907
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2912
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.b1t_1 + ', tag=' + this.c1t_1 + ')';
|
|
2908
2913
|
};
|
|
2909
2914
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2910
|
-
var result = getStringHashCode(this.
|
|
2911
|
-
result = imul(result, 31) + (this.
|
|
2915
|
+
var result = getStringHashCode(this.b1t_1);
|
|
2916
|
+
result = imul(result, 31) + (this.c1t_1 == null ? 0 : getStringHashCode(this.c1t_1)) | 0;
|
|
2912
2917
|
return result;
|
|
2913
2918
|
};
|
|
2914
2919
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2916,14 +2921,14 @@
|
|
|
2916
2921
|
return true;
|
|
2917
2922
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2918
2923
|
return false;
|
|
2919
|
-
if (!(this.
|
|
2924
|
+
if (!(this.b1t_1 === other.b1t_1))
|
|
2920
2925
|
return false;
|
|
2921
|
-
if (!(this.
|
|
2926
|
+
if (!(this.c1t_1 == other.c1t_1))
|
|
2922
2927
|
return false;
|
|
2923
2928
|
return true;
|
|
2924
2929
|
};
|
|
2925
2930
|
function _get_$cachedSerializer__te6jhj_9($this) {
|
|
2926
|
-
return $this.
|
|
2931
|
+
return $this.d1t_1.j2();
|
|
2927
2932
|
}
|
|
2928
2933
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2929
2934
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2938,7 +2943,7 @@
|
|
|
2938
2943
|
TerminationGameReasonDto.call(this);
|
|
2939
2944
|
var tmp = this;
|
|
2940
2945
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2941
|
-
tmp.
|
|
2946
|
+
tmp.d1t_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2942
2947
|
}
|
|
2943
2948
|
protoOf(WaitingForConnectionReasonDto).n17 = function () {
|
|
2944
2949
|
return _get_$cachedSerializer__te6jhj_9(this);
|
|
@@ -3089,15 +3094,15 @@
|
|
|
3089
3094
|
}
|
|
3090
3095
|
function mapFromDto_3(_this__u8e3s4) {
|
|
3091
3096
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3092
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3097
|
+
return new PlayerExitReason(_this__u8e3s4.u1s_1);
|
|
3093
3098
|
}
|
|
3094
3099
|
function mapFromDto_4(_this__u8e3s4) {
|
|
3095
3100
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3096
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3101
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.x1s_1, _this__u8e3s4.y1s_1);
|
|
3097
3102
|
}
|
|
3098
3103
|
function mapFromDto_5(_this__u8e3s4) {
|
|
3099
3104
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3100
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3105
|
+
return new PlayerTimeoutReason(_this__u8e3s4.b1t_1, _this__u8e3s4.c1t_1);
|
|
3101
3106
|
}
|
|
3102
3107
|
function mapFromDto_6(_this__u8e3s4) {
|
|
3103
3108
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3158,14 +3163,14 @@
|
|
|
3158
3163
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3159
3164
|
}
|
|
3160
3165
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3161
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3162
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3163
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3164
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3165
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3166
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3167
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3168
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3166
|
+
var tmp0_elvis_lhs = _this__u8e3s4.e1t_1;
|
|
3167
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.f1t_1) : tmp0_elvis_lhs;
|
|
3168
|
+
var tmp1_elvis_lhs = _this__u8e3s4.g1t_1;
|
|
3169
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.h1t_1) : tmp1_elvis_lhs;
|
|
3170
|
+
var tmp2_elvis_lhs = _this__u8e3s4.i1t_1;
|
|
3171
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.j1t_1 : tmp2_elvis_lhs;
|
|
3172
|
+
var tmp3_elvis_lhs = _this__u8e3s4.l1t_1;
|
|
3173
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.m1t_1, _this__u8e3s4.k1t_1);
|
|
3169
3174
|
}
|
|
3170
3175
|
function mapToDto_9(_this__u8e3s4) {
|
|
3171
3176
|
var tmp0_safe_receiver = _this__u8e3s4.t1q_1;
|
|
@@ -3182,7 +3187,7 @@
|
|
|
3182
3187
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3183
3188
|
}
|
|
3184
3189
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3185
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3190
|
+
var tmp0_safe_receiver = _this__u8e3s4.n1t_1;
|
|
3186
3191
|
var tmp;
|
|
3187
3192
|
if (tmp0_safe_receiver == null) {
|
|
3188
3193
|
tmp = null;
|
|
@@ -3191,7 +3196,7 @@
|
|
|
3191
3196
|
tmp = Companion_getInstance_0().cg(tmp0_safe_receiver);
|
|
3192
3197
|
}
|
|
3193
3198
|
var tmp5_startFromTime = tmp;
|
|
3194
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3199
|
+
var tmp1_safe_receiver = _this__u8e3s4.p1t_1;
|
|
3195
3200
|
var tmp_0;
|
|
3196
3201
|
if (tmp1_safe_receiver == null) {
|
|
3197
3202
|
tmp_0 = null;
|
|
@@ -3200,7 +3205,7 @@
|
|
|
3200
3205
|
tmp_0 = Companion_getInstance_0().cg(tmp1_safe_receiver);
|
|
3201
3206
|
}
|
|
3202
3207
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3203
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3208
|
+
var tmp2_safe_receiver = _this__u8e3s4.o1t_1;
|
|
3204
3209
|
var tmp_1;
|
|
3205
3210
|
if (tmp2_safe_receiver == null) {
|
|
3206
3211
|
tmp_1 = null;
|
|
@@ -3209,20 +3214,20 @@
|
|
|
3209
3214
|
tmp_1 = Companion_getInstance_0().cg(tmp2_safe_receiver);
|
|
3210
3215
|
}
|
|
3211
3216
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3212
|
-
var tmp8_state = _this__u8e3s4.
|
|
3213
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3214
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3217
|
+
var tmp8_state = _this__u8e3s4.q1t_1;
|
|
3218
|
+
var tmp9_tag = _this__u8e3s4.s1t_1;
|
|
3219
|
+
var tmp3_elvis_lhs = _this__u8e3s4.r1t_1;
|
|
3215
3220
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3216
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3221
|
+
var tmp4_safe_receiver = _this__u8e3s4.t1t_1;
|
|
3217
3222
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
|
|
3218
3223
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3219
3224
|
}
|
|
3220
3225
|
function mapToDto_10(_this__u8e3s4) {
|
|
3221
3226
|
var tmp0_safe_receiver = _this__u8e3s4.c1r_1;
|
|
3222
|
-
return new PlayerConnectionDto(_this__u8e3s4.b1r_1, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.d1r_1));
|
|
3227
|
+
return new PlayerConnectionDto(_this__u8e3s4.b1r_1, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.d1r_1), _this__u8e3s4.e1r_1);
|
|
3223
3228
|
}
|
|
3224
3229
|
function mapFromDto_10(_this__u8e3s4) {
|
|
3225
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3230
|
+
var tmp0_safe_receiver = _this__u8e3s4.v1t_1;
|
|
3226
3231
|
var tmp;
|
|
3227
3232
|
if (tmp0_safe_receiver == null) {
|
|
3228
3233
|
tmp = null;
|
|
@@ -3230,7 +3235,7 @@
|
|
|
3230
3235
|
// Inline function 'kotlin.let' call
|
|
3231
3236
|
tmp = Companion_getInstance_0().cg(tmp0_safe_receiver);
|
|
3232
3237
|
}
|
|
3233
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3238
|
+
return new PlayerConnection(_this__u8e3s4.u1t_1, tmp, Companion_getInstance().rf(_this__u8e3s4.w1t_1), _this__u8e3s4.x1t_1);
|
|
3234
3239
|
}
|
|
3235
3240
|
function Companion_19() {
|
|
3236
3241
|
}
|
|
@@ -3250,39 +3255,39 @@
|
|
|
3250
3255
|
tmp0_serialDesc.ku('rating', false);
|
|
3251
3256
|
tmp0_serialDesc.ku('is_bot', false);
|
|
3252
3257
|
tmp0_serialDesc.ku('lucky_factor', false);
|
|
3253
|
-
this.
|
|
3258
|
+
this.y1t_1 = tmp0_serialDesc;
|
|
3254
3259
|
}
|
|
3255
|
-
protoOf($serializer_9).
|
|
3256
|
-
var tmp0_desc = this.
|
|
3260
|
+
protoOf($serializer_9).z1t = function (encoder, value) {
|
|
3261
|
+
var tmp0_desc = this.y1t_1;
|
|
3257
3262
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
3258
|
-
if (tmp1_output.ro(tmp0_desc, 0) ? true : !(value.
|
|
3259
|
-
tmp1_output.no(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3263
|
+
if (tmp1_output.ro(tmp0_desc, 0) ? true : !(value.e1t_1 == null)) {
|
|
3264
|
+
tmp1_output.no(tmp0_desc, 0, StringSerializer_getInstance(), value.e1t_1);
|
|
3260
3265
|
}
|
|
3261
|
-
if (tmp1_output.ro(tmp0_desc, 1) ? true : !(value.
|
|
3262
|
-
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3266
|
+
if (tmp1_output.ro(tmp0_desc, 1) ? true : !(value.f1t_1 == null)) {
|
|
3267
|
+
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.f1t_1);
|
|
3263
3268
|
}
|
|
3264
|
-
if (tmp1_output.ro(tmp0_desc, 2) ? true : !(value.
|
|
3265
|
-
tmp1_output.no(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3269
|
+
if (tmp1_output.ro(tmp0_desc, 2) ? true : !(value.g1t_1 == null)) {
|
|
3270
|
+
tmp1_output.no(tmp0_desc, 2, StringSerializer_getInstance(), value.g1t_1);
|
|
3266
3271
|
}
|
|
3267
|
-
if (tmp1_output.ro(tmp0_desc, 3) ? true : !(value.
|
|
3268
|
-
tmp1_output.no(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3272
|
+
if (tmp1_output.ro(tmp0_desc, 3) ? true : !(value.h1t_1 == null)) {
|
|
3273
|
+
tmp1_output.no(tmp0_desc, 3, StringSerializer_getInstance(), value.h1t_1);
|
|
3269
3274
|
}
|
|
3270
|
-
if (tmp1_output.ro(tmp0_desc, 4) ? true : !(value.
|
|
3271
|
-
tmp1_output.no(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3275
|
+
if (tmp1_output.ro(tmp0_desc, 4) ? true : !(value.i1t_1 == null)) {
|
|
3276
|
+
tmp1_output.no(tmp0_desc, 4, StringSerializer_getInstance(), value.i1t_1);
|
|
3272
3277
|
}
|
|
3273
|
-
if (tmp1_output.ro(tmp0_desc, 5) ? true : !(value.
|
|
3274
|
-
tmp1_output.no(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3278
|
+
if (tmp1_output.ro(tmp0_desc, 5) ? true : !(value.j1t_1 == null)) {
|
|
3279
|
+
tmp1_output.no(tmp0_desc, 5, StringSerializer_getInstance(), value.j1t_1);
|
|
3275
3280
|
}
|
|
3276
|
-
tmp1_output.no(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3277
|
-
tmp1_output.no(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3278
|
-
tmp1_output.no(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3281
|
+
tmp1_output.no(tmp0_desc, 6, DoubleSerializer_getInstance(), value.k1t_1);
|
|
3282
|
+
tmp1_output.no(tmp0_desc, 7, BooleanSerializer_getInstance(), value.l1t_1);
|
|
3283
|
+
tmp1_output.no(tmp0_desc, 8, FloatSerializer_getInstance(), value.m1t_1);
|
|
3279
3284
|
tmp1_output.vm(tmp0_desc);
|
|
3280
3285
|
};
|
|
3281
3286
|
protoOf($serializer_9).mj = function (encoder, value) {
|
|
3282
|
-
return this.
|
|
3287
|
+
return this.z1t(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3283
3288
|
};
|
|
3284
3289
|
protoOf($serializer_9).nj = function (decoder) {
|
|
3285
|
-
var tmp0_desc = this.
|
|
3290
|
+
var tmp0_desc = this.y1t_1;
|
|
3286
3291
|
var tmp1_flag = true;
|
|
3287
3292
|
var tmp2_index = 0;
|
|
3288
3293
|
var tmp3_bitMask0 = 0;
|
|
@@ -3366,7 +3371,7 @@
|
|
|
3366
3371
|
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);
|
|
3367
3372
|
};
|
|
3368
3373
|
protoOf($serializer_9).lj = function () {
|
|
3369
|
-
return this.
|
|
3374
|
+
return this.y1t_1;
|
|
3370
3375
|
};
|
|
3371
3376
|
protoOf($serializer_9).bv = function () {
|
|
3372
3377
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3382,35 +3387,35 @@
|
|
|
3382
3387
|
}
|
|
3383
3388
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3384
3389
|
if (!(448 === (448 & seen0))) {
|
|
3385
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_9().
|
|
3390
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_9().y1t_1);
|
|
3386
3391
|
}
|
|
3387
3392
|
if (0 === (seen0 & 1))
|
|
3388
|
-
$this.
|
|
3393
|
+
$this.e1t_1 = null;
|
|
3389
3394
|
else
|
|
3390
|
-
$this.
|
|
3395
|
+
$this.e1t_1 = playerId;
|
|
3391
3396
|
if (0 === (seen0 & 2))
|
|
3392
|
-
$this.
|
|
3397
|
+
$this.f1t_1 = null;
|
|
3393
3398
|
else
|
|
3394
|
-
$this.
|
|
3399
|
+
$this.f1t_1 = uid;
|
|
3395
3400
|
if (0 === (seen0 & 4))
|
|
3396
|
-
$this.
|
|
3401
|
+
$this.g1t_1 = null;
|
|
3397
3402
|
else
|
|
3398
|
-
$this.
|
|
3403
|
+
$this.g1t_1 = name;
|
|
3399
3404
|
if (0 === (seen0 & 8))
|
|
3400
|
-
$this.
|
|
3405
|
+
$this.h1t_1 = null;
|
|
3401
3406
|
else
|
|
3402
|
-
$this.
|
|
3407
|
+
$this.h1t_1 = nickname;
|
|
3403
3408
|
if (0 === (seen0 & 16))
|
|
3404
|
-
$this.
|
|
3409
|
+
$this.i1t_1 = null;
|
|
3405
3410
|
else
|
|
3406
|
-
$this.
|
|
3411
|
+
$this.i1t_1 = avatarUrl;
|
|
3407
3412
|
if (0 === (seen0 & 32))
|
|
3408
|
-
$this.
|
|
3413
|
+
$this.j1t_1 = null;
|
|
3409
3414
|
else
|
|
3410
|
-
$this.
|
|
3411
|
-
$this.
|
|
3412
|
-
$this.
|
|
3413
|
-
$this.
|
|
3415
|
+
$this.j1t_1 = photo;
|
|
3416
|
+
$this.k1t_1 = rating;
|
|
3417
|
+
$this.l1t_1 = isBot;
|
|
3418
|
+
$this.m1t_1 = initialLuckyFactor;
|
|
3414
3419
|
return $this;
|
|
3415
3420
|
}
|
|
3416
3421
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3423,47 +3428,47 @@
|
|
|
3423
3428
|
nickname = nickname === VOID ? null : nickname;
|
|
3424
3429
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3425
3430
|
photo = photo === VOID ? null : photo;
|
|
3426
|
-
this.
|
|
3427
|
-
this.
|
|
3428
|
-
this.
|
|
3429
|
-
this.
|
|
3430
|
-
this.
|
|
3431
|
-
this.
|
|
3432
|
-
this.
|
|
3433
|
-
this.
|
|
3434
|
-
this.
|
|
3435
|
-
}
|
|
3436
|
-
protoOf(GameUserInfoDto).
|
|
3437
|
-
return this.
|
|
3438
|
-
};
|
|
3439
|
-
protoOf(GameUserInfoDto).
|
|
3431
|
+
this.e1t_1 = playerId;
|
|
3432
|
+
this.f1t_1 = uid;
|
|
3433
|
+
this.g1t_1 = name;
|
|
3434
|
+
this.h1t_1 = nickname;
|
|
3435
|
+
this.i1t_1 = avatarUrl;
|
|
3436
|
+
this.j1t_1 = photo;
|
|
3437
|
+
this.k1t_1 = rating;
|
|
3438
|
+
this.l1t_1 = isBot;
|
|
3439
|
+
this.m1t_1 = initialLuckyFactor;
|
|
3440
|
+
}
|
|
3441
|
+
protoOf(GameUserInfoDto).a1u = function () {
|
|
3442
|
+
return this.b1u(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3443
|
+
};
|
|
3444
|
+
protoOf(GameUserInfoDto).c1u = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3440
3445
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3441
3446
|
};
|
|
3442
|
-
protoOf(GameUserInfoDto).
|
|
3443
|
-
playerId = playerId === VOID ? this.
|
|
3444
|
-
uid = uid === VOID ? this.
|
|
3445
|
-
name = name === VOID ? this.
|
|
3446
|
-
nickname = nickname === VOID ? this.
|
|
3447
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3448
|
-
photo = photo === VOID ? this.
|
|
3449
|
-
rating = rating === VOID ? this.
|
|
3450
|
-
isBot = isBot === VOID ? this.
|
|
3451
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3452
|
-
return $super === VOID ? this.
|
|
3447
|
+
protoOf(GameUserInfoDto).b1u = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3448
|
+
playerId = playerId === VOID ? this.e1t_1 : playerId;
|
|
3449
|
+
uid = uid === VOID ? this.f1t_1 : uid;
|
|
3450
|
+
name = name === VOID ? this.g1t_1 : name;
|
|
3451
|
+
nickname = nickname === VOID ? this.h1t_1 : nickname;
|
|
3452
|
+
avatarUrl = avatarUrl === VOID ? this.i1t_1 : avatarUrl;
|
|
3453
|
+
photo = photo === VOID ? this.j1t_1 : photo;
|
|
3454
|
+
rating = rating === VOID ? this.k1t_1 : rating;
|
|
3455
|
+
isBot = isBot === VOID ? this.l1t_1 : isBot;
|
|
3456
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.m1t_1 : initialLuckyFactor;
|
|
3457
|
+
return $super === VOID ? this.c1u(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.c1u.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3453
3458
|
};
|
|
3454
3459
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3455
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3460
|
+
return 'GameUserInfoDto(playerId=' + this.e1t_1 + ', uid=' + this.f1t_1 + ', name=' + this.g1t_1 + ', nickname=' + this.h1t_1 + ', avatarUrl=' + this.i1t_1 + ', photo=' + this.j1t_1 + ', rating=' + this.k1t_1 + ', isBot=' + this.l1t_1 + ', initialLuckyFactor=' + this.m1t_1 + ')';
|
|
3456
3461
|
};
|
|
3457
3462
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3458
|
-
var result = this.
|
|
3459
|
-
result = imul(result, 31) + (this.e1t_1 == null ? 0 : getStringHashCode(this.e1t_1)) | 0;
|
|
3463
|
+
var result = this.e1t_1 == null ? 0 : getStringHashCode(this.e1t_1);
|
|
3460
3464
|
result = imul(result, 31) + (this.f1t_1 == null ? 0 : getStringHashCode(this.f1t_1)) | 0;
|
|
3461
3465
|
result = imul(result, 31) + (this.g1t_1 == null ? 0 : getStringHashCode(this.g1t_1)) | 0;
|
|
3462
3466
|
result = imul(result, 31) + (this.h1t_1 == null ? 0 : getStringHashCode(this.h1t_1)) | 0;
|
|
3463
3467
|
result = imul(result, 31) + (this.i1t_1 == null ? 0 : getStringHashCode(this.i1t_1)) | 0;
|
|
3464
|
-
result = imul(result, 31) + (this.j1t_1 == null ? 0 :
|
|
3465
|
-
result = imul(result, 31) + (this.k1t_1 == null ? 0 :
|
|
3466
|
-
result = imul(result, 31) + (this.l1t_1 == null ? 0 :
|
|
3468
|
+
result = imul(result, 31) + (this.j1t_1 == null ? 0 : getStringHashCode(this.j1t_1)) | 0;
|
|
3469
|
+
result = imul(result, 31) + (this.k1t_1 == null ? 0 : getNumberHashCode(this.k1t_1)) | 0;
|
|
3470
|
+
result = imul(result, 31) + (this.l1t_1 == null ? 0 : getBooleanHashCode(this.l1t_1)) | 0;
|
|
3471
|
+
result = imul(result, 31) + (this.m1t_1 == null ? 0 : getNumberHashCode(this.m1t_1)) | 0;
|
|
3467
3472
|
return result;
|
|
3468
3473
|
};
|
|
3469
3474
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3471,8 +3476,6 @@
|
|
|
3471
3476
|
return true;
|
|
3472
3477
|
if (!(other instanceof GameUserInfoDto))
|
|
3473
3478
|
return false;
|
|
3474
|
-
if (!(this.d1t_1 == other.d1t_1))
|
|
3475
|
-
return false;
|
|
3476
3479
|
if (!(this.e1t_1 == other.e1t_1))
|
|
3477
3480
|
return false;
|
|
3478
3481
|
if (!(this.f1t_1 == other.f1t_1))
|
|
@@ -3483,25 +3486,32 @@
|
|
|
3483
3486
|
return false;
|
|
3484
3487
|
if (!(this.i1t_1 == other.i1t_1))
|
|
3485
3488
|
return false;
|
|
3486
|
-
if (!
|
|
3489
|
+
if (!(this.j1t_1 == other.j1t_1))
|
|
3490
|
+
return false;
|
|
3491
|
+
if (!equals(this.k1t_1, other.k1t_1))
|
|
3487
3492
|
return false;
|
|
3488
|
-
if (!(this.
|
|
3493
|
+
if (!(this.l1t_1 == other.l1t_1))
|
|
3489
3494
|
return false;
|
|
3490
|
-
if (!equals(this.
|
|
3495
|
+
if (!equals(this.m1t_1, other.m1t_1))
|
|
3491
3496
|
return false;
|
|
3492
3497
|
return true;
|
|
3493
3498
|
};
|
|
3494
3499
|
function PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2() {
|
|
3495
3500
|
return Companion_getInstance_13().n17();
|
|
3496
3501
|
}
|
|
3502
|
+
function PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2_0() {
|
|
3503
|
+
return Companion_getInstance_13().n17();
|
|
3504
|
+
}
|
|
3497
3505
|
function Companion_20() {
|
|
3498
3506
|
Companion_instance_20 = this;
|
|
3499
3507
|
var tmp = this;
|
|
3500
3508
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3509
|
+
var tmp_1 = lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2);
|
|
3510
|
+
var tmp_2 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3501
3511
|
// Inline function 'kotlin.arrayOf' call
|
|
3502
3512
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3503
3513
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3504
|
-
tmp.
|
|
3514
|
+
tmp.d1u_1 = [tmp_1, null, null, lazy(tmp_2, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2_0)];
|
|
3505
3515
|
}
|
|
3506
3516
|
var Companion_instance_20;
|
|
3507
3517
|
function Companion_getInstance_23() {
|
|
@@ -3511,75 +3521,85 @@
|
|
|
3511
3521
|
}
|
|
3512
3522
|
function $serializer_10() {
|
|
3513
3523
|
$serializer_instance_10 = this;
|
|
3514
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.player.PlayerConnectionDto', this,
|
|
3524
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.player.PlayerConnectionDto', this, 4);
|
|
3515
3525
|
tmp0_serialDesc.ku('state', false);
|
|
3516
3526
|
tmp0_serialDesc.ku('connectionChangedTime', false);
|
|
3517
3527
|
tmp0_serialDesc.ku('notLiveDurationRecord', false);
|
|
3518
|
-
|
|
3528
|
+
tmp0_serialDesc.ku('causeState', false);
|
|
3529
|
+
this.e1u_1 = tmp0_serialDesc;
|
|
3519
3530
|
}
|
|
3520
|
-
protoOf($serializer_10).
|
|
3521
|
-
var tmp0_desc = this.
|
|
3531
|
+
protoOf($serializer_10).f1u = function (encoder, value) {
|
|
3532
|
+
var tmp0_desc = this.e1u_1;
|
|
3522
3533
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
3523
|
-
var tmp2_cached = Companion_getInstance_23().
|
|
3524
|
-
tmp1_output.lo(tmp0_desc, 0, tmp2_cached[0].j2(), value.
|
|
3525
|
-
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3526
|
-
tmp1_output.jo(tmp0_desc, 2, value.
|
|
3534
|
+
var tmp2_cached = Companion_getInstance_23().d1u_1;
|
|
3535
|
+
tmp1_output.lo(tmp0_desc, 0, tmp2_cached[0].j2(), value.u1t_1);
|
|
3536
|
+
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.v1t_1);
|
|
3537
|
+
tmp1_output.jo(tmp0_desc, 2, value.w1t_1);
|
|
3538
|
+
tmp1_output.no(tmp0_desc, 3, tmp2_cached[3].j2(), value.x1t_1);
|
|
3527
3539
|
tmp1_output.vm(tmp0_desc);
|
|
3528
3540
|
};
|
|
3529
3541
|
protoOf($serializer_10).mj = function (encoder, value) {
|
|
3530
|
-
return this.
|
|
3542
|
+
return this.f1u(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3531
3543
|
};
|
|
3532
3544
|
protoOf($serializer_10).nj = function (decoder) {
|
|
3533
|
-
var tmp0_desc = this.
|
|
3545
|
+
var tmp0_desc = this.e1u_1;
|
|
3534
3546
|
var tmp1_flag = true;
|
|
3535
3547
|
var tmp2_index = 0;
|
|
3536
3548
|
var tmp3_bitMask0 = 0;
|
|
3537
3549
|
var tmp4_local0 = null;
|
|
3538
3550
|
var tmp5_local1 = null;
|
|
3539
3551
|
var tmp6_local2 = null;
|
|
3540
|
-
var
|
|
3541
|
-
var
|
|
3542
|
-
|
|
3543
|
-
|
|
3552
|
+
var tmp7_local3 = null;
|
|
3553
|
+
var tmp8_input = decoder.um(tmp0_desc);
|
|
3554
|
+
var tmp9_cached = Companion_getInstance_23().d1u_1;
|
|
3555
|
+
if (tmp8_input.kn()) {
|
|
3556
|
+
tmp4_local0 = tmp8_input.gn(tmp0_desc, 0, tmp9_cached[0].j2(), tmp4_local0);
|
|
3544
3557
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
3545
|
-
tmp5_local1 =
|
|
3558
|
+
tmp5_local1 = tmp8_input.in(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
3546
3559
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
3547
|
-
tmp6_local2 =
|
|
3560
|
+
tmp6_local2 = tmp8_input.en(tmp0_desc, 2);
|
|
3548
3561
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
3562
|
+
tmp7_local3 = tmp8_input.in(tmp0_desc, 3, tmp9_cached[3].j2(), tmp7_local3);
|
|
3563
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
3549
3564
|
} else
|
|
3550
3565
|
while (tmp1_flag) {
|
|
3551
|
-
tmp2_index =
|
|
3566
|
+
tmp2_index = tmp8_input.ln(tmp0_desc);
|
|
3552
3567
|
switch (tmp2_index) {
|
|
3553
3568
|
case -1:
|
|
3554
3569
|
tmp1_flag = false;
|
|
3555
3570
|
break;
|
|
3556
3571
|
case 0:
|
|
3557
|
-
tmp4_local0 =
|
|
3572
|
+
tmp4_local0 = tmp8_input.gn(tmp0_desc, 0, tmp9_cached[0].j2(), tmp4_local0);
|
|
3558
3573
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
3559
3574
|
break;
|
|
3560
3575
|
case 1:
|
|
3561
|
-
tmp5_local1 =
|
|
3576
|
+
tmp5_local1 = tmp8_input.in(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
3562
3577
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
3563
3578
|
break;
|
|
3564
3579
|
case 2:
|
|
3565
|
-
tmp6_local2 =
|
|
3580
|
+
tmp6_local2 = tmp8_input.en(tmp0_desc, 2);
|
|
3566
3581
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
3567
3582
|
break;
|
|
3583
|
+
case 3:
|
|
3584
|
+
tmp7_local3 = tmp8_input.in(tmp0_desc, 3, tmp9_cached[3].j2(), tmp7_local3);
|
|
3585
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
3586
|
+
break;
|
|
3568
3587
|
default:
|
|
3569
3588
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
3570
3589
|
}
|
|
3571
3590
|
}
|
|
3572
|
-
|
|
3573
|
-
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3591
|
+
tmp8_input.vm(tmp0_desc);
|
|
3592
|
+
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
3574
3593
|
};
|
|
3575
3594
|
protoOf($serializer_10).lj = function () {
|
|
3576
|
-
return this.
|
|
3595
|
+
return this.e1u_1;
|
|
3577
3596
|
};
|
|
3578
3597
|
protoOf($serializer_10).bv = function () {
|
|
3598
|
+
var tmp0_cached = Companion_getInstance_23().d1u_1;
|
|
3579
3599
|
// Inline function 'kotlin.arrayOf' call
|
|
3580
3600
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3581
3601
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3582
|
-
return [
|
|
3602
|
+
return [tmp0_cached[0].j2(), get_nullable(StringSerializer_getInstance()), StringSerializer_getInstance(), get_nullable(tmp0_cached[3].j2())];
|
|
3583
3603
|
};
|
|
3584
3604
|
var $serializer_instance_10;
|
|
3585
3605
|
function $serializer_getInstance_10() {
|
|
@@ -3587,31 +3607,34 @@
|
|
|
3587
3607
|
new $serializer_10();
|
|
3588
3608
|
return $serializer_instance_10;
|
|
3589
3609
|
}
|
|
3590
|
-
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3591
|
-
if (!(
|
|
3592
|
-
throwMissingFieldException(seen0,
|
|
3610
|
+
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, causeState, serializationConstructorMarker, $this) {
|
|
3611
|
+
if (!(15 === (15 & seen0))) {
|
|
3612
|
+
throwMissingFieldException(seen0, 15, $serializer_getInstance_10().e1u_1);
|
|
3593
3613
|
}
|
|
3594
|
-
$this.
|
|
3595
|
-
$this.
|
|
3596
|
-
$this.
|
|
3614
|
+
$this.u1t_1 = state;
|
|
3615
|
+
$this.v1t_1 = connectionChangedTime;
|
|
3616
|
+
$this.w1t_1 = notLiveDurationRecord;
|
|
3617
|
+
$this.x1t_1 = causeState;
|
|
3597
3618
|
return $this;
|
|
3598
3619
|
}
|
|
3599
|
-
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
3600
|
-
return PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, objectCreate(protoOf(PlayerConnectionDto)));
|
|
3620
|
+
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, causeState, serializationConstructorMarker) {
|
|
3621
|
+
return PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, causeState, serializationConstructorMarker, objectCreate(protoOf(PlayerConnectionDto)));
|
|
3601
3622
|
}
|
|
3602
|
-
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3623
|
+
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord, causeState) {
|
|
3603
3624
|
Companion_getInstance_23();
|
|
3604
|
-
this.
|
|
3605
|
-
this.
|
|
3606
|
-
this.
|
|
3625
|
+
this.u1t_1 = state;
|
|
3626
|
+
this.v1t_1 = connectionChangedTime;
|
|
3627
|
+
this.w1t_1 = notLiveDurationRecord;
|
|
3628
|
+
this.x1t_1 = causeState;
|
|
3607
3629
|
}
|
|
3608
3630
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3609
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3631
|
+
return 'PlayerConnectionDto(state=' + this.u1t_1.toString() + ', connectionChangedTime=' + this.v1t_1 + ', notLiveDurationRecord=' + this.w1t_1 + ', causeState=' + toString(this.x1t_1) + ')';
|
|
3610
3632
|
};
|
|
3611
3633
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3612
|
-
var result = this.
|
|
3613
|
-
result = imul(result, 31) + (this.
|
|
3614
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3634
|
+
var result = this.u1t_1.hashCode();
|
|
3635
|
+
result = imul(result, 31) + (this.v1t_1 == null ? 0 : getStringHashCode(this.v1t_1)) | 0;
|
|
3636
|
+
result = imul(result, 31) + getStringHashCode(this.w1t_1) | 0;
|
|
3637
|
+
result = imul(result, 31) + (this.x1t_1 == null ? 0 : this.x1t_1.hashCode()) | 0;
|
|
3615
3638
|
return result;
|
|
3616
3639
|
};
|
|
3617
3640
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3619,11 +3642,13 @@
|
|
|
3619
3642
|
return true;
|
|
3620
3643
|
if (!(other instanceof PlayerConnectionDto))
|
|
3621
3644
|
return false;
|
|
3622
|
-
if (!this.
|
|
3645
|
+
if (!this.u1t_1.equals(other.u1t_1))
|
|
3646
|
+
return false;
|
|
3647
|
+
if (!(this.v1t_1 == other.v1t_1))
|
|
3623
3648
|
return false;
|
|
3624
|
-
if (!(this.
|
|
3649
|
+
if (!(this.w1t_1 === other.w1t_1))
|
|
3625
3650
|
return false;
|
|
3626
|
-
if (!(this.
|
|
3651
|
+
if (!equals(this.x1t_1, other.x1t_1))
|
|
3627
3652
|
return false;
|
|
3628
3653
|
return true;
|
|
3629
3654
|
};
|
|
@@ -3637,7 +3662,7 @@
|
|
|
3637
3662
|
// Inline function 'kotlin.arrayOf' call
|
|
3638
3663
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3639
3664
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3640
|
-
tmp.
|
|
3665
|
+
tmp.g1u_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3641
3666
|
}
|
|
3642
3667
|
var Companion_instance_21;
|
|
3643
3668
|
function Companion_getInstance_24() {
|
|
@@ -3655,38 +3680,38 @@
|
|
|
3655
3680
|
tmp0_serialDesc.ku('ready', true);
|
|
3656
3681
|
tmp0_serialDesc.ku('tag', true);
|
|
3657
3682
|
tmp0_serialDesc.ku('connection', true);
|
|
3658
|
-
this.
|
|
3683
|
+
this.h1u_1 = tmp0_serialDesc;
|
|
3659
3684
|
}
|
|
3660
|
-
protoOf($serializer_11).
|
|
3661
|
-
var tmp0_desc = this.
|
|
3685
|
+
protoOf($serializer_11).i1u = function (encoder, value) {
|
|
3686
|
+
var tmp0_desc = this.h1u_1;
|
|
3662
3687
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
3663
|
-
var tmp2_cached = Companion_getInstance_24().
|
|
3664
|
-
if (tmp1_output.ro(tmp0_desc, 0) ? true : !(value.
|
|
3665
|
-
tmp1_output.no(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3688
|
+
var tmp2_cached = Companion_getInstance_24().g1u_1;
|
|
3689
|
+
if (tmp1_output.ro(tmp0_desc, 0) ? true : !(value.n1t_1 == null)) {
|
|
3690
|
+
tmp1_output.no(tmp0_desc, 0, StringSerializer_getInstance(), value.n1t_1);
|
|
3666
3691
|
}
|
|
3667
|
-
if (tmp1_output.ro(tmp0_desc, 1) ? true : !(value.
|
|
3668
|
-
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3692
|
+
if (tmp1_output.ro(tmp0_desc, 1) ? true : !(value.o1t_1 == null)) {
|
|
3693
|
+
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.o1t_1);
|
|
3669
3694
|
}
|
|
3670
|
-
if (tmp1_output.ro(tmp0_desc, 2) ? true : !(value.
|
|
3671
|
-
tmp1_output.no(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3695
|
+
if (tmp1_output.ro(tmp0_desc, 2) ? true : !(value.p1t_1 == null)) {
|
|
3696
|
+
tmp1_output.no(tmp0_desc, 2, StringSerializer_getInstance(), value.p1t_1);
|
|
3672
3697
|
}
|
|
3673
|
-
tmp1_output.lo(tmp0_desc, 3, tmp2_cached[3].j2(), value.
|
|
3674
|
-
if (tmp1_output.ro(tmp0_desc, 4) ? true : !(value.
|
|
3675
|
-
tmp1_output.no(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3698
|
+
tmp1_output.lo(tmp0_desc, 3, tmp2_cached[3].j2(), value.q1t_1);
|
|
3699
|
+
if (tmp1_output.ro(tmp0_desc, 4) ? true : !(value.r1t_1 == null)) {
|
|
3700
|
+
tmp1_output.no(tmp0_desc, 4, BooleanSerializer_getInstance(), value.r1t_1);
|
|
3676
3701
|
}
|
|
3677
|
-
if (tmp1_output.ro(tmp0_desc, 5) ? true : !(value.
|
|
3678
|
-
tmp1_output.no(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3702
|
+
if (tmp1_output.ro(tmp0_desc, 5) ? true : !(value.s1t_1 == null)) {
|
|
3703
|
+
tmp1_output.no(tmp0_desc, 5, StringSerializer_getInstance(), value.s1t_1);
|
|
3679
3704
|
}
|
|
3680
|
-
if (tmp1_output.ro(tmp0_desc, 6) ? true : !(value.
|
|
3681
|
-
tmp1_output.no(tmp0_desc, 6, $serializer_getInstance_10(), value.
|
|
3705
|
+
if (tmp1_output.ro(tmp0_desc, 6) ? true : !(value.t1t_1 == null)) {
|
|
3706
|
+
tmp1_output.no(tmp0_desc, 6, $serializer_getInstance_10(), value.t1t_1);
|
|
3682
3707
|
}
|
|
3683
3708
|
tmp1_output.vm(tmp0_desc);
|
|
3684
3709
|
};
|
|
3685
3710
|
protoOf($serializer_11).mj = function (encoder, value) {
|
|
3686
|
-
return this.
|
|
3711
|
+
return this.i1u(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3687
3712
|
};
|
|
3688
3713
|
protoOf($serializer_11).nj = function (decoder) {
|
|
3689
|
-
var tmp0_desc = this.
|
|
3714
|
+
var tmp0_desc = this.h1u_1;
|
|
3690
3715
|
var tmp1_flag = true;
|
|
3691
3716
|
var tmp2_index = 0;
|
|
3692
3717
|
var tmp3_bitMask0 = 0;
|
|
@@ -3698,7 +3723,7 @@
|
|
|
3698
3723
|
var tmp9_local5 = null;
|
|
3699
3724
|
var tmp10_local6 = null;
|
|
3700
3725
|
var tmp11_input = decoder.um(tmp0_desc);
|
|
3701
|
-
var tmp12_cached = Companion_getInstance_24().
|
|
3726
|
+
var tmp12_cached = Companion_getInstance_24().g1u_1;
|
|
3702
3727
|
if (tmp11_input.kn()) {
|
|
3703
3728
|
tmp4_local0 = tmp11_input.in(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3704
3729
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3757,10 +3782,10 @@
|
|
|
3757
3782
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3758
3783
|
};
|
|
3759
3784
|
protoOf($serializer_11).lj = function () {
|
|
3760
|
-
return this.
|
|
3785
|
+
return this.h1u_1;
|
|
3761
3786
|
};
|
|
3762
3787
|
protoOf($serializer_11).bv = function () {
|
|
3763
|
-
var tmp0_cached = Companion_getInstance_24().
|
|
3788
|
+
var tmp0_cached = Companion_getInstance_24().g1u_1;
|
|
3764
3789
|
// Inline function 'kotlin.arrayOf' call
|
|
3765
3790
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3766
3791
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3774,33 +3799,33 @@
|
|
|
3774
3799
|
}
|
|
3775
3800
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3776
3801
|
if (!(8 === (8 & seen0))) {
|
|
3777
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_11().
|
|
3802
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_11().h1u_1);
|
|
3778
3803
|
}
|
|
3779
3804
|
if (0 === (seen0 & 1))
|
|
3780
|
-
$this.
|
|
3805
|
+
$this.n1t_1 = null;
|
|
3781
3806
|
else
|
|
3782
|
-
$this.
|
|
3807
|
+
$this.n1t_1 = startFrom;
|
|
3783
3808
|
if (0 === (seen0 & 2))
|
|
3784
|
-
$this.
|
|
3809
|
+
$this.o1t_1 = null;
|
|
3785
3810
|
else
|
|
3786
|
-
$this.
|
|
3811
|
+
$this.o1t_1 = playerTurnTimeout;
|
|
3787
3812
|
if (0 === (seen0 & 4))
|
|
3788
|
-
$this.
|
|
3813
|
+
$this.p1t_1 = null;
|
|
3789
3814
|
else
|
|
3790
|
-
$this.
|
|
3791
|
-
$this.
|
|
3815
|
+
$this.p1t_1 = waitPlayerUntilTime;
|
|
3816
|
+
$this.q1t_1 = state;
|
|
3792
3817
|
if (0 === (seen0 & 16))
|
|
3793
|
-
$this.
|
|
3818
|
+
$this.r1t_1 = null;
|
|
3794
3819
|
else
|
|
3795
|
-
$this.
|
|
3820
|
+
$this.r1t_1 = ready;
|
|
3796
3821
|
if (0 === (seen0 & 32))
|
|
3797
|
-
$this.
|
|
3822
|
+
$this.s1t_1 = null;
|
|
3798
3823
|
else
|
|
3799
|
-
$this.
|
|
3824
|
+
$this.s1t_1 = tag;
|
|
3800
3825
|
if (0 === (seen0 & 64))
|
|
3801
|
-
$this.
|
|
3826
|
+
$this.t1t_1 = null;
|
|
3802
3827
|
else
|
|
3803
|
-
$this.
|
|
3828
|
+
$this.t1t_1 = connection;
|
|
3804
3829
|
return $this;
|
|
3805
3830
|
}
|
|
3806
3831
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3814,25 +3839,25 @@
|
|
|
3814
3839
|
ready = ready === VOID ? null : ready;
|
|
3815
3840
|
tag = tag === VOID ? null : tag;
|
|
3816
3841
|
connection = connection === VOID ? null : connection;
|
|
3817
|
-
this.
|
|
3818
|
-
this.
|
|
3819
|
-
this.
|
|
3820
|
-
this.
|
|
3821
|
-
this.
|
|
3822
|
-
this.
|
|
3823
|
-
this.
|
|
3842
|
+
this.n1t_1 = startFrom;
|
|
3843
|
+
this.o1t_1 = playerTurnTimeout;
|
|
3844
|
+
this.p1t_1 = waitPlayerUntilTime;
|
|
3845
|
+
this.q1t_1 = state;
|
|
3846
|
+
this.r1t_1 = ready;
|
|
3847
|
+
this.s1t_1 = tag;
|
|
3848
|
+
this.t1t_1 = connection;
|
|
3824
3849
|
}
|
|
3825
3850
|
protoOf(PlayerStateDto).toString = function () {
|
|
3826
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
3851
|
+
return 'PlayerStateDto(startFrom=' + this.n1t_1 + ', playerTurnTimeout=' + this.o1t_1 + ', waitPlayerUntilTime=' + this.p1t_1 + ', state=' + this.q1t_1.toString() + ', ready=' + this.r1t_1 + ', tag=' + this.s1t_1 + ', connection=' + toString(this.t1t_1) + ')';
|
|
3827
3852
|
};
|
|
3828
3853
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3829
|
-
var result = this.
|
|
3830
|
-
result = imul(result, 31) + (this.n1t_1 == null ? 0 : getStringHashCode(this.n1t_1)) | 0;
|
|
3854
|
+
var result = this.n1t_1 == null ? 0 : getStringHashCode(this.n1t_1);
|
|
3831
3855
|
result = imul(result, 31) + (this.o1t_1 == null ? 0 : getStringHashCode(this.o1t_1)) | 0;
|
|
3832
|
-
result = imul(result, 31) + this.p1t_1.
|
|
3833
|
-
result = imul(result, 31) +
|
|
3834
|
-
result = imul(result, 31) + (this.r1t_1 == null ? 0 :
|
|
3835
|
-
result = imul(result, 31) + (this.s1t_1 == null ? 0 : this.s1t_1
|
|
3856
|
+
result = imul(result, 31) + (this.p1t_1 == null ? 0 : getStringHashCode(this.p1t_1)) | 0;
|
|
3857
|
+
result = imul(result, 31) + this.q1t_1.hashCode() | 0;
|
|
3858
|
+
result = imul(result, 31) + (this.r1t_1 == null ? 0 : getBooleanHashCode(this.r1t_1)) | 0;
|
|
3859
|
+
result = imul(result, 31) + (this.s1t_1 == null ? 0 : getStringHashCode(this.s1t_1)) | 0;
|
|
3860
|
+
result = imul(result, 31) + (this.t1t_1 == null ? 0 : this.t1t_1.hashCode()) | 0;
|
|
3836
3861
|
return result;
|
|
3837
3862
|
};
|
|
3838
3863
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3840,19 +3865,19 @@
|
|
|
3840
3865
|
return true;
|
|
3841
3866
|
if (!(other instanceof PlayerStateDto))
|
|
3842
3867
|
return false;
|
|
3843
|
-
if (!(this.m1t_1 == other.m1t_1))
|
|
3844
|
-
return false;
|
|
3845
3868
|
if (!(this.n1t_1 == other.n1t_1))
|
|
3846
3869
|
return false;
|
|
3847
3870
|
if (!(this.o1t_1 == other.o1t_1))
|
|
3848
3871
|
return false;
|
|
3849
|
-
if (!this.p1t_1
|
|
3872
|
+
if (!(this.p1t_1 == other.p1t_1))
|
|
3850
3873
|
return false;
|
|
3851
|
-
if (!
|
|
3874
|
+
if (!this.q1t_1.equals(other.q1t_1))
|
|
3852
3875
|
return false;
|
|
3853
3876
|
if (!(this.r1t_1 == other.r1t_1))
|
|
3854
3877
|
return false;
|
|
3855
|
-
if (!
|
|
3878
|
+
if (!(this.s1t_1 == other.s1t_1))
|
|
3879
|
+
return false;
|
|
3880
|
+
if (!equals(this.t1t_1, other.t1t_1))
|
|
3856
3881
|
return false;
|
|
3857
3882
|
return true;
|
|
3858
3883
|
};
|
|
@@ -3886,7 +3911,7 @@
|
|
|
3886
3911
|
// Inline function 'kotlin.arrayOf' call
|
|
3887
3912
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3888
3913
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3889
|
-
tmp.
|
|
3914
|
+
tmp.j1u_1 = [null, null, null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, tmp_5, null, null, null, null, null, null, null, null, null, null, null, null, tmp_7, null, null, null, null, null, null, null, null, lazy(tmp_8, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_3)];
|
|
3890
3915
|
}
|
|
3891
3916
|
var Companion_instance_22;
|
|
3892
3917
|
function Companion_getInstance_25() {
|
|
@@ -3935,57 +3960,57 @@
|
|
|
3935
3960
|
tmp0_serialDesc.ku('generalBonus', false);
|
|
3936
3961
|
tmp0_serialDesc.ku('enableFrezaCard', false);
|
|
3937
3962
|
tmp0_serialDesc.ku('supportedPlayersModes', false);
|
|
3938
|
-
this.
|
|
3963
|
+
this.k1u_1 = tmp0_serialDesc;
|
|
3939
3964
|
}
|
|
3940
|
-
protoOf($serializer_12).
|
|
3941
|
-
var tmp0_desc = this.
|
|
3965
|
+
protoOf($serializer_12).l1u = function (encoder, value) {
|
|
3966
|
+
var tmp0_desc = this.k1u_1;
|
|
3942
3967
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
3943
|
-
var tmp2_cached = Companion_getInstance_25().
|
|
3944
|
-
tmp1_output.no(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3945
|
-
tmp1_output.no(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
3946
|
-
tmp1_output.no(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
3947
|
-
tmp1_output.no(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3948
|
-
tmp1_output.no(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3949
|
-
tmp1_output.no(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
3950
|
-
tmp1_output.no(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
3951
|
-
tmp1_output.no(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3952
|
-
tmp1_output.no(tmp0_desc, 8, BooleanSerializer_getInstance(), value.
|
|
3953
|
-
tmp1_output.no(tmp0_desc, 9, IntSerializer_getInstance(), value.
|
|
3954
|
-
tmp1_output.no(tmp0_desc, 10, tmp2_cached[10].j2(), value.
|
|
3955
|
-
tmp1_output.no(tmp0_desc, 11, tmp2_cached[11].j2(), value.
|
|
3956
|
-
tmp1_output.no(tmp0_desc, 12, BooleanSerializer_getInstance(), value.
|
|
3957
|
-
tmp1_output.no(tmp0_desc, 13, StringSerializer_getInstance(), value.
|
|
3958
|
-
tmp1_output.no(tmp0_desc, 14, StringSerializer_getInstance(), value.
|
|
3959
|
-
tmp1_output.no(tmp0_desc, 15, tmp2_cached[15].j2(), value.
|
|
3960
|
-
tmp1_output.no(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
3961
|
-
tmp1_output.no(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
3962
|
-
tmp1_output.no(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
3963
|
-
tmp1_output.no(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
3964
|
-
tmp1_output.no(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
3965
|
-
tmp1_output.no(tmp0_desc, 21, BooleanSerializer_getInstance(), value.
|
|
3966
|
-
tmp1_output.no(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
3967
|
-
tmp1_output.jo(tmp0_desc, 23, value.
|
|
3968
|
-
tmp1_output.no(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
3969
|
-
tmp1_output.no(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
3970
|
-
tmp1_output.no(tmp0_desc, 26, BooleanSerializer_getInstance(), value.
|
|
3971
|
-
tmp1_output.no(tmp0_desc, 27, IntSerializer_getInstance(), value.
|
|
3972
|
-
tmp1_output.no(tmp0_desc, 28, tmp2_cached[28].j2(), value.
|
|
3973
|
-
tmp1_output.no(tmp0_desc, 29, IntSerializer_getInstance(), value.
|
|
3974
|
-
tmp1_output.no(tmp0_desc, 30, IntSerializer_getInstance(), value.
|
|
3975
|
-
tmp1_output.no(tmp0_desc, 31, IntSerializer_getInstance(), value.
|
|
3976
|
-
tmp1_output.no(tmp0_desc, 32, BooleanSerializer_getInstance(), value.
|
|
3977
|
-
tmp1_output.no(tmp0_desc, 33, IntSerializer_getInstance(), value.
|
|
3978
|
-
tmp1_output.no(tmp0_desc, 34, BooleanSerializer_getInstance(), value.
|
|
3979
|
-
tmp1_output.no(tmp0_desc, 35, IntSerializer_getInstance(), value.
|
|
3980
|
-
tmp1_output.no(tmp0_desc, 36, BooleanSerializer_getInstance(), value.
|
|
3981
|
-
tmp1_output.no(tmp0_desc, 37, tmp2_cached[37].j2(), value.
|
|
3968
|
+
var tmp2_cached = Companion_getInstance_25().j1u_1;
|
|
3969
|
+
tmp1_output.no(tmp0_desc, 0, StringSerializer_getInstance(), value.m1u_1);
|
|
3970
|
+
tmp1_output.no(tmp0_desc, 1, BooleanSerializer_getInstance(), value.n1u_1);
|
|
3971
|
+
tmp1_output.no(tmp0_desc, 2, BooleanSerializer_getInstance(), value.o1u_1);
|
|
3972
|
+
tmp1_output.no(tmp0_desc, 3, BooleanSerializer_getInstance(), value.p1u_1);
|
|
3973
|
+
tmp1_output.no(tmp0_desc, 4, BooleanSerializer_getInstance(), value.q1u_1);
|
|
3974
|
+
tmp1_output.no(tmp0_desc, 5, IntSerializer_getInstance(), value.r1u_1);
|
|
3975
|
+
tmp1_output.no(tmp0_desc, 6, IntSerializer_getInstance(), value.s1u_1);
|
|
3976
|
+
tmp1_output.no(tmp0_desc, 7, BooleanSerializer_getInstance(), value.t1u_1);
|
|
3977
|
+
tmp1_output.no(tmp0_desc, 8, BooleanSerializer_getInstance(), value.u1u_1);
|
|
3978
|
+
tmp1_output.no(tmp0_desc, 9, IntSerializer_getInstance(), value.v1u_1);
|
|
3979
|
+
tmp1_output.no(tmp0_desc, 10, tmp2_cached[10].j2(), value.w1u_1);
|
|
3980
|
+
tmp1_output.no(tmp0_desc, 11, tmp2_cached[11].j2(), value.x1u_1);
|
|
3981
|
+
tmp1_output.no(tmp0_desc, 12, BooleanSerializer_getInstance(), value.y1u_1);
|
|
3982
|
+
tmp1_output.no(tmp0_desc, 13, StringSerializer_getInstance(), value.z1u_1);
|
|
3983
|
+
tmp1_output.no(tmp0_desc, 14, StringSerializer_getInstance(), value.a1v_1);
|
|
3984
|
+
tmp1_output.no(tmp0_desc, 15, tmp2_cached[15].j2(), value.b1v_1);
|
|
3985
|
+
tmp1_output.no(tmp0_desc, 16, BooleanSerializer_getInstance(), value.c1v_1);
|
|
3986
|
+
tmp1_output.no(tmp0_desc, 17, BooleanSerializer_getInstance(), value.d1v_1);
|
|
3987
|
+
tmp1_output.no(tmp0_desc, 18, BooleanSerializer_getInstance(), value.e1v_1);
|
|
3988
|
+
tmp1_output.no(tmp0_desc, 19, BooleanSerializer_getInstance(), value.f1v_1);
|
|
3989
|
+
tmp1_output.no(tmp0_desc, 20, BooleanSerializer_getInstance(), value.g1v_1);
|
|
3990
|
+
tmp1_output.no(tmp0_desc, 21, BooleanSerializer_getInstance(), value.h1v_1);
|
|
3991
|
+
tmp1_output.no(tmp0_desc, 22, BooleanSerializer_getInstance(), value.i1v_1);
|
|
3992
|
+
tmp1_output.jo(tmp0_desc, 23, value.j1v_1);
|
|
3993
|
+
tmp1_output.no(tmp0_desc, 24, BooleanSerializer_getInstance(), value.k1v_1);
|
|
3994
|
+
tmp1_output.no(tmp0_desc, 25, IntSerializer_getInstance(), value.l1v_1);
|
|
3995
|
+
tmp1_output.no(tmp0_desc, 26, BooleanSerializer_getInstance(), value.m1v_1);
|
|
3996
|
+
tmp1_output.no(tmp0_desc, 27, IntSerializer_getInstance(), value.n1v_1);
|
|
3997
|
+
tmp1_output.no(tmp0_desc, 28, tmp2_cached[28].j2(), value.o1v_1);
|
|
3998
|
+
tmp1_output.no(tmp0_desc, 29, IntSerializer_getInstance(), value.p1v_1);
|
|
3999
|
+
tmp1_output.no(tmp0_desc, 30, IntSerializer_getInstance(), value.q1v_1);
|
|
4000
|
+
tmp1_output.no(tmp0_desc, 31, IntSerializer_getInstance(), value.r1v_1);
|
|
4001
|
+
tmp1_output.no(tmp0_desc, 32, BooleanSerializer_getInstance(), value.s1v_1);
|
|
4002
|
+
tmp1_output.no(tmp0_desc, 33, IntSerializer_getInstance(), value.t1v_1);
|
|
4003
|
+
tmp1_output.no(tmp0_desc, 34, BooleanSerializer_getInstance(), value.u1v_1);
|
|
4004
|
+
tmp1_output.no(tmp0_desc, 35, IntSerializer_getInstance(), value.v1v_1);
|
|
4005
|
+
tmp1_output.no(tmp0_desc, 36, BooleanSerializer_getInstance(), value.w1v_1);
|
|
4006
|
+
tmp1_output.no(tmp0_desc, 37, tmp2_cached[37].j2(), value.x1v_1);
|
|
3982
4007
|
tmp1_output.vm(tmp0_desc);
|
|
3983
4008
|
};
|
|
3984
4009
|
protoOf($serializer_12).mj = function (encoder, value) {
|
|
3985
|
-
return this.
|
|
4010
|
+
return this.l1u(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3986
4011
|
};
|
|
3987
4012
|
protoOf($serializer_12).nj = function (decoder) {
|
|
3988
|
-
var tmp0_desc = this.
|
|
4013
|
+
var tmp0_desc = this.k1u_1;
|
|
3989
4014
|
var tmp1_flag = true;
|
|
3990
4015
|
var tmp2_index = 0;
|
|
3991
4016
|
var tmp3_bitMask0 = 0;
|
|
@@ -4029,7 +4054,7 @@
|
|
|
4029
4054
|
var tmp41_local36 = null;
|
|
4030
4055
|
var tmp42_local37 = null;
|
|
4031
4056
|
var tmp43_input = decoder.um(tmp0_desc);
|
|
4032
|
-
var tmp44_cached = Companion_getInstance_25().
|
|
4057
|
+
var tmp44_cached = Companion_getInstance_25().j1u_1;
|
|
4033
4058
|
if (tmp43_input.kn()) {
|
|
4034
4059
|
tmp5_local0 = tmp43_input.in(tmp0_desc, 0, StringSerializer_getInstance(), tmp5_local0);
|
|
4035
4060
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4274,10 +4299,10 @@
|
|
|
4274
4299
|
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_bitMask1, tmp5_local0, tmp6_local1, tmp7_local2, tmp8_local3, tmp9_local4, tmp10_local5, tmp11_local6, tmp12_local7, tmp13_local8, tmp14_local9, tmp15_local10, tmp16_local11, tmp17_local12, tmp18_local13, tmp19_local14, tmp20_local15, tmp21_local16, tmp22_local17, tmp23_local18, tmp24_local19, tmp25_local20, tmp26_local21, tmp27_local22, tmp28_local23, tmp29_local24, tmp30_local25, tmp31_local26, tmp32_local27, tmp33_local28, tmp34_local29, tmp35_local30, tmp36_local31, tmp37_local32, tmp38_local33, tmp39_local34, tmp40_local35, tmp41_local36, tmp42_local37, null);
|
|
4275
4300
|
};
|
|
4276
4301
|
protoOf($serializer_12).lj = function () {
|
|
4277
|
-
return this.
|
|
4302
|
+
return this.k1u_1;
|
|
4278
4303
|
};
|
|
4279
4304
|
protoOf($serializer_12).bv = function () {
|
|
4280
|
-
var tmp0_cached = Companion_getInstance_25().
|
|
4305
|
+
var tmp0_cached = Companion_getInstance_25().j1u_1;
|
|
4281
4306
|
// Inline function 'kotlin.arrayOf' call
|
|
4282
4307
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4283
4308
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4295,46 +4320,46 @@
|
|
|
4295
4320
|
var tmp = new Int32Array([seen0, seen1]);
|
|
4296
4321
|
// Inline function 'kotlin.intArrayOf' call
|
|
4297
4322
|
var tmp$ret$1 = new Int32Array([-1, 63]);
|
|
4298
|
-
throwArrayMissingFieldException(tmp, tmp$ret$1, $serializer_getInstance_12().
|
|
4323
|
+
throwArrayMissingFieldException(tmp, tmp$ret$1, $serializer_getInstance_12().k1u_1);
|
|
4299
4324
|
}
|
|
4300
|
-
$this.
|
|
4301
|
-
$this.
|
|
4302
|
-
$this.
|
|
4303
|
-
$this.
|
|
4304
|
-
$this.
|
|
4305
|
-
$this.
|
|
4306
|
-
$this.
|
|
4307
|
-
$this.
|
|
4308
|
-
$this.
|
|
4309
|
-
$this.
|
|
4310
|
-
$this.
|
|
4311
|
-
$this.
|
|
4312
|
-
$this.
|
|
4313
|
-
$this.
|
|
4314
|
-
$this.
|
|
4315
|
-
$this.
|
|
4316
|
-
$this.
|
|
4317
|
-
$this.
|
|
4318
|
-
$this.
|
|
4319
|
-
$this.
|
|
4320
|
-
$this.
|
|
4321
|
-
$this.
|
|
4322
|
-
$this.
|
|
4323
|
-
$this.
|
|
4324
|
-
$this.
|
|
4325
|
-
$this.
|
|
4326
|
-
$this.
|
|
4327
|
-
$this.
|
|
4328
|
-
$this.
|
|
4329
|
-
$this.
|
|
4330
|
-
$this.
|
|
4331
|
-
$this.
|
|
4332
|
-
$this.
|
|
4333
|
-
$this.
|
|
4334
|
-
$this.
|
|
4335
|
-
$this.
|
|
4336
|
-
$this.
|
|
4337
|
-
$this.
|
|
4325
|
+
$this.m1u_1 = name;
|
|
4326
|
+
$this.n1u_1 = playerWhoChooseSuitGoFirst;
|
|
4327
|
+
$this.o1u_1 = winnerShuffleCards;
|
|
4328
|
+
$this.p1u_1 = playWithoutLiabilities;
|
|
4329
|
+
$this.q1u_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4330
|
+
$this.r1u_1 = dealerInitialCardsCount;
|
|
4331
|
+
$this.s1u_1 = dealerFinalCardsCount;
|
|
4332
|
+
$this.t1u_1 = dealerCounterClockwise;
|
|
4333
|
+
$this.u1u_1 = enableRedealOnWeakHand;
|
|
4334
|
+
$this.v1u_1 = weakHandThreshold;
|
|
4335
|
+
$this.w1u_1 = contractTypes;
|
|
4336
|
+
$this.x1u_1 = bidTypes;
|
|
4337
|
+
$this.y1u_1 = needToPutHigherTrump;
|
|
4338
|
+
$this.z1u_1 = trumpCardStepMode;
|
|
4339
|
+
$this.a1v_1 = trumpCardStepPartnerMode;
|
|
4340
|
+
$this.b1v_1 = combinationsWithFirstCard;
|
|
4341
|
+
$this.c1v_1 = protectBella;
|
|
4342
|
+
$this.d1v_1 = oneTryToProtectBella;
|
|
4343
|
+
$this.e1v_1 = enableFourSevensCombination;
|
|
4344
|
+
$this.f1v_1 = enableTrumpSevenCombination;
|
|
4345
|
+
$this.g1v_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4346
|
+
$this.h1v_1 = checkTrumpCombination;
|
|
4347
|
+
$this.i1v_1 = checkOnlyTrumpDebertz;
|
|
4348
|
+
$this.j1v_1 = pointsDistributeMode;
|
|
4349
|
+
$this.k1v_1 = enableFineIfNoBribes;
|
|
4350
|
+
$this.l1v_1 = fineIfNoBribes;
|
|
4351
|
+
$this.m1v_1 = enableFineAfterThirdByte;
|
|
4352
|
+
$this.n1v_1 = fineAfterThirdFailedContract;
|
|
4353
|
+
$this.o1v_1 = supportedPointsModes;
|
|
4354
|
+
$this.p1v_1 = scoreRoundingStep;
|
|
4355
|
+
$this.q1v_1 = scoreDivisor;
|
|
4356
|
+
$this.r1v_1 = noTrumpScoreMultiplier;
|
|
4357
|
+
$this.s1v_1 = enableCapot;
|
|
4358
|
+
$this.t1v_1 = capotBonus;
|
|
4359
|
+
$this.u1v_1 = enableGeneral;
|
|
4360
|
+
$this.v1v_1 = generalBonus;
|
|
4361
|
+
$this.w1v_1 = enableFrezaCard;
|
|
4362
|
+
$this.x1v_1 = supportedPlayersModes;
|
|
4338
4363
|
return $this;
|
|
4339
4364
|
}
|
|
4340
4365
|
function RulesDto_init_$Create$(seen0, seen1, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, enableRedealOnWeakHand, weakHandThreshold, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, supportedPointsModes, scoreRoundingStep, scoreDivisor, noTrumpScoreMultiplier, enableCapot, capotBonus, enableGeneral, generalBonus, enableFrezaCard, supportedPlayersModes, serializationConstructorMarker) {
|
|
@@ -4342,87 +4367,87 @@
|
|
|
4342
4367
|
}
|
|
4343
4368
|
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, enableRedealOnWeakHand, weakHandThreshold, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, supportedPointsModes, scoreRoundingStep, scoreDivisor, noTrumpScoreMultiplier, enableCapot, capotBonus, enableGeneral, generalBonus, enableFrezaCard, supportedPlayersModes) {
|
|
4344
4369
|
Companion_getInstance_25();
|
|
4345
|
-
this.
|
|
4346
|
-
this.
|
|
4347
|
-
this.
|
|
4348
|
-
this.
|
|
4349
|
-
this.
|
|
4350
|
-
this.
|
|
4351
|
-
this.
|
|
4352
|
-
this.
|
|
4353
|
-
this.
|
|
4354
|
-
this.
|
|
4355
|
-
this.
|
|
4356
|
-
this.
|
|
4357
|
-
this.
|
|
4358
|
-
this.
|
|
4359
|
-
this.
|
|
4360
|
-
this.
|
|
4361
|
-
this.
|
|
4362
|
-
this.
|
|
4363
|
-
this.
|
|
4364
|
-
this.
|
|
4365
|
-
this.
|
|
4366
|
-
this.
|
|
4367
|
-
this.
|
|
4368
|
-
this.
|
|
4369
|
-
this.
|
|
4370
|
-
this.
|
|
4371
|
-
this.
|
|
4372
|
-
this.
|
|
4373
|
-
this.
|
|
4374
|
-
this.
|
|
4375
|
-
this.
|
|
4376
|
-
this.
|
|
4377
|
-
this.
|
|
4378
|
-
this.
|
|
4379
|
-
this.
|
|
4380
|
-
this.
|
|
4381
|
-
this.
|
|
4382
|
-
this.
|
|
4370
|
+
this.m1u_1 = name;
|
|
4371
|
+
this.n1u_1 = playerWhoChooseSuitGoFirst;
|
|
4372
|
+
this.o1u_1 = winnerShuffleCards;
|
|
4373
|
+
this.p1u_1 = playWithoutLiabilities;
|
|
4374
|
+
this.q1u_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4375
|
+
this.r1u_1 = dealerInitialCardsCount;
|
|
4376
|
+
this.s1u_1 = dealerFinalCardsCount;
|
|
4377
|
+
this.t1u_1 = dealerCounterClockwise;
|
|
4378
|
+
this.u1u_1 = enableRedealOnWeakHand;
|
|
4379
|
+
this.v1u_1 = weakHandThreshold;
|
|
4380
|
+
this.w1u_1 = contractTypes;
|
|
4381
|
+
this.x1u_1 = bidTypes;
|
|
4382
|
+
this.y1u_1 = needToPutHigherTrump;
|
|
4383
|
+
this.z1u_1 = trumpCardStepMode;
|
|
4384
|
+
this.a1v_1 = trumpCardStepPartnerMode;
|
|
4385
|
+
this.b1v_1 = combinationsWithFirstCard;
|
|
4386
|
+
this.c1v_1 = protectBella;
|
|
4387
|
+
this.d1v_1 = oneTryToProtectBella;
|
|
4388
|
+
this.e1v_1 = enableFourSevensCombination;
|
|
4389
|
+
this.f1v_1 = enableTrumpSevenCombination;
|
|
4390
|
+
this.g1v_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4391
|
+
this.h1v_1 = checkTrumpCombination;
|
|
4392
|
+
this.i1v_1 = checkOnlyTrumpDebertz;
|
|
4393
|
+
this.j1v_1 = pointsDistributeMode;
|
|
4394
|
+
this.k1v_1 = enableFineIfNoBribes;
|
|
4395
|
+
this.l1v_1 = fineIfNoBribes;
|
|
4396
|
+
this.m1v_1 = enableFineAfterThirdByte;
|
|
4397
|
+
this.n1v_1 = fineAfterThirdFailedContract;
|
|
4398
|
+
this.o1v_1 = supportedPointsModes;
|
|
4399
|
+
this.p1v_1 = scoreRoundingStep;
|
|
4400
|
+
this.q1v_1 = scoreDivisor;
|
|
4401
|
+
this.r1v_1 = noTrumpScoreMultiplier;
|
|
4402
|
+
this.s1v_1 = enableCapot;
|
|
4403
|
+
this.t1v_1 = capotBonus;
|
|
4404
|
+
this.u1v_1 = enableGeneral;
|
|
4405
|
+
this.v1v_1 = generalBonus;
|
|
4406
|
+
this.w1v_1 = enableFrezaCard;
|
|
4407
|
+
this.x1v_1 = supportedPlayersModes;
|
|
4383
4408
|
}
|
|
4384
4409
|
protoOf(RulesDto).toString = function () {
|
|
4385
|
-
return 'RulesDto(name=' + this.
|
|
4410
|
+
return 'RulesDto(name=' + this.m1u_1 + ', playerWhoChooseSuitGoFirst=' + this.n1u_1 + ', winnerShuffleCards=' + this.o1u_1 + ', playWithoutLiabilities=' + this.p1u_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.q1u_1 + ', dealerInitialCardsCount=' + this.r1u_1 + ', dealerFinalCardsCount=' + this.s1u_1 + ', dealerCounterClockwise=' + this.t1u_1 + ', enableRedealOnWeakHand=' + this.u1u_1 + ', weakHandThreshold=' + this.v1u_1 + ', contractTypes=' + toString(this.w1u_1) + ', bidTypes=' + toString(this.x1u_1) + ', needToPutHigherTrump=' + this.y1u_1 + ', trumpCardStepMode=' + this.z1u_1 + ', trumpCardStepPartnerMode=' + this.a1v_1 + ', combinationsWithFirstCard=' + toString(this.b1v_1) + ', protectBella=' + this.c1v_1 + ', oneTryToProtectBella=' + this.d1v_1 + ', enableFourSevensCombination=' + this.e1v_1 + ', enableTrumpSevenCombination=' + this.f1v_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.g1v_1 + ', checkTrumpCombination=' + this.h1v_1 + ', checkOnlyTrumpDebertz=' + this.i1v_1 + ', pointsDistributeMode=' + this.j1v_1 + ', enableFineIfNoBribes=' + this.k1v_1 + ', fineIfNoBribes=' + this.l1v_1 + ', enableFineAfterThirdByte=' + this.m1v_1 + ', fineAfterThirdFailedContract=' + this.n1v_1 + ', supportedPointsModes=' + toString(this.o1v_1) + ', scoreRoundingStep=' + this.p1v_1 + ', scoreDivisor=' + this.q1v_1 + ', noTrumpScoreMultiplier=' + this.r1v_1 + ', enableCapot=' + this.s1v_1 + ', capotBonus=' + this.t1v_1 + ', enableGeneral=' + this.u1v_1 + ', generalBonus=' + this.v1v_1 + ', enableFrezaCard=' + this.w1v_1 + ', supportedPlayersModes=' + toString(this.x1v_1) + ')';
|
|
4386
4411
|
};
|
|
4387
4412
|
protoOf(RulesDto).hashCode = function () {
|
|
4388
|
-
var result = this.
|
|
4389
|
-
result = imul(result, 31) + (this.l1u_1 == null ? 0 : getBooleanHashCode(this.l1u_1)) | 0;
|
|
4390
|
-
result = imul(result, 31) + (this.m1u_1 == null ? 0 : getBooleanHashCode(this.m1u_1)) | 0;
|
|
4413
|
+
var result = this.m1u_1 == null ? 0 : getStringHashCode(this.m1u_1);
|
|
4391
4414
|
result = imul(result, 31) + (this.n1u_1 == null ? 0 : getBooleanHashCode(this.n1u_1)) | 0;
|
|
4392
4415
|
result = imul(result, 31) + (this.o1u_1 == null ? 0 : getBooleanHashCode(this.o1u_1)) | 0;
|
|
4393
|
-
result = imul(result, 31) + (this.p1u_1 == null ? 0 : this.p1u_1) | 0;
|
|
4394
|
-
result = imul(result, 31) + (this.q1u_1 == null ? 0 : this.q1u_1) | 0;
|
|
4395
|
-
result = imul(result, 31) + (this.r1u_1 == null ? 0 :
|
|
4396
|
-
result = imul(result, 31) + (this.s1u_1 == null ? 0 :
|
|
4397
|
-
result = imul(result, 31) + (this.t1u_1 == null ? 0 : this.t1u_1) | 0;
|
|
4398
|
-
result = imul(result, 31) + (this.u1u_1 == null ? 0 :
|
|
4399
|
-
result = imul(result, 31) + (this.v1u_1 == null ? 0 :
|
|
4400
|
-
result = imul(result, 31) + (this.w1u_1 == null ? 0 :
|
|
4401
|
-
result = imul(result, 31) + (this.x1u_1 == null ? 0 :
|
|
4402
|
-
result = imul(result, 31) + (this.y1u_1 == null ? 0 :
|
|
4403
|
-
result = imul(result, 31) + (this.z1u_1 == null ? 0 :
|
|
4404
|
-
result = imul(result, 31) + (this.a1v_1 == null ? 0 :
|
|
4405
|
-
result = imul(result, 31) + (this.b1v_1 == null ? 0 :
|
|
4416
|
+
result = imul(result, 31) + (this.p1u_1 == null ? 0 : getBooleanHashCode(this.p1u_1)) | 0;
|
|
4417
|
+
result = imul(result, 31) + (this.q1u_1 == null ? 0 : getBooleanHashCode(this.q1u_1)) | 0;
|
|
4418
|
+
result = imul(result, 31) + (this.r1u_1 == null ? 0 : this.r1u_1) | 0;
|
|
4419
|
+
result = imul(result, 31) + (this.s1u_1 == null ? 0 : this.s1u_1) | 0;
|
|
4420
|
+
result = imul(result, 31) + (this.t1u_1 == null ? 0 : getBooleanHashCode(this.t1u_1)) | 0;
|
|
4421
|
+
result = imul(result, 31) + (this.u1u_1 == null ? 0 : getBooleanHashCode(this.u1u_1)) | 0;
|
|
4422
|
+
result = imul(result, 31) + (this.v1u_1 == null ? 0 : this.v1u_1) | 0;
|
|
4423
|
+
result = imul(result, 31) + (this.w1u_1 == null ? 0 : hashCode(this.w1u_1)) | 0;
|
|
4424
|
+
result = imul(result, 31) + (this.x1u_1 == null ? 0 : hashCode(this.x1u_1)) | 0;
|
|
4425
|
+
result = imul(result, 31) + (this.y1u_1 == null ? 0 : getBooleanHashCode(this.y1u_1)) | 0;
|
|
4426
|
+
result = imul(result, 31) + (this.z1u_1 == null ? 0 : getStringHashCode(this.z1u_1)) | 0;
|
|
4427
|
+
result = imul(result, 31) + (this.a1v_1 == null ? 0 : getStringHashCode(this.a1v_1)) | 0;
|
|
4428
|
+
result = imul(result, 31) + (this.b1v_1 == null ? 0 : hashCode(this.b1v_1)) | 0;
|
|
4406
4429
|
result = imul(result, 31) + (this.c1v_1 == null ? 0 : getBooleanHashCode(this.c1v_1)) | 0;
|
|
4407
4430
|
result = imul(result, 31) + (this.d1v_1 == null ? 0 : getBooleanHashCode(this.d1v_1)) | 0;
|
|
4408
4431
|
result = imul(result, 31) + (this.e1v_1 == null ? 0 : getBooleanHashCode(this.e1v_1)) | 0;
|
|
4409
4432
|
result = imul(result, 31) + (this.f1v_1 == null ? 0 : getBooleanHashCode(this.f1v_1)) | 0;
|
|
4410
4433
|
result = imul(result, 31) + (this.g1v_1 == null ? 0 : getBooleanHashCode(this.g1v_1)) | 0;
|
|
4411
|
-
result = imul(result, 31) +
|
|
4434
|
+
result = imul(result, 31) + (this.h1v_1 == null ? 0 : getBooleanHashCode(this.h1v_1)) | 0;
|
|
4412
4435
|
result = imul(result, 31) + (this.i1v_1 == null ? 0 : getBooleanHashCode(this.i1v_1)) | 0;
|
|
4413
|
-
result = imul(result, 31) + (this.j1v_1
|
|
4436
|
+
result = imul(result, 31) + getStringHashCode(this.j1v_1) | 0;
|
|
4414
4437
|
result = imul(result, 31) + (this.k1v_1 == null ? 0 : getBooleanHashCode(this.k1v_1)) | 0;
|
|
4415
4438
|
result = imul(result, 31) + (this.l1v_1 == null ? 0 : this.l1v_1) | 0;
|
|
4416
|
-
result = imul(result, 31) + (this.m1v_1 == null ? 0 :
|
|
4439
|
+
result = imul(result, 31) + (this.m1v_1 == null ? 0 : getBooleanHashCode(this.m1v_1)) | 0;
|
|
4417
4440
|
result = imul(result, 31) + (this.n1v_1 == null ? 0 : this.n1v_1) | 0;
|
|
4418
|
-
result = imul(result, 31) + (this.o1v_1 == null ? 0 : this.o1v_1) | 0;
|
|
4441
|
+
result = imul(result, 31) + (this.o1v_1 == null ? 0 : hashCode(this.o1v_1)) | 0;
|
|
4419
4442
|
result = imul(result, 31) + (this.p1v_1 == null ? 0 : this.p1v_1) | 0;
|
|
4420
|
-
result = imul(result, 31) + (this.q1v_1 == null ? 0 :
|
|
4443
|
+
result = imul(result, 31) + (this.q1v_1 == null ? 0 : this.q1v_1) | 0;
|
|
4421
4444
|
result = imul(result, 31) + (this.r1v_1 == null ? 0 : this.r1v_1) | 0;
|
|
4422
4445
|
result = imul(result, 31) + (this.s1v_1 == null ? 0 : getBooleanHashCode(this.s1v_1)) | 0;
|
|
4423
4446
|
result = imul(result, 31) + (this.t1v_1 == null ? 0 : this.t1v_1) | 0;
|
|
4424
4447
|
result = imul(result, 31) + (this.u1v_1 == null ? 0 : getBooleanHashCode(this.u1v_1)) | 0;
|
|
4425
|
-
result = imul(result, 31) + (this.v1v_1 == null ? 0 :
|
|
4448
|
+
result = imul(result, 31) + (this.v1v_1 == null ? 0 : this.v1v_1) | 0;
|
|
4449
|
+
result = imul(result, 31) + (this.w1v_1 == null ? 0 : getBooleanHashCode(this.w1v_1)) | 0;
|
|
4450
|
+
result = imul(result, 31) + (this.x1v_1 == null ? 0 : hashCode(this.x1v_1)) | 0;
|
|
4426
4451
|
return result;
|
|
4427
4452
|
};
|
|
4428
4453
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4430,10 +4455,6 @@
|
|
|
4430
4455
|
return true;
|
|
4431
4456
|
if (!(other instanceof RulesDto))
|
|
4432
4457
|
return false;
|
|
4433
|
-
if (!(this.k1u_1 == other.k1u_1))
|
|
4434
|
-
return false;
|
|
4435
|
-
if (!(this.l1u_1 == other.l1u_1))
|
|
4436
|
-
return false;
|
|
4437
4458
|
if (!(this.m1u_1 == other.m1u_1))
|
|
4438
4459
|
return false;
|
|
4439
4460
|
if (!(this.n1u_1 == other.n1u_1))
|
|
@@ -4450,21 +4471,21 @@
|
|
|
4450
4471
|
return false;
|
|
4451
4472
|
if (!(this.t1u_1 == other.t1u_1))
|
|
4452
4473
|
return false;
|
|
4453
|
-
if (!
|
|
4474
|
+
if (!(this.u1u_1 == other.u1u_1))
|
|
4454
4475
|
return false;
|
|
4455
|
-
if (!
|
|
4476
|
+
if (!(this.v1u_1 == other.v1u_1))
|
|
4456
4477
|
return false;
|
|
4457
|
-
if (!(this.w1u_1
|
|
4478
|
+
if (!equals(this.w1u_1, other.w1u_1))
|
|
4458
4479
|
return false;
|
|
4459
|
-
if (!(this.x1u_1
|
|
4480
|
+
if (!equals(this.x1u_1, other.x1u_1))
|
|
4460
4481
|
return false;
|
|
4461
4482
|
if (!(this.y1u_1 == other.y1u_1))
|
|
4462
4483
|
return false;
|
|
4463
|
-
if (!
|
|
4484
|
+
if (!(this.z1u_1 == other.z1u_1))
|
|
4464
4485
|
return false;
|
|
4465
4486
|
if (!(this.a1v_1 == other.a1v_1))
|
|
4466
4487
|
return false;
|
|
4467
|
-
if (!(this.b1v_1
|
|
4488
|
+
if (!equals(this.b1v_1, other.b1v_1))
|
|
4468
4489
|
return false;
|
|
4469
4490
|
if (!(this.c1v_1 == other.c1v_1))
|
|
4470
4491
|
return false;
|
|
@@ -4476,21 +4497,21 @@
|
|
|
4476
4497
|
return false;
|
|
4477
4498
|
if (!(this.g1v_1 == other.g1v_1))
|
|
4478
4499
|
return false;
|
|
4479
|
-
if (!(this.h1v_1
|
|
4500
|
+
if (!(this.h1v_1 == other.h1v_1))
|
|
4480
4501
|
return false;
|
|
4481
4502
|
if (!(this.i1v_1 == other.i1v_1))
|
|
4482
4503
|
return false;
|
|
4483
|
-
if (!(this.j1v_1
|
|
4504
|
+
if (!(this.j1v_1 === other.j1v_1))
|
|
4484
4505
|
return false;
|
|
4485
4506
|
if (!(this.k1v_1 == other.k1v_1))
|
|
4486
4507
|
return false;
|
|
4487
4508
|
if (!(this.l1v_1 == other.l1v_1))
|
|
4488
4509
|
return false;
|
|
4489
|
-
if (!
|
|
4510
|
+
if (!(this.m1v_1 == other.m1v_1))
|
|
4490
4511
|
return false;
|
|
4491
4512
|
if (!(this.n1v_1 == other.n1v_1))
|
|
4492
4513
|
return false;
|
|
4493
|
-
if (!(this.o1v_1
|
|
4514
|
+
if (!equals(this.o1v_1, other.o1v_1))
|
|
4494
4515
|
return false;
|
|
4495
4516
|
if (!(this.p1v_1 == other.p1v_1))
|
|
4496
4517
|
return false;
|
|
@@ -4504,7 +4525,11 @@
|
|
|
4504
4525
|
return false;
|
|
4505
4526
|
if (!(this.u1v_1 == other.u1v_1))
|
|
4506
4527
|
return false;
|
|
4507
|
-
if (!
|
|
4528
|
+
if (!(this.v1v_1 == other.v1v_1))
|
|
4529
|
+
return false;
|
|
4530
|
+
if (!(this.w1v_1 == other.w1v_1))
|
|
4531
|
+
return false;
|
|
4532
|
+
if (!equals(this.x1v_1, other.x1v_1))
|
|
4508
4533
|
return false;
|
|
4509
4534
|
return true;
|
|
4510
4535
|
};
|
|
@@ -4658,7 +4683,7 @@
|
|
|
4658
4683
|
return tmp;
|
|
4659
4684
|
}
|
|
4660
4685
|
function _get_$cachedSerializer__te6jhj_10($this) {
|
|
4661
|
-
return $this.
|
|
4686
|
+
return $this.i1w_1.j2();
|
|
4662
4687
|
}
|
|
4663
4688
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
4664
4689
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -4698,7 +4723,7 @@
|
|
|
4698
4723
|
Companion_instance_23 = this;
|
|
4699
4724
|
var tmp = this;
|
|
4700
4725
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
4701
|
-
tmp.
|
|
4726
|
+
tmp.i1w_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
4702
4727
|
}
|
|
4703
4728
|
protoOf(Companion_23).n17 = function () {
|
|
4704
4729
|
return _get_$cachedSerializer__te6jhj_10(this);
|
|
@@ -4761,7 +4786,7 @@
|
|
|
4761
4786
|
// Inline function 'kotlin.arrayOf' call
|
|
4762
4787
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4763
4788
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4764
|
-
tmp.
|
|
4789
|
+
tmp.o1w_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
4765
4790
|
}
|
|
4766
4791
|
var Companion_instance_24;
|
|
4767
4792
|
function Companion_getInstance_27() {
|
|
@@ -4777,12 +4802,12 @@
|
|
|
4777
4802
|
tmp0_serialDesc.ku('tag', false);
|
|
4778
4803
|
tmp0_serialDesc.ku('message', false);
|
|
4779
4804
|
tmp0_serialDesc.ku('stackTrace', false);
|
|
4780
|
-
this.
|
|
4805
|
+
this.p1w_1 = tmp0_serialDesc;
|
|
4781
4806
|
}
|
|
4782
|
-
protoOf($serializer_13).
|
|
4783
|
-
var tmp0_desc = this.
|
|
4807
|
+
protoOf($serializer_13).q1w = function (encoder, value) {
|
|
4808
|
+
var tmp0_desc = this.p1w_1;
|
|
4784
4809
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
4785
|
-
var tmp2_cached = Companion_getInstance_27().
|
|
4810
|
+
var tmp2_cached = Companion_getInstance_27().o1w_1;
|
|
4786
4811
|
tmp1_output.lo(tmp0_desc, 0, tmp2_cached[0].j2(), value.type);
|
|
4787
4812
|
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
4788
4813
|
tmp1_output.no(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -4791,10 +4816,10 @@
|
|
|
4791
4816
|
tmp1_output.vm(tmp0_desc);
|
|
4792
4817
|
};
|
|
4793
4818
|
protoOf($serializer_13).mj = function (encoder, value) {
|
|
4794
|
-
return this.
|
|
4819
|
+
return this.q1w(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
4795
4820
|
};
|
|
4796
4821
|
protoOf($serializer_13).nj = function (decoder) {
|
|
4797
|
-
var tmp0_desc = this.
|
|
4822
|
+
var tmp0_desc = this.p1w_1;
|
|
4798
4823
|
var tmp1_flag = true;
|
|
4799
4824
|
var tmp2_index = 0;
|
|
4800
4825
|
var tmp3_bitMask0 = 0;
|
|
@@ -4804,7 +4829,7 @@
|
|
|
4804
4829
|
var tmp7_local3 = null;
|
|
4805
4830
|
var tmp8_local4 = null;
|
|
4806
4831
|
var tmp9_input = decoder.um(tmp0_desc);
|
|
4807
|
-
var tmp10_cached = Companion_getInstance_27().
|
|
4832
|
+
var tmp10_cached = Companion_getInstance_27().o1w_1;
|
|
4808
4833
|
if (tmp9_input.kn()) {
|
|
4809
4834
|
tmp4_local0 = tmp9_input.gn(tmp0_desc, 0, tmp10_cached[0].j2(), tmp4_local0);
|
|
4810
4835
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4851,13 +4876,13 @@
|
|
|
4851
4876
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
4852
4877
|
};
|
|
4853
4878
|
protoOf($serializer_13).lj = function () {
|
|
4854
|
-
return this.
|
|
4879
|
+
return this.p1w_1;
|
|
4855
4880
|
};
|
|
4856
4881
|
protoOf($serializer_13).bv = function () {
|
|
4857
4882
|
// Inline function 'kotlin.arrayOf' call
|
|
4858
4883
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4859
4884
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4860
|
-
return [Companion_getInstance_27().
|
|
4885
|
+
return [Companion_getInstance_27().o1w_1[0].j2(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
4861
4886
|
};
|
|
4862
4887
|
var $serializer_instance_13;
|
|
4863
4888
|
function $serializer_getInstance_13() {
|
|
@@ -4867,7 +4892,7 @@
|
|
|
4867
4892
|
}
|
|
4868
4893
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
4869
4894
|
if (!(31 === (31 & seen0))) {
|
|
4870
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_13().
|
|
4895
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_13().p1w_1);
|
|
4871
4896
|
}
|
|
4872
4897
|
$this.type = type;
|
|
4873
4898
|
$this.key = key;
|
|
@@ -4887,7 +4912,7 @@
|
|
|
4887
4912
|
this.message = message;
|
|
4888
4913
|
this.stackTrace = stackTrace;
|
|
4889
4914
|
}
|
|
4890
|
-
protoOf(LoggerOutputDataDto).
|
|
4915
|
+
protoOf(LoggerOutputDataDto).r1w = function () {
|
|
4891
4916
|
return this.type;
|
|
4892
4917
|
};
|
|
4893
4918
|
protoOf(LoggerOutputDataDto).i2 = function () {
|
|
@@ -4899,7 +4924,7 @@
|
|
|
4899
4924
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
4900
4925
|
return this.message;
|
|
4901
4926
|
};
|
|
4902
|
-
protoOf(LoggerOutputDataDto).
|
|
4927
|
+
protoOf(LoggerOutputDataDto).s1w = function () {
|
|
4903
4928
|
return this.stackTrace;
|
|
4904
4929
|
};
|
|
4905
4930
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -4956,7 +4981,7 @@
|
|
|
4956
4981
|
protoOf(LoggerOutputDataDto).g1p = function () {
|
|
4957
4982
|
return this.stackTrace;
|
|
4958
4983
|
};
|
|
4959
|
-
protoOf(LoggerOutputDataDto).
|
|
4984
|
+
protoOf(LoggerOutputDataDto).t1w = function (type, key, tag, message, stackTrace) {
|
|
4960
4985
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
4961
4986
|
};
|
|
4962
4987
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -4965,7 +4990,7 @@
|
|
|
4965
4990
|
tag = tag === VOID ? this.tag : tag;
|
|
4966
4991
|
message = message === VOID ? this.message : message;
|
|
4967
4992
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
4968
|
-
return $super === VOID ? this.
|
|
4993
|
+
return $super === VOID ? this.t1w(type, key, tag, message, stackTrace) : $super.t1w.call(this, type, key, tag, message, stackTrace);
|
|
4969
4994
|
};
|
|
4970
4995
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
4971
4996
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -5044,20 +5069,20 @@
|
|
|
5044
5069
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
5045
5070
|
return this.s1p();
|
|
5046
5071
|
});
|
|
5047
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
5048
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
5049
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
5050
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
5051
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).
|
|
5052
|
-
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).
|
|
5053
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).
|
|
5054
|
-
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).
|
|
5055
|
-
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).
|
|
5056
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).
|
|
5057
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).
|
|
5058
|
-
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).
|
|
5059
|
-
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).
|
|
5060
|
-
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).
|
|
5072
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).p1r);
|
|
5073
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).q1r);
|
|
5074
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).r1r);
|
|
5075
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).s1r);
|
|
5076
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).t1r);
|
|
5077
|
+
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).u1r);
|
|
5078
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).v1r);
|
|
5079
|
+
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).w1r);
|
|
5080
|
+
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).x1r);
|
|
5081
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).y1r);
|
|
5082
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).z1r);
|
|
5083
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).a1s);
|
|
5084
|
+
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).b1s);
|
|
5085
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).c1s);
|
|
5061
5086
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).m);
|
|
5062
5087
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).y2);
|
|
5063
5088
|
defineProp(protoOf(Team), 'first', protoOf(Team).oh);
|