raspberry_games_engine_helpers 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 +125 -125
- package/Logic_Debertz-core.js +54 -54
- package/Logic_Debertz-engine.d.ts +6 -6
- package/Logic_Debertz-engine.js +195 -192
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +358 -352
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +16 -16
- package/kotlinx-serialization-kotlinx-serialization-core.js +180 -180
- package/kotlinx-serialization-kotlinx-serialization-json.js +123 -123
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +12 -12
- package/raspberry-cardgame-lib-logger.js +13 -13
- package/raspberry-cardgame-lib-random.js +19 -19
package/Logic_Debertz-engine.js
CHANGED
|
@@ -37,94 +37,94 @@
|
|
|
37
37
|
'use strict';
|
|
38
38
|
//region block: imports
|
|
39
39
|
var imul = Math.imul;
|
|
40
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
41
|
-
var initMetadataForInterface = kotlin_kotlin.$_$.
|
|
42
|
-
var listOf = kotlin_kotlin.$_$.
|
|
43
|
-
var emptyList = kotlin_kotlin.$_$.
|
|
44
|
-
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.
|
|
45
|
-
var arrayOf = kotlin_kotlin.$_$.
|
|
46
|
-
var createKType = kotlin_kotlin.$_$.
|
|
47
|
-
var createInvariantKTypeProjection = kotlin_kotlin.$_$.
|
|
40
|
+
var protoOf = kotlin_kotlin.$_$.ea;
|
|
41
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.l9;
|
|
42
|
+
var listOf = kotlin_kotlin.$_$.n6;
|
|
43
|
+
var emptyList = kotlin_kotlin.$_$.o5;
|
|
44
|
+
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.o3;
|
|
45
|
+
var arrayOf = kotlin_kotlin.$_$.pd;
|
|
46
|
+
var createKType = kotlin_kotlin.$_$.qa;
|
|
47
|
+
var createInvariantKTypeProjection = kotlin_kotlin.$_$.pa;
|
|
48
48
|
var serializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.x2;
|
|
49
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
49
|
+
var THROW_CCE = kotlin_kotlin.$_$.dd;
|
|
50
50
|
var KSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.p2;
|
|
51
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
51
|
+
var isInterface = kotlin_kotlin.$_$.v9;
|
|
52
52
|
var Logger_getInstance = kotlin_io_raspberryapps_cardgame_logger.$_$.m;
|
|
53
53
|
var VOID = kotlin_kotlin.$_$.b;
|
|
54
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
55
|
-
var copyToArray = kotlin_kotlin.$_$.
|
|
56
|
-
var initMetadataForCompanion = kotlin_kotlin.$_$.
|
|
57
|
-
var getKClassFromExpression = kotlin_kotlin.$_$.
|
|
58
|
-
var contentEquals = kotlin_kotlin.$_$.
|
|
59
|
-
var getBooleanHashCode = kotlin_kotlin.$_$.
|
|
60
|
-
var contentHashCode = kotlin_kotlin.$_$.
|
|
61
|
-
var toString = kotlin_kotlin.$_$.
|
|
62
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
63
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
64
|
-
var getNumberHashCode = kotlin_kotlin.$_$.
|
|
65
|
-
var equals = kotlin_kotlin.$_$.
|
|
54
|
+
var Unit_instance = kotlin_kotlin.$_$.b4;
|
|
55
|
+
var copyToArray = kotlin_kotlin.$_$.l5;
|
|
56
|
+
var initMetadataForCompanion = kotlin_kotlin.$_$.j9;
|
|
57
|
+
var getKClassFromExpression = kotlin_kotlin.$_$.ra;
|
|
58
|
+
var contentEquals = kotlin_kotlin.$_$.z4;
|
|
59
|
+
var getBooleanHashCode = kotlin_kotlin.$_$.d9;
|
|
60
|
+
var contentHashCode = kotlin_kotlin.$_$.a5;
|
|
61
|
+
var toString = kotlin_kotlin.$_$.ga;
|
|
62
|
+
var initMetadataForClass = kotlin_kotlin.$_$.i9;
|
|
63
|
+
var defineProp = kotlin_kotlin.$_$.b9;
|
|
64
|
+
var getNumberHashCode = kotlin_kotlin.$_$.e9;
|
|
65
|
+
var equals = kotlin_kotlin.$_$.c9;
|
|
66
66
|
var createSimpleEnumSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g2;
|
|
67
|
-
var THROW_IAE = kotlin_kotlin.$_$.
|
|
67
|
+
var THROW_IAE = kotlin_kotlin.$_$.ed;
|
|
68
68
|
var LazyThreadSafetyMode_PUBLICATION_getInstance = kotlin_kotlin.$_$.d;
|
|
69
|
-
var lazy = kotlin_kotlin.$_$.
|
|
69
|
+
var lazy = kotlin_kotlin.$_$.wd;
|
|
70
70
|
var SerializerFactory = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.e2;
|
|
71
|
-
var Enum = kotlin_kotlin.$_$.
|
|
72
|
-
var FunctionAdapter = kotlin_kotlin.$_$.
|
|
73
|
-
var Comparator = kotlin_kotlin.$_$.
|
|
74
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
75
|
-
var compareValues = kotlin_kotlin.$_$.
|
|
76
|
-
var toList = kotlin_kotlin.$_$.
|
|
77
|
-
var collectionSizeOrDefault = kotlin_kotlin.$_$.
|
|
71
|
+
var Enum = kotlin_kotlin.$_$.wc;
|
|
72
|
+
var FunctionAdapter = kotlin_kotlin.$_$.q8;
|
|
73
|
+
var Comparator = kotlin_kotlin.$_$.tc;
|
|
74
|
+
var hashCode = kotlin_kotlin.$_$.h9;
|
|
75
|
+
var compareValues = kotlin_kotlin.$_$.q7;
|
|
76
|
+
var toList = kotlin_kotlin.$_$.i7;
|
|
77
|
+
var collectionSizeOrDefault = kotlin_kotlin.$_$.x4;
|
|
78
78
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.e;
|
|
79
|
-
var sortedWith = kotlin_kotlin.$_$.
|
|
80
|
-
var Duration__hashCode_impl_u4exz6 = kotlin_kotlin.$_$.
|
|
81
|
-
var Duration__toString_impl_8d916b = kotlin_kotlin.$_$.
|
|
82
|
-
var contentToString = kotlin_kotlin.$_$.
|
|
83
|
-
var Duration = kotlin_kotlin.$_$.
|
|
84
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
85
|
-
var enumEntries = kotlin_kotlin.$_$.
|
|
79
|
+
var sortedWith = kotlin_kotlin.$_$.b7;
|
|
80
|
+
var Duration__hashCode_impl_u4exz6 = kotlin_kotlin.$_$.k1;
|
|
81
|
+
var Duration__toString_impl_8d916b = kotlin_kotlin.$_$.o1;
|
|
82
|
+
var contentToString = kotlin_kotlin.$_$.b5;
|
|
83
|
+
var Duration = kotlin_kotlin.$_$.lc;
|
|
84
|
+
var getStringHashCode = kotlin_kotlin.$_$.g9;
|
|
85
|
+
var enumEntries = kotlin_kotlin.$_$.t7;
|
|
86
86
|
var previousToOrNull = kotlin_io_raspberryapps_game_engine_core.$_$.e1;
|
|
87
87
|
var nextToOrNull = kotlin_io_raspberryapps_game_engine_core.$_$.d1;
|
|
88
|
-
var noWhenBranchMatchedException = kotlin_kotlin.$_$.
|
|
89
|
-
var NoSuchElementException_init_$Create$ = kotlin_kotlin.$_$.
|
|
90
|
-
var System_instance = kotlin_kotlin.$_$.
|
|
88
|
+
var noWhenBranchMatchedException = kotlin_kotlin.$_$.yd;
|
|
89
|
+
var NoSuchElementException_init_$Create$ = kotlin_kotlin.$_$.e1;
|
|
90
|
+
var System_instance = kotlin_kotlin.$_$.q3;
|
|
91
91
|
var PlayerIdContract = kotlin_io_raspberryapps_game_engine_core.$_$.c;
|
|
92
|
-
var toString_0 = kotlin_kotlin.$_$.
|
|
93
|
-
var Comparable = kotlin_kotlin.$_$.
|
|
94
|
-
var listOfNotNull = kotlin_kotlin.$_$.
|
|
95
|
-
var joinToString = kotlin_kotlin.$_$.
|
|
92
|
+
var toString_0 = kotlin_kotlin.$_$.de;
|
|
93
|
+
var Comparable = kotlin_kotlin.$_$.sc;
|
|
94
|
+
var listOfNotNull = kotlin_kotlin.$_$.l6;
|
|
95
|
+
var joinToString = kotlin_kotlin.$_$.d6;
|
|
96
96
|
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.f;
|
|
97
|
-
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.
|
|
97
|
+
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.a1;
|
|
98
98
|
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.o;
|
|
99
|
-
var mapCapacity = kotlin_kotlin.$_$.
|
|
99
|
+
var mapCapacity = kotlin_kotlin.$_$.o6;
|
|
100
100
|
var LinkedHashMap_init_$Create$_0 = kotlin_kotlin.$_$.n;
|
|
101
|
-
var UnsupportedOperationException_init_$Create$ = kotlin_kotlin.$_$.
|
|
102
|
-
var plus = kotlin_kotlin.$_$.
|
|
103
|
-
var toSet = kotlin_kotlin.$_$.
|
|
104
|
-
var sorted = kotlin_kotlin.$_$.
|
|
105
|
-
var toMutableMap = kotlin_kotlin.$_$.
|
|
101
|
+
var UnsupportedOperationException_init_$Create$ = kotlin_kotlin.$_$.i1;
|
|
102
|
+
var plus = kotlin_kotlin.$_$.t6;
|
|
103
|
+
var toSet = kotlin_kotlin.$_$.m7;
|
|
104
|
+
var sorted = kotlin_kotlin.$_$.c7;
|
|
105
|
+
var toMutableMap = kotlin_kotlin.$_$.l7;
|
|
106
106
|
var createAnnotatedEnumSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.f2;
|
|
107
|
-
var listOf_0 = kotlin_kotlin.$_$.
|
|
108
|
-
var last = kotlin_kotlin.$_$.
|
|
109
|
-
var sum = kotlin_kotlin.$_$.
|
|
110
|
-
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.
|
|
111
|
-
var first = kotlin_kotlin.$_$.
|
|
112
|
-
var first_0 = kotlin_kotlin.$_$.
|
|
113
|
-
var contains = kotlin_kotlin.$_$.
|
|
107
|
+
var listOf_0 = kotlin_kotlin.$_$.m6;
|
|
108
|
+
var last = kotlin_kotlin.$_$.i6;
|
|
109
|
+
var sum = kotlin_kotlin.$_$.d7;
|
|
110
|
+
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.c1;
|
|
111
|
+
var first = kotlin_kotlin.$_$.u5;
|
|
112
|
+
var first_0 = kotlin_kotlin.$_$.v5;
|
|
113
|
+
var contains = kotlin_kotlin.$_$.y4;
|
|
114
114
|
var MechanicException = kotlin_io_raspberryapps_game_engine_core.$_$.a;
|
|
115
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
116
|
-
var to = kotlin_kotlin.$_$.
|
|
117
|
-
var mapOf = kotlin_kotlin.$_$.
|
|
118
|
-
var checkIndexOverflow = kotlin_kotlin.$_$.
|
|
119
|
-
var asSequence = kotlin_kotlin.$_$.
|
|
120
|
-
var filter = kotlin_kotlin.$_$.
|
|
121
|
-
var map = kotlin_kotlin.$_$.
|
|
122
|
-
var firstOrNull = kotlin_kotlin.$_$.
|
|
115
|
+
var initMetadataForObject = kotlin_kotlin.$_$.n9;
|
|
116
|
+
var to = kotlin_kotlin.$_$.ee;
|
|
117
|
+
var mapOf = kotlin_kotlin.$_$.p6;
|
|
118
|
+
var checkIndexOverflow = kotlin_kotlin.$_$.w4;
|
|
119
|
+
var asSequence = kotlin_kotlin.$_$.t4;
|
|
120
|
+
var filter = kotlin_kotlin.$_$.ya;
|
|
121
|
+
var map = kotlin_kotlin.$_$.cb;
|
|
122
|
+
var firstOrNull = kotlin_kotlin.$_$.za;
|
|
123
123
|
var CardIndexComparator_instance = kotlin_io_raspberryapps_cardgame_core.$_$.a;
|
|
124
|
-
var lastOrNull = kotlin_kotlin.$_$.
|
|
125
|
-
var toMap = kotlin_kotlin.$_$.
|
|
124
|
+
var lastOrNull = kotlin_kotlin.$_$.h6;
|
|
125
|
+
var toMap = kotlin_kotlin.$_$.j7;
|
|
126
126
|
var Companion_instance = kotlin_io_raspberryapps_cardgame_core.$_$.b;
|
|
127
|
-
var getKClass = kotlin_kotlin.$_$.
|
|
127
|
+
var getKClass = kotlin_kotlin.$_$.sa;
|
|
128
128
|
var SealedClassSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.d;
|
|
129
129
|
var PluginGeneratedSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.d2;
|
|
130
130
|
var BooleanSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.p;
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
var typeParametersSerializers = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.y1;
|
|
135
135
|
var GeneratedSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.z1;
|
|
136
136
|
var throwMissingFieldException = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.i2;
|
|
137
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
137
|
+
var objectCreate = kotlin_kotlin.$_$.da;
|
|
138
138
|
var Companion_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.c;
|
|
139
139
|
var ArrayListSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.w1;
|
|
140
140
|
var IntSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.t;
|
|
@@ -147,35 +147,35 @@
|
|
|
147
147
|
var Companion_getInstance_2 = kotlin_io_raspberryapps_game_engine_core.$_$.k1;
|
|
148
148
|
var mapToDto = kotlin_io_raspberryapps_game_engine_core.$_$.o;
|
|
149
149
|
var mapFromDto = kotlin_io_raspberryapps_game_engine_core.$_$.i;
|
|
150
|
-
var emptySet = kotlin_kotlin.$_$.
|
|
150
|
+
var emptySet = kotlin_kotlin.$_$.q5;
|
|
151
151
|
var enumToStringSafe = kotlin_io_raspberryapps_game_engine_core.$_$.a1;
|
|
152
152
|
var enumToString = kotlin_io_raspberryapps_game_engine_core.$_$.b1;
|
|
153
153
|
var toDomainEnum = kotlin_io_raspberryapps_game_engine_core.$_$.g1;
|
|
154
154
|
var toDomainEnumSafe = kotlin_io_raspberryapps_game_engine_core.$_$.f1;
|
|
155
|
-
var mapOf_0 = kotlin_kotlin.$_$.
|
|
155
|
+
var mapOf_0 = kotlin_kotlin.$_$.q6;
|
|
156
156
|
var mapToDto_0 = kotlin_io_raspberryapps_game_engine_core.$_$.n;
|
|
157
157
|
var mapToDto_1 = kotlin_io_raspberryapps_game_engine_core.$_$.l;
|
|
158
158
|
var mapFromDto_0 = kotlin_io_raspberryapps_game_engine_core.$_$.k;
|
|
159
159
|
var mapFromDto_1 = kotlin_io_raspberryapps_game_engine_core.$_$.j;
|
|
160
|
-
var Companion_getInstance_3 = kotlin_kotlin.$_$.
|
|
161
|
-
var _Duration___get_inWholeMilliseconds__impl__msfiry = kotlin_kotlin.$_$.
|
|
162
|
-
var Long = kotlin_kotlin.$_$.
|
|
163
|
-
var equalsLong = kotlin_kotlin.$_$.
|
|
164
|
-
var Companion_getInstance_4 = kotlin_kotlin.$_$.
|
|
160
|
+
var Companion_getInstance_3 = kotlin_kotlin.$_$.s3;
|
|
161
|
+
var _Duration___get_inWholeMilliseconds__impl__msfiry = kotlin_kotlin.$_$.l1;
|
|
162
|
+
var Long = kotlin_kotlin.$_$.zc;
|
|
163
|
+
var equalsLong = kotlin_kotlin.$_$.e8;
|
|
164
|
+
var Companion_getInstance_4 = kotlin_kotlin.$_$.r3;
|
|
165
165
|
var DurationUnit_MILLISECONDS_getInstance = kotlin_kotlin.$_$.c;
|
|
166
|
-
var toDuration = kotlin_kotlin.$_$.
|
|
167
|
-
var coerceAtLeast = kotlin_kotlin.$_$.
|
|
168
|
-
var flatten = kotlin_kotlin.$_$.
|
|
169
|
-
var getOrNull = kotlin_kotlin.$_$.
|
|
170
|
-
var getValue = kotlin_kotlin.$_$.
|
|
171
|
-
var toIntOrNull = kotlin_kotlin.$_$.
|
|
166
|
+
var toDuration = kotlin_kotlin.$_$.nc;
|
|
167
|
+
var coerceAtLeast = kotlin_kotlin.$_$.ka;
|
|
168
|
+
var flatten = kotlin_kotlin.$_$.w5;
|
|
169
|
+
var getOrNull = kotlin_kotlin.$_$.y5;
|
|
170
|
+
var getValue = kotlin_kotlin.$_$.z5;
|
|
171
|
+
var toIntOrNull = kotlin_kotlin.$_$.cc;
|
|
172
172
|
var RulesDto = kotlin_io_raspberryapps_game_engine_core.$_$.p;
|
|
173
173
|
var mapToDto_2 = kotlin_io_raspberryapps_game_engine_core.$_$.m;
|
|
174
174
|
var mapFromDto_2 = kotlin_io_raspberryapps_game_engine_core.$_$.h;
|
|
175
175
|
var Companion_instance_0 = kotlin_io_raspberryapps_game_engine_core.$_$.l1;
|
|
176
176
|
var Companion_instance_1 = kotlin_io_raspberryapps_game_engine_core.$_$.j1;
|
|
177
177
|
var PlayerConnectionState_LIVE_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.i1;
|
|
178
|
-
var toDuration_0 = kotlin_kotlin.$_$.
|
|
178
|
+
var toDuration_0 = kotlin_kotlin.$_$.oc;
|
|
179
179
|
var PlayerConnectionState_LEFT_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.h1;
|
|
180
180
|
var $serializer_getInstance_0 = kotlin_io_raspberryapps_game_engine_core.$_$.o1;
|
|
181
181
|
var DoubleSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.q;
|
|
@@ -186,10 +186,10 @@
|
|
|
186
186
|
var $serializer_getInstance_1 = kotlin_io_raspberryapps_game_engine_core.$_$.p1;
|
|
187
187
|
var InstantSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.s;
|
|
188
188
|
var PlayerState = kotlin_io_raspberryapps_game_engine_core.$_$.e;
|
|
189
|
-
var charSequenceLength = kotlin_kotlin.$_$.
|
|
189
|
+
var charSequenceLength = kotlin_kotlin.$_$.y8;
|
|
190
190
|
var LoggerPayload = kotlin_io_raspberryapps_cardgame_logger.$_$.e;
|
|
191
|
-
var take = kotlin_kotlin.$_$.
|
|
192
|
-
var last_0 = kotlin_kotlin.$_$.
|
|
191
|
+
var take = kotlin_kotlin.$_$.e7;
|
|
192
|
+
var last_0 = kotlin_kotlin.$_$.j6;
|
|
193
193
|
var Json = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_json.$_$.a;
|
|
194
194
|
var SerializersModuleBuilder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.l2;
|
|
195
195
|
var PolymorphicModuleBuilder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.k2;
|
|
@@ -208,20 +208,20 @@
|
|
|
208
208
|
var Action = kotlin_io_raspberryapps_game_engine_core.$_$.z;
|
|
209
209
|
var NotValidateIfGameFinishing = kotlin_io_raspberryapps_game_engine_core.$_$.u;
|
|
210
210
|
var NotValidateIfGameFinished = kotlin_io_raspberryapps_game_engine_core.$_$.s;
|
|
211
|
-
var emptyMap = kotlin_kotlin.$_$.
|
|
211
|
+
var emptyMap = kotlin_kotlin.$_$.p5;
|
|
212
212
|
var PlayerIndex = kotlin_io_raspberryapps_game_engine_core.$_$.d;
|
|
213
|
-
var firstOrNull_0 = kotlin_kotlin.$_$.
|
|
213
|
+
var firstOrNull_0 = kotlin_kotlin.$_$.t5;
|
|
214
214
|
var Team = kotlin_io_raspberryapps_game_engine_core.$_$.f;
|
|
215
|
-
var listOfNotNull_0 = kotlin_kotlin.$_$.
|
|
215
|
+
var listOfNotNull_0 = kotlin_kotlin.$_$.k6;
|
|
216
216
|
var BufferedAction = kotlin_io_raspberryapps_game_engine_core.$_$.v;
|
|
217
217
|
var IgnoreBufferForAction = kotlin_io_raspberryapps_game_engine_core.$_$.w;
|
|
218
218
|
var ProcessingReason_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.t1;
|
|
219
219
|
var ReleaseBufferTriggerAction = kotlin_io_raspberryapps_game_engine_core.$_$.x;
|
|
220
|
-
var isArray = kotlin_kotlin.$_$.
|
|
220
|
+
var isArray = kotlin_kotlin.$_$.o9;
|
|
221
221
|
var mapOfObject = kotlin_io_raspberryapps_game_engine_core.$_$.c1;
|
|
222
222
|
var getPlayer = kotlin_io_raspberryapps_game_engine_core.$_$.g;
|
|
223
223
|
var GameUserInfo = kotlin_io_raspberryapps_game_engine_core.$_$.b;
|
|
224
|
-
var Default_getInstance = kotlin_kotlin.$_$.
|
|
224
|
+
var Default_getInstance = kotlin_kotlin.$_$.n3;
|
|
225
225
|
var d = kotlin_io_raspberryapps_cardgame_logger.$_$.h;
|
|
226
226
|
var generateMsg = kotlin_io_raspberryapps_cardgame_logger.$_$.b;
|
|
227
227
|
var e = kotlin_io_raspberryapps_cardgame_logger.$_$.i;
|
|
@@ -229,15 +229,16 @@
|
|
|
229
229
|
var v = kotlin_io_raspberryapps_cardgame_logger.$_$.k;
|
|
230
230
|
var w = kotlin_io_raspberryapps_cardgame_logger.$_$.l;
|
|
231
231
|
var LoggerOutput = kotlin_io_raspberryapps_cardgame_logger.$_$.a;
|
|
232
|
-
var KtList = kotlin_kotlin.$_$.
|
|
232
|
+
var KtList = kotlin_kotlin.$_$.i4;
|
|
233
|
+
var Exception_init_$Create$ = kotlin_kotlin.$_$.w;
|
|
233
234
|
var RaspberryLogger = kotlin_io_raspberryapps_cardgame_logger.$_$.g;
|
|
234
|
-
var KProperty1 = kotlin_kotlin.$_$.
|
|
235
|
-
var getPropertyCallableRef = kotlin_kotlin.$_$.
|
|
236
|
-
var mutableListOf = kotlin_kotlin.$_$.
|
|
235
|
+
var KProperty1 = kotlin_kotlin.$_$.wa;
|
|
236
|
+
var getPropertyCallableRef = kotlin_kotlin.$_$.f9;
|
|
237
|
+
var mutableListOf = kotlin_kotlin.$_$.r6;
|
|
237
238
|
var CombinedRaspberryLogger = kotlin_io_raspberryapps_cardgame_logger.$_$.c;
|
|
238
239
|
var PlatformRaspberryLogger = kotlin_io_raspberryapps_cardgame_logger.$_$.f;
|
|
239
240
|
var Companion_instance_2 = kotlin_org_kodein_di_kodein_di.$_$.b;
|
|
240
|
-
var lazy_0 = kotlin_kotlin.$_$.
|
|
241
|
+
var lazy_0 = kotlin_kotlin.$_$.xd;
|
|
241
242
|
var Instance = kotlin_org_kodein_di_kodein_di.$_$.e;
|
|
242
243
|
//endregion
|
|
243
244
|
//region block: pre-declaration
|
|
@@ -756,14 +757,14 @@
|
|
|
756
757
|
initMetadataForClass(ClearAction, 'ClearAction', VOID, VOID, [Action, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
|
|
757
758
|
initMetadataForClass(FromClientActionPayloadProvider, 'FromClientActionPayloadProvider');
|
|
758
759
|
initMetadataForClass(FromClientAction, 'FromClientAction', VOID, VOID, [Action]);
|
|
759
|
-
initMetadataForClass(PartnerSelectedFromClientAction, 'PartnerSelectedFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
760
|
-
initMetadataForClass(PlayerReadyFromClientAction, 'PlayerReadyFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
761
|
-
initMetadataForClass(SuitChoiceFromClientAction, 'SuitChoiceFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
762
|
-
initMetadataForClass(CombinationChoiceFromClientAction, 'CombinationChoiceFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
763
|
-
initMetadataForClass(CardFromClientAction, 'CardFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
760
|
+
initMetadataForClass(PartnerSelectedFromClientAction, 'PartnerSelectedFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
761
|
+
initMetadataForClass(PlayerReadyFromClientAction, 'PlayerReadyFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
762
|
+
initMetadataForClass(SuitChoiceFromClientAction, 'SuitChoiceFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
763
|
+
initMetadataForClass(CombinationChoiceFromClientAction, 'CombinationChoiceFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
764
|
+
initMetadataForClass(CardFromClientAction, 'CardFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
764
765
|
initMetadataForClass(MessageFromClientAction, 'MessageFromClientAction', VOID, FromClientAction);
|
|
765
766
|
initMetadataForClass(ExitFromClientAction, 'ExitFromClientAction', VOID, FromClientAction);
|
|
766
|
-
initMetadataForClass(RequestedCardDecksFromClientAction, 'RequestedCardDecksFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
767
|
+
initMetadataForClass(RequestedCardDecksFromClientAction, 'RequestedCardDecksFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
767
768
|
initMetadataForCompanion(Companion_149);
|
|
768
769
|
initMetadataForClass(ActionDeliveryPayload, 'ActionDeliveryPayload');
|
|
769
770
|
initMetadataForCompanion(Companion_150, VOID, [SerializerFactory]);
|
|
@@ -796,10 +797,6 @@
|
|
|
796
797
|
function get_isEnableChoosePartnerScreen() {
|
|
797
798
|
return false;
|
|
798
799
|
}
|
|
799
|
-
function get_readyPlayerIdsArray() {
|
|
800
|
-
// Inline function 'kotlin.emptyArray' call
|
|
801
|
-
return [];
|
|
802
|
-
}
|
|
803
800
|
initMetadataForInterface(GameTransition, 'GameTransition');
|
|
804
801
|
initMetadataForClass(RevengeRoomTransition, 'RevengeRoomTransition', VOID, VOID, [GameTransition]);
|
|
805
802
|
initMetadataForClass(GameToRoomTransition, 'GameToRoomTransition', VOID, VOID, [GameTransition]);
|
|
@@ -812,33 +809,16 @@
|
|
|
812
809
|
initMetadataForClass(FinishingGameMechanicAction, 'FinishingGameMechanicAction', VOID, MechanicAction, [MechanicAction, TerminatedAction, NotValidateIfGameFinishing]);
|
|
813
810
|
initMetadataForClass(FinishGameMechanicAction, 'FinishGameMechanicAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinishing, TerminatedAction]);
|
|
814
811
|
initMetadataForInterface(NavigationMechanicAction, 'NavigationMechanicAction', VOID, VOID, [Action]);
|
|
815
|
-
|
|
816
|
-
// Inline function 'kotlin.requireNotNull' call
|
|
817
|
-
var tmp0 = this.x3z();
|
|
818
|
-
var tmp$ret$1;
|
|
819
|
-
$l$block: {
|
|
820
|
-
// Inline function 'kotlin.requireNotNull' call
|
|
821
|
-
if (tmp0 == null) {
|
|
822
|
-
var message = 'Required value was null.';
|
|
823
|
-
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
824
|
-
} else {
|
|
825
|
-
tmp$ret$1 = tmp0;
|
|
826
|
-
break $l$block;
|
|
827
|
-
}
|
|
828
|
-
}
|
|
829
|
-
return tmp$ret$1;
|
|
830
|
-
}
|
|
831
|
-
initMetadataForInterface(PlayerTurnIdAnswerAction, 'PlayerTurnIdAnswerAction', VOID, VOID, [Action, ReleaseBufferTriggerAction, PlayerIdContract]);
|
|
832
|
-
initMetadataForClass(SceneMechanicAction, 'SceneMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, ReleaseBufferTriggerAction, Action, PlayerTurnIdAnswerAction, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
|
|
812
|
+
initMetadataForClass(SceneMechanicAction, 'SceneMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, ReleaseBufferTriggerAction, Action, PlayerIdContract, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
|
|
833
813
|
initMetadataForClass(PlayerConnectionChangedMechanicAction, 'PlayerConnectionChangedMechanicAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
|
|
834
814
|
initMetadataForClass(ContinueGameMechanicAction, 'ContinueGameMechanicAction', VOID, MechanicAction, [MechanicAction, FirstMechanicAction, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
|
|
835
815
|
initMetadataForClass(RestartGameMechanicAction, 'RestartGameMechanicAction', VOID, MechanicAction, [MechanicAction, BufferedAction]);
|
|
836
816
|
initMetadataForClass(SceneActMechanicAction, 'SceneActMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, ReleaseBufferTriggerAction, Action]);
|
|
837
817
|
initMetadataForClass(TeamsDataMechanicAction, 'TeamsDataMechanicAction', VOID, MechanicAction, [MechanicAction, Action, BufferedAction]);
|
|
838
|
-
initMetadataForClass(PlayerReadyMechanicAction, 'PlayerReadyMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
839
|
-
initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
840
|
-
initMetadataForClass(CombinationChoiceMechanicAction, 'CombinationChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
841
|
-
initMetadataForClass(PutCardMechanicAction, 'PutCardMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
818
|
+
initMetadataForClass(PlayerReadyMechanicAction, 'PlayerReadyMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
|
|
819
|
+
initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
|
|
820
|
+
initMetadataForClass(CombinationChoiceMechanicAction, 'CombinationChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract, BufferedAction]);
|
|
821
|
+
initMetadataForClass(PutCardMechanicAction, 'PutCardMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
|
|
842
822
|
initMetadataForClass(TrumpMechanicAction, 'TrumpMechanicAction', VOID, MechanicAction, [MechanicAction, Action, BufferedAction]);
|
|
843
823
|
initMetadataForClass(PickUpBribeMechanicAction, 'PickUpBribeMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, BufferedAction]);
|
|
844
824
|
initMetadataForClass(WinnerCombinationsMechanicAction, 'WinnerCombinationsMechanicAction', VOID, MechanicAction, [MechanicAction, BufferedAction]);
|
|
@@ -8021,8 +8001,8 @@
|
|
|
8021
8001
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
8022
8002
|
var tmp2_cached = Companion_getInstance_36().j2v_1;
|
|
8023
8003
|
tmp1_output.zo(tmp0_desc, 0, value.m2v_1);
|
|
8024
|
-
tmp1_output.
|
|
8025
|
-
tmp1_output.
|
|
8004
|
+
tmp1_output.bp(tmp0_desc, 1, tmp2_cached[1].v1(), value.n2v_1);
|
|
8005
|
+
tmp1_output.bp(tmp0_desc, 2, tmp2_cached[2].v1(), value.o2v_1);
|
|
8026
8006
|
tmp1_output.ln(tmp0_desc);
|
|
8027
8007
|
};
|
|
8028
8008
|
protoOf($serializer_8).ck = function (encoder, value) {
|
|
@@ -8041,9 +8021,9 @@
|
|
|
8041
8021
|
if (tmp7_input.ao()) {
|
|
8042
8022
|
tmp4_local0 = tmp7_input.un(tmp0_desc, 0);
|
|
8043
8023
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
8044
|
-
tmp5_local1 = tmp7_input.
|
|
8024
|
+
tmp5_local1 = tmp7_input.wn(tmp0_desc, 1, tmp8_cached[1].v1(), tmp5_local1);
|
|
8045
8025
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
8046
|
-
tmp6_local2 = tmp7_input.
|
|
8026
|
+
tmp6_local2 = tmp7_input.wn(tmp0_desc, 2, tmp8_cached[2].v1(), tmp6_local2);
|
|
8047
8027
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
8048
8028
|
} else
|
|
8049
8029
|
while (tmp1_flag) {
|
|
@@ -8057,11 +8037,11 @@
|
|
|
8057
8037
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
8058
8038
|
break;
|
|
8059
8039
|
case 1:
|
|
8060
|
-
tmp5_local1 = tmp7_input.
|
|
8040
|
+
tmp5_local1 = tmp7_input.wn(tmp0_desc, 1, tmp8_cached[1].v1(), tmp5_local1);
|
|
8061
8041
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
8062
8042
|
break;
|
|
8063
8043
|
case 2:
|
|
8064
|
-
tmp6_local2 = tmp7_input.
|
|
8044
|
+
tmp6_local2 = tmp7_input.wn(tmp0_desc, 2, tmp8_cached[2].v1(), tmp6_local2);
|
|
8065
8045
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
8066
8046
|
break;
|
|
8067
8047
|
default:
|
|
@@ -8079,7 +8059,7 @@
|
|
|
8079
8059
|
// Inline function 'kotlin.arrayOf' call
|
|
8080
8060
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
8081
8061
|
// Inline function 'kotlin.js.asDynamic' call
|
|
8082
|
-
return [StringSerializer_getInstance(),
|
|
8062
|
+
return [StringSerializer_getInstance(), tmp0_cached[1].v1(), tmp0_cached[2].v1()];
|
|
8083
8063
|
};
|
|
8084
8064
|
var $serializer_instance_8;
|
|
8085
8065
|
function $serializer_getInstance_11() {
|
|
@@ -8106,12 +8086,12 @@
|
|
|
8106
8086
|
this.o2v_1 = previousPlayers;
|
|
8107
8087
|
}
|
|
8108
8088
|
protoOf(GameToRoomTransitionDto).toString = function () {
|
|
8109
|
-
return 'GameToRoomTransitionDto(roomId=' + this.m2v_1 + ', playerIds=' +
|
|
8089
|
+
return 'GameToRoomTransitionDto(roomId=' + this.m2v_1 + ', playerIds=' + toString(this.n2v_1) + ', previousPlayers=' + toString(this.o2v_1) + ')';
|
|
8110
8090
|
};
|
|
8111
8091
|
protoOf(GameToRoomTransitionDto).hashCode = function () {
|
|
8112
8092
|
var result = getStringHashCode(this.m2v_1);
|
|
8113
|
-
result = imul(result, 31) +
|
|
8114
|
-
result = imul(result, 31) +
|
|
8093
|
+
result = imul(result, 31) + hashCode(this.n2v_1) | 0;
|
|
8094
|
+
result = imul(result, 31) + hashCode(this.o2v_1) | 0;
|
|
8115
8095
|
return result;
|
|
8116
8096
|
};
|
|
8117
8097
|
protoOf(GameToRoomTransitionDto).equals = function (other) {
|
|
@@ -33523,6 +33503,10 @@
|
|
|
33523
33503
|
protoOf(RevengeRoomTransition).m3y = function () {
|
|
33524
33504
|
return this.e2f_1;
|
|
33525
33505
|
};
|
|
33506
|
+
protoOf(RevengeRoomTransition).n3y = function () {
|
|
33507
|
+
// Inline function 'kotlin.emptyArray' call
|
|
33508
|
+
return [];
|
|
33509
|
+
};
|
|
33526
33510
|
protoOf(RevengeRoomTransition).sc = function () {
|
|
33527
33511
|
return this.originalRoomMode;
|
|
33528
33512
|
};
|
|
@@ -33574,23 +33558,9 @@
|
|
|
33574
33558
|
return true;
|
|
33575
33559
|
};
|
|
33576
33560
|
protoOf(GameToRoomTransition).n3y = function () {
|
|
33577
|
-
|
|
33578
|
-
var
|
|
33579
|
-
|
|
33580
|
-
tmp = null;
|
|
33581
|
-
} else {
|
|
33582
|
-
// Inline function 'kotlin.collections.toTypedArray' call
|
|
33583
|
-
tmp = copyToArray(tmp0_safe_receiver);
|
|
33584
|
-
}
|
|
33585
|
-
var tmp1_elvis_lhs = tmp;
|
|
33586
|
-
var tmp_0;
|
|
33587
|
-
if (tmp1_elvis_lhs == null) {
|
|
33588
|
-
// Inline function 'kotlin.emptyArray' call
|
|
33589
|
-
tmp_0 = [];
|
|
33590
|
-
} else {
|
|
33591
|
-
tmp_0 = tmp1_elvis_lhs;
|
|
33592
|
-
}
|
|
33593
|
-
return tmp_0;
|
|
33561
|
+
// Inline function 'kotlin.collections.toTypedArray' call
|
|
33562
|
+
var this_0 = this.playerIds;
|
|
33563
|
+
return copyToArray(this_0);
|
|
33594
33564
|
};
|
|
33595
33565
|
protoOf(GameToRoomTransition).sc = function () {
|
|
33596
33566
|
return this.roomId;
|
|
@@ -33611,12 +33581,12 @@
|
|
|
33611
33581
|
return $super === VOID ? this.s3y(roomId, playerIds, previousPlayers) : $super.s3y.call(this, roomId, playerIds, previousPlayers);
|
|
33612
33582
|
};
|
|
33613
33583
|
protoOf(GameToRoomTransition).toString = function () {
|
|
33614
|
-
return 'GameToRoomTransition(roomId=' + this.roomId + ', playerIds=' +
|
|
33584
|
+
return 'GameToRoomTransition(roomId=' + this.roomId + ', playerIds=' + toString(this.playerIds) + ', previousPlayers=' + toString(this.b3h_1) + ')';
|
|
33615
33585
|
};
|
|
33616
33586
|
protoOf(GameToRoomTransition).hashCode = function () {
|
|
33617
33587
|
var result = getStringHashCode(this.roomId);
|
|
33618
|
-
result = imul(result, 31) +
|
|
33619
|
-
result = imul(result, 31) +
|
|
33588
|
+
result = imul(result, 31) + hashCode(this.playerIds) | 0;
|
|
33589
|
+
result = imul(result, 31) + hashCode(this.b3h_1) | 0;
|
|
33620
33590
|
return result;
|
|
33621
33591
|
};
|
|
33622
33592
|
protoOf(GameToRoomTransition).equals = function (other) {
|
|
@@ -34156,6 +34126,22 @@
|
|
|
34156
34126
|
}
|
|
34157
34127
|
return emptyList();
|
|
34158
34128
|
};
|
|
34129
|
+
protoOf(SceneMechanicAction).o1p = function () {
|
|
34130
|
+
// Inline function 'kotlin.requireNotNull' call
|
|
34131
|
+
var tmp0 = this.s3z_1;
|
|
34132
|
+
var tmp$ret$1;
|
|
34133
|
+
$l$block: {
|
|
34134
|
+
// Inline function 'kotlin.requireNotNull' call
|
|
34135
|
+
if (tmp0 == null) {
|
|
34136
|
+
var message = 'Required value was null.';
|
|
34137
|
+
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
34138
|
+
} else {
|
|
34139
|
+
tmp$ret$1 = tmp0;
|
|
34140
|
+
break $l$block;
|
|
34141
|
+
}
|
|
34142
|
+
}
|
|
34143
|
+
return tmp$ret$1;
|
|
34144
|
+
};
|
|
34159
34145
|
protoOf(SceneMechanicAction).sc = function () {
|
|
34160
34146
|
return this.s3z_1;
|
|
34161
34147
|
};
|
|
@@ -34532,12 +34518,12 @@
|
|
|
34532
34518
|
this.u40_1 = currentTurnPlayerId;
|
|
34533
34519
|
this.v40_1 = aid;
|
|
34534
34520
|
}
|
|
34535
|
-
protoOf(PlayerReadyMechanicAction).x3z = function () {
|
|
34536
|
-
return this.u40_1;
|
|
34537
|
-
};
|
|
34538
34521
|
protoOf(PlayerReadyMechanicAction).r3x = function () {
|
|
34539
34522
|
return this.v40_1;
|
|
34540
34523
|
};
|
|
34524
|
+
protoOf(PlayerReadyMechanicAction).o1p = function () {
|
|
34525
|
+
return this.u40_1;
|
|
34526
|
+
};
|
|
34541
34527
|
protoOf(PlayerReadyMechanicAction).toString = function () {
|
|
34542
34528
|
return 'PlayerReadyMechanicAction(currentTurnPlayerId=' + this.u40_1 + ', aid=' + this.v40_1 + ')';
|
|
34543
34529
|
};
|
|
@@ -34567,12 +34553,12 @@
|
|
|
34567
34553
|
this.z40_1 = nextTurnPlayerIds;
|
|
34568
34554
|
this.a41_1 = aid;
|
|
34569
34555
|
}
|
|
34570
|
-
protoOf(SuitChoiceMechanicAction).x3z = function () {
|
|
34571
|
-
return this.y40_1;
|
|
34572
|
-
};
|
|
34573
34556
|
protoOf(SuitChoiceMechanicAction).r3x = function () {
|
|
34574
34557
|
return this.a41_1;
|
|
34575
34558
|
};
|
|
34559
|
+
protoOf(SuitChoiceMechanicAction).o1p = function () {
|
|
34560
|
+
return this.y40_1;
|
|
34561
|
+
};
|
|
34576
34562
|
protoOf(SuitChoiceMechanicAction).toString = function () {
|
|
34577
34563
|
return 'SuitChoiceMechanicAction(suit=' + toString_0(this.w40_1) + ', ' + ('restartRound=' + this.x40_1 + ', ') + ("currentTurnPlayerId='" + this.y40_1 + "', ") + ("playerId='" + this.playerId + "', ") + ('nextTurnPlayerIds=' + toString(this.z40_1) + ', ') + ('aid=' + this.a41_1 + ')');
|
|
34578
34564
|
};
|
|
@@ -34609,12 +34595,12 @@
|
|
|
34609
34595
|
this.d41_1 = currentTurnPlayerId;
|
|
34610
34596
|
this.e41_1 = aid;
|
|
34611
34597
|
}
|
|
34612
|
-
protoOf(CombinationChoiceMechanicAction).x3z = function () {
|
|
34613
|
-
return this.d41_1;
|
|
34614
|
-
};
|
|
34615
34598
|
protoOf(CombinationChoiceMechanicAction).r3x = function () {
|
|
34616
34599
|
return this.e41_1;
|
|
34617
34600
|
};
|
|
34601
|
+
protoOf(CombinationChoiceMechanicAction).o1p = function () {
|
|
34602
|
+
return this.d41_1;
|
|
34603
|
+
};
|
|
34618
34604
|
protoOf(CombinationChoiceMechanicAction).toString = function () {
|
|
34619
34605
|
return 'CombinationChoiceMechanicAction(isAnnounced=' + this.b41_1 + ', combinations=' + toString(this.c41_1) + ', currentTurnPlayerId=' + this.d41_1 + ', aid=' + this.e41_1 + ')';
|
|
34620
34606
|
};
|
|
@@ -34650,12 +34636,12 @@
|
|
|
34650
34636
|
this.i41_1 = nextTurnPlayerIds;
|
|
34651
34637
|
this.j41_1 = aid;
|
|
34652
34638
|
}
|
|
34653
|
-
protoOf(PutCardMechanicAction).x3z = function () {
|
|
34654
|
-
return this.h41_1;
|
|
34655
|
-
};
|
|
34656
34639
|
protoOf(PutCardMechanicAction).r3x = function () {
|
|
34657
34640
|
return this.j41_1;
|
|
34658
34641
|
};
|
|
34642
|
+
protoOf(PutCardMechanicAction).o1p = function () {
|
|
34643
|
+
return this.h41_1;
|
|
34644
|
+
};
|
|
34659
34645
|
protoOf(PutCardMechanicAction).toString = function () {
|
|
34660
34646
|
var tmp = "currentTurnPlayerId='" + this.h41_1 + "'";
|
|
34661
34647
|
// Inline function 'kotlin.takeIf' call
|
|
@@ -34866,8 +34852,6 @@
|
|
|
34866
34852
|
return false;
|
|
34867
34853
|
return true;
|
|
34868
34854
|
};
|
|
34869
|
-
function PlayerTurnIdAnswerAction() {
|
|
34870
|
-
}
|
|
34871
34855
|
function GameHelper() {
|
|
34872
34856
|
}
|
|
34873
34857
|
function prepareLobbyFilterInternal($this, map) {
|
|
@@ -36277,15 +36261,25 @@
|
|
|
36277
36261
|
return tmp0.a1w(tmp$ret$1, value);
|
|
36278
36262
|
};
|
|
36279
36263
|
protoOf(ParserHelperImpl).encodeGameToRoomTransition = function (transition) {
|
|
36280
|
-
var
|
|
36281
|
-
|
|
36282
|
-
|
|
36283
|
-
|
|
36284
|
-
|
|
36285
|
-
|
|
36286
|
-
|
|
36287
|
-
|
|
36288
|
-
|
|
36264
|
+
var dto = mapToDto_95(transition);
|
|
36265
|
+
try {
|
|
36266
|
+
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
36267
|
+
var this_0 = this.q42_1;
|
|
36268
|
+
// Inline function 'kotlinx.serialization.serializer' call
|
|
36269
|
+
var this_1 = this_0.zn();
|
|
36270
|
+
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
36271
|
+
var this_2 = serializer(this_1, createKType(getKClass(GameTransitionDto), arrayOf([]), false));
|
|
36272
|
+
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
36273
|
+
var encodeToString = this_0.a1w(tmp$ret$1, dto);
|
|
36274
|
+
return encodeToString;
|
|
36275
|
+
} catch ($p) {
|
|
36276
|
+
if ($p instanceof Error) {
|
|
36277
|
+
var error = $p;
|
|
36278
|
+
throw Exception_init_$Create$('encodeGameToRoomTransition: ' + error.toString() + ', ' + toString(transition) + ', ' + toString(dto), error);
|
|
36279
|
+
} else {
|
|
36280
|
+
throw $p;
|
|
36281
|
+
}
|
|
36282
|
+
}
|
|
36289
36283
|
};
|
|
36290
36284
|
protoOf(ParserHelperImpl).decodeGameToRoomTransition = function (json) {
|
|
36291
36285
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
@@ -37005,16 +36999,15 @@
|
|
|
37005
36999
|
return this.f1v();
|
|
37006
37000
|
});
|
|
37007
37001
|
protoOf(RevengeRoomTransition).t3v = get_isEnableChoosePartnerScreen;
|
|
37008
|
-
protoOf(RevengeRoomTransition).n3y = get_readyPlayerIdsArray;
|
|
37009
37002
|
defineProp(protoOf(RevengeRoomTransition), 'previousPlayers', function () {
|
|
37010
37003
|
return this.m3y();
|
|
37011
37004
|
});
|
|
37012
|
-
defineProp(protoOf(RevengeRoomTransition), 'isEnableChoosePartnerScreen', function () {
|
|
37013
|
-
return this.t3v();
|
|
37014
|
-
});
|
|
37015
37005
|
defineProp(protoOf(RevengeRoomTransition), 'readyPlayerIdsArray', function () {
|
|
37016
37006
|
return this.n3y();
|
|
37017
37007
|
});
|
|
37008
|
+
defineProp(protoOf(RevengeRoomTransition), 'isEnableChoosePartnerScreen', function () {
|
|
37009
|
+
return this.t3v();
|
|
37010
|
+
});
|
|
37018
37011
|
defineProp(protoOf(GameToRoomTransition), 'previousPlayers', function () {
|
|
37019
37012
|
return this.m3y();
|
|
37020
37013
|
});
|
|
@@ -37078,7 +37071,6 @@
|
|
|
37078
37071
|
defineProp(protoOf(FinishGameMechanicAction), 'actionTag', function () {
|
|
37079
37072
|
return this.f1v();
|
|
37080
37073
|
});
|
|
37081
|
-
protoOf(SceneMechanicAction).o1p = get_playerId_0;
|
|
37082
37074
|
defineProp(protoOf(SceneMechanicAction), 'sceneId', function () {
|
|
37083
37075
|
return this.g2s();
|
|
37084
37076
|
});
|
|
@@ -37088,6 +37080,9 @@
|
|
|
37088
37080
|
defineProp(protoOf(SceneMechanicAction), 'actData', function () {
|
|
37089
37081
|
return this.r3z();
|
|
37090
37082
|
});
|
|
37083
|
+
defineProp(protoOf(SceneMechanicAction), 'playerId', function () {
|
|
37084
|
+
return this.o1p();
|
|
37085
|
+
});
|
|
37091
37086
|
defineProp(protoOf(SceneMechanicAction), 'actionTag', function () {
|
|
37092
37087
|
return this.f1v();
|
|
37093
37088
|
});
|
|
@@ -37136,19 +37131,27 @@
|
|
|
37136
37131
|
defineProp(protoOf(TeamsDataMechanicAction), 'actionTag', function () {
|
|
37137
37132
|
return this.f1v();
|
|
37138
37133
|
});
|
|
37139
|
-
protoOf(PlayerReadyMechanicAction)
|
|
37134
|
+
defineProp(protoOf(PlayerReadyMechanicAction), 'playerId', function () {
|
|
37135
|
+
return this.o1p();
|
|
37136
|
+
});
|
|
37140
37137
|
defineProp(protoOf(PlayerReadyMechanicAction), 'actionTag', function () {
|
|
37141
37138
|
return this.f1v();
|
|
37142
37139
|
});
|
|
37143
|
-
protoOf(SuitChoiceMechanicAction)
|
|
37140
|
+
defineProp(protoOf(SuitChoiceMechanicAction), 'playerId', function () {
|
|
37141
|
+
return this.o1p();
|
|
37142
|
+
});
|
|
37144
37143
|
defineProp(protoOf(SuitChoiceMechanicAction), 'actionTag', function () {
|
|
37145
37144
|
return this.f1v();
|
|
37146
37145
|
});
|
|
37147
|
-
protoOf(CombinationChoiceMechanicAction)
|
|
37146
|
+
defineProp(protoOf(CombinationChoiceMechanicAction), 'playerId', function () {
|
|
37147
|
+
return this.o1p();
|
|
37148
|
+
});
|
|
37148
37149
|
defineProp(protoOf(CombinationChoiceMechanicAction), 'actionTag', function () {
|
|
37149
37150
|
return this.f1v();
|
|
37150
37151
|
});
|
|
37151
|
-
protoOf(PutCardMechanicAction)
|
|
37152
|
+
defineProp(protoOf(PutCardMechanicAction), 'playerId', function () {
|
|
37153
|
+
return this.o1p();
|
|
37154
|
+
});
|
|
37152
37155
|
defineProp(protoOf(PutCardMechanicAction), 'actionTag', function () {
|
|
37153
37156
|
return this.f1v();
|
|
37154
37157
|
});
|