game_client_logic_deb 1.4.20 → 1.4.22
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/Kodein-kodein-di.js +5 -5
- package/{Kaverit-kaverit.js → KosiTypeSystem-kaverit.js} +3 -3
- package/Logic_Debertz-core.js +97 -83
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +3096 -3059
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +5 -3
- package/Logic_Debertz-game_client.js +1996 -1996
- package/Logic_Debertz-game_client.js.map +1 -1
- package/package.json +1 -1
- /package/{Kaverit-kaverit.js.map → KosiTypeSystem-kaverit.js.map} +0 -0
package/Logic_Debertz-core.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (root, factory) {
|
|
2
2
|
if (typeof define === 'function' && define.amd)
|
|
3
|
-
define(['exports', './kotlin-kotlin-stdlib-js-ir.js', './kotlinx-serialization-kotlinx-serialization-core-js-ir.js', './Kotlin-DateTime-library-kotlinx-datetime-js-ir.js', './kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js', './uuid-js-ir.js', './
|
|
3
|
+
define(['exports', './kotlin-kotlin-stdlib-js-ir.js', './kotlinx-serialization-kotlinx-serialization-core-js-ir.js', './Kotlin-DateTime-library-kotlinx-datetime-js-ir.js', './kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js', './uuid-js-ir.js', './KosiTypeSystem-kaverit.js', './Kodein-kodein-di.js'], factory);
|
|
4
4
|
else if (typeof exports === 'object')
|
|
5
|
-
factory(module.exports, require('./kotlin-kotlin-stdlib-js-ir.js'), require('./kotlinx-serialization-kotlinx-serialization-core-js-ir.js'), require('./Kotlin-DateTime-library-kotlinx-datetime-js-ir.js'), require('./kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js'), require('./uuid-js-ir.js'), require('./
|
|
5
|
+
factory(module.exports, require('./kotlin-kotlin-stdlib-js-ir.js'), require('./kotlinx-serialization-kotlinx-serialization-core-js-ir.js'), require('./Kotlin-DateTime-library-kotlinx-datetime-js-ir.js'), require('./kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js'), require('./uuid-js-ir.js'), require('./KosiTypeSystem-kaverit.js'), require('./Kodein-kodein-di.js'));
|
|
6
6
|
else {
|
|
7
7
|
if (typeof this['kotlin-kotlin-stdlib-js-ir'] === 'undefined') {
|
|
8
8
|
throw new Error("Error loading module 'Logic_Debertz-core'. Its dependency 'kotlin-kotlin-stdlib-js-ir' was not found. Please, check whether 'kotlin-kotlin-stdlib-js-ir' is loaded prior to 'Logic_Debertz-core'.");
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
if (typeof this['uuid-js-ir'] === 'undefined') {
|
|
20
20
|
throw new Error("Error loading module 'Logic_Debertz-core'. Its dependency 'uuid-js-ir' was not found. Please, check whether 'uuid-js-ir' is loaded prior to 'Logic_Debertz-core'.");
|
|
21
21
|
}
|
|
22
|
-
if (typeof this['
|
|
23
|
-
throw new Error("Error loading module 'Logic_Debertz-core'. Its dependency '
|
|
22
|
+
if (typeof this['KosiTypeSystem-kaverit'] === 'undefined') {
|
|
23
|
+
throw new Error("Error loading module 'Logic_Debertz-core'. Its dependency 'KosiTypeSystem-kaverit' was not found. Please, check whether 'KosiTypeSystem-kaverit' is loaded prior to 'Logic_Debertz-core'.");
|
|
24
24
|
}
|
|
25
25
|
if (typeof this['Kodein-kodein-di'] === 'undefined') {
|
|
26
26
|
throw new Error("Error loading module 'Logic_Debertz-core'. Its dependency 'Kodein-kodein-di' was not found. Please, check whether 'Kodein-kodein-di' is loaded prior to 'Logic_Debertz-core'.");
|
|
27
27
|
}
|
|
28
|
-
root['Logic_Debertz-core'] = factory(typeof this['Logic_Debertz-core'] === 'undefined' ? {} : this['Logic_Debertz-core'], this['kotlin-kotlin-stdlib-js-ir'], this['kotlinx-serialization-kotlinx-serialization-core-js-ir'], this['Kotlin-DateTime-library-kotlinx-datetime-js-ir'], this['kotlinx.coroutines-kotlinx-coroutines-core-js-ir'], this['uuid-js-ir'], this['
|
|
28
|
+
root['Logic_Debertz-core'] = factory(typeof this['Logic_Debertz-core'] === 'undefined' ? {} : this['Logic_Debertz-core'], this['kotlin-kotlin-stdlib-js-ir'], this['kotlinx-serialization-kotlinx-serialization-core-js-ir'], this['Kotlin-DateTime-library-kotlinx-datetime-js-ir'], this['kotlinx.coroutines-kotlinx-coroutines-core-js-ir'], this['uuid-js-ir'], this['KosiTypeSystem-kaverit'], this['Kodein-kodein-di']);
|
|
29
29
|
}
|
|
30
30
|
}(this, function (_, kotlin_kotlin, kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core, kotlin_org_jetbrains_kotlinx_kotlinx_datetime, kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core, kotlin_com_benasher44_uuid, kotlin_org_kodein_type_kaverit, kotlin_org_kodein_di_kodein_di) {
|
|
31
31
|
'use strict';
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
var toInstant = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.c;
|
|
68
68
|
var BooleanSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.q;
|
|
69
69
|
var LongSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.s;
|
|
70
|
+
var Companion_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.b;
|
|
70
71
|
var ensureNotNull = kotlin_kotlin.$_$.oc;
|
|
71
72
|
var IntSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.r;
|
|
72
73
|
var Comparator = kotlin_kotlin.$_$.kb;
|
|
@@ -114,18 +115,18 @@
|
|
|
114
115
|
//region block: pre-declaration
|
|
115
116
|
setMetadataFor(GameEngineConfig, 'GameEngineConfig', objectMeta, undefined, undefined, undefined, undefined, []);
|
|
116
117
|
setMetadataFor(Companion, 'Companion', objectMeta, undefined, [SerializerFactory], undefined, undefined, []);
|
|
117
|
-
setMetadataFor(ContinueGameReason, 'ContinueGameReason', classMeta, undefined, undefined, undefined, {0:
|
|
118
|
+
setMetadataFor(ContinueGameReason, 'ContinueGameReason', classMeta, undefined, undefined, undefined, {0: Companion_getInstance_0}, []);
|
|
118
119
|
setMetadataFor(Companion_0, 'Companion', objectMeta, undefined, undefined, undefined, undefined, []);
|
|
119
120
|
setMetadataFor($serializer, '$serializer', objectMeta, undefined, [GeneratedSerializer], undefined, undefined, []);
|
|
120
121
|
setMetadataFor(PlayerReturnsReason, 'PlayerReturnsReason', classMeta, ContinueGameReason, undefined, undefined, {0: $serializer_getInstance}, []);
|
|
121
122
|
setMetadataFor(RestartGameReason, 'RestartGameReason', objectMeta, undefined, [SerializerFactory], undefined, {0: RestartGameReason_getInstance}, []);
|
|
122
123
|
setMetadataFor(Companion_1, 'Companion', objectMeta, undefined, [SerializerFactory], undefined, undefined, []);
|
|
123
|
-
setMetadataFor(TerminationGameReason, 'TerminationGameReason', classMeta, undefined, undefined, undefined, {0:
|
|
124
|
+
setMetadataFor(TerminationGameReason, 'TerminationGameReason', classMeta, undefined, undefined, undefined, {0: Companion_getInstance_2}, []);
|
|
124
125
|
setMetadataFor(Companion_2, 'Companion', objectMeta, undefined, undefined, undefined, undefined, []);
|
|
125
126
|
setMetadataFor($serializer_0, '$serializer', objectMeta, undefined, [GeneratedSerializer], undefined, undefined, []);
|
|
126
127
|
setMetadataFor(GameErrorReason, 'GameErrorReason', classMeta, TerminationGameReason, undefined, undefined, {0: $serializer_getInstance_0}, []);
|
|
127
128
|
setMetadataFor(Companion_3, 'Companion', objectMeta, undefined, [SerializerFactory], undefined, undefined, []);
|
|
128
|
-
setMetadataFor(Reason, 'Reason', classMeta, Enum, undefined, undefined, {0:
|
|
129
|
+
setMetadataFor(Reason, 'Reason', classMeta, Enum, undefined, undefined, {0: Companion_getInstance_4}, []);
|
|
129
130
|
setMetadataFor(Companion_4, 'Companion', objectMeta, undefined, undefined, undefined, undefined, []);
|
|
130
131
|
setMetadataFor($serializer_1, '$serializer', objectMeta, undefined, [GeneratedSerializer], undefined, undefined, []);
|
|
131
132
|
setMetadataFor(GameFinishedReason, 'GameFinishedReason', classMeta, TerminationGameReason, undefined, undefined, {0: $serializer_getInstance_1}, []);
|
|
@@ -145,9 +146,9 @@
|
|
|
145
146
|
setMetadataFor(PlayerIdContract, 'PlayerIdContract', interfaceMeta, undefined, undefined, undefined, undefined, []);
|
|
146
147
|
setMetadataFor(GameUserInfo, 'GameUserInfo', classMeta, undefined, [PlayerIdContract], undefined, undefined, []);
|
|
147
148
|
setMetadataFor(Companion_8, 'Companion', objectMeta, undefined, [SerializerFactory], undefined, undefined, []);
|
|
148
|
-
setMetadataFor(PlayerConnectionState, 'PlayerConnectionState', classMeta, Enum, undefined, undefined, {0:
|
|
149
|
+
setMetadataFor(PlayerConnectionState, 'PlayerConnectionState', classMeta, Enum, undefined, undefined, {0: Companion_getInstance_9}, []);
|
|
149
150
|
setMetadataFor(Companion_9, 'Companion', objectMeta, undefined, [SerializerFactory], undefined, undefined, []);
|
|
150
|
-
setMetadataFor(PlayerWaitingState, 'PlayerWaitingState', classMeta, Enum, undefined, undefined, {0:
|
|
151
|
+
setMetadataFor(PlayerWaitingState, 'PlayerWaitingState', classMeta, Enum, undefined, undefined, {0: Companion_getInstance_10}, []);
|
|
151
152
|
setMetadataFor(Companion_10, 'Companion', objectMeta, undefined, undefined, undefined, undefined, []);
|
|
152
153
|
setMetadataFor(PlayerState, 'PlayerState', classMeta, undefined, undefined, undefined, undefined, []);
|
|
153
154
|
setMetadataFor(Team, 'Team', classMeta, undefined, undefined, undefined, undefined, []);
|
|
@@ -173,7 +174,7 @@
|
|
|
173
174
|
setMetadataFor(GameCardWIthPlayerId, 'GameCardWIthPlayerId', classMeta, undefined, [PlayerIdContract], undefined, undefined, []);
|
|
174
175
|
setMetadataFor(ProcessingCard, 'ProcessingCard', classMeta, undefined, undefined, undefined, undefined, []);
|
|
175
176
|
setMetadataFor(Companion_17, 'Companion', objectMeta, undefined, [SerializerFactory], undefined, undefined, []);
|
|
176
|
-
setMetadataFor(Suit, 'Suit', classMeta, Enum, undefined, undefined, {0:
|
|
177
|
+
setMetadataFor(Suit, 'Suit', classMeta, Enum, undefined, undefined, {0: Companion_getInstance_18}, []);
|
|
177
178
|
setMetadataFor(_no_name_provided__qut3iv, undefined, classMeta, AbstractCoroutineContextElement, [AbstractCoroutineContextElement, Element], undefined, undefined, []);
|
|
178
179
|
function launchWorker$default(context, block, $mask0, $handler) {
|
|
179
180
|
if (!(($mask0 & 1) === 0))
|
|
@@ -291,7 +292,7 @@
|
|
|
291
292
|
//endregion
|
|
292
293
|
function GameEngineConfig() {
|
|
293
294
|
GameEngineConfig_instance = this;
|
|
294
|
-
this.version = '1.4.
|
|
295
|
+
this.version = '1.4.22';
|
|
295
296
|
}
|
|
296
297
|
GameEngineConfig.prototype.f2c = function () {
|
|
297
298
|
return this.version;
|
|
@@ -350,7 +351,7 @@
|
|
|
350
351
|
return this.l1w();
|
|
351
352
|
};
|
|
352
353
|
var Companion_instance;
|
|
353
|
-
function
|
|
354
|
+
function Companion_getInstance_0() {
|
|
354
355
|
if (Companion_instance == null)
|
|
355
356
|
new Companion();
|
|
356
357
|
return Companion_instance;
|
|
@@ -359,13 +360,13 @@
|
|
|
359
360
|
return $this;
|
|
360
361
|
}
|
|
361
362
|
function ContinueGameReason() {
|
|
362
|
-
|
|
363
|
+
Companion_getInstance_0();
|
|
363
364
|
}
|
|
364
365
|
function Companion_0() {
|
|
365
366
|
Companion_instance_0 = this;
|
|
366
367
|
}
|
|
367
368
|
var Companion_instance_0;
|
|
368
|
-
function
|
|
369
|
+
function Companion_getInstance_1() {
|
|
369
370
|
if (Companion_instance_0 == null)
|
|
370
371
|
new Companion_0();
|
|
371
372
|
return Companion_instance_0;
|
|
@@ -447,7 +448,7 @@
|
|
|
447
448
|
return PlayerReturnsReason_init_$Init$(seen1, playerId, serializationConstructorMarker, Object.create(PlayerReturnsReason.prototype));
|
|
448
449
|
}
|
|
449
450
|
function PlayerReturnsReason(playerId) {
|
|
450
|
-
|
|
451
|
+
Companion_getInstance_1();
|
|
451
452
|
ContinueGameReason.call(this);
|
|
452
453
|
this.j2c_1 = playerId;
|
|
453
454
|
}
|
|
@@ -575,7 +576,7 @@
|
|
|
575
576
|
return this.serializer();
|
|
576
577
|
};
|
|
577
578
|
var Companion_instance_1;
|
|
578
|
-
function
|
|
579
|
+
function Companion_getInstance_2() {
|
|
579
580
|
if (Companion_instance_1 == null)
|
|
580
581
|
new Companion_1();
|
|
581
582
|
return Companion_instance_1;
|
|
@@ -587,13 +588,13 @@
|
|
|
587
588
|
return TerminationGameReason_init_$Init$(seen1, serializationConstructorMarker, Object.create(TerminationGameReason.prototype));
|
|
588
589
|
}
|
|
589
590
|
function TerminationGameReason() {
|
|
590
|
-
|
|
591
|
+
Companion_getInstance_2();
|
|
591
592
|
}
|
|
592
593
|
function Companion_2() {
|
|
593
594
|
Companion_instance_2 = this;
|
|
594
595
|
}
|
|
595
596
|
var Companion_instance_2;
|
|
596
|
-
function
|
|
597
|
+
function Companion_getInstance_3() {
|
|
597
598
|
if (Companion_instance_2 == null)
|
|
598
599
|
new Companion_2();
|
|
599
600
|
return Companion_instance_2;
|
|
@@ -675,7 +676,7 @@
|
|
|
675
676
|
return GameErrorReason_init_$Init$(seen1, reason, serializationConstructorMarker, Object.create(GameErrorReason.prototype));
|
|
676
677
|
}
|
|
677
678
|
function GameErrorReason(reason) {
|
|
678
|
-
|
|
679
|
+
Companion_getInstance_3();
|
|
679
680
|
TerminationGameReason.call(this);
|
|
680
681
|
this.o2c_1 = reason;
|
|
681
682
|
}
|
|
@@ -715,7 +716,7 @@
|
|
|
715
716
|
return this.l1w();
|
|
716
717
|
};
|
|
717
718
|
var Companion_instance_3;
|
|
718
|
-
function
|
|
719
|
+
function Companion_getInstance_4() {
|
|
719
720
|
Reason_initEntries();
|
|
720
721
|
if (Companion_instance_3 == null)
|
|
721
722
|
new Companion_3();
|
|
@@ -733,7 +734,7 @@
|
|
|
733
734
|
Reason_PLAYER_DELETED_instance = new Reason('PLAYER_DELETED', 1);
|
|
734
735
|
Reason_NO_ACTIVE_PLAYERS_instance = new Reason('NO_ACTIVE_PLAYERS', 2);
|
|
735
736
|
Reason_GAME_NOT_EXISTS_instance = new Reason('GAME_NOT_EXISTS', 3);
|
|
736
|
-
|
|
737
|
+
Companion_getInstance_4();
|
|
737
738
|
}
|
|
738
739
|
function Reason(name, ordinal) {
|
|
739
740
|
Enum.call(this, name, ordinal);
|
|
@@ -742,7 +743,7 @@
|
|
|
742
743
|
Companion_instance_4 = this;
|
|
743
744
|
}
|
|
744
745
|
var Companion_instance_4;
|
|
745
|
-
function
|
|
746
|
+
function Companion_getInstance_5() {
|
|
746
747
|
if (Companion_instance_4 == null)
|
|
747
748
|
new Companion_4();
|
|
748
749
|
return Companion_instance_4;
|
|
@@ -759,7 +760,7 @@
|
|
|
759
760
|
$serializer_1.prototype.q1k = function () {
|
|
760
761
|
var tmp$ret$2;
|
|
761
762
|
// Inline function 'kotlin.arrayOf' call
|
|
762
|
-
var tmp0_arrayOf = [get_nullable(
|
|
763
|
+
var tmp0_arrayOf = [get_nullable(Companion_getInstance_4().l1w())];
|
|
763
764
|
var tmp$ret$1;
|
|
764
765
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
765
766
|
var tmp$ret$0;
|
|
@@ -777,7 +778,7 @@
|
|
|
777
778
|
var tmp4_local0 = null;
|
|
778
779
|
var tmp5_input = decoder.w1c(tmp0_desc);
|
|
779
780
|
if (tmp5_input.m1d()) {
|
|
780
|
-
tmp4_local0 = tmp5_input.k1d(tmp0_desc, 0,
|
|
781
|
+
tmp4_local0 = tmp5_input.k1d(tmp0_desc, 0, Companion_getInstance_4().l1w(), tmp4_local0);
|
|
781
782
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
782
783
|
} else
|
|
783
784
|
while (tmp1_flag) {
|
|
@@ -787,7 +788,7 @@
|
|
|
787
788
|
tmp1_flag = false;
|
|
788
789
|
break;
|
|
789
790
|
case 0:
|
|
790
|
-
tmp4_local0 = tmp5_input.k1d(tmp0_desc, 0,
|
|
791
|
+
tmp4_local0 = tmp5_input.k1d(tmp0_desc, 0, Companion_getInstance_4().l1w(), tmp4_local0);
|
|
791
792
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
792
793
|
break;
|
|
793
794
|
default:
|
|
@@ -801,7 +802,7 @@
|
|
|
801
802
|
var tmp0_desc = this.q2c_1;
|
|
802
803
|
var tmp1_output = encoder.w1c(tmp0_desc);
|
|
803
804
|
if (tmp1_output.t1e(tmp0_desc, 0) ? true : !(value.s2c_1 == null)) {
|
|
804
|
-
tmp1_output.p1e(tmp0_desc, 0,
|
|
805
|
+
tmp1_output.p1e(tmp0_desc, 0, Companion_getInstance_4().l1w(), value.s2c_1);
|
|
805
806
|
}
|
|
806
807
|
tmp1_output.x1c(tmp0_desc);
|
|
807
808
|
};
|
|
@@ -845,7 +846,7 @@
|
|
|
845
846
|
return Reason_GAME_NOT_EXISTS_instance;
|
|
846
847
|
}
|
|
847
848
|
function GameFinishedReason(reason) {
|
|
848
|
-
|
|
849
|
+
Companion_getInstance_5();
|
|
849
850
|
TerminationGameReason.call(this);
|
|
850
851
|
this.s2c_1 = reason;
|
|
851
852
|
}
|
|
@@ -869,7 +870,7 @@
|
|
|
869
870
|
Companion_instance_5 = this;
|
|
870
871
|
}
|
|
871
872
|
var Companion_instance_5;
|
|
872
|
-
function
|
|
873
|
+
function Companion_getInstance_6() {
|
|
873
874
|
if (Companion_instance_5 == null)
|
|
874
875
|
new Companion_5();
|
|
875
876
|
return Companion_instance_5;
|
|
@@ -951,7 +952,7 @@
|
|
|
951
952
|
return PlayerExitReason_init_$Init$(seen1, playerId, serializationConstructorMarker, Object.create(PlayerExitReason.prototype));
|
|
952
953
|
}
|
|
953
954
|
function PlayerExitReason(playerId) {
|
|
954
|
-
|
|
955
|
+
Companion_getInstance_6();
|
|
955
956
|
TerminationGameReason.call(this);
|
|
956
957
|
this.v2c_1 = playerId;
|
|
957
958
|
}
|
|
@@ -978,7 +979,7 @@
|
|
|
978
979
|
Companion_instance_6 = this;
|
|
979
980
|
}
|
|
980
981
|
var Companion_instance_6;
|
|
981
|
-
function
|
|
982
|
+
function Companion_getInstance_7() {
|
|
982
983
|
if (Companion_instance_6 == null)
|
|
983
984
|
new Companion_6();
|
|
984
985
|
return Companion_instance_6;
|
|
@@ -1070,7 +1071,7 @@
|
|
|
1070
1071
|
return PlayerLostConnectionReason_init_$Init$(seen1, playerId, tag, serializationConstructorMarker, Object.create(PlayerLostConnectionReason.prototype));
|
|
1071
1072
|
}
|
|
1072
1073
|
function PlayerLostConnectionReason(playerId, tag) {
|
|
1073
|
-
|
|
1074
|
+
Companion_getInstance_7();
|
|
1074
1075
|
TerminationGameReason.call(this);
|
|
1075
1076
|
this.z2c_1 = playerId;
|
|
1076
1077
|
this.a2d_1 = tag;
|
|
@@ -1102,7 +1103,7 @@
|
|
|
1102
1103
|
Companion_instance_7 = this;
|
|
1103
1104
|
}
|
|
1104
1105
|
var Companion_instance_7;
|
|
1105
|
-
function
|
|
1106
|
+
function Companion_getInstance_8() {
|
|
1106
1107
|
if (Companion_instance_7 == null)
|
|
1107
1108
|
new Companion_7();
|
|
1108
1109
|
return Companion_instance_7;
|
|
@@ -1194,7 +1195,7 @@
|
|
|
1194
1195
|
return PlayerTimeoutReason_init_$Init$(seen1, playerId, tag, serializationConstructorMarker, Object.create(PlayerTimeoutReason.prototype));
|
|
1195
1196
|
}
|
|
1196
1197
|
function PlayerTimeoutReason(playerId, tag) {
|
|
1197
|
-
|
|
1198
|
+
Companion_getInstance_8();
|
|
1198
1199
|
TerminationGameReason.call(this);
|
|
1199
1200
|
this.d2d_1 = playerId;
|
|
1200
1201
|
this.e2d_1 = tag;
|
|
@@ -1536,7 +1537,7 @@
|
|
|
1536
1537
|
return this.serializer();
|
|
1537
1538
|
};
|
|
1538
1539
|
var Companion_instance_8;
|
|
1539
|
-
function
|
|
1540
|
+
function Companion_getInstance_9() {
|
|
1540
1541
|
PlayerConnectionState_initEntries();
|
|
1541
1542
|
if (Companion_instance_8 == null)
|
|
1542
1543
|
new Companion_8();
|
|
@@ -1576,7 +1577,7 @@
|
|
|
1576
1577
|
PlayerConnectionState_LEFT_instance = new PlayerConnectionState('LEFT', 3);
|
|
1577
1578
|
PlayerConnectionState_DISCONNECTING_instance = new PlayerConnectionState('DISCONNECTING', 4);
|
|
1578
1579
|
PlayerConnectionState_DELETED_instance = new PlayerConnectionState('DELETED', 5);
|
|
1579
|
-
|
|
1580
|
+
Companion_getInstance_9();
|
|
1580
1581
|
}
|
|
1581
1582
|
function PlayerConnectionState(name, ordinal) {
|
|
1582
1583
|
Enum.call(this, name, ordinal);
|
|
@@ -1688,7 +1689,7 @@
|
|
|
1688
1689
|
return this.l1w();
|
|
1689
1690
|
};
|
|
1690
1691
|
var Companion_instance_9;
|
|
1691
|
-
function
|
|
1692
|
+
function Companion_getInstance_10() {
|
|
1692
1693
|
PlayerWaitingState_initEntries();
|
|
1693
1694
|
if (Companion_instance_9 == null)
|
|
1694
1695
|
new Companion_9();
|
|
@@ -1705,7 +1706,7 @@
|
|
|
1705
1706
|
PlayerWaitingState_IDLE_instance = new PlayerWaitingState('IDLE', 0);
|
|
1706
1707
|
PlayerWaitingState_IN_PROGRESS_instance = new PlayerWaitingState('IN_PROGRESS', 1);
|
|
1707
1708
|
PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_instance = new PlayerWaitingState('IN_PROGRESS_ATTENTION_MODE', 2);
|
|
1708
|
-
|
|
1709
|
+
Companion_getInstance_10();
|
|
1709
1710
|
}
|
|
1710
1711
|
function PlayerWaitingState(name, ordinal) {
|
|
1711
1712
|
Enum.call(this, name, ordinal);
|
|
@@ -1732,7 +1733,7 @@
|
|
|
1732
1733
|
return _this__u8e3s4.l2e(startFromTime, null, tmp0_state, false, null, tag, 18, null);
|
|
1733
1734
|
};
|
|
1734
1735
|
var Companion_instance_10;
|
|
1735
|
-
function
|
|
1736
|
+
function Companion_getInstance_11() {
|
|
1736
1737
|
if (Companion_instance_10 == null)
|
|
1737
1738
|
new Companion_10();
|
|
1738
1739
|
return Companion_instance_10;
|
|
@@ -1750,7 +1751,7 @@
|
|
|
1750
1751
|
return PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_instance;
|
|
1751
1752
|
}
|
|
1752
1753
|
function PlayerState(startFromTime, waitPlayerUntilTime, state, ready, connectionState, tag) {
|
|
1753
|
-
|
|
1754
|
+
Companion_getInstance_11();
|
|
1754
1755
|
this.n2d_1 = startFromTime;
|
|
1755
1756
|
this.o2d_1 = waitPlayerUntilTime;
|
|
1756
1757
|
this.p2d_1 = state;
|
|
@@ -1879,13 +1880,13 @@
|
|
|
1879
1880
|
return new Rules(false, false, false, false, true, true, true, false, false, false, false, false, 50, false, false, false, false);
|
|
1880
1881
|
};
|
|
1881
1882
|
var Companion_instance_11;
|
|
1882
|
-
function
|
|
1883
|
+
function Companion_getInstance_12() {
|
|
1883
1884
|
if (Companion_instance_11 == null)
|
|
1884
1885
|
new Companion_11();
|
|
1885
1886
|
return Companion_instance_11;
|
|
1886
1887
|
}
|
|
1887
1888
|
function Rules(needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand) {
|
|
1888
|
-
|
|
1889
|
+
Companion_getInstance_12();
|
|
1889
1890
|
this.needToPutHigherTrump = needToPutHigherTrump;
|
|
1890
1891
|
this.distributePoints = distributePoints;
|
|
1891
1892
|
this.protectBella = protectBella;
|
|
@@ -2246,7 +2247,7 @@
|
|
|
2246
2247
|
Companion_instance_12 = this;
|
|
2247
2248
|
}
|
|
2248
2249
|
var Companion_instance_12;
|
|
2249
|
-
function
|
|
2250
|
+
function Companion_getInstance_13() {
|
|
2250
2251
|
if (Companion_instance_12 == null)
|
|
2251
2252
|
new Companion_12();
|
|
2252
2253
|
return Companion_instance_12;
|
|
@@ -2362,7 +2363,7 @@
|
|
|
2362
2363
|
return GameUserInfoDto_init_$Init$(seen1, playerId, name, avatarUrl, isBot, serializationConstructorMarker, Object.create(GameUserInfoDto.prototype));
|
|
2363
2364
|
}
|
|
2364
2365
|
function GameUserInfoDto(playerId, name, avatarUrl, isBot) {
|
|
2365
|
-
|
|
2366
|
+
Companion_getInstance_13();
|
|
2366
2367
|
this.g2g_1 = playerId;
|
|
2367
2368
|
this.h2g_1 = name;
|
|
2368
2369
|
this.i2g_1 = avatarUrl;
|
|
@@ -2398,7 +2399,7 @@
|
|
|
2398
2399
|
Companion_instance_13 = this;
|
|
2399
2400
|
}
|
|
2400
2401
|
var Companion_instance_13;
|
|
2401
|
-
function
|
|
2402
|
+
function Companion_getInstance_14() {
|
|
2402
2403
|
if (Companion_instance_13 == null)
|
|
2403
2404
|
new Companion_13();
|
|
2404
2405
|
return Companion_instance_13;
|
|
@@ -2420,7 +2421,7 @@
|
|
|
2420
2421
|
$serializer_6.prototype.q1k = function () {
|
|
2421
2422
|
var tmp$ret$2;
|
|
2422
2423
|
// Inline function 'kotlin.arrayOf' call
|
|
2423
|
-
var tmp0_arrayOf = [get_nullable(LongSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()),
|
|
2424
|
+
var tmp0_arrayOf = [get_nullable(LongSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), Companion_getInstance_10().l1w(), BooleanSerializer_getInstance(), get_nullable(StringSerializer_getInstance())];
|
|
2424
2425
|
var tmp$ret$1;
|
|
2425
2426
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
2426
2427
|
var tmp$ret$0;
|
|
@@ -2449,7 +2450,7 @@
|
|
|
2449
2450
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
2450
2451
|
tmp6_local2 = tmp10_input.k1d(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
|
|
2451
2452
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
2452
|
-
tmp7_local3 = tmp10_input.i1d(tmp0_desc, 3,
|
|
2453
|
+
tmp7_local3 = tmp10_input.i1d(tmp0_desc, 3, Companion_getInstance_10().l1w(), tmp7_local3);
|
|
2453
2454
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
2454
2455
|
tmp8_local4 = tmp10_input.y1c(tmp0_desc, 4);
|
|
2455
2456
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
@@ -2475,7 +2476,7 @@
|
|
|
2475
2476
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
2476
2477
|
break;
|
|
2477
2478
|
case 3:
|
|
2478
|
-
tmp7_local3 = tmp10_input.i1d(tmp0_desc, 3,
|
|
2479
|
+
tmp7_local3 = tmp10_input.i1d(tmp0_desc, 3, Companion_getInstance_10().l1w(), tmp7_local3);
|
|
2479
2480
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
2480
2481
|
break;
|
|
2481
2482
|
case 4:
|
|
@@ -2505,7 +2506,7 @@
|
|
|
2505
2506
|
if (tmp1_output.t1e(tmp0_desc, 2) ? true : !(value.m2g_1 == null)) {
|
|
2506
2507
|
tmp1_output.p1e(tmp0_desc, 2, StringSerializer_getInstance(), value.m2g_1);
|
|
2507
2508
|
}
|
|
2508
|
-
tmp1_output.n1e(tmp0_desc, 3,
|
|
2509
|
+
tmp1_output.n1e(tmp0_desc, 3, Companion_getInstance_10().l1w(), value.n2g_1);
|
|
2509
2510
|
tmp1_output.d1e(tmp0_desc, 4, value.o2g_1);
|
|
2510
2511
|
if (tmp1_output.t1e(tmp0_desc, 5) ? true : !(value.p2g_1 == null)) {
|
|
2511
2512
|
tmp1_output.p1e(tmp0_desc, 5, StringSerializer_getInstance(), value.p2g_1);
|
|
@@ -2549,7 +2550,7 @@
|
|
|
2549
2550
|
return PlayerStateDto_init_$Init$(seen1, startFromTime, startFrom, waitPlayerUntilTime, state, ready, tag, serializationConstructorMarker, Object.create(PlayerStateDto.prototype));
|
|
2550
2551
|
}
|
|
2551
2552
|
function PlayerStateDto(startFromTime, startFrom, waitPlayerUntilTime, state, ready, tag) {
|
|
2552
|
-
|
|
2553
|
+
Companion_getInstance_14();
|
|
2553
2554
|
this.k2g_1 = startFromTime;
|
|
2554
2555
|
this.l2g_1 = startFrom;
|
|
2555
2556
|
this.m2g_1 = waitPlayerUntilTime;
|
|
@@ -2558,8 +2559,21 @@
|
|
|
2558
2559
|
this.p2g_1 = tag;
|
|
2559
2560
|
}
|
|
2560
2561
|
PlayerStateDto.prototype.q2g = function () {
|
|
2561
|
-
var tmp0_safe_receiver = this.
|
|
2562
|
-
var
|
|
2562
|
+
var tmp0_safe_receiver = this.k2g_1;
|
|
2563
|
+
var tmp;
|
|
2564
|
+
if (tmp0_safe_receiver == null) {
|
|
2565
|
+
tmp = null;
|
|
2566
|
+
} else {
|
|
2567
|
+
var tmp$ret$1;
|
|
2568
|
+
// Inline function 'kotlin.let' call
|
|
2569
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
2570
|
+
var tmp$ret$0;
|
|
2571
|
+
// Inline function 'com.logic.data.models.serializable.player.PlayerStateDto.<get-time>.<anonymous>' call
|
|
2572
|
+
tmp$ret$0 = Companion_getInstance().v2b(this.k2g_1);
|
|
2573
|
+
tmp$ret$1 = tmp$ret$0;
|
|
2574
|
+
tmp = tmp$ret$1;
|
|
2575
|
+
}
|
|
2576
|
+
var tmp1_elvis_lhs = tmp;
|
|
2563
2577
|
return tmp1_elvis_lhs == null ? toInstant(ensureNotNull(this.l2g_1)) : tmp1_elvis_lhs;
|
|
2564
2578
|
};
|
|
2565
2579
|
PlayerStateDto.prototype.toString = function () {
|
|
@@ -2607,7 +2621,7 @@
|
|
|
2607
2621
|
Companion_instance_14 = this;
|
|
2608
2622
|
}
|
|
2609
2623
|
var Companion_instance_14;
|
|
2610
|
-
function
|
|
2624
|
+
function Companion_getInstance_15() {
|
|
2611
2625
|
if (Companion_instance_14 == null)
|
|
2612
2626
|
new Companion_14();
|
|
2613
2627
|
return Companion_instance_14;
|
|
@@ -2853,7 +2867,7 @@
|
|
|
2853
2867
|
return RulesDto_init_$Init$_0(seen1, needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand, serializationConstructorMarker, Object.create(RulesDto.prototype));
|
|
2854
2868
|
}
|
|
2855
2869
|
function RulesDto(needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand) {
|
|
2856
|
-
|
|
2870
|
+
Companion_getInstance_15();
|
|
2857
2871
|
this.p2f_1 = needToPutHigherTrump;
|
|
2858
2872
|
this.q2f_1 = distributePoints;
|
|
2859
2873
|
this.r2f_1 = protectBella;
|
|
@@ -3199,7 +3213,7 @@
|
|
|
3199
3213
|
Companion_instance_15 = this;
|
|
3200
3214
|
}
|
|
3201
3215
|
Companion_15.prototype.c2h = function (suit, cardNumber) {
|
|
3202
|
-
return new GameCard(getNumber(
|
|
3216
|
+
return new GameCard(getNumber(Companion_getInstance_17(), cardNumber, suit));
|
|
3203
3217
|
};
|
|
3204
3218
|
Companion_15.prototype.d2h = function (position, playerIndex, previousStubCardWithMaxIndex, reverse) {
|
|
3205
3219
|
var tmp0_safe_receiver = previousStubCardWithMaxIndex;
|
|
@@ -3224,7 +3238,7 @@
|
|
|
3224
3238
|
}
|
|
3225
3239
|
var tmp1_safe_receiver = tmp;
|
|
3226
3240
|
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.m2f_1;
|
|
3227
|
-
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null :
|
|
3241
|
+
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : Companion_getInstance_17().j2h(tmp2_safe_receiver, playerIndex, reverse);
|
|
3228
3242
|
var tmp_1;
|
|
3229
3243
|
if (tmp3_safe_receiver == null) {
|
|
3230
3244
|
tmp_1 = null;
|
|
@@ -3242,12 +3256,12 @@
|
|
|
3242
3256
|
var previousGameCardIndex = tmp4_elvis_lhs == null ? 0 : tmp4_elvis_lhs;
|
|
3243
3257
|
var tmp_2;
|
|
3244
3258
|
if (reverse) {
|
|
3245
|
-
|
|
3246
|
-
|
|
3259
|
+
Companion_getInstance_17();
|
|
3260
|
+
Companion_getInstance_17();
|
|
3247
3261
|
tmp_2 = ((53 + imul(playerIndex, 13 + 1 | 0) | 0) - position | 0) - previousGameCardIndex | 0;
|
|
3248
3262
|
} else {
|
|
3249
|
-
|
|
3250
|
-
|
|
3263
|
+
Companion_getInstance_17();
|
|
3264
|
+
Companion_getInstance_17();
|
|
3251
3265
|
tmp_2 = ((53 + imul(playerIndex, 13) | 0) + position | 0) + previousGameCardIndex | 0;
|
|
3252
3266
|
}
|
|
3253
3267
|
var index = tmp_2;
|
|
@@ -3261,7 +3275,7 @@
|
|
|
3261
3275
|
return this.d2h(position, playerIndex, previousStubCardWithMaxIndex, reverse);
|
|
3262
3276
|
};
|
|
3263
3277
|
var Companion_instance_15;
|
|
3264
|
-
function
|
|
3278
|
+
function Companion_getInstance_16() {
|
|
3265
3279
|
if (Companion_instance_15 == null)
|
|
3266
3280
|
new Companion_15();
|
|
3267
3281
|
return Companion_instance_15;
|
|
@@ -3368,7 +3382,7 @@
|
|
|
3368
3382
|
}
|
|
3369
3383
|
function _get_isShirt__vd98rp($this) {
|
|
3370
3384
|
var tmp = $this.m2f_1;
|
|
3371
|
-
|
|
3385
|
+
Companion_getInstance_17();
|
|
3372
3386
|
return tmp === 52;
|
|
3373
3387
|
}
|
|
3374
3388
|
function CardName(name, ordinal) {
|
|
@@ -3391,7 +3405,7 @@
|
|
|
3391
3405
|
return tmp;
|
|
3392
3406
|
};
|
|
3393
3407
|
var Companion_instance_16;
|
|
3394
|
-
function
|
|
3408
|
+
function Companion_getInstance_17() {
|
|
3395
3409
|
if (Companion_instance_16 == null)
|
|
3396
3410
|
new Companion_16();
|
|
3397
3411
|
return Companion_instance_16;
|
|
@@ -3453,29 +3467,29 @@
|
|
|
3453
3467
|
return CardName_STUB_instance;
|
|
3454
3468
|
}
|
|
3455
3469
|
function GameCard(index) {
|
|
3456
|
-
|
|
3470
|
+
Companion_getInstance_17();
|
|
3457
3471
|
this.m2f_1 = index;
|
|
3458
3472
|
}
|
|
3459
3473
|
GameCard.prototype.b2h = function () {
|
|
3460
3474
|
var tmp;
|
|
3461
|
-
|
|
3475
|
+
Companion_getInstance_17();
|
|
3462
3476
|
var containsUpper = 13;
|
|
3463
3477
|
var containsArg = this.m2f_1;
|
|
3464
3478
|
if (0 <= containsArg ? containsArg <= containsUpper : false) {
|
|
3465
3479
|
tmp = Suit_DIAMOND_getInstance();
|
|
3466
3480
|
} else {
|
|
3467
3481
|
var tmp_0 = this.m2f_1;
|
|
3468
|
-
|
|
3482
|
+
Companion_getInstance_17();
|
|
3469
3483
|
if (tmp_0 <= imul(13, 2)) {
|
|
3470
3484
|
tmp = Suit_SPADE_getInstance();
|
|
3471
3485
|
} else {
|
|
3472
3486
|
var tmp_1 = this.m2f_1;
|
|
3473
|
-
|
|
3487
|
+
Companion_getInstance_17();
|
|
3474
3488
|
if (tmp_1 <= imul(13, 3)) {
|
|
3475
3489
|
tmp = Suit_HEART_getInstance();
|
|
3476
3490
|
} else {
|
|
3477
3491
|
var tmp_2 = this.m2f_1;
|
|
3478
|
-
|
|
3492
|
+
Companion_getInstance_17();
|
|
3479
3493
|
if (tmp_2 <= imul(13, 4)) {
|
|
3480
3494
|
tmp = Suit_CLUB_getInstance();
|
|
3481
3495
|
} else {
|
|
@@ -3489,21 +3503,21 @@
|
|
|
3489
3503
|
GameCard.prototype.a2h = function () {
|
|
3490
3504
|
var tmp;
|
|
3491
3505
|
if (this.e2h()) {
|
|
3492
|
-
|
|
3506
|
+
Companion_getInstance_17();
|
|
3493
3507
|
tmp = -1;
|
|
3494
3508
|
} else {
|
|
3495
3509
|
var tmp_0 = this.m2f_1;
|
|
3496
|
-
|
|
3510
|
+
Companion_getInstance_17();
|
|
3497
3511
|
tmp = tmp_0 - imul(13, getIndex(this.b2h())) | 0;
|
|
3498
3512
|
}
|
|
3499
3513
|
return tmp;
|
|
3500
3514
|
};
|
|
3501
3515
|
GameCard.prototype.zf = function () {
|
|
3502
|
-
return this.e2h() ? CardName_STUB_getInstance() : getName(
|
|
3516
|
+
return this.e2h() ? CardName_STUB_getInstance() : getName(Companion_getInstance_17(), this.a2h());
|
|
3503
3517
|
};
|
|
3504
3518
|
GameCard.prototype.e2h = function () {
|
|
3505
3519
|
var tmp = this.m2f_1;
|
|
3506
|
-
|
|
3520
|
+
Companion_getInstance_17();
|
|
3507
3521
|
return tmp >= 53;
|
|
3508
3522
|
};
|
|
3509
3523
|
GameCard.prototype.toString = function () {
|
|
@@ -3605,7 +3619,7 @@
|
|
|
3605
3619
|
return this.l1w();
|
|
3606
3620
|
};
|
|
3607
3621
|
var Companion_instance_17;
|
|
3608
|
-
function
|
|
3622
|
+
function Companion_getInstance_18() {
|
|
3609
3623
|
Suit_initEntries();
|
|
3610
3624
|
if (Companion_instance_17 == null)
|
|
3611
3625
|
new Companion_17();
|
|
@@ -3623,7 +3637,7 @@
|
|
|
3623
3637
|
Suit_SPADE_instance = new Suit('SPADE', 1);
|
|
3624
3638
|
Suit_HEART_instance = new Suit('HEART', 2);
|
|
3625
3639
|
Suit_CLUB_instance = new Suit('CLUB', 3);
|
|
3626
|
-
|
|
3640
|
+
Companion_getInstance_18();
|
|
3627
3641
|
}
|
|
3628
3642
|
function Suit(name, ordinal) {
|
|
3629
3643
|
Enum.call(this, name, ordinal);
|
|
@@ -5031,7 +5045,7 @@
|
|
|
5031
5045
|
$com$logic$data$models.TerminationGameReason.TerminationGameReason_init_$Create$ = TerminationGameReason_init_$Create$;
|
|
5032
5046
|
Object.defineProperty($com$logic$data$models.TerminationGameReason, 'Companion', {
|
|
5033
5047
|
configurable: true,
|
|
5034
|
-
get:
|
|
5048
|
+
get: Companion_getInstance_2
|
|
5035
5049
|
});
|
|
5036
5050
|
var $com = _.com || (_.com = {});
|
|
5037
5051
|
var $com$logic = $com.logic || ($com.logic = {});
|
|
@@ -5080,7 +5094,7 @@
|
|
|
5080
5094
|
});
|
|
5081
5095
|
Object.defineProperty($com$logic$data$models$player.PlayerConnectionState, 'Companion', {
|
|
5082
5096
|
configurable: true,
|
|
5083
|
-
get:
|
|
5097
|
+
get: Companion_getInstance_9
|
|
5084
5098
|
});
|
|
5085
5099
|
var $com = _.com || (_.com = {});
|
|
5086
5100
|
var $com$logic = $com.logic || ($com.logic = {});
|
|
@@ -5090,7 +5104,7 @@
|
|
|
5090
5104
|
$com$logic$data$models$rules.Rules = Rules;
|
|
5091
5105
|
Object.defineProperty($com$logic$data$models$rules.Rules, 'Companion', {
|
|
5092
5106
|
configurable: true,
|
|
5093
|
-
get:
|
|
5107
|
+
get: Companion_getInstance_12
|
|
5094
5108
|
});
|
|
5095
5109
|
var $com = _.com || (_.com = {});
|
|
5096
5110
|
var $com$logic = $com.logic || ($com.logic = {});
|
|
@@ -5251,19 +5265,19 @@
|
|
|
5251
5265
|
_.$_$.r3 = w$default;
|
|
5252
5266
|
_.$_$.s3 = StartTimerAction_init_$Create$;
|
|
5253
5267
|
_.$_$.t3 = PlatformGameLogger_init_$Create$;
|
|
5254
|
-
_.$_$.u3 =
|
|
5255
|
-
_.$_$.v3 =
|
|
5268
|
+
_.$_$.u3 = Companion_getInstance_9;
|
|
5269
|
+
_.$_$.v3 = Companion_getInstance_11;
|
|
5256
5270
|
_.$_$.w3 = $serializer_getInstance_5;
|
|
5257
5271
|
_.$_$.x3 = $serializer_getInstance_6;
|
|
5258
5272
|
_.$_$.y3 = $serializer_getInstance_7;
|
|
5259
5273
|
_.$_$.z3 = CardIndexComparator_getInstance;
|
|
5260
5274
|
_.$_$.a4 = CardNumberComparator_getInstance;
|
|
5261
|
-
_.$_$.b4 =
|
|
5262
|
-
_.$_$.c4 =
|
|
5263
|
-
_.$_$.d4 =
|
|
5275
|
+
_.$_$.b4 = Companion_getInstance_16;
|
|
5276
|
+
_.$_$.c4 = Companion_getInstance_18;
|
|
5277
|
+
_.$_$.d4 = Companion_getInstance_0;
|
|
5264
5278
|
_.$_$.e4 = ProcessingReason_getInstance;
|
|
5265
5279
|
_.$_$.f4 = RestartGameReason_getInstance;
|
|
5266
|
-
_.$_$.g4 =
|
|
5280
|
+
_.$_$.g4 = Companion_getInstance_2;
|
|
5267
5281
|
_.$_$.h4 = Logger_getInstance;
|
|
5268
5282
|
//endregion
|
|
5269
5283
|
return _;
|