game_client_logic_deb 1.8.364 → 1.8.366
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 +21 -21
- package/Kosi-Kodein-kodein-di.js +52 -52
- package/Kotlin-DateTime-library-kotlinx-datetime.js +124 -124
- package/Logic_Debertz-core.js +79 -79
- package/Logic_Debertz-engine.js +223 -205
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +6 -6
- package/Logic_Debertz-game_client.js +78 -78
- package/error-library-error.js +5 -5
- package/kotlin-kotlin-stdlib.js +464 -458
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +9 -9
- package/kotlinx-coroutines-core.js +99 -99
- package/kotlinx-io-kotlinx-io-core.js +40 -40
- package/kotlinx-serialization-kotlinx-serialization-core.js +180 -180
- package/kotlinx-serialization-kotlinx-serialization-json.js +123 -123
- package/ktor-ktor-client-content-negotiation.js +27 -27
- package/ktor-ktor-client-core.js +83 -83
- package/ktor-ktor-client-logging.js +28 -28
- package/ktor-ktor-events.js +6 -6
- package/ktor-ktor-http.js +98 -98
- package/ktor-ktor-io.js +61 -61
- package/ktor-ktor-serialization-kotlinx-json.js +1 -1
- package/ktor-ktor-serialization-kotlinx.js +27 -27
- package/ktor-ktor-serialization.js +16 -16
- package/ktor-ktor-utils.js +73 -73
- package/ktor-ktor-websockets.js +16 -16
- package/package.json +1 -1
- package/random-library-crypto-rand.js +12 -12
- package/random-library-secure-random.js +8 -8
- package/raspberry-cardgame-lib-core.js +52 -52
- package/raspberry-cardgame-lib-logger.js +14 -14
- package/raspberry-cardgame-lib-random.js +59 -59
- package/uuid.js +20 -20
package/Logic_Debertz-engine.js
CHANGED
|
@@ -43,127 +43,127 @@
|
|
|
43
43
|
'use strict';
|
|
44
44
|
//region block: imports
|
|
45
45
|
var imul = Math.imul;
|
|
46
|
-
var Long = kotlin_kotlin.$_$.
|
|
47
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
48
|
-
var initMetadataForCompanion = kotlin_kotlin.$_$.
|
|
46
|
+
var Long = kotlin_kotlin.$_$.gh;
|
|
47
|
+
var protoOf = kotlin_kotlin.$_$.id;
|
|
48
|
+
var initMetadataForCompanion = kotlin_kotlin.$_$.jc;
|
|
49
49
|
var AsyncProvider = kotlin_io_raspberryapps_game_engine_core.$_$.r1;
|
|
50
|
-
var getKClass = kotlin_kotlin.$_$.
|
|
51
|
-
var arrayOf = kotlin_kotlin.$_$.
|
|
52
|
-
var createKType = kotlin_kotlin.$_$.
|
|
50
|
+
var getKClass = kotlin_kotlin.$_$.de;
|
|
51
|
+
var arrayOf = kotlin_kotlin.$_$.ai;
|
|
52
|
+
var createKType = kotlin_kotlin.$_$.be;
|
|
53
53
|
var typeToken = kotlin_org_kodein_type_kaverit.$_$.d;
|
|
54
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
54
|
+
var THROW_CCE = kotlin_kotlin.$_$.mh;
|
|
55
55
|
var TypeToken = kotlin_org_kodein_type_kaverit.$_$.b;
|
|
56
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
56
|
+
var isInterface = kotlin_kotlin.$_$.wc;
|
|
57
57
|
var Instance = kotlin_org_kodein_di_kodein_di.$_$.f;
|
|
58
|
-
var KProperty1 = kotlin_kotlin.$_$.
|
|
59
|
-
var getPropertyCallableRef = kotlin_kotlin.$_$.
|
|
58
|
+
var KProperty1 = kotlin_kotlin.$_$.he;
|
|
59
|
+
var getPropertyCallableRef = kotlin_kotlin.$_$.fc;
|
|
60
60
|
var JobsProvider = kotlin_io_raspberryapps_game_engine_core.$_$.t1;
|
|
61
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
61
|
+
var initMetadataForClass = kotlin_kotlin.$_$.ic;
|
|
62
62
|
var VOID = kotlin_kotlin.$_$.b;
|
|
63
|
-
var listOf = kotlin_kotlin.$_$.
|
|
64
|
-
var plus = kotlin_kotlin.$_$.
|
|
65
|
-
var copyToArray = kotlin_kotlin.$_$.
|
|
63
|
+
var listOf = kotlin_kotlin.$_$.g8;
|
|
64
|
+
var plus = kotlin_kotlin.$_$.q8;
|
|
65
|
+
var copyToArray = kotlin_kotlin.$_$.z6;
|
|
66
66
|
var combineReducers = kotlin_io_raspberryapps_game_engine_core.$_$.u2;
|
|
67
67
|
var applyCatcher = kotlin_io_raspberryapps_game_engine_core.$_$.m2;
|
|
68
68
|
var applyMiddleware = kotlin_io_raspberryapps_game_engine_core.$_$.n2;
|
|
69
69
|
var compose = kotlin_io_raspberryapps_game_engine_core.$_$.x2;
|
|
70
70
|
var createStore = kotlin_io_raspberryapps_game_engine_core.$_$.y2;
|
|
71
|
-
var CoroutineImpl = kotlin_kotlin.$_$.
|
|
72
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
71
|
+
var CoroutineImpl = kotlin_kotlin.$_$.oa;
|
|
72
|
+
var Unit_instance = kotlin_kotlin.$_$.g5;
|
|
73
73
|
var CoroutineScope = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.e1;
|
|
74
|
-
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.
|
|
75
|
-
var initMetadataForLambda = kotlin_kotlin.$_$.
|
|
76
|
-
var emptyList = kotlin_kotlin.$_$.
|
|
74
|
+
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.z9;
|
|
75
|
+
var initMetadataForLambda = kotlin_kotlin.$_$.mc;
|
|
76
|
+
var emptyList = kotlin_kotlin.$_$.e7;
|
|
77
77
|
var RaspberryLogger = kotlin_io_raspberryapps_cardgame_logger.$_$.g;
|
|
78
|
-
var lazy = kotlin_kotlin.$_$.
|
|
79
|
-
var initMetadataForInterface = kotlin_kotlin.$_$.
|
|
80
|
-
var listOf_0 = kotlin_kotlin.$_$.
|
|
81
|
-
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.
|
|
82
|
-
var createInvariantKTypeProjection = kotlin_kotlin.$_$.
|
|
78
|
+
var lazy = kotlin_kotlin.$_$.ji;
|
|
79
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.lc;
|
|
80
|
+
var listOf_0 = kotlin_kotlin.$_$.h8;
|
|
81
|
+
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.t4;
|
|
82
|
+
var createInvariantKTypeProjection = kotlin_kotlin.$_$.ae;
|
|
83
83
|
var serializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.c3;
|
|
84
84
|
var KSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.r2;
|
|
85
85
|
var Logger_getInstance = kotlin_io_raspberryapps_cardgame_logger.$_$.m;
|
|
86
|
-
var getKClassFromExpression = kotlin_kotlin.$_$.
|
|
87
|
-
var contentEquals = kotlin_kotlin.$_$.
|
|
88
|
-
var getBooleanHashCode = kotlin_kotlin.$_$.
|
|
89
|
-
var contentHashCode = kotlin_kotlin.$_$.
|
|
90
|
-
var toString = kotlin_kotlin.$_$.
|
|
91
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
92
|
-
var getNumberHashCode = kotlin_kotlin.$_$.
|
|
93
|
-
var equals = kotlin_kotlin.$_$.
|
|
86
|
+
var getKClassFromExpression = kotlin_kotlin.$_$.ce;
|
|
87
|
+
var contentEquals = kotlin_kotlin.$_$.l6;
|
|
88
|
+
var getBooleanHashCode = kotlin_kotlin.$_$.dc;
|
|
89
|
+
var contentHashCode = kotlin_kotlin.$_$.o6;
|
|
90
|
+
var toString = kotlin_kotlin.$_$.ld;
|
|
91
|
+
var defineProp = kotlin_kotlin.$_$.ac;
|
|
92
|
+
var getNumberHashCode = kotlin_kotlin.$_$.ec;
|
|
93
|
+
var equals = kotlin_kotlin.$_$.bc;
|
|
94
94
|
var createSimpleEnumSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.h2;
|
|
95
|
-
var THROW_IAE = kotlin_kotlin.$_$.
|
|
95
|
+
var THROW_IAE = kotlin_kotlin.$_$.nh;
|
|
96
96
|
var LazyThreadSafetyMode_PUBLICATION_getInstance = kotlin_kotlin.$_$.e;
|
|
97
|
-
var lazy_0 = kotlin_kotlin.$_$.
|
|
97
|
+
var lazy_0 = kotlin_kotlin.$_$.ii;
|
|
98
98
|
var SerializerFactory = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.f2;
|
|
99
|
-
var Enum = kotlin_kotlin.$_$.
|
|
100
|
-
var FunctionAdapter = kotlin_kotlin.$_$.
|
|
101
|
-
var Comparator = kotlin_kotlin.$_$.
|
|
102
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
103
|
-
var compareValues = kotlin_kotlin.$_$.
|
|
104
|
-
var toList = kotlin_kotlin.$_$.
|
|
105
|
-
var collectionSizeOrDefault = kotlin_kotlin.$_$.
|
|
99
|
+
var Enum = kotlin_kotlin.$_$.bh;
|
|
100
|
+
var FunctionAdapter = kotlin_kotlin.$_$.ob;
|
|
101
|
+
var Comparator = kotlin_kotlin.$_$.yg;
|
|
102
|
+
var hashCode = kotlin_kotlin.$_$.hc;
|
|
103
|
+
var compareValues = kotlin_kotlin.$_$.x9;
|
|
104
|
+
var toList = kotlin_kotlin.$_$.l9;
|
|
105
|
+
var collectionSizeOrDefault = kotlin_kotlin.$_$.j6;
|
|
106
106
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.g;
|
|
107
|
-
var sortedWith = kotlin_kotlin.$_$.
|
|
108
|
-
var Duration__hashCode_impl_u4exz6 = kotlin_kotlin.$_$.
|
|
109
|
-
var Duration__toString_impl_8d916b = kotlin_kotlin.$_$.
|
|
110
|
-
var contentToString = kotlin_kotlin.$_$.
|
|
111
|
-
var Duration = kotlin_kotlin.$_$.
|
|
112
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
113
|
-
var enumEntries = kotlin_kotlin.$_$.
|
|
107
|
+
var sortedWith = kotlin_kotlin.$_$.c9;
|
|
108
|
+
var Duration__hashCode_impl_u4exz6 = kotlin_kotlin.$_$.g2;
|
|
109
|
+
var Duration__toString_impl_8d916b = kotlin_kotlin.$_$.l2;
|
|
110
|
+
var contentToString = kotlin_kotlin.$_$.p6;
|
|
111
|
+
var Duration = kotlin_kotlin.$_$.pg;
|
|
112
|
+
var getStringHashCode = kotlin_kotlin.$_$.gc;
|
|
113
|
+
var enumEntries = kotlin_kotlin.$_$.qa;
|
|
114
114
|
var previousToOrNull = kotlin_io_raspberryapps_game_engine_core.$_$.i3;
|
|
115
115
|
var nextToOrNull = kotlin_io_raspberryapps_game_engine_core.$_$.g3;
|
|
116
|
-
var noWhenBranchMatchedException = kotlin_kotlin.$_$.
|
|
117
|
-
var NoSuchElementException_init_$Create$ = kotlin_kotlin.$_$.
|
|
118
|
-
var System_instance = kotlin_kotlin.$_$.
|
|
116
|
+
var noWhenBranchMatchedException = kotlin_kotlin.$_$.ki;
|
|
117
|
+
var NoSuchElementException_init_$Create$ = kotlin_kotlin.$_$.x1;
|
|
118
|
+
var System_instance = kotlin_kotlin.$_$.v4;
|
|
119
119
|
var PlayerIdContract = kotlin_io_raspberryapps_game_engine_core.$_$.e;
|
|
120
|
-
var toString_0 = kotlin_kotlin.$_$.
|
|
121
|
-
var Comparable = kotlin_kotlin.$_$.
|
|
122
|
-
var listOfNotNull = kotlin_kotlin.$_$.
|
|
123
|
-
var joinToString = kotlin_kotlin.$_$.
|
|
120
|
+
var toString_0 = kotlin_kotlin.$_$.qi;
|
|
121
|
+
var Comparable = kotlin_kotlin.$_$.xg;
|
|
122
|
+
var listOfNotNull = kotlin_kotlin.$_$.f8;
|
|
123
|
+
var joinToString = kotlin_kotlin.$_$.w7;
|
|
124
124
|
var get_amountOfCards = kotlin_io_raspberryapps_game_engine_core.$_$.c;
|
|
125
125
|
var Player = kotlin_io_raspberryapps_game_engine_core.$_$.i;
|
|
126
126
|
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.h;
|
|
127
|
-
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.
|
|
128
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
129
|
-
var single = kotlin_kotlin.$_$.
|
|
127
|
+
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.m1;
|
|
128
|
+
var objectCreate = kotlin_kotlin.$_$.hd;
|
|
129
|
+
var single = kotlin_kotlin.$_$.a9;
|
|
130
130
|
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.q;
|
|
131
|
-
var mapCapacity = kotlin_kotlin.$_$.
|
|
131
|
+
var mapCapacity = kotlin_kotlin.$_$.i8;
|
|
132
132
|
var LinkedHashMap_init_$Create$_0 = kotlin_kotlin.$_$.p;
|
|
133
|
-
var toMutableMap = kotlin_kotlin.$_$.
|
|
134
|
-
var UnsupportedOperationException_init_$Create$ = kotlin_kotlin.$_$.
|
|
135
|
-
var toSet = kotlin_kotlin.$_$.
|
|
136
|
-
var sorted = kotlin_kotlin.$_$.
|
|
133
|
+
var toMutableMap = kotlin_kotlin.$_$.p9;
|
|
134
|
+
var UnsupportedOperationException_init_$Create$ = kotlin_kotlin.$_$.d2;
|
|
135
|
+
var toSet = kotlin_kotlin.$_$.r9;
|
|
136
|
+
var sorted = kotlin_kotlin.$_$.d9;
|
|
137
137
|
var createAnnotatedEnumSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g2;
|
|
138
|
-
var last = kotlin_kotlin.$_$.
|
|
139
|
-
var sum = kotlin_kotlin.$_$.
|
|
140
|
-
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.
|
|
141
|
-
var first = kotlin_kotlin.$_$.
|
|
142
|
-
var first_0 = kotlin_kotlin.$_$.
|
|
143
|
-
var contains = kotlin_kotlin.$_$.
|
|
144
|
-
var Collection = kotlin_kotlin.$_$.
|
|
145
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
146
|
-
var checkIndexOverflow = kotlin_kotlin.$_$.
|
|
138
|
+
var last = kotlin_kotlin.$_$.c8;
|
|
139
|
+
var sum = kotlin_kotlin.$_$.e9;
|
|
140
|
+
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.q1;
|
|
141
|
+
var first = kotlin_kotlin.$_$.l7;
|
|
142
|
+
var first_0 = kotlin_kotlin.$_$.n7;
|
|
143
|
+
var contains = kotlin_kotlin.$_$.k6;
|
|
144
|
+
var Collection = kotlin_kotlin.$_$.i5;
|
|
145
|
+
var initMetadataForObject = kotlin_kotlin.$_$.nc;
|
|
146
|
+
var checkIndexOverflow = kotlin_kotlin.$_$.i6;
|
|
147
147
|
var getPoint = kotlin_io_raspberryapps_game_engine_core.$_$.f1;
|
|
148
148
|
var Toggles_instance = kotlin_io_raspberryapps_game_engine_core.$_$.c5;
|
|
149
149
|
var AgentType_HUMAN_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.v3;
|
|
150
150
|
var MechanicException = kotlin_io_raspberryapps_game_engine_core.$_$.a;
|
|
151
|
-
var asJsReadonlyArrayView = kotlin_kotlin.$_$.
|
|
152
|
-
var KtList = kotlin_kotlin.$_$.
|
|
153
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
151
|
+
var asJsReadonlyArrayView = kotlin_kotlin.$_$.n5;
|
|
152
|
+
var KtList = kotlin_kotlin.$_$.o5;
|
|
153
|
+
var ensureNotNull = kotlin_kotlin.$_$.di;
|
|
154
154
|
var GameCard = kotlin_io_raspberryapps_cardgame_core.$_$.r;
|
|
155
|
-
var firstOrNull = kotlin_kotlin.$_$.
|
|
155
|
+
var firstOrNull = kotlin_kotlin.$_$.i7;
|
|
156
156
|
var Companion_instance = kotlin_io_raspberryapps_cardgame_core.$_$.n;
|
|
157
|
-
var flatten = kotlin_kotlin.$_$.
|
|
158
|
-
var to = kotlin_kotlin.$_$.
|
|
159
|
-
var mapOf = kotlin_kotlin.$_$.
|
|
160
|
-
var asSequence = kotlin_kotlin.$_$.
|
|
161
|
-
var filter = kotlin_kotlin.$_$.
|
|
162
|
-
var map = kotlin_kotlin.$_$.
|
|
163
|
-
var firstOrNull_0 = kotlin_kotlin.$_$.
|
|
157
|
+
var flatten = kotlin_kotlin.$_$.o7;
|
|
158
|
+
var to = kotlin_kotlin.$_$.ri;
|
|
159
|
+
var mapOf = kotlin_kotlin.$_$.j8;
|
|
160
|
+
var asSequence = kotlin_kotlin.$_$.d6;
|
|
161
|
+
var filter = kotlin_kotlin.$_$.je;
|
|
162
|
+
var map = kotlin_kotlin.$_$.ne;
|
|
163
|
+
var firstOrNull_0 = kotlin_kotlin.$_$.ke;
|
|
164
164
|
var CardIndexComparator_instance = kotlin_io_raspberryapps_cardgame_core.$_$.l;
|
|
165
|
-
var lastOrNull = kotlin_kotlin.$_$.
|
|
166
|
-
var toMap = kotlin_kotlin.$_$.
|
|
165
|
+
var lastOrNull = kotlin_kotlin.$_$.b8;
|
|
166
|
+
var toMap = kotlin_kotlin.$_$.n9;
|
|
167
167
|
var SealedClassSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.d;
|
|
168
168
|
var ArrayListSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.x1;
|
|
169
169
|
var PluginGeneratedSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.e2;
|
|
@@ -186,30 +186,30 @@
|
|
|
186
186
|
var mapToDto = kotlin_io_raspberryapps_game_engine_core.$_$.z;
|
|
187
187
|
var mapFromDto = kotlin_io_raspberryapps_game_engine_core.$_$.t;
|
|
188
188
|
var toDomainEnum = kotlin_io_raspberryapps_game_engine_core.$_$.k3;
|
|
189
|
-
var emptySet = kotlin_kotlin.$_$.
|
|
189
|
+
var emptySet = kotlin_kotlin.$_$.g7;
|
|
190
190
|
var enumToStringSafe = kotlin_io_raspberryapps_game_engine_core.$_$.b3;
|
|
191
191
|
var enumToString = kotlin_io_raspberryapps_game_engine_core.$_$.c3;
|
|
192
192
|
var toDomainEnumSafe = kotlin_io_raspberryapps_game_engine_core.$_$.j3;
|
|
193
|
-
var mapOf_0 = kotlin_kotlin.$_$.
|
|
193
|
+
var mapOf_0 = kotlin_kotlin.$_$.k8;
|
|
194
194
|
var mapToDto_0 = kotlin_io_raspberryapps_game_engine_core.$_$.y;
|
|
195
195
|
var mapToDto_1 = kotlin_io_raspberryapps_game_engine_core.$_$.w;
|
|
196
196
|
var mapFromDto_0 = kotlin_io_raspberryapps_game_engine_core.$_$.v;
|
|
197
197
|
var mapFromDto_1 = kotlin_io_raspberryapps_game_engine_core.$_$.u;
|
|
198
|
-
var Companion_getInstance_3 = kotlin_kotlin.$_$.
|
|
199
|
-
var getOrNull = kotlin_kotlin.$_$.
|
|
200
|
-
var getValue = kotlin_kotlin.$_$.
|
|
201
|
-
var _Duration___get_inWholeMilliseconds__impl__msfiry = kotlin_kotlin.$_$.
|
|
202
|
-
var equalsLong = kotlin_kotlin.$_$.
|
|
203
|
-
var coerceAtLeast = kotlin_kotlin.$_$.
|
|
204
|
-
var Companion_getInstance_4 = kotlin_kotlin.$_$.
|
|
198
|
+
var Companion_getInstance_3 = kotlin_kotlin.$_$.x4;
|
|
199
|
+
var getOrNull = kotlin_kotlin.$_$.q7;
|
|
200
|
+
var getValue = kotlin_kotlin.$_$.r7;
|
|
201
|
+
var _Duration___get_inWholeMilliseconds__impl__msfiry = kotlin_kotlin.$_$.h2;
|
|
202
|
+
var equalsLong = kotlin_kotlin.$_$.cb;
|
|
203
|
+
var coerceAtLeast = kotlin_kotlin.$_$.rd;
|
|
204
|
+
var Companion_getInstance_4 = kotlin_kotlin.$_$.w4;
|
|
205
205
|
var DurationUnit_MILLISECONDS_getInstance = kotlin_kotlin.$_$.c;
|
|
206
|
-
var toDuration = kotlin_kotlin.$_$.
|
|
207
|
-
var toIntOrNull = kotlin_kotlin.$_$.
|
|
206
|
+
var toDuration = kotlin_kotlin.$_$.sg;
|
|
207
|
+
var toIntOrNull = kotlin_kotlin.$_$.cg;
|
|
208
208
|
var RulesDto = kotlin_io_raspberryapps_game_engine_core.$_$.a1;
|
|
209
209
|
var Companion_instance_0 = kotlin_io_raspberryapps_game_engine_core.$_$.q4;
|
|
210
210
|
var Companion_instance_1 = kotlin_io_raspberryapps_game_engine_core.$_$.o4;
|
|
211
211
|
var PlayerConnectionState_LIVE_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.y3;
|
|
212
|
-
var toDuration_0 = kotlin_kotlin.$_$.
|
|
212
|
+
var toDuration_0 = kotlin_kotlin.$_$.tg;
|
|
213
213
|
var PlayerConnectionState_LEFT_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.x3;
|
|
214
214
|
var mapFromDto_2 = kotlin_io_raspberryapps_game_engine_core.$_$.s;
|
|
215
215
|
var mapToDto_2 = kotlin_io_raspberryapps_game_engine_core.$_$.x;
|
|
@@ -222,10 +222,10 @@
|
|
|
222
222
|
var $serializer_getInstance_1 = kotlin_io_raspberryapps_game_engine_core.$_$.u4;
|
|
223
223
|
var InstantSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.s;
|
|
224
224
|
var PlayerState = kotlin_io_raspberryapps_game_engine_core.$_$.h;
|
|
225
|
-
var charSequenceLength = kotlin_kotlin.$_$.
|
|
225
|
+
var charSequenceLength = kotlin_kotlin.$_$.xb;
|
|
226
226
|
var LoggerPayload = kotlin_io_raspberryapps_cardgame_logger.$_$.e;
|
|
227
227
|
var CardGrowthComparator = kotlin_io_raspberryapps_game_engine_core.$_$.c1;
|
|
228
|
-
var take = kotlin_kotlin.$_$.
|
|
228
|
+
var take = kotlin_kotlin.$_$.g9;
|
|
229
229
|
var CardName_ACE_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.a;
|
|
230
230
|
var CardName_KING_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.d;
|
|
231
231
|
var CardName_QUEEN_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.f;
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
var CardName_NINE_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.e;
|
|
235
235
|
var CardName_SEVEN_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.g;
|
|
236
236
|
var nextTo = kotlin_io_raspberryapps_game_engine_core.$_$.h3;
|
|
237
|
-
var last_0 = kotlin_kotlin.$_$.
|
|
237
|
+
var last_0 = kotlin_kotlin.$_$.d8;
|
|
238
238
|
var CardName_EIGHT_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.b;
|
|
239
239
|
var values = kotlin_io_raspberryapps_cardgame_core.$_$.t;
|
|
240
240
|
var getPlayer = kotlin_io_raspberryapps_game_engine_core.$_$.o;
|
|
@@ -246,8 +246,8 @@
|
|
|
246
246
|
var ProcessingReasonDto_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.v4;
|
|
247
247
|
var filterByPlayerId = kotlin_io_raspberryapps_game_engine_core.$_$.l;
|
|
248
248
|
var CardNumberComparator_instance = kotlin_io_raspberryapps_cardgame_core.$_$.m;
|
|
249
|
-
var singleOrNull = kotlin_kotlin.$_$.
|
|
250
|
-
var addAll = kotlin_kotlin.$_$.
|
|
249
|
+
var singleOrNull = kotlin_kotlin.$_$.z8;
|
|
250
|
+
var addAll = kotlin_kotlin.$_$.x5;
|
|
251
251
|
var Module_init_$Create$ = kotlin_org_kodein_di_kodein_di.$_$.a;
|
|
252
252
|
var Json_0 = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_json.$_$.c;
|
|
253
253
|
var Singleton = kotlin_org_kodein_di_kodein_di.$_$.d;
|
|
@@ -260,44 +260,44 @@
|
|
|
260
260
|
var CombinationsCheckerProvider = kotlin_io_raspberryapps_cardgame_core.$_$.a1;
|
|
261
261
|
var CombinationsCheckerProviderImpl = kotlin_io_raspberryapps_cardgame_core.$_$.z;
|
|
262
262
|
var MutableSharedFlow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.r;
|
|
263
|
-
var toList_0 = kotlin_kotlin.$_$.
|
|
264
|
-
var plus_0 = kotlin_kotlin.$_$.
|
|
265
|
-
var listOfNotNull_0 = kotlin_kotlin.$_$.
|
|
263
|
+
var toList_0 = kotlin_kotlin.$_$.k9;
|
|
264
|
+
var plus_0 = kotlin_kotlin.$_$.r8;
|
|
265
|
+
var listOfNotNull_0 = kotlin_kotlin.$_$.e8;
|
|
266
266
|
var LinkedHashSet_init_$Create$ = kotlin_kotlin.$_$.s;
|
|
267
|
-
var toMutableSet = kotlin_kotlin.$_$.
|
|
267
|
+
var toMutableSet = kotlin_kotlin.$_$.q9;
|
|
268
268
|
var filterByCardName = kotlin_io_raspberryapps_cardgame_core.$_$.w;
|
|
269
|
-
var first_1 = kotlin_kotlin.$_$.
|
|
270
|
-
var setOf = kotlin_kotlin.$_$.
|
|
271
|
-
var setOf_0 = kotlin_kotlin.$_$.
|
|
272
|
-
var NoSuchElementException_init_$Create$_0 = kotlin_kotlin.$_$.
|
|
273
|
-
var compareTo = kotlin_kotlin.$_$.
|
|
269
|
+
var first_1 = kotlin_kotlin.$_$.m7;
|
|
270
|
+
var setOf = kotlin_kotlin.$_$.x8;
|
|
271
|
+
var setOf_0 = kotlin_kotlin.$_$.y8;
|
|
272
|
+
var NoSuchElementException_init_$Create$_0 = kotlin_kotlin.$_$.v1;
|
|
273
|
+
var compareTo = kotlin_kotlin.$_$.zb;
|
|
274
274
|
var distributeCardsBottom = kotlin_io_raspberryapps_cardgame_core.$_$.u;
|
|
275
275
|
var distributeCardsTop = kotlin_io_raspberryapps_cardgame_core.$_$.v;
|
|
276
|
-
var toMutableList = kotlin_kotlin.$_$.
|
|
276
|
+
var toMutableList = kotlin_kotlin.$_$.o9;
|
|
277
277
|
var CardsRandomProvider_CUSTOM_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.i;
|
|
278
278
|
var CardsRandomProvider_RANDOM_ORG_SIGNED_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.j;
|
|
279
279
|
var CardsRandomProvider_RANDOM_ORG_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.k;
|
|
280
|
-
var initMetadataForCoroutine = kotlin_kotlin.$_$.
|
|
281
|
-
var get_indices = kotlin_kotlin.$_$.
|
|
282
|
-
var abs = kotlin_kotlin.$_$.
|
|
283
|
-
var zip = kotlin_kotlin.$_$.
|
|
280
|
+
var initMetadataForCoroutine = kotlin_kotlin.$_$.kc;
|
|
281
|
+
var get_indices = kotlin_kotlin.$_$.v7;
|
|
282
|
+
var abs = kotlin_kotlin.$_$.md;
|
|
283
|
+
var zip = kotlin_kotlin.$_$.u9;
|
|
284
284
|
var PlayerIdContractOrderComparator = kotlin_io_raspberryapps_game_engine_core.$_$.d;
|
|
285
285
|
var Team = kotlin_io_raspberryapps_game_engine_core.$_$.j;
|
|
286
286
|
var getValueInHand = kotlin_io_raspberryapps_game_engine_core.$_$.g1;
|
|
287
287
|
var AgentType_BOT_NATIVE_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.t3;
|
|
288
288
|
var AgentType_BOT_REPLACEMENT_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.u3;
|
|
289
|
-
var numberToInt = kotlin_kotlin.$_$.
|
|
290
|
-
var coerceIn = kotlin_kotlin.$_$.
|
|
291
|
-
var coerceAtLeast_0 = kotlin_kotlin.$_$.
|
|
292
|
-
var checkCountOverflow = kotlin_kotlin.$_$.
|
|
293
|
-
var roundToInt = kotlin_kotlin.$_$.
|
|
294
|
-
var average = kotlin_kotlin.$_$.
|
|
289
|
+
var numberToInt = kotlin_kotlin.$_$.gd;
|
|
290
|
+
var coerceIn = kotlin_kotlin.$_$.ud;
|
|
291
|
+
var coerceAtLeast_0 = kotlin_kotlin.$_$.qd;
|
|
292
|
+
var checkCountOverflow = kotlin_kotlin.$_$.h6;
|
|
293
|
+
var roundToInt = kotlin_kotlin.$_$.nd;
|
|
294
|
+
var average = kotlin_kotlin.$_$.e6;
|
|
295
295
|
var PlayerIdOrderComparator = kotlin_io_raspberryapps_game_engine_core.$_$.f;
|
|
296
296
|
var nextToPlayerId = kotlin_io_raspberryapps_game_engine_core.$_$.q;
|
|
297
297
|
var previousPlayerId = kotlin_io_raspberryapps_game_engine_core.$_$.r;
|
|
298
298
|
var Companion_instance_2 = kotlin_io_raspberryapps_game_engine_core.$_$.y4;
|
|
299
|
-
var contains_0 = kotlin_kotlin.$_$.
|
|
300
|
-
var split = kotlin_kotlin.$_$.
|
|
299
|
+
var contains_0 = kotlin_kotlin.$_$.qe;
|
|
300
|
+
var split = kotlin_kotlin.$_$.rf;
|
|
301
301
|
var UserInfoData = kotlin_io_raspberryapps_cardgame_random.$_$.c;
|
|
302
302
|
var CardDeckRequestUserData = kotlin_io_raspberryapps_cardgame_random.$_$.a;
|
|
303
303
|
var get_actionTag = kotlin_io_raspberryapps_game_engine_core.$_$.p2;
|
|
@@ -306,10 +306,10 @@
|
|
|
306
306
|
var Action = kotlin_io_raspberryapps_game_engine_core.$_$.q2;
|
|
307
307
|
var NotValidateIfGameFinishing = kotlin_io_raspberryapps_game_engine_core.$_$.z1;
|
|
308
308
|
var NotValidateIfGameFinished = kotlin_io_raspberryapps_game_engine_core.$_$.x1;
|
|
309
|
-
var emptyMap = kotlin_kotlin.$_$.
|
|
309
|
+
var emptyMap = kotlin_kotlin.$_$.f7;
|
|
310
310
|
var PlayerIndex = kotlin_io_raspberryapps_game_engine_core.$_$.g;
|
|
311
311
|
var IdempotencyTag = kotlin_io_raspberryapps_game_engine_core.$_$.l1;
|
|
312
|
-
var firstOrNull_1 = kotlin_kotlin.$_$.
|
|
312
|
+
var firstOrNull_1 = kotlin_kotlin.$_$.k7;
|
|
313
313
|
var BufferedAction = kotlin_io_raspberryapps_game_engine_core.$_$.a2;
|
|
314
314
|
var IgnoreBufferForAction = kotlin_io_raspberryapps_game_engine_core.$_$.b2;
|
|
315
315
|
var ProcessingReason_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.z4;
|
|
@@ -333,9 +333,9 @@
|
|
|
333
333
|
var LoggerOutputDataDto = kotlin_io_raspberryapps_game_engine_core.$_$.a3;
|
|
334
334
|
var Reason_FINISHED_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.f4;
|
|
335
335
|
var GameFinishedReason = kotlin_io_raspberryapps_game_engine_core.$_$.k1;
|
|
336
|
-
var fromInt = kotlin_kotlin.$_$.
|
|
337
|
-
var compare = kotlin_kotlin.$_$.
|
|
338
|
-
var Default_getInstance = kotlin_kotlin.$_$.
|
|
336
|
+
var fromInt = kotlin_kotlin.$_$.db;
|
|
337
|
+
var compare = kotlin_kotlin.$_$.xa;
|
|
338
|
+
var Default_getInstance = kotlin_kotlin.$_$.s4;
|
|
339
339
|
var TimerType_DELAY_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.g4;
|
|
340
340
|
var StartTimerAction = kotlin_io_raspberryapps_game_engine_core.$_$.i2;
|
|
341
341
|
var StopTimerAction = kotlin_io_raspberryapps_game_engine_core.$_$.j2;
|
|
@@ -349,14 +349,14 @@
|
|
|
349
349
|
var ArrayDeque_init_$Create$ = kotlin_kotlin.$_$.f;
|
|
350
350
|
var Reducer = kotlin_io_raspberryapps_game_engine_core.$_$.s2;
|
|
351
351
|
var TimerAction = kotlin_io_raspberryapps_game_engine_core.$_$.k2;
|
|
352
|
-
var minus = kotlin_kotlin.$_$.
|
|
352
|
+
var minus = kotlin_kotlin.$_$.l8;
|
|
353
353
|
var updateOrAddItems = kotlin_io_raspberryapps_game_engine_core.$_$.n3;
|
|
354
354
|
var get_byIdPlayerPredicate = kotlin_io_raspberryapps_game_engine_core.$_$.k;
|
|
355
355
|
var updateItem = kotlin_io_raspberryapps_game_engine_core.$_$.l3;
|
|
356
|
-
var toDuration_1 = kotlin_kotlin.$_$.
|
|
356
|
+
var toDuration_1 = kotlin_kotlin.$_$.rg;
|
|
357
357
|
var updated = kotlin_io_raspberryapps_game_engine_core.$_$.o3;
|
|
358
|
-
var takeLast = kotlin_kotlin.$_$.
|
|
359
|
-
var plus_1 = kotlin_kotlin.$_$.
|
|
358
|
+
var takeLast = kotlin_kotlin.$_$.f9;
|
|
359
|
+
var plus_1 = kotlin_kotlin.$_$.n8;
|
|
360
360
|
var updateLastItem = kotlin_io_raspberryapps_game_engine_core.$_$.m3;
|
|
361
361
|
var PlayerConnectionState_DISCONNECTING_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.w3;
|
|
362
362
|
var d = kotlin_io_raspberryapps_cardgame_logger.$_$.h;
|
|
@@ -369,18 +369,19 @@
|
|
|
369
369
|
var get_atomicfu$reentrantLock = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.a;
|
|
370
370
|
var LogType_DEBUG_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.h4;
|
|
371
371
|
var LogType_ERROR_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.i4;
|
|
372
|
-
var stackTraceToString = kotlin_kotlin.$_$.
|
|
373
|
-
var take_0 = kotlin_kotlin.$_$.
|
|
372
|
+
var stackTraceToString = kotlin_kotlin.$_$.ni;
|
|
373
|
+
var take_0 = kotlin_kotlin.$_$.yf;
|
|
374
374
|
var LogType_INFO_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.j4;
|
|
375
375
|
var LogType_VERBOSE_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.k4;
|
|
376
376
|
var LogType_WARN_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.l4;
|
|
377
377
|
var get_entries = kotlin_io_raspberryapps_game_engine_core.$_$.z2;
|
|
378
378
|
var LoggerEnabledTrigger = kotlin_io_raspberryapps_cardgame_logger.$_$.d;
|
|
379
|
-
var isArray = kotlin_kotlin.$_$.
|
|
379
|
+
var isArray = kotlin_kotlin.$_$.oc;
|
|
380
380
|
var mapOfObject = kotlin_io_raspberryapps_game_engine_core.$_$.f3;
|
|
381
381
|
var GameUserInfo = kotlin_io_raspberryapps_game_engine_core.$_$.b;
|
|
382
382
|
var generateMsg = kotlin_io_raspberryapps_cardgame_logger.$_$.b;
|
|
383
|
-
var
|
|
383
|
+
var Exception_init_$Create$ = kotlin_kotlin.$_$.h1;
|
|
384
|
+
var mutableListOf = kotlin_kotlin.$_$.m8;
|
|
384
385
|
var CombinedRaspberryLogger = kotlin_io_raspberryapps_cardgame_logger.$_$.c;
|
|
385
386
|
var PlatformRaspberryLogger = kotlin_io_raspberryapps_cardgame_logger.$_$.f;
|
|
386
387
|
var Companion_instance_3 = kotlin_org_kodein_di_kodein_di.$_$.b;
|
|
@@ -1140,10 +1141,6 @@
|
|
|
1140
1141
|
function get_isEnableChoosePartnerScreen() {
|
|
1141
1142
|
return false;
|
|
1142
1143
|
}
|
|
1143
|
-
function get_readyPlayerIdsArray() {
|
|
1144
|
-
// Inline function 'kotlin.emptyArray' call
|
|
1145
|
-
return [];
|
|
1146
|
-
}
|
|
1147
1144
|
initMetadataForInterface(GameTransition, 'GameTransition');
|
|
1148
1145
|
initMetadataForClass(RevengeRoomTransition, 'RevengeRoomTransition', VOID, VOID, [GameTransition]);
|
|
1149
1146
|
initMetadataForClass(GameToRoomTransition, 'GameToRoomTransition', VOID, VOID, [GameTransition]);
|
|
@@ -1158,22 +1155,6 @@
|
|
|
1158
1155
|
initMetadataForInterface(NavigationMechanicAction, 'NavigationMechanicAction', VOID, VOID, [Action]);
|
|
1159
1156
|
initMetadataForInterface(NextPlayerTurnAction, 'NextPlayerTurnAction', VOID, VOID, [Action, ReleaseBufferTriggerAction]);
|
|
1160
1157
|
initMetadataForInterface(PlayerTurnAnswerAction, 'PlayerTurnAnswerAction', VOID, VOID, [Action]);
|
|
1161
|
-
function get_playerId_0() {
|
|
1162
|
-
// Inline function 'kotlin.requireNotNull' call
|
|
1163
|
-
var tmp0 = this.c8s();
|
|
1164
|
-
var tmp$ret$1;
|
|
1165
|
-
$l$block: {
|
|
1166
|
-
// Inline function 'kotlin.requireNotNull' call
|
|
1167
|
-
if (tmp0 == null) {
|
|
1168
|
-
var message = 'Required value was null.';
|
|
1169
|
-
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1170
|
-
} else {
|
|
1171
|
-
tmp$ret$1 = tmp0;
|
|
1172
|
-
break $l$block;
|
|
1173
|
-
}
|
|
1174
|
-
}
|
|
1175
|
-
return tmp$ret$1;
|
|
1176
|
-
}
|
|
1177
1158
|
initMetadataForInterface(PlayerTurnIdAnswerAction, 'PlayerTurnIdAnswerAction', VOID, VOID, [PlayerTurnAnswerAction, ReleaseBufferTriggerAction, PlayerIdContract]);
|
|
1178
1159
|
initMetadataForClass(SceneMechanicAction, 'SceneMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, NextPlayerTurnAction, PlayerTurnIdAnswerAction, ReleaseBufferTriggerAction, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
|
|
1179
1160
|
initMetadataForClass(PlayerConnectionChangedMechanicAction, 'PlayerConnectionChangedMechanicAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
|
|
@@ -11144,8 +11125,8 @@
|
|
|
11144
11125
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
11145
11126
|
var tmp2_cached = Companion_getInstance_44().b79_1;
|
|
11146
11127
|
tmp1_output.dt(tmp0_desc, 0, value.e79_1);
|
|
11147
|
-
tmp1_output.
|
|
11148
|
-
tmp1_output.
|
|
11128
|
+
tmp1_output.ft(tmp0_desc, 1, tmp2_cached[1].w(), value.f79_1);
|
|
11129
|
+
tmp1_output.ft(tmp0_desc, 2, tmp2_cached[2].w(), value.g79_1);
|
|
11149
11130
|
tmp1_output.pr(tmp0_desc);
|
|
11150
11131
|
};
|
|
11151
11132
|
protoOf($serializer_7).co = function (encoder, value) {
|
|
@@ -11164,9 +11145,9 @@
|
|
|
11164
11145
|
if (tmp7_input.es()) {
|
|
11165
11146
|
tmp4_local0 = tmp7_input.yr(tmp0_desc, 0);
|
|
11166
11147
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
11167
|
-
tmp5_local1 = tmp7_input.
|
|
11148
|
+
tmp5_local1 = tmp7_input.as(tmp0_desc, 1, tmp8_cached[1].w(), tmp5_local1);
|
|
11168
11149
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
11169
|
-
tmp6_local2 = tmp7_input.
|
|
11150
|
+
tmp6_local2 = tmp7_input.as(tmp0_desc, 2, tmp8_cached[2].w(), tmp6_local2);
|
|
11170
11151
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
11171
11152
|
} else
|
|
11172
11153
|
while (tmp1_flag) {
|
|
@@ -11180,11 +11161,11 @@
|
|
|
11180
11161
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
11181
11162
|
break;
|
|
11182
11163
|
case 1:
|
|
11183
|
-
tmp5_local1 = tmp7_input.
|
|
11164
|
+
tmp5_local1 = tmp7_input.as(tmp0_desc, 1, tmp8_cached[1].w(), tmp5_local1);
|
|
11184
11165
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
11185
11166
|
break;
|
|
11186
11167
|
case 2:
|
|
11187
|
-
tmp6_local2 = tmp7_input.
|
|
11168
|
+
tmp6_local2 = tmp7_input.as(tmp0_desc, 2, tmp8_cached[2].w(), tmp6_local2);
|
|
11188
11169
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
11189
11170
|
break;
|
|
11190
11171
|
default:
|
|
@@ -11202,7 +11183,7 @@
|
|
|
11202
11183
|
// Inline function 'kotlin.arrayOf' call
|
|
11203
11184
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
11204
11185
|
// Inline function 'kotlin.js.asDynamic' call
|
|
11205
|
-
return [StringSerializer_getInstance(),
|
|
11186
|
+
return [StringSerializer_getInstance(), tmp0_cached[1].w(), tmp0_cached[2].w()];
|
|
11206
11187
|
};
|
|
11207
11188
|
var $serializer_instance_7;
|
|
11208
11189
|
function $serializer_getInstance_10() {
|
|
@@ -11229,12 +11210,12 @@
|
|
|
11229
11210
|
this.g79_1 = previousPlayers;
|
|
11230
11211
|
}
|
|
11231
11212
|
protoOf(GameToRoomTransitionDto).toString = function () {
|
|
11232
|
-
return 'GameToRoomTransitionDto(roomId=' + this.e79_1 + ', playerIds=' +
|
|
11213
|
+
return 'GameToRoomTransitionDto(roomId=' + this.e79_1 + ', playerIds=' + toString(this.f79_1) + ', previousPlayers=' + toString(this.g79_1) + ')';
|
|
11233
11214
|
};
|
|
11234
11215
|
protoOf(GameToRoomTransitionDto).hashCode = function () {
|
|
11235
11216
|
var result = getStringHashCode(this.e79_1);
|
|
11236
|
-
result = imul(result, 31) +
|
|
11237
|
-
result = imul(result, 31) +
|
|
11217
|
+
result = imul(result, 31) + hashCode(this.f79_1) | 0;
|
|
11218
|
+
result = imul(result, 31) + hashCode(this.g79_1) | 0;
|
|
11238
11219
|
return result;
|
|
11239
11220
|
};
|
|
11240
11221
|
protoOf(GameToRoomTransitionDto).equals = function (other) {
|
|
@@ -46128,6 +46109,10 @@
|
|
|
46128
46109
|
protoOf(RevengeRoomTransition).w8q = function () {
|
|
46129
46110
|
return this.f6j_1;
|
|
46130
46111
|
};
|
|
46112
|
+
protoOf(RevengeRoomTransition).x8q = function () {
|
|
46113
|
+
// Inline function 'kotlin.emptyArray' call
|
|
46114
|
+
return [];
|
|
46115
|
+
};
|
|
46131
46116
|
protoOf(RevengeRoomTransition).ne = function () {
|
|
46132
46117
|
return this.originalRoomMode;
|
|
46133
46118
|
};
|
|
@@ -46179,23 +46164,9 @@
|
|
|
46179
46164
|
return true;
|
|
46180
46165
|
};
|
|
46181
46166
|
protoOf(GameToRoomTransition).x8q = function () {
|
|
46182
|
-
|
|
46183
|
-
var
|
|
46184
|
-
|
|
46185
|
-
tmp = null;
|
|
46186
|
-
} else {
|
|
46187
|
-
// Inline function 'kotlin.collections.toTypedArray' call
|
|
46188
|
-
tmp = copyToArray(tmp0_safe_receiver);
|
|
46189
|
-
}
|
|
46190
|
-
var tmp1_elvis_lhs = tmp;
|
|
46191
|
-
var tmp_0;
|
|
46192
|
-
if (tmp1_elvis_lhs == null) {
|
|
46193
|
-
// Inline function 'kotlin.emptyArray' call
|
|
46194
|
-
tmp_0 = [];
|
|
46195
|
-
} else {
|
|
46196
|
-
tmp_0 = tmp1_elvis_lhs;
|
|
46197
|
-
}
|
|
46198
|
-
return tmp_0;
|
|
46167
|
+
// Inline function 'kotlin.collections.toTypedArray' call
|
|
46168
|
+
var this_0 = this.playerIds;
|
|
46169
|
+
return copyToArray(this_0);
|
|
46199
46170
|
};
|
|
46200
46171
|
protoOf(GameToRoomTransition).ne = function () {
|
|
46201
46172
|
return this.roomId;
|
|
@@ -46216,12 +46187,12 @@
|
|
|
46216
46187
|
return $super === VOID ? this.c8r(roomId, playerIds, previousPlayers) : $super.c8r.call(this, roomId, playerIds, previousPlayers);
|
|
46217
46188
|
};
|
|
46218
46189
|
protoOf(GameToRoomTransition).toString = function () {
|
|
46219
|
-
return 'GameToRoomTransition(roomId=' + this.roomId + ', playerIds=' +
|
|
46190
|
+
return 'GameToRoomTransition(roomId=' + this.roomId + ', playerIds=' + toString(this.playerIds) + ', previousPlayers=' + toString(this.j7u_1) + ')';
|
|
46220
46191
|
};
|
|
46221
46192
|
protoOf(GameToRoomTransition).hashCode = function () {
|
|
46222
46193
|
var result = getStringHashCode(this.roomId);
|
|
46223
|
-
result = imul(result, 31) +
|
|
46224
|
-
result = imul(result, 31) +
|
|
46194
|
+
result = imul(result, 31) + hashCode(this.playerIds) | 0;
|
|
46195
|
+
result = imul(result, 31) + hashCode(this.j7u_1) | 0;
|
|
46225
46196
|
return result;
|
|
46226
46197
|
};
|
|
46227
46198
|
protoOf(GameToRoomTransition).equals = function (other) {
|
|
@@ -46761,6 +46732,22 @@
|
|
|
46761
46732
|
}
|
|
46762
46733
|
return emptyList();
|
|
46763
46734
|
};
|
|
46735
|
+
protoOf(SceneMechanicAction).a64 = function () {
|
|
46736
|
+
// Inline function 'kotlin.requireNotNull' call
|
|
46737
|
+
var tmp0 = this.j8m_1;
|
|
46738
|
+
var tmp$ret$1;
|
|
46739
|
+
$l$block: {
|
|
46740
|
+
// Inline function 'kotlin.requireNotNull' call
|
|
46741
|
+
if (tmp0 == null) {
|
|
46742
|
+
var message = 'Required value was null.';
|
|
46743
|
+
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
46744
|
+
} else {
|
|
46745
|
+
tmp$ret$1 = tmp0;
|
|
46746
|
+
break $l$block;
|
|
46747
|
+
}
|
|
46748
|
+
}
|
|
46749
|
+
return tmp$ret$1;
|
|
46750
|
+
};
|
|
46764
46751
|
protoOf(SceneMechanicAction).ne = function () {
|
|
46765
46752
|
return this.j8m_1;
|
|
46766
46753
|
};
|
|
@@ -47159,6 +47146,9 @@
|
|
|
47159
47146
|
protoOf(PlayerReadyMechanicAction).v8s = function (sceneId) {
|
|
47160
47147
|
return listOf('CALC_POINTS').t1(sceneId);
|
|
47161
47148
|
};
|
|
47149
|
+
protoOf(PlayerReadyMechanicAction).a64 = function () {
|
|
47150
|
+
return this.w8s_1;
|
|
47151
|
+
};
|
|
47162
47152
|
protoOf(PlayerReadyMechanicAction).toString = function () {
|
|
47163
47153
|
return 'PlayerReadyMechanicAction(currentTurnPlayerId=' + this.w8s_1 + ', aid=' + this.x8s_1 + ')';
|
|
47164
47154
|
};
|
|
@@ -47197,6 +47187,9 @@
|
|
|
47197
47187
|
protoOf(SuitChoiceMechanicAction).b8q = function () {
|
|
47198
47188
|
return this.s8m_1;
|
|
47199
47189
|
};
|
|
47190
|
+
protoOf(SuitChoiceMechanicAction).a64 = function () {
|
|
47191
|
+
return this.q8m_1;
|
|
47192
|
+
};
|
|
47200
47193
|
protoOf(SuitChoiceMechanicAction).v8s = function (sceneId) {
|
|
47201
47194
|
return 'TRADE' === sceneId;
|
|
47202
47195
|
};
|
|
@@ -47282,6 +47275,9 @@
|
|
|
47282
47275
|
protoOf(CombinationChoiceMechanicAction).d6d = function () {
|
|
47283
47276
|
return true;
|
|
47284
47277
|
};
|
|
47278
|
+
protoOf(CombinationChoiceMechanicAction).a64 = function () {
|
|
47279
|
+
return this.c8t_1;
|
|
47280
|
+
};
|
|
47285
47281
|
protoOf(CombinationChoiceMechanicAction).toString = function () {
|
|
47286
47282
|
return 'CombinationChoiceMechanicAction(isAnnounced=' + this.a8t_1 + ', combinations=' + toString(this.b8t_1) + ', currentTurnPlayerId=' + this.c8t_1 + ', aid=' + this.d8t_1 + ')';
|
|
47287
47283
|
};
|
|
@@ -47329,6 +47325,9 @@
|
|
|
47329
47325
|
protoOf(PutCardMechanicAction).v8s = function (sceneId) {
|
|
47330
47326
|
return 'EARN_POINTS' === sceneId;
|
|
47331
47327
|
};
|
|
47328
|
+
protoOf(PutCardMechanicAction).a64 = function () {
|
|
47329
|
+
return this.v8m_1;
|
|
47330
|
+
};
|
|
47332
47331
|
protoOf(PutCardMechanicAction).toString = function () {
|
|
47333
47332
|
var tmp = "currentTurnPlayerId='" + this.v8m_1 + "'";
|
|
47334
47333
|
// Inline function 'kotlin.takeIf' call
|
|
@@ -55235,15 +55234,25 @@
|
|
|
55235
55234
|
return tmp0.ep(tmp$ret$1, value);
|
|
55236
55235
|
};
|
|
55237
55236
|
protoOf(ParserHelperImpl).encodeGameToRoomTransition = function (transition) {
|
|
55238
|
-
var
|
|
55239
|
-
|
|
55240
|
-
|
|
55241
|
-
|
|
55242
|
-
|
|
55243
|
-
|
|
55244
|
-
|
|
55245
|
-
|
|
55246
|
-
|
|
55237
|
+
var dto = mapToDto_95(transition);
|
|
55238
|
+
try {
|
|
55239
|
+
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
55240
|
+
var this_0 = this.z97_1;
|
|
55241
|
+
// Inline function 'kotlinx.serialization.serializer' call
|
|
55242
|
+
var this_1 = this_0.ds();
|
|
55243
|
+
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
55244
|
+
var this_2 = serializer(this_1, createKType(getKClass(GameTransitionDto), arrayOf([]), false));
|
|
55245
|
+
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
55246
|
+
var encodeToString = this_0.ep(tmp$ret$1, dto);
|
|
55247
|
+
return encodeToString;
|
|
55248
|
+
} catch ($p) {
|
|
55249
|
+
if ($p instanceof Error) {
|
|
55250
|
+
var error = $p;
|
|
55251
|
+
throw Exception_init_$Create$('encodeGameToRoomTransition: ' + error.toString() + ', ' + toString(transition) + ', ' + toString(dto), error);
|
|
55252
|
+
} else {
|
|
55253
|
+
throw $p;
|
|
55254
|
+
}
|
|
55255
|
+
}
|
|
55247
55256
|
};
|
|
55248
55257
|
protoOf(ParserHelperImpl).decodeGameToRoomTransition = function (json) {
|
|
55249
55258
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
@@ -56015,16 +56024,15 @@
|
|
|
56015
56024
|
return this.b6d();
|
|
56016
56025
|
});
|
|
56017
56026
|
protoOf(RevengeRoomTransition).b8a = get_isEnableChoosePartnerScreen;
|
|
56018
|
-
protoOf(RevengeRoomTransition).x8q = get_readyPlayerIdsArray;
|
|
56019
56027
|
defineProp(protoOf(RevengeRoomTransition), 'previousPlayers', function () {
|
|
56020
56028
|
return this.w8q();
|
|
56021
56029
|
});
|
|
56022
|
-
defineProp(protoOf(RevengeRoomTransition), 'isEnableChoosePartnerScreen', function () {
|
|
56023
|
-
return this.b8a();
|
|
56024
|
-
});
|
|
56025
56030
|
defineProp(protoOf(RevengeRoomTransition), 'readyPlayerIdsArray', function () {
|
|
56026
56031
|
return this.x8q();
|
|
56027
56032
|
});
|
|
56033
|
+
defineProp(protoOf(RevengeRoomTransition), 'isEnableChoosePartnerScreen', function () {
|
|
56034
|
+
return this.b8a();
|
|
56035
|
+
});
|
|
56028
56036
|
defineProp(protoOf(GameToRoomTransition), 'previousPlayers', function () {
|
|
56029
56037
|
return this.w8q();
|
|
56030
56038
|
});
|
|
@@ -56088,7 +56096,6 @@
|
|
|
56088
56096
|
defineProp(protoOf(FinishGameMechanicAction), 'actionTag', function () {
|
|
56089
56097
|
return this.b6d();
|
|
56090
56098
|
});
|
|
56091
|
-
protoOf(SceneMechanicAction).a64 = get_playerId_0;
|
|
56092
56099
|
defineProp(protoOf(SceneMechanicAction), 'sceneId', function () {
|
|
56093
56100
|
return this.a76();
|
|
56094
56101
|
});
|
|
@@ -56098,6 +56105,9 @@
|
|
|
56098
56105
|
defineProp(protoOf(SceneMechanicAction), 'actData', function () {
|
|
56099
56106
|
return this.b8s();
|
|
56100
56107
|
});
|
|
56108
|
+
defineProp(protoOf(SceneMechanicAction), 'playerId', function () {
|
|
56109
|
+
return this.a64();
|
|
56110
|
+
});
|
|
56101
56111
|
defineProp(protoOf(SceneMechanicAction), 'actionTag', function () {
|
|
56102
56112
|
return this.b6d();
|
|
56103
56113
|
});
|
|
@@ -56153,11 +56163,15 @@
|
|
|
56153
56163
|
defineProp(protoOf(TeamsDataMechanicAction), 'actionTag', function () {
|
|
56154
56164
|
return this.b6d();
|
|
56155
56165
|
});
|
|
56156
|
-
protoOf(PlayerReadyMechanicAction)
|
|
56166
|
+
defineProp(protoOf(PlayerReadyMechanicAction), 'playerId', function () {
|
|
56167
|
+
return this.a64();
|
|
56168
|
+
});
|
|
56157
56169
|
defineProp(protoOf(PlayerReadyMechanicAction), 'actionTag', function () {
|
|
56158
56170
|
return this.b6d();
|
|
56159
56171
|
});
|
|
56160
|
-
protoOf(SuitChoiceMechanicAction)
|
|
56172
|
+
defineProp(protoOf(SuitChoiceMechanicAction), 'playerId', function () {
|
|
56173
|
+
return this.a64();
|
|
56174
|
+
});
|
|
56161
56175
|
defineProp(protoOf(SuitChoiceMechanicAction), 'actionTag', function () {
|
|
56162
56176
|
return this.b6d();
|
|
56163
56177
|
});
|
|
@@ -56168,13 +56182,17 @@
|
|
|
56168
56182
|
defineProp(protoOf(TrumpMechanicAction), 'actionTag', function () {
|
|
56169
56183
|
return this.b6d();
|
|
56170
56184
|
});
|
|
56171
|
-
protoOf(CombinationChoiceMechanicAction).a64 = get_playerId_0;
|
|
56172
56185
|
protoOf(CombinationChoiceMechanicAction).e6d = waitForExpectantAnimation;
|
|
56173
56186
|
protoOf(CombinationChoiceMechanicAction).f6d = get_isAutoStartTimer;
|
|
56187
|
+
defineProp(protoOf(CombinationChoiceMechanicAction), 'playerId', function () {
|
|
56188
|
+
return this.a64();
|
|
56189
|
+
});
|
|
56174
56190
|
defineProp(protoOf(CombinationChoiceMechanicAction), 'actionTag', function () {
|
|
56175
56191
|
return this.b6d();
|
|
56176
56192
|
});
|
|
56177
|
-
protoOf(PutCardMechanicAction)
|
|
56193
|
+
defineProp(protoOf(PutCardMechanicAction), 'playerId', function () {
|
|
56194
|
+
return this.a64();
|
|
56195
|
+
});
|
|
56178
56196
|
defineProp(protoOf(PutCardMechanicAction), 'actionTag', function () {
|
|
56179
56197
|
return this.b6d();
|
|
56180
56198
|
});
|