client_plugin_logic_deb 1.5.19 → 1.6.20
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/Logic_Debertz-client_plugin.d.ts +3 -3
- package/Logic_Debertz-client_plugin.js +1949 -1960
- package/Logic_Debertz-client_plugin.js.map +1 -1
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +16 -15
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +344 -326
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +267 -267
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +1 -1
- package/package.json +1 -1
|
@@ -627,7 +627,6 @@
|
|
|
627
627
|
setMetadataFor(Companion_27, 'Companion', objectMeta);
|
|
628
628
|
setMetadataFor($serializer_18, '$serializer', objectMeta, VOID, [GeneratedSerializer]);
|
|
629
629
|
setMetadataFor(PartyPlayedStatEventDto, 'PartyPlayedStatEventDto', classMeta, StatisticsEventDto, VOID, VOID, {0: $serializer_getInstance_27});
|
|
630
|
-
setMetadataFor(PlayedLostStatEventDto, 'PlayedLostStatEventDto', objectMeta, StatisticsEventDto, [StatisticsEventDto, SerializerFactory], VOID, {0: PlayedLostStatEventDto_getInstance});
|
|
631
630
|
setMetadataFor(Companion_28, 'Companion', objectMeta);
|
|
632
631
|
setMetadataFor($serializer_19, '$serializer', objectMeta, VOID, [GeneratedSerializer]);
|
|
633
632
|
setMetadataFor(UpdateConfigModelDto, 'UpdateConfigModelDto', classMeta, VOID, VOID, VOID, {0: $serializer_getInstance_28});
|
|
@@ -719,7 +718,6 @@
|
|
|
719
718
|
setMetadataFor(StatisticsEvent, 'StatisticsEvent', interfaceMeta);
|
|
720
719
|
setMetadataFor(GamePlayedStatEvent, 'GamePlayedStatEvent', classMeta, VOID, [StatisticsEvent]);
|
|
721
720
|
setMetadataFor(PartyPlayedStatEvent, 'PartyPlayedStatEvent', classMeta, VOID, [StatisticsEvent]);
|
|
722
|
-
setMetadataFor(PlayedLostStatEvent, 'PlayedLostStatEvent', objectMeta, VOID, [StatisticsEvent]);
|
|
723
721
|
setMetadataFor(ClientEncoderDecoderProvider, 'ClientEncoderDecoderProvider', interfaceMeta);
|
|
724
722
|
setMetadataFor(ClientEncoderDecoderProviderImpl, 'ClientEncoderDecoderProviderImpl', classMeta, VOID, [ClientEncoderDecoderProvider]);
|
|
725
723
|
setMetadataFor(BufferInteractor, 'BufferInteractor', interfaceMeta);
|
|
@@ -734,7 +732,7 @@
|
|
|
734
732
|
setMetadataFor(PassTerminatedActionBufferUseCase, 'PassTerminatedActionBufferUseCase', classMeta);
|
|
735
733
|
setMetadataFor(WaitUntilExpectantFinishedBufferUseCase, 'WaitUntilExpectantFinishedBufferUseCase', classMeta);
|
|
736
734
|
setMetadataFor(WaitWhenSceneIsActiveBufferUseCase, 'WaitWhenSceneIsActiveBufferUseCase', classMeta);
|
|
737
|
-
setMetadataFor(ClientStatisticsInteractor, 'ClientStatisticsInteractor', interfaceMeta, VOID, VOID, VOID, VOID, [
|
|
735
|
+
setMetadataFor(ClientStatisticsInteractor, 'ClientStatisticsInteractor', interfaceMeta, VOID, VOID, VOID, VOID, [3, 1]);
|
|
738
736
|
setMetadataFor(PersistentAppStateInteractor, 'PersistentAppStateInteractor', interfaceMeta, VOID, VOID, VOID, VOID, [3, 1]);
|
|
739
737
|
setMetadataFor(PutCardValidatorInteractor, 'PutCardValidatorInteractor', interfaceMeta);
|
|
740
738
|
setMetadataFor(PutCardValidatorInteractorImpl, 'PutCardValidatorInteractorImpl', classMeta, VOID, [PutCardValidatorInteractor]);
|
|
@@ -1155,7 +1153,7 @@
|
|
|
1155
1153
|
middlewares = tmp_0;
|
|
1156
1154
|
isAutoStepCurrentPlayer = isAutoStepCurrentPlayer === VOID ? false : isAutoStepCurrentPlayer;
|
|
1157
1155
|
botExitsWhenNGameNumberIsFinished = botExitsWhenNGameNumberIsFinished === VOID ? null : botExitsWhenNGameNumberIsFinished;
|
|
1158
|
-
return this.
|
|
1156
|
+
return this.w85(currentPlayerId, reducers, middlewares, isAutoStepCurrentPlayer, botExitsWhenNGameNumberIsFinished);
|
|
1159
1157
|
}
|
|
1160
1158
|
setMetadataFor(GameClientEngineController, 'GameClientEngineController', interfaceMeta);
|
|
1161
1159
|
setMetadataFor(_no_name_provided__qut3iv_109, VOID, classMeta, VOID, [Reducer]);
|
|
@@ -7345,25 +7343,17 @@
|
|
|
7345
7343
|
// Inline function 'kotlin.arrayOf' call
|
|
7346
7344
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7347
7345
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7348
|
-
var tmp_0 = [getKClass(GamePlayedStatEventDto), getKClass(PartyPlayedStatEventDto)
|
|
7346
|
+
var tmp_0 = [getKClass(GamePlayedStatEventDto), getKClass(PartyPlayedStatEventDto)];
|
|
7349
7347
|
// Inline function 'kotlin.arrayOf' call
|
|
7350
|
-
var tmp_1 = $serializer_getInstance_26();
|
|
7351
|
-
var tmp_2 = $serializer_getInstance_27();
|
|
7352
|
-
var tmp_3 = PlayedLostStatEventDto_getInstance();
|
|
7353
|
-
var tmp$ret$5;
|
|
7354
|
-
// Inline function 'kotlin.arrayOf' call
|
|
7355
|
-
// Inline function 'kotlin.js.unsafeCast' call
|
|
7356
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
7357
|
-
tmp$ret$5 = [];
|
|
7358
7348
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7359
7349
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7360
|
-
var
|
|
7361
|
-
var tmp$ret$
|
|
7350
|
+
var tmp_1 = [$serializer_getInstance_26(), $serializer_getInstance_27()];
|
|
7351
|
+
var tmp$ret$8;
|
|
7362
7352
|
// Inline function 'kotlin.arrayOf' call
|
|
7363
7353
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7364
7354
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7365
|
-
tmp$ret$
|
|
7366
|
-
return SealedClassSerializer_init_$Create$('com.debertz.logic.client.data.models.serializable.StatisticsEventDto', tmp, tmp_0,
|
|
7355
|
+
tmp$ret$8 = [];
|
|
7356
|
+
return SealedClassSerializer_init_$Create$('com.debertz.logic.client.data.models.serializable.StatisticsEventDto', tmp, tmp_0, tmp_1, tmp$ret$8);
|
|
7367
7357
|
}
|
|
7368
7358
|
function Companion_25() {
|
|
7369
7359
|
Companion_instance_25 = this;
|
|
@@ -7401,7 +7391,7 @@
|
|
|
7401
7391
|
function $serializer_17() {
|
|
7402
7392
|
$serializer_instance_16 = this;
|
|
7403
7393
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('gamePlayed', this, 1);
|
|
7404
|
-
tmp0_serialDesc.n1z('win',
|
|
7394
|
+
tmp0_serialDesc.n1z('win', true);
|
|
7405
7395
|
this.r5r_1 = tmp0_serialDesc;
|
|
7406
7396
|
}
|
|
7407
7397
|
protoOf($serializer_17).c1p = function () {
|
|
@@ -7411,17 +7401,17 @@
|
|
|
7411
7401
|
// Inline function 'kotlin.arrayOf' call
|
|
7412
7402
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7413
7403
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7414
|
-
return [BooleanSerializer_getInstance()];
|
|
7404
|
+
return [get_nullable(BooleanSerializer_getInstance())];
|
|
7415
7405
|
};
|
|
7416
7406
|
protoOf($serializer_17).e1p = function (decoder) {
|
|
7417
7407
|
var tmp0_desc = this.r5r_1;
|
|
7418
7408
|
var tmp1_flag = true;
|
|
7419
7409
|
var tmp2_index = 0;
|
|
7420
7410
|
var tmp3_bitMask0 = 0;
|
|
7421
|
-
var tmp4_local0 =
|
|
7411
|
+
var tmp4_local0 = null;
|
|
7422
7412
|
var tmp5_input = decoder.j1s(tmp0_desc);
|
|
7423
7413
|
if (tmp5_input.z1s()) {
|
|
7424
|
-
tmp4_local0 = tmp5_input.
|
|
7414
|
+
tmp4_local0 = tmp5_input.x1s(tmp0_desc, 0, BooleanSerializer_getInstance(), tmp4_local0);
|
|
7425
7415
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
7426
7416
|
} else
|
|
7427
7417
|
while (tmp1_flag) {
|
|
@@ -7431,7 +7421,7 @@
|
|
|
7431
7421
|
tmp1_flag = false;
|
|
7432
7422
|
break;
|
|
7433
7423
|
case 0:
|
|
7434
|
-
tmp4_local0 = tmp5_input.
|
|
7424
|
+
tmp4_local0 = tmp5_input.x1s(tmp0_desc, 0, BooleanSerializer_getInstance(), tmp4_local0);
|
|
7435
7425
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
7436
7426
|
break;
|
|
7437
7427
|
default:
|
|
@@ -7444,7 +7434,9 @@
|
|
|
7444
7434
|
protoOf($serializer_17).s5r = function (encoder, value) {
|
|
7445
7435
|
var tmp0_desc = this.r5r_1;
|
|
7446
7436
|
var tmp1_output = encoder.j1s(tmp0_desc);
|
|
7447
|
-
tmp1_output.
|
|
7437
|
+
if (tmp1_output.g1u(tmp0_desc, 0) ? true : !(value.t5r_1 == null)) {
|
|
7438
|
+
tmp1_output.c1u(tmp0_desc, 0, BooleanSerializer_getInstance(), value.t5r_1);
|
|
7439
|
+
}
|
|
7448
7440
|
tmp1_output.k1s(tmp0_desc);
|
|
7449
7441
|
};
|
|
7450
7442
|
protoOf($serializer_17).d1p = function (encoder, value) {
|
|
@@ -7457,11 +7449,14 @@
|
|
|
7457
7449
|
return $serializer_instance_16;
|
|
7458
7450
|
}
|
|
7459
7451
|
function GamePlayedStatEventDto_init_$Init$(seen1, win, serializationConstructorMarker, $this) {
|
|
7460
|
-
if (!(
|
|
7461
|
-
throwMissingFieldException(seen1,
|
|
7452
|
+
if (!(0 === (0 & seen1))) {
|
|
7453
|
+
throwMissingFieldException(seen1, 0, $serializer_getInstance_26().r5r_1);
|
|
7462
7454
|
}
|
|
7463
7455
|
StatisticsEventDto_init_$Init$(seen1, serializationConstructorMarker, $this);
|
|
7464
|
-
|
|
7456
|
+
if (0 === (seen1 & 1))
|
|
7457
|
+
$this.t5r_1 = null;
|
|
7458
|
+
else
|
|
7459
|
+
$this.t5r_1 = win;
|
|
7465
7460
|
return $this;
|
|
7466
7461
|
}
|
|
7467
7462
|
function GamePlayedStatEventDto_init_$Create$(seen1, win, serializationConstructorMarker) {
|
|
@@ -7469,6 +7464,7 @@
|
|
|
7469
7464
|
}
|
|
7470
7465
|
function GamePlayedStatEventDto(win) {
|
|
7471
7466
|
Companion_getInstance_42();
|
|
7467
|
+
win = win === VOID ? null : win;
|
|
7472
7468
|
StatisticsEventDto.call(this);
|
|
7473
7469
|
this.t5r_1 = win;
|
|
7474
7470
|
}
|
|
@@ -7476,7 +7472,7 @@
|
|
|
7476
7472
|
return 'GamePlayedStatEventDto(win=' + this.t5r_1 + ')';
|
|
7477
7473
|
};
|
|
7478
7474
|
protoOf(GamePlayedStatEventDto).hashCode = function () {
|
|
7479
|
-
return this.t5r_1 | 0;
|
|
7475
|
+
return this.t5r_1 == null ? 0 : this.t5r_1 | 0;
|
|
7480
7476
|
};
|
|
7481
7477
|
protoOf(GamePlayedStatEventDto).equals = function (other) {
|
|
7482
7478
|
if (this === other)
|
|
@@ -7484,7 +7480,7 @@
|
|
|
7484
7480
|
if (!(other instanceof GamePlayedStatEventDto))
|
|
7485
7481
|
return false;
|
|
7486
7482
|
var tmp0_other_with_cast = other instanceof GamePlayedStatEventDto ? other : THROW_CCE();
|
|
7487
|
-
if (!(this.t5r_1
|
|
7483
|
+
if (!(this.t5r_1 == tmp0_other_with_cast.t5r_1))
|
|
7488
7484
|
return false;
|
|
7489
7485
|
return true;
|
|
7490
7486
|
};
|
|
@@ -7499,9 +7495,10 @@
|
|
|
7499
7495
|
}
|
|
7500
7496
|
function $serializer_18() {
|
|
7501
7497
|
$serializer_instance_17 = this;
|
|
7502
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('partyPlayed', this,
|
|
7503
|
-
tmp0_serialDesc.n1z('
|
|
7504
|
-
tmp0_serialDesc.n1z('
|
|
7498
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('partyPlayed', this, 3);
|
|
7499
|
+
tmp0_serialDesc.n1z('committed', true);
|
|
7500
|
+
tmp0_serialDesc.n1z('win', true);
|
|
7501
|
+
tmp0_serialDesc.n1z('playerWin', true);
|
|
7505
7502
|
this.u5r_1 = tmp0_serialDesc;
|
|
7506
7503
|
}
|
|
7507
7504
|
protoOf($serializer_18).c1p = function () {
|
|
@@ -7511,48 +7508,62 @@
|
|
|
7511
7508
|
// Inline function 'kotlin.arrayOf' call
|
|
7512
7509
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7513
7510
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7514
|
-
return [BooleanSerializer_getInstance(), BooleanSerializer_getInstance()];
|
|
7511
|
+
return [get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance())];
|
|
7515
7512
|
};
|
|
7516
7513
|
protoOf($serializer_18).e1p = function (decoder) {
|
|
7517
7514
|
var tmp0_desc = this.u5r_1;
|
|
7518
7515
|
var tmp1_flag = true;
|
|
7519
7516
|
var tmp2_index = 0;
|
|
7520
7517
|
var tmp3_bitMask0 = 0;
|
|
7521
|
-
var tmp4_local0 =
|
|
7522
|
-
var tmp5_local1 =
|
|
7523
|
-
var
|
|
7524
|
-
|
|
7525
|
-
|
|
7518
|
+
var tmp4_local0 = null;
|
|
7519
|
+
var tmp5_local1 = null;
|
|
7520
|
+
var tmp6_local2 = null;
|
|
7521
|
+
var tmp7_input = decoder.j1s(tmp0_desc);
|
|
7522
|
+
if (tmp7_input.z1s()) {
|
|
7523
|
+
tmp4_local0 = tmp7_input.x1s(tmp0_desc, 0, BooleanSerializer_getInstance(), tmp4_local0);
|
|
7526
7524
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
7527
|
-
tmp5_local1 =
|
|
7525
|
+
tmp5_local1 = tmp7_input.x1s(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
|
|
7528
7526
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
7527
|
+
tmp6_local2 = tmp7_input.x1s(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp6_local2);
|
|
7528
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
7529
7529
|
} else
|
|
7530
7530
|
while (tmp1_flag) {
|
|
7531
|
-
tmp2_index =
|
|
7531
|
+
tmp2_index = tmp7_input.a1t(tmp0_desc);
|
|
7532
7532
|
switch (tmp2_index) {
|
|
7533
7533
|
case -1:
|
|
7534
7534
|
tmp1_flag = false;
|
|
7535
7535
|
break;
|
|
7536
7536
|
case 0:
|
|
7537
|
-
tmp4_local0 =
|
|
7537
|
+
tmp4_local0 = tmp7_input.x1s(tmp0_desc, 0, BooleanSerializer_getInstance(), tmp4_local0);
|
|
7538
7538
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
7539
7539
|
break;
|
|
7540
7540
|
case 1:
|
|
7541
|
-
tmp5_local1 =
|
|
7541
|
+
tmp5_local1 = tmp7_input.x1s(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
|
|
7542
7542
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
7543
7543
|
break;
|
|
7544
|
+
case 2:
|
|
7545
|
+
tmp6_local2 = tmp7_input.x1s(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp6_local2);
|
|
7546
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
7547
|
+
break;
|
|
7544
7548
|
default:
|
|
7545
7549
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
7546
7550
|
}
|
|
7547
7551
|
}
|
|
7548
|
-
|
|
7549
|
-
return PartyPlayedStatEventDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
7552
|
+
tmp7_input.k1s(tmp0_desc);
|
|
7553
|
+
return PartyPlayedStatEventDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
7550
7554
|
};
|
|
7551
7555
|
protoOf($serializer_18).v5r = function (encoder, value) {
|
|
7552
7556
|
var tmp0_desc = this.u5r_1;
|
|
7553
7557
|
var tmp1_output = encoder.j1s(tmp0_desc);
|
|
7554
|
-
tmp1_output.
|
|
7555
|
-
|
|
7558
|
+
if (tmp1_output.g1u(tmp0_desc, 0) ? true : !(value.w5r_1 == null)) {
|
|
7559
|
+
tmp1_output.c1u(tmp0_desc, 0, BooleanSerializer_getInstance(), value.w5r_1);
|
|
7560
|
+
}
|
|
7561
|
+
if (tmp1_output.g1u(tmp0_desc, 1) ? true : !(value.x5r_1 == null)) {
|
|
7562
|
+
tmp1_output.c1u(tmp0_desc, 1, BooleanSerializer_getInstance(), value.x5r_1);
|
|
7563
|
+
}
|
|
7564
|
+
if (tmp1_output.g1u(tmp0_desc, 2) ? true : !(value.y5r_1 == null)) {
|
|
7565
|
+
tmp1_output.c1u(tmp0_desc, 2, BooleanSerializer_getInstance(), value.y5r_1);
|
|
7566
|
+
}
|
|
7556
7567
|
tmp1_output.k1s(tmp0_desc);
|
|
7557
7568
|
};
|
|
7558
7569
|
protoOf($serializer_18).d1p = function (encoder, value) {
|
|
@@ -7564,30 +7575,45 @@
|
|
|
7564
7575
|
new $serializer_18();
|
|
7565
7576
|
return $serializer_instance_17;
|
|
7566
7577
|
}
|
|
7567
|
-
function PartyPlayedStatEventDto_init_$Init$(seen1, win, playerWin, serializationConstructorMarker, $this) {
|
|
7568
|
-
if (!(
|
|
7569
|
-
throwMissingFieldException(seen1,
|
|
7578
|
+
function PartyPlayedStatEventDto_init_$Init$(seen1, committed, win, playerWin, serializationConstructorMarker, $this) {
|
|
7579
|
+
if (!(0 === (0 & seen1))) {
|
|
7580
|
+
throwMissingFieldException(seen1, 0, $serializer_getInstance_27().u5r_1);
|
|
7570
7581
|
}
|
|
7571
7582
|
StatisticsEventDto_init_$Init$(seen1, serializationConstructorMarker, $this);
|
|
7572
|
-
|
|
7573
|
-
|
|
7583
|
+
if (0 === (seen1 & 1))
|
|
7584
|
+
$this.w5r_1 = null;
|
|
7585
|
+
else
|
|
7586
|
+
$this.w5r_1 = committed;
|
|
7587
|
+
if (0 === (seen1 & 2))
|
|
7588
|
+
$this.x5r_1 = null;
|
|
7589
|
+
else
|
|
7590
|
+
$this.x5r_1 = win;
|
|
7591
|
+
if (0 === (seen1 & 4))
|
|
7592
|
+
$this.y5r_1 = null;
|
|
7593
|
+
else
|
|
7594
|
+
$this.y5r_1 = playerWin;
|
|
7574
7595
|
return $this;
|
|
7575
7596
|
}
|
|
7576
|
-
function PartyPlayedStatEventDto_init_$Create$(seen1, win, playerWin, serializationConstructorMarker) {
|
|
7577
|
-
return PartyPlayedStatEventDto_init_$Init$(seen1, win, playerWin, serializationConstructorMarker, objectCreate(protoOf(PartyPlayedStatEventDto)));
|
|
7597
|
+
function PartyPlayedStatEventDto_init_$Create$(seen1, committed, win, playerWin, serializationConstructorMarker) {
|
|
7598
|
+
return PartyPlayedStatEventDto_init_$Init$(seen1, committed, win, playerWin, serializationConstructorMarker, objectCreate(protoOf(PartyPlayedStatEventDto)));
|
|
7578
7599
|
}
|
|
7579
|
-
function PartyPlayedStatEventDto(win, playerWin) {
|
|
7600
|
+
function PartyPlayedStatEventDto(committed, win, playerWin) {
|
|
7580
7601
|
Companion_getInstance_43();
|
|
7602
|
+
committed = committed === VOID ? null : committed;
|
|
7603
|
+
win = win === VOID ? null : win;
|
|
7604
|
+
playerWin = playerWin === VOID ? null : playerWin;
|
|
7581
7605
|
StatisticsEventDto.call(this);
|
|
7582
|
-
this.w5r_1 =
|
|
7583
|
-
this.x5r_1 =
|
|
7606
|
+
this.w5r_1 = committed;
|
|
7607
|
+
this.x5r_1 = win;
|
|
7608
|
+
this.y5r_1 = playerWin;
|
|
7584
7609
|
}
|
|
7585
7610
|
protoOf(PartyPlayedStatEventDto).toString = function () {
|
|
7586
|
-
return 'PartyPlayedStatEventDto(
|
|
7611
|
+
return 'PartyPlayedStatEventDto(committed=' + this.w5r_1 + ', win=' + this.x5r_1 + ', playerWin=' + this.y5r_1 + ')';
|
|
7587
7612
|
};
|
|
7588
7613
|
protoOf(PartyPlayedStatEventDto).hashCode = function () {
|
|
7589
|
-
var result = this.w5r_1 | 0;
|
|
7590
|
-
result = imul(result, 31) + (this.x5r_1 | 0) | 0;
|
|
7614
|
+
var result = this.w5r_1 == null ? 0 : this.w5r_1 | 0;
|
|
7615
|
+
result = imul(result, 31) + (this.x5r_1 == null ? 0 : this.x5r_1 | 0) | 0;
|
|
7616
|
+
result = imul(result, 31) + (this.y5r_1 == null ? 0 : this.y5r_1 | 0) | 0;
|
|
7591
7617
|
return result;
|
|
7592
7618
|
};
|
|
7593
7619
|
protoOf(PartyPlayedStatEventDto).equals = function (other) {
|
|
@@ -7596,43 +7622,14 @@
|
|
|
7596
7622
|
if (!(other instanceof PartyPlayedStatEventDto))
|
|
7597
7623
|
return false;
|
|
7598
7624
|
var tmp0_other_with_cast = other instanceof PartyPlayedStatEventDto ? other : THROW_CCE();
|
|
7599
|
-
if (!(this.w5r_1
|
|
7625
|
+
if (!(this.w5r_1 == tmp0_other_with_cast.w5r_1))
|
|
7626
|
+
return false;
|
|
7627
|
+
if (!(this.x5r_1 == tmp0_other_with_cast.x5r_1))
|
|
7600
7628
|
return false;
|
|
7601
|
-
if (!(this.
|
|
7629
|
+
if (!(this.y5r_1 == tmp0_other_with_cast.y5r_1))
|
|
7602
7630
|
return false;
|
|
7603
7631
|
return true;
|
|
7604
7632
|
};
|
|
7605
|
-
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
7606
|
-
return $this.y5r_1.l1();
|
|
7607
|
-
}
|
|
7608
|
-
function PlayedLostStatEventDto$_anonymous__l0716h() {
|
|
7609
|
-
var tmp = PlayedLostStatEventDto_getInstance();
|
|
7610
|
-
var tmp$ret$2;
|
|
7611
|
-
// Inline function 'kotlin.arrayOf' call
|
|
7612
|
-
// Inline function 'kotlin.js.unsafeCast' call
|
|
7613
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
7614
|
-
tmp$ret$2 = [];
|
|
7615
|
-
return ObjectSerializer_init_$Create$('playerLost', tmp, tmp$ret$2);
|
|
7616
|
-
}
|
|
7617
|
-
function PlayedLostStatEventDto() {
|
|
7618
|
-
PlayedLostStatEventDto_instance = this;
|
|
7619
|
-
StatisticsEventDto.call(this);
|
|
7620
|
-
var tmp = this;
|
|
7621
|
-
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
7622
|
-
tmp.y5r_1 = lazy(tmp_0, PlayedLostStatEventDto$_anonymous__l0716h);
|
|
7623
|
-
}
|
|
7624
|
-
protoOf(PlayedLostStatEventDto).r2b = function () {
|
|
7625
|
-
return _get_$cachedSerializer__te6jhj_8(this);
|
|
7626
|
-
};
|
|
7627
|
-
protoOf(PlayedLostStatEventDto).n20 = function (typeParamsSerializers) {
|
|
7628
|
-
return this.r2b();
|
|
7629
|
-
};
|
|
7630
|
-
var PlayedLostStatEventDto_instance;
|
|
7631
|
-
function PlayedLostStatEventDto_getInstance() {
|
|
7632
|
-
if (PlayedLostStatEventDto_instance == null)
|
|
7633
|
-
new PlayedLostStatEventDto();
|
|
7634
|
-
return PlayedLostStatEventDto_instance;
|
|
7635
|
-
}
|
|
7636
7633
|
function Companion_28() {
|
|
7637
7634
|
Companion_instance_28 = this;
|
|
7638
7635
|
var tmp = this;
|
|
@@ -10249,7 +10246,7 @@
|
|
|
10249
10246
|
function HiddenControlsViewModelDto_init_$Create$(seen1, isActionsSupported, serializationConstructorMarker) {
|
|
10250
10247
|
return HiddenControlsViewModelDto_init_$Init$(seen1, isActionsSupported, serializationConstructorMarker, objectCreate(protoOf(HiddenControlsViewModelDto)));
|
|
10251
10248
|
}
|
|
10252
|
-
function _get_$
|
|
10249
|
+
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
10253
10250
|
return $this.k5w_1.l1();
|
|
10254
10251
|
}
|
|
10255
10252
|
function TableControlsViewModelDto$Companion$_anonymous__kxbwr4() {
|
|
@@ -10430,7 +10427,7 @@
|
|
|
10430
10427
|
tmp.k5w_1 = lazy(tmp_0, TableControlsViewModelDto$Companion$_anonymous__kxbwr4);
|
|
10431
10428
|
}
|
|
10432
10429
|
protoOf(Companion_47).r2b = function () {
|
|
10433
|
-
return _get_$
|
|
10430
|
+
return _get_$cachedSerializer__te6jhj_8(this);
|
|
10434
10431
|
};
|
|
10435
10432
|
protoOf(Companion_47).n20 = function (typeParamsSerializers) {
|
|
10436
10433
|
return this.r2b();
|
|
@@ -11832,7 +11829,7 @@
|
|
|
11832
11829
|
return false;
|
|
11833
11830
|
return true;
|
|
11834
11831
|
};
|
|
11835
|
-
function _get_$
|
|
11832
|
+
function _get_$cachedSerializer__te6jhj_9($this) {
|
|
11836
11833
|
return $this.q5y_1.l1();
|
|
11837
11834
|
}
|
|
11838
11835
|
function ClientActionDto$Companion$_anonymous__jycyr3() {
|
|
@@ -11859,7 +11856,7 @@
|
|
|
11859
11856
|
tmp.q5y_1 = lazy(tmp_0, ClientActionDto$Companion$_anonymous__jycyr3);
|
|
11860
11857
|
}
|
|
11861
11858
|
protoOf(Companion_57).r2b = function () {
|
|
11862
|
-
return _get_$
|
|
11859
|
+
return _get_$cachedSerializer__te6jhj_9(this);
|
|
11863
11860
|
};
|
|
11864
11861
|
protoOf(Companion_57).n20 = function (typeParamsSerializers) {
|
|
11865
11862
|
return this.r2b();
|
|
@@ -12580,20 +12577,62 @@
|
|
|
12580
12577
|
if (_this__u8e3s4 instanceof PartyPlayedStatEvent) {
|
|
12581
12578
|
tmp = mapToDto_41(_this__u8e3s4);
|
|
12582
12579
|
} else {
|
|
12583
|
-
|
|
12584
|
-
tmp = PlayedLostStatEventDto_getInstance();
|
|
12585
|
-
} else {
|
|
12586
|
-
noWhenBranchMatchedException();
|
|
12587
|
-
}
|
|
12580
|
+
noWhenBranchMatchedException();
|
|
12588
12581
|
}
|
|
12589
12582
|
}
|
|
12590
12583
|
return tmp;
|
|
12591
12584
|
}
|
|
12592
12585
|
function mapToDto_40(_this__u8e3s4) {
|
|
12593
|
-
|
|
12586
|
+
var tmp$ret$1;
|
|
12587
|
+
// Inline function 'kotlin.takeIf' call
|
|
12588
|
+
var tmp0_takeIf = _this__u8e3s4.k5z_1;
|
|
12589
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
12590
|
+
var tmp;
|
|
12591
|
+
// Inline function 'com.debertz.logic.client.data.models.serializable.mappers.mapToDto.<anonymous>' call
|
|
12592
|
+
if (tmp0_takeIf) {
|
|
12593
|
+
tmp = tmp0_takeIf;
|
|
12594
|
+
} else {
|
|
12595
|
+
tmp = null;
|
|
12596
|
+
}
|
|
12597
|
+
tmp$ret$1 = tmp;
|
|
12598
|
+
return new GamePlayedStatEventDto(tmp$ret$1);
|
|
12594
12599
|
}
|
|
12595
12600
|
function mapToDto_41(_this__u8e3s4) {
|
|
12596
|
-
|
|
12601
|
+
// Inline function 'kotlin.takeIf' call
|
|
12602
|
+
var tmp0_takeIf = _this__u8e3s4.l5z_1;
|
|
12603
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
12604
|
+
var tmp;
|
|
12605
|
+
// Inline function 'com.debertz.logic.client.data.models.serializable.mappers.mapToDto.<anonymous>' call
|
|
12606
|
+
if (tmp0_takeIf) {
|
|
12607
|
+
tmp = tmp0_takeIf;
|
|
12608
|
+
} else {
|
|
12609
|
+
tmp = null;
|
|
12610
|
+
}
|
|
12611
|
+
var tmp_0 = tmp;
|
|
12612
|
+
// Inline function 'kotlin.takeIf' call
|
|
12613
|
+
var tmp1_takeIf = _this__u8e3s4.m5z_1;
|
|
12614
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
12615
|
+
var tmp_1;
|
|
12616
|
+
// Inline function 'com.debertz.logic.client.data.models.serializable.mappers.mapToDto.<anonymous>' call
|
|
12617
|
+
if (tmp1_takeIf) {
|
|
12618
|
+
tmp_1 = tmp1_takeIf;
|
|
12619
|
+
} else {
|
|
12620
|
+
tmp_1 = null;
|
|
12621
|
+
}
|
|
12622
|
+
var tmp_2 = tmp_1;
|
|
12623
|
+
var tmp$ret$5;
|
|
12624
|
+
// Inline function 'kotlin.takeIf' call
|
|
12625
|
+
var tmp2_takeIf = _this__u8e3s4.n5z_1;
|
|
12626
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
12627
|
+
var tmp_3;
|
|
12628
|
+
// Inline function 'com.debertz.logic.client.data.models.serializable.mappers.mapToDto.<anonymous>' call
|
|
12629
|
+
if (tmp2_takeIf) {
|
|
12630
|
+
tmp_3 = tmp2_takeIf;
|
|
12631
|
+
} else {
|
|
12632
|
+
tmp_3 = null;
|
|
12633
|
+
}
|
|
12634
|
+
tmp$ret$5 = tmp_3;
|
|
12635
|
+
return new PartyPlayedStatEventDto(tmp_0, tmp_2, tmp$ret$5);
|
|
12597
12636
|
}
|
|
12598
12637
|
function mapFromDto_18(_this__u8e3s4) {
|
|
12599
12638
|
var tmp2_safe_receiver = _this__u8e3s4.e5s_1;
|
|
@@ -13182,16 +13221,18 @@
|
|
|
13182
13221
|
return false;
|
|
13183
13222
|
return true;
|
|
13184
13223
|
};
|
|
13185
|
-
function PartyPlayedStatEvent(win, playerWin) {
|
|
13186
|
-
this.l5z_1 =
|
|
13187
|
-
this.m5z_1 =
|
|
13224
|
+
function PartyPlayedStatEvent(committed, win, playerWin) {
|
|
13225
|
+
this.l5z_1 = committed;
|
|
13226
|
+
this.m5z_1 = win;
|
|
13227
|
+
this.n5z_1 = playerWin;
|
|
13188
13228
|
}
|
|
13189
13229
|
protoOf(PartyPlayedStatEvent).toString = function () {
|
|
13190
|
-
return 'PartyPlayedStatEvent(
|
|
13230
|
+
return 'PartyPlayedStatEvent(committed=' + this.l5z_1 + ', win=' + this.m5z_1 + ', playerWin=' + this.n5z_1 + ')';
|
|
13191
13231
|
};
|
|
13192
13232
|
protoOf(PartyPlayedStatEvent).hashCode = function () {
|
|
13193
13233
|
var result = this.l5z_1 | 0;
|
|
13194
13234
|
result = imul(result, 31) + (this.m5z_1 | 0) | 0;
|
|
13235
|
+
result = imul(result, 31) + (this.n5z_1 | 0) | 0;
|
|
13195
13236
|
return result;
|
|
13196
13237
|
};
|
|
13197
13238
|
protoOf(PartyPlayedStatEvent).equals = function (other) {
|
|
@@ -13204,23 +13245,16 @@
|
|
|
13204
13245
|
return false;
|
|
13205
13246
|
if (!(this.m5z_1 === tmp0_other_with_cast.m5z_1))
|
|
13206
13247
|
return false;
|
|
13248
|
+
if (!(this.n5z_1 === tmp0_other_with_cast.n5z_1))
|
|
13249
|
+
return false;
|
|
13207
13250
|
return true;
|
|
13208
13251
|
};
|
|
13209
|
-
function PlayedLostStatEvent() {
|
|
13210
|
-
PlayedLostStatEvent_instance = this;
|
|
13211
|
-
}
|
|
13212
|
-
var PlayedLostStatEvent_instance;
|
|
13213
|
-
function PlayedLostStatEvent_getInstance() {
|
|
13214
|
-
if (PlayedLostStatEvent_instance == null)
|
|
13215
|
-
new PlayedLostStatEvent();
|
|
13216
|
-
return PlayedLostStatEvent_instance;
|
|
13217
|
-
}
|
|
13218
13252
|
function ClientEncoderDecoderProviderImpl(format) {
|
|
13219
|
-
this.
|
|
13253
|
+
this.o5z_1 = format;
|
|
13220
13254
|
}
|
|
13221
|
-
protoOf(ClientEncoderDecoderProviderImpl).
|
|
13255
|
+
protoOf(ClientEncoderDecoderProviderImpl).p5z = function (json) {
|
|
13222
13256
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
13223
|
-
var tmp0_decodeFromString = this.
|
|
13257
|
+
var tmp0_decodeFromString = this.o5z_1;
|
|
13224
13258
|
var tmp$ret$1;
|
|
13225
13259
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
13226
13260
|
var tmp0_serializer = tmp0_decodeFromString.y1s();
|
|
@@ -14658,7 +14692,7 @@
|
|
|
14658
14692
|
}
|
|
14659
14693
|
function ignoreBuffer($this, state, action, debugLabel) {
|
|
14660
14694
|
// Inline function 'kotlin.collections.map' call
|
|
14661
|
-
var tmp0_map = $this.
|
|
14695
|
+
var tmp0_map = $this.s5z_1;
|
|
14662
14696
|
// Inline function 'kotlin.collections.mapTo' call
|
|
14663
14697
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp0_map, 10));
|
|
14664
14698
|
var tmp0_iterator = tmp0_map.f();
|
|
@@ -14666,7 +14700,7 @@
|
|
|
14666
14700
|
var item = tmp0_iterator.h();
|
|
14667
14701
|
var tmp$ret$0;
|
|
14668
14702
|
// Inline function 'com.debertz.logic.client.domain.buffer.BufferInteractorImpl.ignoreBuffer.<anonymous>' call
|
|
14669
|
-
tmp$ret$0 = item.
|
|
14703
|
+
tmp$ret$0 = item.u5z(state, action);
|
|
14670
14704
|
tmp0_mapTo.a(tmp$ret$0);
|
|
14671
14705
|
}
|
|
14672
14706
|
var results = tmp0_mapTo;
|
|
@@ -14688,7 +14722,7 @@
|
|
|
14688
14722
|
var element = tmp0_iterator_0.h();
|
|
14689
14723
|
// Inline function 'com.debertz.logic.client.domain.buffer.BufferInteractorImpl.ignoreBuffer.<anonymous>' call
|
|
14690
14724
|
var tmp0_safe_receiver = element instanceof OutBuffer ? element : null;
|
|
14691
|
-
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
14725
|
+
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.w5z_1) === true) {
|
|
14692
14726
|
tmp$ret$3 = true;
|
|
14693
14727
|
break $l$block_0;
|
|
14694
14728
|
}
|
|
@@ -14696,7 +14730,7 @@
|
|
|
14696
14730
|
tmp$ret$3 = false;
|
|
14697
14731
|
}
|
|
14698
14732
|
if (tmp$ret$3) {
|
|
14699
|
-
Companion_getInstance_74().
|
|
14733
|
+
Companion_getInstance_74().z5z($this.t5z_1, debugLabel + ': skipAllChecks, ' + ('for action: ' + getDataClassName(toString(action))));
|
|
14700
14734
|
return true;
|
|
14701
14735
|
}
|
|
14702
14736
|
var tmp$ret$5;
|
|
@@ -14735,17 +14769,17 @@
|
|
|
14735
14769
|
tmp0_filterIsInstanceTo.a(element_1);
|
|
14736
14770
|
}
|
|
14737
14771
|
}
|
|
14738
|
-
tmp_1.
|
|
14772
|
+
tmp_1.z5z($this.t5z_1, debugLabel + ': ' + tmp0_filterIsInstanceTo + ', ' + ('for action: ' + getDataClassName(toString(action))));
|
|
14739
14773
|
return false;
|
|
14740
14774
|
}
|
|
14741
14775
|
return true;
|
|
14742
14776
|
}
|
|
14743
14777
|
function Companion_58() {
|
|
14744
14778
|
Companion_instance_58 = this;
|
|
14745
|
-
this.
|
|
14746
|
-
this.
|
|
14779
|
+
this.x5z_1 = 'Buffer';
|
|
14780
|
+
this.y5z_1 = false;
|
|
14747
14781
|
}
|
|
14748
|
-
protoOf(Companion_58).
|
|
14782
|
+
protoOf(Companion_58).z5z = function (_this__u8e3s4, message) {
|
|
14749
14783
|
if (false) {
|
|
14750
14784
|
_this__u8e3s4.d('Buffer', message);
|
|
14751
14785
|
}
|
|
@@ -14758,10 +14792,10 @@
|
|
|
14758
14792
|
}
|
|
14759
14793
|
function BufferInteractorImpl(bufferUseCases, logger) {
|
|
14760
14794
|
Companion_getInstance_74();
|
|
14761
|
-
this.
|
|
14762
|
-
this.
|
|
14795
|
+
this.s5z_1 = bufferUseCases;
|
|
14796
|
+
this.t5z_1 = logger;
|
|
14763
14797
|
}
|
|
14764
|
-
protoOf(BufferInteractorImpl).
|
|
14798
|
+
protoOf(BufferInteractorImpl).a60 = function (state, action) {
|
|
14765
14799
|
var tmp;
|
|
14766
14800
|
if (isInterface(action, BufferedAction)) {
|
|
14767
14801
|
tmp = !ignoreBuffer(this, state, action, 'put to buffer');
|
|
@@ -14770,10 +14804,10 @@
|
|
|
14770
14804
|
}
|
|
14771
14805
|
return tmp;
|
|
14772
14806
|
};
|
|
14773
|
-
protoOf(BufferInteractorImpl).
|
|
14774
|
-
return this.
|
|
14807
|
+
protoOf(BufferInteractorImpl).q5z = function (state, action) {
|
|
14808
|
+
return this.a60(state instanceof AppState ? state : THROW_CCE(), action);
|
|
14775
14809
|
};
|
|
14776
|
-
protoOf(BufferInteractorImpl).
|
|
14810
|
+
protoOf(BufferInteractorImpl).b60 = function (state, action) {
|
|
14777
14811
|
var tmp;
|
|
14778
14812
|
var tmp0_safe_receiver = get_clientStateOrNull(state);
|
|
14779
14813
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.z5y_1;
|
|
@@ -14791,21 +14825,21 @@
|
|
|
14791
14825
|
}
|
|
14792
14826
|
return tmp;
|
|
14793
14827
|
};
|
|
14794
|
-
protoOf(BufferInteractorImpl).
|
|
14795
|
-
return this.
|
|
14828
|
+
protoOf(BufferInteractorImpl).r5z = function (state, action) {
|
|
14829
|
+
return this.b60(state instanceof AppState ? state : THROW_CCE(), action);
|
|
14796
14830
|
};
|
|
14797
14831
|
function OutBuffer(debugLabel, skipAllChecks) {
|
|
14798
14832
|
skipAllChecks = skipAllChecks === VOID ? false : skipAllChecks;
|
|
14799
14833
|
Result.call(this);
|
|
14800
|
-
this.
|
|
14801
|
-
this.
|
|
14834
|
+
this.v5z_1 = debugLabel;
|
|
14835
|
+
this.w5z_1 = skipAllChecks;
|
|
14802
14836
|
}
|
|
14803
14837
|
protoOf(OutBuffer).toString = function () {
|
|
14804
|
-
return 'OutBuffer(debugLabel=' + this.
|
|
14838
|
+
return 'OutBuffer(debugLabel=' + this.v5z_1 + ', skipAllChecks=' + this.w5z_1 + ')';
|
|
14805
14839
|
};
|
|
14806
14840
|
protoOf(OutBuffer).hashCode = function () {
|
|
14807
|
-
var result = getStringHashCode(this.
|
|
14808
|
-
result = imul(result, 31) + (this.
|
|
14841
|
+
var result = getStringHashCode(this.v5z_1);
|
|
14842
|
+
result = imul(result, 31) + (this.w5z_1 | 0) | 0;
|
|
14809
14843
|
return result;
|
|
14810
14844
|
};
|
|
14811
14845
|
protoOf(OutBuffer).equals = function (other) {
|
|
@@ -14814,21 +14848,21 @@
|
|
|
14814
14848
|
if (!(other instanceof OutBuffer))
|
|
14815
14849
|
return false;
|
|
14816
14850
|
var tmp0_other_with_cast = other instanceof OutBuffer ? other : THROW_CCE();
|
|
14817
|
-
if (!(this.u5z_1 === tmp0_other_with_cast.u5z_1))
|
|
14818
|
-
return false;
|
|
14819
14851
|
if (!(this.v5z_1 === tmp0_other_with_cast.v5z_1))
|
|
14820
14852
|
return false;
|
|
14853
|
+
if (!(this.w5z_1 === tmp0_other_with_cast.w5z_1))
|
|
14854
|
+
return false;
|
|
14821
14855
|
return true;
|
|
14822
14856
|
};
|
|
14823
14857
|
function InBuffer(debugLabel) {
|
|
14824
14858
|
Result.call(this);
|
|
14825
|
-
this.
|
|
14859
|
+
this.c60_1 = debugLabel;
|
|
14826
14860
|
}
|
|
14827
14861
|
protoOf(InBuffer).toString = function () {
|
|
14828
|
-
return 'InBuffer(debugLabel=' + this.
|
|
14862
|
+
return 'InBuffer(debugLabel=' + this.c60_1 + ')';
|
|
14829
14863
|
};
|
|
14830
14864
|
protoOf(InBuffer).hashCode = function () {
|
|
14831
|
-
return getStringHashCode(this.
|
|
14865
|
+
return getStringHashCode(this.c60_1);
|
|
14832
14866
|
};
|
|
14833
14867
|
protoOf(InBuffer).equals = function (other) {
|
|
14834
14868
|
if (this === other)
|
|
@@ -14836,7 +14870,7 @@
|
|
|
14836
14870
|
if (!(other instanceof InBuffer))
|
|
14837
14871
|
return false;
|
|
14838
14872
|
var tmp0_other_with_cast = other instanceof InBuffer ? other : THROW_CCE();
|
|
14839
|
-
if (!(this.
|
|
14873
|
+
if (!(this.c60_1 === tmp0_other_with_cast.c60_1))
|
|
14840
14874
|
return false;
|
|
14841
14875
|
return true;
|
|
14842
14876
|
};
|
|
@@ -14844,7 +14878,7 @@
|
|
|
14844
14878
|
}
|
|
14845
14879
|
function CheckSceneBufferUseCase() {
|
|
14846
14880
|
}
|
|
14847
|
-
protoOf(CheckSceneBufferUseCase).
|
|
14881
|
+
protoOf(CheckSceneBufferUseCase).u5z = function (state, action) {
|
|
14848
14882
|
if (!state.g3b() ? !get_isCreated(state) : false) {
|
|
14849
14883
|
return new InBuffer('InSceneBufferUseCase.isTableExists');
|
|
14850
14884
|
}
|
|
@@ -14862,7 +14896,7 @@
|
|
|
14862
14896
|
};
|
|
14863
14897
|
function PassErrorActionBufferUseCase() {
|
|
14864
14898
|
}
|
|
14865
|
-
protoOf(PassErrorActionBufferUseCase).
|
|
14899
|
+
protoOf(PassErrorActionBufferUseCase).u5z = function (state, action) {
|
|
14866
14900
|
if (action instanceof ErrorAction) {
|
|
14867
14901
|
var reason = action.r5y_1.reason;
|
|
14868
14902
|
var tmp = state.g3b();
|
|
@@ -14901,7 +14935,7 @@
|
|
|
14901
14935
|
}
|
|
14902
14936
|
function PassFirstMechanicActionBufferUseCase() {
|
|
14903
14937
|
}
|
|
14904
|
-
protoOf(PassFirstMechanicActionBufferUseCase).
|
|
14938
|
+
protoOf(PassFirstMechanicActionBufferUseCase).u5z = function (state, action) {
|
|
14905
14939
|
if (isInterface(action, FirstMechanicAction)) {
|
|
14906
14940
|
return new OutBuffer('FirstMechanicActionBufferUseCase.firstAction', true);
|
|
14907
14941
|
}
|
|
@@ -14909,7 +14943,7 @@
|
|
|
14909
14943
|
};
|
|
14910
14944
|
function PassTerminatedActionBufferUseCase() {
|
|
14911
14945
|
}
|
|
14912
|
-
protoOf(PassTerminatedActionBufferUseCase).
|
|
14946
|
+
protoOf(PassTerminatedActionBufferUseCase).u5z = function (state, action) {
|
|
14913
14947
|
if (!state.g3b() ? !get_isCreated(state) : false) {
|
|
14914
14948
|
return new InBuffer('PassTerminatedActionBufferUseCase.isTableExists');
|
|
14915
14949
|
}
|
|
@@ -14936,11 +14970,11 @@
|
|
|
14936
14970
|
tmp_0 = tmp1_elvis_lhs;
|
|
14937
14971
|
}
|
|
14938
14972
|
var expectantAction = tmp_0;
|
|
14939
|
-
return expectant.s5m_1 === expectantAction.
|
|
14973
|
+
return expectant.s5m_1 === expectantAction.d60_1;
|
|
14940
14974
|
}
|
|
14941
14975
|
function WaitUntilExpectantFinishedBufferUseCase() {
|
|
14942
14976
|
}
|
|
14943
|
-
protoOf(WaitUntilExpectantFinishedBufferUseCase).
|
|
14977
|
+
protoOf(WaitUntilExpectantFinishedBufferUseCase).u5z = function (state, action) {
|
|
14944
14978
|
if (!state.g3b() ? !get_isCreated(state) : false) {
|
|
14945
14979
|
return new InBuffer('WaitUntilExpectantFinishedBufferUseCase.isTableExists');
|
|
14946
14980
|
}
|
|
@@ -14965,7 +14999,7 @@
|
|
|
14965
14999
|
};
|
|
14966
15000
|
function WaitWhenSceneIsActiveBufferUseCase() {
|
|
14967
15001
|
}
|
|
14968
|
-
protoOf(WaitWhenSceneIsActiveBufferUseCase).
|
|
15002
|
+
protoOf(WaitWhenSceneIsActiveBufferUseCase).u5z = function (state, action) {
|
|
14969
15003
|
var clientState = get_clientState(state);
|
|
14970
15004
|
var tmp;
|
|
14971
15005
|
if (clientState.b5z_1) {
|
|
@@ -14973,7 +15007,7 @@
|
|
|
14973
15007
|
} else {
|
|
14974
15008
|
var tmp_0;
|
|
14975
15009
|
if (action instanceof SceneActivationAction) {
|
|
14976
|
-
tmp_0 = action.
|
|
15010
|
+
tmp_0 = action.e60_1;
|
|
14977
15011
|
} else {
|
|
14978
15012
|
tmp_0 = false;
|
|
14979
15013
|
}
|
|
@@ -24857,13 +24891,13 @@
|
|
|
24857
24891
|
};
|
|
24858
24892
|
function SceneActivationAction(isActive) {
|
|
24859
24893
|
ClientUIAction.call(this);
|
|
24860
|
-
this.
|
|
24894
|
+
this.e60_1 = isActive;
|
|
24861
24895
|
}
|
|
24862
24896
|
protoOf(SceneActivationAction).toString = function () {
|
|
24863
|
-
return 'SceneActivationAction(isActive=' + this.
|
|
24897
|
+
return 'SceneActivationAction(isActive=' + this.e60_1 + ')';
|
|
24864
24898
|
};
|
|
24865
24899
|
protoOf(SceneActivationAction).hashCode = function () {
|
|
24866
|
-
return this.
|
|
24900
|
+
return this.e60_1 | 0;
|
|
24867
24901
|
};
|
|
24868
24902
|
protoOf(SceneActivationAction).equals = function (other) {
|
|
24869
24903
|
if (this === other)
|
|
@@ -24871,7 +24905,7 @@
|
|
|
24871
24905
|
if (!(other instanceof SceneActivationAction))
|
|
24872
24906
|
return false;
|
|
24873
24907
|
var tmp0_other_with_cast = other instanceof SceneActivationAction ? other : THROW_CCE();
|
|
24874
|
-
if (!(this.
|
|
24908
|
+
if (!(this.e60_1 === tmp0_other_with_cast.e60_1))
|
|
24875
24909
|
return false;
|
|
24876
24910
|
return true;
|
|
24877
24911
|
};
|
|
@@ -25228,13 +25262,13 @@
|
|
|
25228
25262
|
}
|
|
25229
25263
|
function ExpectantTimerFinishedClientAction(expectantId) {
|
|
25230
25264
|
ExpectantLifecycleAction.call(this);
|
|
25231
|
-
this.
|
|
25265
|
+
this.d60_1 = expectantId;
|
|
25232
25266
|
}
|
|
25233
25267
|
protoOf(ExpectantTimerFinishedClientAction).toString = function () {
|
|
25234
|
-
return 'ExpectantTimerFinishedClientAction(expectantId=' + this.
|
|
25268
|
+
return 'ExpectantTimerFinishedClientAction(expectantId=' + this.d60_1 + ')';
|
|
25235
25269
|
};
|
|
25236
25270
|
protoOf(ExpectantTimerFinishedClientAction).hashCode = function () {
|
|
25237
|
-
return getStringHashCode(this.
|
|
25271
|
+
return getStringHashCode(this.d60_1);
|
|
25238
25272
|
};
|
|
25239
25273
|
protoOf(ExpectantTimerFinishedClientAction).equals = function (other) {
|
|
25240
25274
|
if (this === other)
|
|
@@ -25242,7 +25276,7 @@
|
|
|
25242
25276
|
if (!(other instanceof ExpectantTimerFinishedClientAction))
|
|
25243
25277
|
return false;
|
|
25244
25278
|
var tmp0_other_with_cast = other instanceof ExpectantTimerFinishedClientAction ? other : THROW_CCE();
|
|
25245
|
-
if (!(this.
|
|
25279
|
+
if (!(this.d60_1 === tmp0_other_with_cast.d60_1))
|
|
25246
25280
|
return false;
|
|
25247
25281
|
return true;
|
|
25248
25282
|
};
|
|
@@ -26030,7 +26064,7 @@
|
|
|
26030
26064
|
return function (action) {
|
|
26031
26065
|
var state = $store.state;
|
|
26032
26066
|
var tmp;
|
|
26033
|
-
if ($bufferInteractor.
|
|
26067
|
+
if ($bufferInteractor.q5z(state, action)) {
|
|
26034
26068
|
var tmp_0 = $store.dispatch;
|
|
26035
26069
|
tmp = tmp_0(new AddToBufferAction(isInterface(action, BufferedAction) ? action : THROW_CCE()));
|
|
26036
26070
|
} else {
|
|
@@ -26617,7 +26651,7 @@
|
|
|
26617
26651
|
var tmp_1;
|
|
26618
26652
|
var tmp_2;
|
|
26619
26653
|
if (!this.c7y_1.l()) {
|
|
26620
|
-
tmp_2 = this.x7x_1.
|
|
26654
|
+
tmp_2 = this.x7x_1.r5z(this.b7y_1, this.y7x_1);
|
|
26621
26655
|
} else {
|
|
26622
26656
|
tmp_2 = false;
|
|
26623
26657
|
}
|
|
@@ -27803,22 +27837,23 @@
|
|
|
27803
27837
|
var tmp = this.yh_1;
|
|
27804
27838
|
switch (tmp) {
|
|
27805
27839
|
case 0:
|
|
27806
|
-
this.zh_1 =
|
|
27840
|
+
this.zh_1 = 4;
|
|
27807
27841
|
this.j83_1 = this.f83_1.earnedBiggestPointPlayerId === this.g83_1;
|
|
27808
27842
|
this.k83_1 = contains(this.f83_1.partyWinners, this.g83_1);
|
|
27843
|
+
this.l83_1 = contains(this.f83_1.partyCommitted, this.g83_1);
|
|
27809
27844
|
this.yh_1 = 1;
|
|
27810
|
-
suspendResult = this.h83_1.
|
|
27845
|
+
suspendResult = this.h83_1.f60(this.l83_1, this.k83_1, this.j83_1, this);
|
|
27811
27846
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
27812
27847
|
return suspendResult;
|
|
27813
27848
|
}
|
|
27814
27849
|
|
|
27815
27850
|
continue $sm;
|
|
27816
27851
|
case 1:
|
|
27817
|
-
this.
|
|
27818
|
-
if (!(this.
|
|
27819
|
-
this.
|
|
27852
|
+
this.m83_1 = this.f83_1.gameWinners;
|
|
27853
|
+
if (!(this.m83_1 == null)) {
|
|
27854
|
+
this.n83_1 = contains(this.m83_1, this.g83_1);
|
|
27820
27855
|
this.yh_1 = 2;
|
|
27821
|
-
suspendResult = this.h83_1.
|
|
27856
|
+
suspendResult = this.h83_1.g60(this.n83_1, this);
|
|
27822
27857
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
27823
27858
|
return suspendResult;
|
|
27824
27859
|
}
|
|
@@ -27832,29 +27867,13 @@
|
|
|
27832
27867
|
this.yh_1 = 3;
|
|
27833
27868
|
continue $sm;
|
|
27834
27869
|
case 3:
|
|
27835
|
-
if (contains(this.f83_1.partyLosers, this.g83_1)) {
|
|
27836
|
-
this.yh_1 = 4;
|
|
27837
|
-
suspendResult = this.h83_1.g60(this);
|
|
27838
|
-
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
27839
|
-
return suspendResult;
|
|
27840
|
-
}
|
|
27841
|
-
continue $sm;
|
|
27842
|
-
} else {
|
|
27843
|
-
this.yh_1 = 5;
|
|
27844
|
-
continue $sm;
|
|
27845
|
-
}
|
|
27846
|
-
|
|
27847
|
-
case 4:
|
|
27848
|
-
this.yh_1 = 5;
|
|
27849
|
-
continue $sm;
|
|
27850
|
-
case 5:
|
|
27851
27870
|
return Unit_getInstance();
|
|
27852
|
-
case
|
|
27871
|
+
case 4:
|
|
27853
27872
|
throw this.bi_1;
|
|
27854
27873
|
}
|
|
27855
27874
|
} catch ($p) {
|
|
27856
27875
|
var e = $p;
|
|
27857
|
-
if (this.zh_1 ===
|
|
27876
|
+
if (this.zh_1 === 4) {
|
|
27858
27877
|
throw e;
|
|
27859
27878
|
} else {
|
|
27860
27879
|
this.yh_1 = this.zh_1;
|
|
@@ -27877,9 +27896,9 @@
|
|
|
27877
27896
|
return l;
|
|
27878
27897
|
}
|
|
27879
27898
|
function _no_name_provided__qut3iv_89($asyncProvider, $currentPlayerId, $clientStatisticsInteractor) {
|
|
27880
|
-
this.
|
|
27881
|
-
this.
|
|
27882
|
-
this.
|
|
27899
|
+
this.o83_1 = $asyncProvider;
|
|
27900
|
+
this.p83_1 = $currentPlayerId;
|
|
27901
|
+
this.q83_1 = $clientStatisticsInteractor;
|
|
27883
27902
|
}
|
|
27884
27903
|
protoOf(_no_name_provided__qut3iv_89).x32 = function (action) {
|
|
27885
27904
|
return action instanceof PartyEndedAction;
|
|
@@ -27888,7 +27907,7 @@
|
|
|
27888
27907
|
// Inline function 'com.debertz.logic.client.redux.middlewares.single.statisticsMiddleware.<anonymous>' call
|
|
27889
27908
|
var tmp0_anonymous = action instanceof PartyEndedAction ? action : THROW_CCE();
|
|
27890
27909
|
next(tmp0_anonymous);
|
|
27891
|
-
this.
|
|
27910
|
+
this.o83_1.c31(VOID, statisticsMiddleware$o$handle$slambda_0(tmp0_anonymous, this.p83_1, this.q83_1, null));
|
|
27892
27911
|
};
|
|
27893
27912
|
protoOf(_no_name_provided__qut3iv_89).y32 = function (store, next, action) {
|
|
27894
27913
|
return this.n50(store, next, action);
|
|
@@ -27925,7 +27944,7 @@
|
|
|
27925
27944
|
return new _no_name_provided__qut3iv_91(logger);
|
|
27926
27945
|
}
|
|
27927
27946
|
function _no_name_provided__qut3iv_91($logger) {
|
|
27928
|
-
this.
|
|
27947
|
+
this.r83_1 = $logger;
|
|
27929
27948
|
}
|
|
27930
27949
|
protoOf(_no_name_provided__qut3iv_91).x32 = function (action) {
|
|
27931
27950
|
return action instanceof ExpectantLifecycleAction;
|
|
@@ -27952,7 +27971,7 @@
|
|
|
27952
27971
|
while (tmp0_iterator.g()) {
|
|
27953
27972
|
var element = tmp0_iterator.h();
|
|
27954
27973
|
// Inline function 'com.debertz.logic.client.redux.middlewares.validation.checkExpectantsMiddleware.<anonymous>.<anonymous>' call
|
|
27955
|
-
if (element.s5m_1 === tmp0_anonymous.
|
|
27974
|
+
if (element.s5m_1 === tmp0_anonymous.d60_1) {
|
|
27956
27975
|
tmp$ret$0 = false;
|
|
27957
27976
|
break $l$block_0;
|
|
27958
27977
|
}
|
|
@@ -27960,7 +27979,7 @@
|
|
|
27960
27979
|
tmp$ret$0 = true;
|
|
27961
27980
|
}
|
|
27962
27981
|
if (tmp$ret$0) {
|
|
27963
|
-
this.
|
|
27982
|
+
this.r83_1.w(VOID, "CheckExpectantsMiddleware: Expectant is not exists, can't finish it: " + expectants + ', ' + tmp0_anonymous);
|
|
27964
27983
|
}
|
|
27965
27984
|
} else {
|
|
27966
27985
|
if (tmp0_anonymous instanceof ExpectantCreatedClientAction) {
|
|
@@ -27989,7 +28008,7 @@
|
|
|
27989
28008
|
tmp$ret$2 = false;
|
|
27990
28009
|
}
|
|
27991
28010
|
if (tmp$ret$2) {
|
|
27992
|
-
this.
|
|
28011
|
+
this.r83_1.w(VOID, "CheckExpectantsMiddleware: Expectant already exists, can't add it: " + expectants + ', ' + tmp0_anonymous);
|
|
27993
28012
|
}
|
|
27994
28013
|
} else {
|
|
27995
28014
|
if (tmp0_anonymous instanceof ExpectantStageCompletedClientAction) {
|
|
@@ -28018,7 +28037,7 @@
|
|
|
28018
28037
|
tmp$ret$4 = true;
|
|
28019
28038
|
}
|
|
28020
28039
|
if (tmp$ret$4) {
|
|
28021
|
-
this.
|
|
28040
|
+
this.r83_1.w(VOID, "CheckExpectantsMiddleware: Expectant is not exists, can't complete stage: " + expectants + ', ' + tmp0_anonymous);
|
|
28022
28041
|
}
|
|
28023
28042
|
}
|
|
28024
28043
|
}
|
|
@@ -28033,8 +28052,8 @@
|
|
|
28033
28052
|
return new _no_name_provided__qut3iv_92(currentPlayerId, gameLogger);
|
|
28034
28053
|
}
|
|
28035
28054
|
function _no_name_provided__qut3iv_92($currentPlayerId, $gameLogger) {
|
|
28036
|
-
this.
|
|
28037
|
-
this.
|
|
28055
|
+
this.s83_1 = $currentPlayerId;
|
|
28056
|
+
this.t83_1 = $gameLogger;
|
|
28038
28057
|
}
|
|
28039
28058
|
protoOf(_no_name_provided__qut3iv_92).x32 = function (action) {
|
|
28040
28059
|
return isInterface(action, FirstMechanicAction);
|
|
@@ -28051,19 +28070,19 @@
|
|
|
28051
28070
|
while (tmp0_iterator.g()) {
|
|
28052
28071
|
var element = tmp0_iterator.h();
|
|
28053
28072
|
// Inline function 'com.debertz.logic.client.redux.middlewares.validation.checkValidCurrentPlayerIdMiddleware.<anonymous>.<anonymous>' call
|
|
28054
|
-
if (element.e2t_1 === this.
|
|
28073
|
+
if (element.e2t_1 === this.s83_1) {
|
|
28055
28074
|
tmp0_filterTo.a(element);
|
|
28056
28075
|
}
|
|
28057
28076
|
}
|
|
28058
28077
|
if (!(tmp0_filterTo.i() === 1)) {
|
|
28059
28078
|
var state = store.state;
|
|
28060
|
-
this.
|
|
28079
|
+
this.t83_1.w(VOID, 'checkValidCurrentPlayerIdMiddleware: currentPlayer id is not matched');
|
|
28061
28080
|
var tmp0_safe_receiver = get_clientStateOrNull(state);
|
|
28062
28081
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.v5y_1;
|
|
28063
28082
|
if (!((tmp1_safe_receiver == null ? null : tmp1_safe_receiver.n5l()) === false)) {
|
|
28064
|
-
store.dispatch(new ErrorAction(new ErrorState('Not valid user session, id:' + this.
|
|
28083
|
+
store.dispatch(new ErrorAction(new ErrorState('Not valid user session, id:' + this.s83_1, VOID, new GameErrorReason('internal error'))));
|
|
28065
28084
|
} else {
|
|
28066
|
-
throw new SessionException(401, 'Not valid user session, id:' + this.
|
|
28085
|
+
throw new SessionException(401, 'Not valid user session, id:' + this.s83_1);
|
|
28067
28086
|
}
|
|
28068
28087
|
}
|
|
28069
28088
|
};
|
|
@@ -28075,9 +28094,9 @@
|
|
|
28075
28094
|
return new _no_name_provided__qut3iv_93(putCardValidatorInteractor, messageFactory, logger);
|
|
28076
28095
|
}
|
|
28077
28096
|
function _no_name_provided__qut3iv_93($putCardValidatorInteractor, $messageFactory, $logger) {
|
|
28078
|
-
this.
|
|
28079
|
-
this.
|
|
28080
|
-
this.
|
|
28097
|
+
this.u83_1 = $putCardValidatorInteractor;
|
|
28098
|
+
this.v83_1 = $messageFactory;
|
|
28099
|
+
this.w83_1 = $logger;
|
|
28081
28100
|
}
|
|
28082
28101
|
protoOf(_no_name_provided__qut3iv_93).x32 = function (action) {
|
|
28083
28102
|
return action instanceof DisabledCardAction;
|
|
@@ -28087,11 +28106,11 @@
|
|
|
28087
28106
|
var tmp0_anonymous = action instanceof DisabledCardAction ? action : THROW_CCE();
|
|
28088
28107
|
var state = store.state;
|
|
28089
28108
|
if (get_isEarnPointScene(state.f3b().sceneInfo.l48_1)) {
|
|
28090
|
-
var validationCode = this.
|
|
28109
|
+
var validationCode = this.u83_1.k60(tmp0_anonymous.k7t_1, get_currentPlayer(state.f3b()), state.f3b());
|
|
28091
28110
|
if (!(validationCode == null)) {
|
|
28092
|
-
store.dispatch(new InfoMessageAction(this.
|
|
28111
|
+
store.dispatch(new InfoMessageAction(this.v83_1.d4q(validationCode)));
|
|
28093
28112
|
} else {
|
|
28094
|
-
this.
|
|
28113
|
+
this.w83_1.w(VOID, 'clientShowDisabledCardMessageMiddleware: card is valid, please check');
|
|
28095
28114
|
}
|
|
28096
28115
|
}
|
|
28097
28116
|
next(tmp0_anonymous);
|
|
@@ -28104,9 +28123,9 @@
|
|
|
28104
28123
|
return new _no_name_provided__qut3iv_94(putCardValidatorInteractor, logger, messageFactory);
|
|
28105
28124
|
}
|
|
28106
28125
|
function _no_name_provided__qut3iv_94($putCardValidatorInteractor, $logger, $messageFactory) {
|
|
28107
|
-
this.
|
|
28108
|
-
this.
|
|
28109
|
-
this.
|
|
28126
|
+
this.x83_1 = $putCardValidatorInteractor;
|
|
28127
|
+
this.y83_1 = $logger;
|
|
28128
|
+
this.z83_1 = $messageFactory;
|
|
28110
28129
|
}
|
|
28111
28130
|
protoOf(_no_name_provided__qut3iv_94).x32 = function (action) {
|
|
28112
28131
|
return action instanceof CardPutAction;
|
|
@@ -28117,17 +28136,17 @@
|
|
|
28117
28136
|
var state = store.state;
|
|
28118
28137
|
var cardNotValidCount = 0;
|
|
28119
28138
|
var player = get_currentPlayer(state.f3b());
|
|
28120
|
-
var validationCode = this.
|
|
28139
|
+
var validationCode = this.x83_1.k60(tmp0_anonymous.l7t_1.n2x_1, player, state.f3b());
|
|
28121
28140
|
if (!(validationCode == null)) {
|
|
28122
28141
|
cardNotValidCount = cardNotValidCount + 1 | 0;
|
|
28123
28142
|
} else {
|
|
28124
28143
|
cardNotValidCount = 0;
|
|
28125
28144
|
}
|
|
28126
28145
|
if (cardNotValidCount > 3) {
|
|
28127
|
-
this.
|
|
28146
|
+
this.y83_1.w(VOID, 'validateCardMiddleware: card is not valid for the third time, please check');
|
|
28128
28147
|
}
|
|
28129
28148
|
if (!(validationCode == null)) {
|
|
28130
|
-
store.dispatch(new InfoMessageAction(this.
|
|
28149
|
+
store.dispatch(new InfoMessageAction(this.z83_1.d4q(validationCode)));
|
|
28131
28150
|
} else {
|
|
28132
28151
|
next(tmp0_anonymous);
|
|
28133
28152
|
}
|
|
@@ -28137,7 +28156,7 @@
|
|
|
28137
28156
|
};
|
|
28138
28157
|
function ClientCombinationsReducerImpl() {
|
|
28139
28158
|
}
|
|
28140
|
-
protoOf(ClientCombinationsReducerImpl).
|
|
28159
|
+
protoOf(ClientCombinationsReducerImpl).a84 = function (currentPlayerId, sceneInfo) {
|
|
28141
28160
|
Companion_getInstance_12();
|
|
28142
28161
|
if (sceneInfo.n48_1 === 'COMBINATION') {
|
|
28143
28162
|
var tmp$ret$0;
|
|
@@ -28164,7 +28183,7 @@
|
|
|
28164
28183
|
return new _no_name_provided__qut3iv_95(clientCombinationsReducer);
|
|
28165
28184
|
}
|
|
28166
28185
|
function _no_name_provided__qut3iv_95($clientCombinationsReducer) {
|
|
28167
|
-
this.
|
|
28186
|
+
this.b84_1 = $clientCombinationsReducer;
|
|
28168
28187
|
}
|
|
28169
28188
|
protoOf(_no_name_provided__qut3iv_95).x32 = function (action) {
|
|
28170
28189
|
return isInterface(action, NavigationMechanicAction);
|
|
@@ -28178,7 +28197,7 @@
|
|
|
28178
28197
|
var actId = tmp0_anonymous.actId;
|
|
28179
28198
|
Companion_getInstance_12();
|
|
28180
28199
|
if (actId === 'COMBINATION') {
|
|
28181
|
-
tmp$ret$0 = state.n4w(VOID, get_clientState(state).a80(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, this.
|
|
28200
|
+
tmp$ret$0 = state.n4w(VOID, get_clientState(state).a80(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, this.b84_1.a84(get_currentPlayer(table).t2s(), table.sceneInfo)));
|
|
28182
28201
|
break $l$block;
|
|
28183
28202
|
}
|
|
28184
28203
|
tmp$ret$0 = state;
|
|
@@ -28189,19 +28208,19 @@
|
|
|
28189
28208
|
return this.v55(state instanceof AppState ? state : THROW_CCE(), action);
|
|
28190
28209
|
};
|
|
28191
28210
|
function ClientLifecycleReducer(logger, tableLifecycleReducer) {
|
|
28192
|
-
this.
|
|
28193
|
-
this.
|
|
28211
|
+
this.c84_1 = logger;
|
|
28212
|
+
this.d84_1 = tableLifecycleReducer;
|
|
28194
28213
|
}
|
|
28195
|
-
protoOf(ClientLifecycleReducer).
|
|
28214
|
+
protoOf(ClientLifecycleReducer).e84 = function (table, state) {
|
|
28196
28215
|
var tmp;
|
|
28197
28216
|
if (state.v5y_1.m5l()) {
|
|
28198
|
-
tmp = this.
|
|
28217
|
+
tmp = this.d84_1.p57(table);
|
|
28199
28218
|
} else {
|
|
28200
28219
|
tmp = table;
|
|
28201
28220
|
}
|
|
28202
28221
|
return tmp;
|
|
28203
28222
|
};
|
|
28204
|
-
protoOf(ClientLifecycleReducer).
|
|
28223
|
+
protoOf(ClientLifecycleReducer).f84 = function (state, messagesReducer) {
|
|
28205
28224
|
var tmp0_$this = Companion_getInstance_76();
|
|
28206
28225
|
var tmp1_config = state.v5y_1;
|
|
28207
28226
|
var tmp2_isForeground = state.a5z_1;
|
|
@@ -28209,11 +28228,11 @@
|
|
|
28209
28228
|
var tmp4_bufferedActions = state.z5y_1;
|
|
28210
28229
|
var tmp5_error = state.i5z_1;
|
|
28211
28230
|
var tmp6_messages = messagesReducer(state.w5y_1);
|
|
28212
|
-
return tmp0_$this.
|
|
28231
|
+
return tmp0_$this.g84(tmp1_config, tmp2_isForeground, tmp3_isSceneActive, tmp6_messages, tmp4_bufferedActions, tmp5_error);
|
|
28213
28232
|
};
|
|
28214
|
-
protoOf(ClientLifecycleReducer).
|
|
28233
|
+
protoOf(ClientLifecycleReducer).h84 = function (state) {
|
|
28215
28234
|
if (state.v5y_1.m5l()) {
|
|
28216
|
-
return Companion_getInstance_76().
|
|
28235
|
+
return Companion_getInstance_76().j84(state.v5y_1, state.a5z_1, state.b5z_1);
|
|
28217
28236
|
} else {
|
|
28218
28237
|
var tmp0_$this = Companion_getInstance_76();
|
|
28219
28238
|
var tmp1_config = state.v5y_1;
|
|
@@ -28225,12 +28244,12 @@
|
|
|
28225
28244
|
var tmp7_combinations = state.e5z_1;
|
|
28226
28245
|
var tmp8_messages = state.w5y_1;
|
|
28227
28246
|
var tmp9_processingCard = state.h5z_1;
|
|
28228
|
-
return tmp0_$this.
|
|
28247
|
+
return tmp0_$this.i84(tmp1_config, tmp2_isForeground, tmp3_isSceneActive, tmp8_messages, tmp6_bufferedActions, tmp5_expectants, tmp7_combinations, tmp9_processingCard, tmp4_error);
|
|
28229
28248
|
}
|
|
28230
28249
|
};
|
|
28231
|
-
protoOf(ClientLifecycleReducer).
|
|
28250
|
+
protoOf(ClientLifecycleReducer).k84 = function (messages) {
|
|
28232
28251
|
// Inline function 'kotlin.collections.filterIsInstance' call
|
|
28233
|
-
var tmp0_filterIsInstance = updateMessagesAsNotShown(messages, this.
|
|
28252
|
+
var tmp0_filterIsInstance = updateMessagesAsNotShown(messages, this.c84_1);
|
|
28234
28253
|
// Inline function 'kotlin.collections.filterIsInstanceTo' call
|
|
28235
28254
|
var tmp0_filterIsInstanceTo = ArrayList_init_$Create$_0();
|
|
28236
28255
|
var tmp0_iterator = tmp0_filterIsInstance.f();
|
|
@@ -28242,9 +28261,9 @@
|
|
|
28242
28261
|
}
|
|
28243
28262
|
return tmp0_filterIsInstanceTo;
|
|
28244
28263
|
};
|
|
28245
|
-
protoOf(ClientLifecycleReducer).
|
|
28264
|
+
protoOf(ClientLifecycleReducer).l84 = function (messages) {
|
|
28246
28265
|
// Inline function 'kotlin.collections.filter' call
|
|
28247
|
-
var tmp0_filter = updateMessagesAsNotShown(messages, this.
|
|
28266
|
+
var tmp0_filter = updateMessagesAsNotShown(messages, this.c84_1);
|
|
28248
28267
|
// Inline function 'kotlin.collections.filterTo' call
|
|
28249
28268
|
var tmp0_filterTo = ArrayList_init_$Create$_0();
|
|
28250
28269
|
var tmp0_iterator = tmp0_filter.f();
|
|
@@ -28312,17 +28331,17 @@
|
|
|
28312
28331
|
}
|
|
28313
28332
|
function ClientLifecycleReducer$partyFinishedMessagesReducer$ref($boundThis) {
|
|
28314
28333
|
var l = function (p0) {
|
|
28315
|
-
return $boundThis.
|
|
28334
|
+
return $boundThis.l84(p0);
|
|
28316
28335
|
};
|
|
28317
28336
|
l.callableName = 'partyFinishedMessagesReducer';
|
|
28318
28337
|
return l;
|
|
28319
28338
|
}
|
|
28320
28339
|
function ClientMechanicLifecycleReducer(clintConfig, logger, tableLifecycleReducer, clientLifecycleReducer, clientCombinationsReducer) {
|
|
28321
28340
|
BaseMechanicLifecycleReducer.call(this, tableLifecycleReducer);
|
|
28322
|
-
this.
|
|
28323
|
-
this.
|
|
28324
|
-
this.
|
|
28325
|
-
this.
|
|
28341
|
+
this.n84_1 = clintConfig;
|
|
28342
|
+
this.o84_1 = logger;
|
|
28343
|
+
this.p84_1 = clientLifecycleReducer;
|
|
28344
|
+
this.q84_1 = clientCombinationsReducer;
|
|
28326
28345
|
}
|
|
28327
28346
|
protoOf(ClientMechanicLifecycleReducer).c57 = function (state, action) {
|
|
28328
28347
|
var clientState = get_clientStateOrNull_0(state.c3a_1);
|
|
@@ -28336,8 +28355,8 @@
|
|
|
28336
28355
|
var tmp7_tableOrNull = tmp0_$this.j58(tmp1_id, tmp3_config, tmp2_version, tmp4_users, tmp5_gameCreatorPlayerId);
|
|
28337
28356
|
var tmp;
|
|
28338
28357
|
if (clientState == null) {
|
|
28339
|
-
this.
|
|
28340
|
-
tmp = Companion_getInstance_76().
|
|
28358
|
+
this.o84_1.w(VOID, 'ClientPayload is not onStart, should be init via InitClientStateAction');
|
|
28359
|
+
tmp = Companion_getInstance_76().r84(this.n84_1);
|
|
28341
28360
|
} else {
|
|
28342
28361
|
tmp = clientState;
|
|
28343
28362
|
}
|
|
@@ -28350,9 +28369,9 @@
|
|
|
28350
28369
|
var tmp1_tableOrNull = action.q44_1;
|
|
28351
28370
|
var tmp;
|
|
28352
28371
|
if (clientState == null) {
|
|
28353
|
-
tmp = Companion_getInstance_76().
|
|
28372
|
+
tmp = Companion_getInstance_76().s84(this.n84_1, this.q84_1.a84(get_currentPlayer(action.q44_1).t2s(), action.q44_1.sceneInfo));
|
|
28354
28373
|
} else {
|
|
28355
|
-
tmp = this.
|
|
28374
|
+
tmp = this.p84_1.h84(clientState);
|
|
28356
28375
|
}
|
|
28357
28376
|
var tmp2_payload = tmp;
|
|
28358
28377
|
return state.n4w(tmp1_tableOrNull, tmp2_payload, tmp0_gameLifecycleState, null);
|
|
@@ -28363,14 +28382,14 @@
|
|
|
28363
28382
|
protoOf(ClientMechanicLifecycleReducer).a57 = function (state, action) {
|
|
28364
28383
|
var tmp0_gameLifecycleState = GameLifecycleState_FINISHING_getInstance();
|
|
28365
28384
|
var tmp1_terminationGameReason = action.t44_1;
|
|
28366
|
-
var tmp2_tableOrNull = this.
|
|
28367
|
-
var tmp3_payload = this.
|
|
28385
|
+
var tmp2_tableOrNull = this.p84_1.e84(state.f3b(), get_clientState(state));
|
|
28386
|
+
var tmp3_payload = this.p84_1.h84(get_clientState(state));
|
|
28368
28387
|
return state.n4w(tmp2_tableOrNull, tmp3_payload, tmp0_gameLifecycleState, tmp1_terminationGameReason);
|
|
28369
28388
|
};
|
|
28370
28389
|
protoOf(ClientMechanicLifecycleReducer).y56 = function (state, action) {
|
|
28371
28390
|
var tmp = this.n57_1.q57(state.f3b());
|
|
28372
28391
|
var tmp_0 = get_clientState(state);
|
|
28373
|
-
return state.n4w(tmp, this.
|
|
28392
|
+
return state.n4w(tmp, this.p84_1.f84(tmp_0, ClientLifecycleReducer$partyFinishedMessagesReducer$ref(this.p84_1)));
|
|
28374
28393
|
};
|
|
28375
28394
|
function clientResetProcessingCardReducer() {
|
|
28376
28395
|
// Inline function 'com.logic.domain.engine.definitions.reducerForActionType' call
|
|
@@ -28395,21 +28414,21 @@
|
|
|
28395
28414
|
}
|
|
28396
28415
|
function ClientLifecycleReducer$gameFinishedMessagesReducer$ref($boundThis) {
|
|
28397
28416
|
var l = function (p0) {
|
|
28398
|
-
return $boundThis.
|
|
28417
|
+
return $boundThis.k84(p0);
|
|
28399
28418
|
};
|
|
28400
28419
|
l.callableName = 'gameFinishedMessagesReducer';
|
|
28401
28420
|
return l;
|
|
28402
28421
|
}
|
|
28403
28422
|
function ClientLifecycleReducer$partyFinishedMessagesReducer$ref_0($boundThis) {
|
|
28404
28423
|
var l = function (p0) {
|
|
28405
|
-
return $boundThis.
|
|
28424
|
+
return $boundThis.l84(p0);
|
|
28406
28425
|
};
|
|
28407
28426
|
l.callableName = 'partyFinishedMessagesReducer';
|
|
28408
28427
|
return l;
|
|
28409
28428
|
}
|
|
28410
28429
|
function _no_name_provided__qut3iv_97($logger, $clientLifecycleReducer) {
|
|
28411
|
-
this.
|
|
28412
|
-
this.
|
|
28430
|
+
this.t84_1 = $logger;
|
|
28431
|
+
this.u84_1 = $clientLifecycleReducer;
|
|
28413
28432
|
}
|
|
28414
28433
|
protoOf(_no_name_provided__qut3iv_97).x32 = function (action) {
|
|
28415
28434
|
return action instanceof SceneMechanicAction;
|
|
@@ -28446,7 +28465,7 @@
|
|
|
28446
28465
|
tmp_0 = tmp0_subject === 'EARN_POINTS';
|
|
28447
28466
|
}
|
|
28448
28467
|
if (tmp_0) {
|
|
28449
|
-
tmp = state.n4w(VOID, get_clientState(state).a80(VOID, updateMessagesAsNotShown(get_clientState(state).w5y_1, this.
|
|
28468
|
+
tmp = state.n4w(VOID, get_clientState(state).a80(VOID, updateMessagesAsNotShown(get_clientState(state).w5y_1, this.t84_1)));
|
|
28450
28469
|
} else {
|
|
28451
28470
|
Companion_getInstance_10();
|
|
28452
28471
|
if (tmp0_subject === 'CALC_POINTS') {
|
|
@@ -28454,10 +28473,10 @@
|
|
|
28454
28473
|
var tmp_3;
|
|
28455
28474
|
if (gameFinished) {
|
|
28456
28475
|
var tmp_4 = get_clientState(state);
|
|
28457
|
-
tmp_3 = this.
|
|
28476
|
+
tmp_3 = this.u84_1.f84(tmp_4, ClientLifecycleReducer$gameFinishedMessagesReducer$ref(this.u84_1));
|
|
28458
28477
|
} else {
|
|
28459
28478
|
var tmp_5 = get_clientState(state);
|
|
28460
|
-
tmp_3 = this.
|
|
28479
|
+
tmp_3 = this.u84_1.f84(tmp_5, ClientLifecycleReducer$partyFinishedMessagesReducer$ref_0(this.u84_1));
|
|
28461
28480
|
}
|
|
28462
28481
|
tmp = state.n4w(VOID, tmp_3);
|
|
28463
28482
|
} else {
|
|
@@ -28475,8 +28494,8 @@
|
|
|
28475
28494
|
return new _no_name_provided__qut3iv_98(currentPlayerId, clientLifecycleReducer);
|
|
28476
28495
|
}
|
|
28477
28496
|
function _no_name_provided__qut3iv_98($currentPlayerId, $clientLifecycleReducer) {
|
|
28478
|
-
this.
|
|
28479
|
-
this.
|
|
28497
|
+
this.v84_1 = $currentPlayerId;
|
|
28498
|
+
this.w84_1 = $clientLifecycleReducer;
|
|
28480
28499
|
}
|
|
28481
28500
|
protoOf(_no_name_provided__qut3iv_98).x32 = function (action) {
|
|
28482
28501
|
return action instanceof ClientUIAction;
|
|
@@ -28492,10 +28511,10 @@
|
|
|
28492
28511
|
tmp = state.n4w(VOID, get_clientState(state).a80(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, tmp0_anonymous.x7t_1));
|
|
28493
28512
|
} else {
|
|
28494
28513
|
if (tmp0_anonymous instanceof SceneTutorialAction) {
|
|
28495
|
-
tmp = state.n4w(VOID, get_clientState(state).a80(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, tmp0_anonymous.
|
|
28514
|
+
tmp = state.n4w(VOID, get_clientState(state).a80(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, tmp0_anonymous.x84_1));
|
|
28496
28515
|
} else {
|
|
28497
28516
|
if (tmp0_anonymous instanceof SceneActivationAction) {
|
|
28498
|
-
tmp = state.n4w(VOID, get_clientState(state).a80(VOID, VOID, VOID, VOID, VOID, VOID, tmp0_anonymous.
|
|
28517
|
+
tmp = state.n4w(VOID, get_clientState(state).a80(VOID, VOID, VOID, VOID, VOID, VOID, tmp0_anonymous.e60_1));
|
|
28499
28518
|
} else {
|
|
28500
28519
|
if (tmp0_anonymous instanceof CombinationToAnnounceAction) {
|
|
28501
28520
|
tmp = state.n4w(VOID, get_clientState(state).a80(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, new CombinationToAnnounceState(tmp0_anonymous.q7t_1, tmp0_anonymous.r7t_1, tmp0_anonymous.s7t_1)));
|
|
@@ -28534,7 +28553,7 @@
|
|
|
28534
28553
|
tmp = state.n4w(VOID, get_clientState(state).a80(VOID, VOID, VOID, VOID, VOID, tmp0_anonymous.t7t_1));
|
|
28535
28554
|
} else {
|
|
28536
28555
|
if (tmp0_anonymous instanceof InitClientStateAction) {
|
|
28537
|
-
tmp = state.n4w(VOID, Companion_getInstance_76().
|
|
28556
|
+
tmp = state.n4w(VOID, Companion_getInstance_76().r84(tmp0_anonymous.u7t_1));
|
|
28538
28557
|
} else {
|
|
28539
28558
|
if (tmp0_anonymous instanceof UpdateConfigAction) {
|
|
28540
28559
|
var tmp6_safe_receiver = tmp0_anonymous.d7u_1;
|
|
@@ -28582,7 +28601,7 @@
|
|
|
28582
28601
|
tmp = state.n4w(VOID, get_clientState(state).a80(VOID, VOID, tmp0_anonymous.p7t_1));
|
|
28583
28602
|
} else {
|
|
28584
28603
|
if (tmp0_anonymous instanceof UpdateMessagesCountAction) {
|
|
28585
|
-
tmp = state.n4w(updateVoiceCount_0(state.f3b(), this.
|
|
28604
|
+
tmp = state.n4w(updateVoiceCount_0(state.f3b(), this.v84_1));
|
|
28586
28605
|
} else {
|
|
28587
28606
|
if (tmp0_anonymous instanceof ResetErrorAction) {
|
|
28588
28607
|
tmp = state.n4w(VOID, get_clientState(state).a80(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, null), GameLifecycleState_CREATING_getInstance(), null);
|
|
@@ -28596,7 +28615,7 @@
|
|
|
28596
28615
|
// Inline function 'kotlin.let' call
|
|
28597
28616
|
// Inline function 'kotlin.contracts.contract' call
|
|
28598
28617
|
// Inline function 'com.debertz.logic.client.redux.redusers.clientUIReducer.<anonymous>.<anonymous>' call
|
|
28599
|
-
tmp_9 = this.
|
|
28618
|
+
tmp_9 = this.w84_1.h84(tmp16_safe_receiver).a80(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, tmp0_anonymous.r5y_1);
|
|
28600
28619
|
}
|
|
28601
28620
|
tmp = state.n4w(VOID, tmp_9, GameLifecycleState_FINISHED_getInstance(), tmp0_anonymous.r5y_1.reason);
|
|
28602
28621
|
} else {
|
|
@@ -28759,7 +28778,7 @@
|
|
|
28759
28778
|
return this.v55(state instanceof AppState ? state : THROW_CCE(), action);
|
|
28760
28779
|
};
|
|
28761
28780
|
function _no_name_provided__qut3iv_100($gameLogger) {
|
|
28762
|
-
this.
|
|
28781
|
+
this.y84_1 = $gameLogger;
|
|
28763
28782
|
}
|
|
28764
28783
|
protoOf(_no_name_provided__qut3iv_100).x32 = function (action) {
|
|
28765
28784
|
return action instanceof TrumpMechanicAction;
|
|
@@ -28768,13 +28787,13 @@
|
|
|
28768
28787
|
// Inline function 'com.debertz.logic.client.redux.redusers.clientResetMessagesAfterSelectedTrumpReducer.<anonymous>' call
|
|
28769
28788
|
action instanceof TrumpMechanicAction || THROW_CCE();
|
|
28770
28789
|
var clientState = get_clientState(state);
|
|
28771
|
-
return state.n4w(VOID, clientState.a80(VOID, updateMessagesAsNotShown(clientState.w5y_1, this.
|
|
28790
|
+
return state.n4w(VOID, clientState.a80(VOID, updateMessagesAsNotShown(clientState.w5y_1, this.y84_1)));
|
|
28772
28791
|
};
|
|
28773
28792
|
protoOf(_no_name_provided__qut3iv_100).n31 = function (state, action) {
|
|
28774
28793
|
return this.v55(state instanceof AppState ? state : THROW_CCE(), action);
|
|
28775
28794
|
};
|
|
28776
28795
|
function _no_name_provided__qut3iv_101($gameLogger) {
|
|
28777
|
-
this.
|
|
28796
|
+
this.z84_1 = $gameLogger;
|
|
28778
28797
|
}
|
|
28779
28798
|
protoOf(_no_name_provided__qut3iv_101).x32 = function (action) {
|
|
28780
28799
|
return action instanceof PickUpBribeMechanicAction;
|
|
@@ -28783,7 +28802,7 @@
|
|
|
28783
28802
|
// Inline function 'com.debertz.logic.client.redux.redusers.clientResetMessagesAfterBribeReducer.<anonymous>' call
|
|
28784
28803
|
action instanceof PickUpBribeMechanicAction || THROW_CCE();
|
|
28785
28804
|
var clientState = get_clientState(state);
|
|
28786
|
-
return state.n4w(VOID, clientState.a80(VOID, updateMessagesAsNotShown(clientState.w5y_1, this.
|
|
28805
|
+
return state.n4w(VOID, clientState.a80(VOID, updateMessagesAsNotShown(clientState.w5y_1, this.z84_1)));
|
|
28787
28806
|
};
|
|
28788
28807
|
protoOf(_no_name_provided__qut3iv_101).n31 = function (state, action) {
|
|
28789
28808
|
return this.v55(state instanceof AppState ? state : THROW_CCE(), action);
|
|
@@ -28822,7 +28841,7 @@
|
|
|
28822
28841
|
return new _no_name_provided__qut3iv_103(clientLifecycleReducer);
|
|
28823
28842
|
}
|
|
28824
28843
|
function _no_name_provided__qut3iv_103($clientLifecycleReducer) {
|
|
28825
|
-
this.
|
|
28844
|
+
this.a85_1 = $clientLifecycleReducer;
|
|
28826
28845
|
}
|
|
28827
28846
|
protoOf(_no_name_provided__qut3iv_103).x32 = function (action) {
|
|
28828
28847
|
return isInterface(action, TerminatedAction);
|
|
@@ -28841,7 +28860,7 @@
|
|
|
28841
28860
|
}
|
|
28842
28861
|
}
|
|
28843
28862
|
var errorState = tmp;
|
|
28844
|
-
return state.n4w(VOID, this.
|
|
28863
|
+
return state.n4w(VOID, this.a85_1.h84(get_clientState(state)).a80(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, errorState));
|
|
28845
28864
|
};
|
|
28846
28865
|
protoOf(_no_name_provided__qut3iv_103).n31 = function (state, action) {
|
|
28847
28866
|
return this.v55(state instanceof AppState ? state : THROW_CCE(), action);
|
|
@@ -28873,7 +28892,7 @@
|
|
|
28873
28892
|
while (tmp0_iterator.g()) {
|
|
28874
28893
|
var element = tmp0_iterator.h();
|
|
28875
28894
|
// Inline function 'com.debertz.logic.client.redux.redusers.expectant.expectantLifecycleReducer.<anonymous>.<anonymous>' call
|
|
28876
|
-
if (element.s5m_1 === tmp0_anonymous.
|
|
28895
|
+
if (element.s5m_1 === tmp0_anonymous.d60_1) {
|
|
28877
28896
|
if (found)
|
|
28878
28897
|
throw IllegalArgumentException_init_$Create$('Collection contains more than one matching element.');
|
|
28879
28898
|
single = element;
|
|
@@ -28967,9 +28986,9 @@
|
|
|
28967
28986
|
return tmp;
|
|
28968
28987
|
}
|
|
28969
28988
|
function _no_name_provided__qut3iv_106($isEnableForPlayer, $playerTurnInteractor, $playerTurnMechanicReducer) {
|
|
28970
|
-
this.
|
|
28971
|
-
this.
|
|
28972
|
-
this.
|
|
28989
|
+
this.b85_1 = $isEnableForPlayer;
|
|
28990
|
+
this.c85_1 = $playerTurnInteractor;
|
|
28991
|
+
this.d85_1 = $playerTurnMechanicReducer;
|
|
28973
28992
|
}
|
|
28974
28993
|
protoOf(_no_name_provided__qut3iv_106).x32 = function (action) {
|
|
28975
28994
|
return isInterface(action, PlayerAnswerFromClientAction);
|
|
@@ -28979,14 +28998,14 @@
|
|
|
28979
28998
|
$l$block: {
|
|
28980
28999
|
// Inline function 'com.debertz.logic.client.redux.redusers.turn.resetPlayerTurnReducer.<anonymous>' call
|
|
28981
29000
|
var tmp0_anonymous = isInterface(action, PlayerAnswerFromClientAction) ? action : THROW_CCE();
|
|
28982
|
-
if (!this.
|
|
29001
|
+
if (!this.b85_1(tmp0_anonymous.playerId)) {
|
|
28983
29002
|
tmp$ret$0 = state;
|
|
28984
29003
|
break $l$block;
|
|
28985
29004
|
}
|
|
28986
29005
|
var table = state.f3b();
|
|
28987
29006
|
var player = getPlayer(table.players, tmp0_anonymous.playerId);
|
|
28988
|
-
var turnModel = this.
|
|
28989
|
-
tmp$ret$0 = state.n4w(this.
|
|
29007
|
+
var turnModel = this.c85_1.x4u(player, tmp0_anonymous);
|
|
29008
|
+
tmp$ret$0 = state.n4w(this.d85_1.c58(table, turnModel));
|
|
28990
29009
|
}
|
|
28991
29010
|
return tmp$ret$0;
|
|
28992
29011
|
};
|
|
@@ -28994,9 +29013,9 @@
|
|
|
28994
29013
|
return this.v55(state instanceof AppState ? state : THROW_CCE(), action);
|
|
28995
29014
|
};
|
|
28996
29015
|
function _no_name_provided__qut3iv_107($isEnableForPlayer, $playerTurnInteractor, $playerTurnMechanicReducer) {
|
|
28997
|
-
this.
|
|
28998
|
-
this.
|
|
28999
|
-
this.
|
|
29016
|
+
this.e85_1 = $isEnableForPlayer;
|
|
29017
|
+
this.f85_1 = $playerTurnInteractor;
|
|
29018
|
+
this.g85_1 = $playerTurnMechanicReducer;
|
|
29000
29019
|
}
|
|
29001
29020
|
protoOf(_no_name_provided__qut3iv_107).x32 = function (action) {
|
|
29002
29021
|
return action instanceof ExpectantCreatedClientAction;
|
|
@@ -29022,7 +29041,7 @@
|
|
|
29022
29041
|
// Inline function 'kotlin.contracts.contract' call
|
|
29023
29042
|
var tmp_1;
|
|
29024
29043
|
// Inline function 'com.debertz.logic.client.redux.redusers.turn.clientResetPlayerTurnAfterExpectantCreatedReducer.<anonymous>.<anonymous>' call
|
|
29025
|
-
if (this.
|
|
29044
|
+
if (this.e85_1(tmp0_safe_receiver.t2s())) {
|
|
29026
29045
|
tmp_1 = tmp0_safe_receiver;
|
|
29027
29046
|
} else {
|
|
29028
29047
|
tmp_1 = null;
|
|
@@ -29038,8 +29057,8 @@
|
|
|
29038
29057
|
tmp_2 = tmp1_elvis_lhs;
|
|
29039
29058
|
}
|
|
29040
29059
|
var player = tmp_2;
|
|
29041
|
-
var turnModel = this.
|
|
29042
|
-
tmp$ret$2 = state.n4w(this.
|
|
29060
|
+
var turnModel = this.f85_1.x4u(player, tmp0_anonymous);
|
|
29061
|
+
tmp$ret$2 = state.n4w(this.g85_1.c58(state.f3b(), turnModel));
|
|
29043
29062
|
}
|
|
29044
29063
|
return tmp$ret$2;
|
|
29045
29064
|
};
|
|
@@ -29047,10 +29066,10 @@
|
|
|
29047
29066
|
return this.v55(state instanceof AppState ? state : THROW_CCE(), action);
|
|
29048
29067
|
};
|
|
29049
29068
|
function _no_name_provided__qut3iv_108($clientReduxConfig, $isEnableForPlayer, $playerTurnInteractor, $playerTurnMechanicReducer) {
|
|
29050
|
-
this.
|
|
29051
|
-
this.
|
|
29052
|
-
this.
|
|
29053
|
-
this.
|
|
29069
|
+
this.h85_1 = $clientReduxConfig;
|
|
29070
|
+
this.i85_1 = $isEnableForPlayer;
|
|
29071
|
+
this.j85_1 = $playerTurnInteractor;
|
|
29072
|
+
this.k85_1 = $playerTurnMechanicReducer;
|
|
29054
29073
|
}
|
|
29055
29074
|
protoOf(_no_name_provided__qut3iv_108).x32 = function (action) {
|
|
29056
29075
|
return isInterface(action, PlayerTurnAnswerAction);
|
|
@@ -29063,7 +29082,7 @@
|
|
|
29063
29082
|
var tmp;
|
|
29064
29083
|
if (tmp0_anonymous instanceof CombinationChoiceMechanicAction) {
|
|
29065
29084
|
var tmp_0;
|
|
29066
|
-
if (this.
|
|
29085
|
+
if (this.h85_1.p5g_1 ? !tmp0_anonymous.c33() : false) {
|
|
29067
29086
|
tmp_0 = null;
|
|
29068
29087
|
} else {
|
|
29069
29088
|
tmp_0 = getPlayerTurn(tmp0_anonymous, state.f3b());
|
|
@@ -29072,7 +29091,7 @@
|
|
|
29072
29091
|
} else {
|
|
29073
29092
|
if (tmp0_anonymous instanceof TeamsDataMechanicAction) {
|
|
29074
29093
|
var tmp_1;
|
|
29075
|
-
if (this.
|
|
29094
|
+
if (this.h85_1.p5g_1 ? !tmp0_anonymous.c33() : false) {
|
|
29076
29095
|
tmp_1 = null;
|
|
29077
29096
|
} else {
|
|
29078
29097
|
tmp_1 = getPlayerTurn(tmp0_anonymous, state.f3b());
|
|
@@ -29095,7 +29114,7 @@
|
|
|
29095
29114
|
// Inline function 'kotlin.contracts.contract' call
|
|
29096
29115
|
var tmp_3;
|
|
29097
29116
|
// Inline function 'com.debertz.logic.client.redux.redusers.turn.clientResetPlayerTurnAfterAnswerReducer.<anonymous>.<anonymous>' call
|
|
29098
|
-
if (this.
|
|
29117
|
+
if (this.i85_1(tmp1_safe_receiver.t2s())) {
|
|
29099
29118
|
tmp_3 = tmp1_safe_receiver;
|
|
29100
29119
|
} else {
|
|
29101
29120
|
tmp_3 = null;
|
|
@@ -29111,8 +29130,8 @@
|
|
|
29111
29130
|
tmp_4 = tmp2_elvis_lhs;
|
|
29112
29131
|
}
|
|
29113
29132
|
var player = tmp_4;
|
|
29114
|
-
var turnModel = this.
|
|
29115
|
-
tmp$ret$2 = state.n4w(this.
|
|
29133
|
+
var turnModel = this.j85_1.x4u(player, tmp0_anonymous);
|
|
29134
|
+
tmp$ret$2 = state.n4w(this.k85_1.c58(state.f3b(), turnModel));
|
|
29116
29135
|
}
|
|
29117
29136
|
return tmp$ret$2;
|
|
29118
29137
|
};
|
|
@@ -29357,10 +29376,10 @@
|
|
|
29357
29376
|
}
|
|
29358
29377
|
protoOf(PlayerHandSelector).i7l = function (playerId, isGameActive, table, clientState) {
|
|
29359
29378
|
var player = getPlayer(table.players, playerId);
|
|
29360
|
-
var cardsVM = this.
|
|
29379
|
+
var cardsVM = this.l85(player, table, clientState);
|
|
29361
29380
|
var cardsStateVM = this.e7g(isGameActive, table, clientState);
|
|
29362
29381
|
var tmp;
|
|
29363
|
-
if (clientState.
|
|
29382
|
+
if (clientState.m85()) {
|
|
29364
29383
|
var tmp0_subject = table.sceneInfo.l48_1;
|
|
29365
29384
|
var tmp_0;
|
|
29366
29385
|
Companion_getInstance_10();
|
|
@@ -29440,7 +29459,7 @@
|
|
|
29440
29459
|
}
|
|
29441
29460
|
return tmp;
|
|
29442
29461
|
};
|
|
29443
|
-
protoOf(PlayerHandSelector).
|
|
29462
|
+
protoOf(PlayerHandSelector).l85 = function (player, table, clientState) {
|
|
29444
29463
|
var index = findItemIndex(table.players, get_byIdPlayerPredicate()(player.t2s()));
|
|
29445
29464
|
// Inline function 'com.debertz.logic.client.utils.getOrNullExpectant' call
|
|
29446
29465
|
var tmp0_getOrNullExpectant = clientState.y5y_1;
|
|
@@ -29470,7 +29489,7 @@
|
|
|
29470
29489
|
if (!(restartExpectant == null)) {
|
|
29471
29490
|
return new PlayerCardsViewModel(index, emptyList(), false, null);
|
|
29472
29491
|
}
|
|
29473
|
-
var isCardsDistribution = clientState.
|
|
29492
|
+
var isCardsDistribution = clientState.m85();
|
|
29474
29493
|
var cardDeck = table.requireCardDeck;
|
|
29475
29494
|
var tmp1_players = table.players;
|
|
29476
29495
|
var tmp0_safe_receiver = clientState.h5z_1;
|
|
@@ -29482,20 +29501,20 @@
|
|
|
29482
29501
|
function Companion_60() {
|
|
29483
29502
|
Companion_instance_60 = this;
|
|
29484
29503
|
}
|
|
29485
|
-
protoOf(Companion_60).
|
|
29504
|
+
protoOf(Companion_60).s84 = function (config, combinations) {
|
|
29486
29505
|
return new ClientState(config, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, combinations);
|
|
29487
29506
|
};
|
|
29488
|
-
protoOf(Companion_60).
|
|
29507
|
+
protoOf(Companion_60).r84 = function (config, combinations, $super) {
|
|
29489
29508
|
combinations = combinations === VOID ? null : combinations;
|
|
29490
|
-
return $super === VOID ? this.
|
|
29509
|
+
return $super === VOID ? this.s84(config, combinations) : $super.s84.call(this, config, combinations);
|
|
29491
29510
|
};
|
|
29492
|
-
protoOf(Companion_60).
|
|
29511
|
+
protoOf(Companion_60).g84 = function (config, isForeground, isSceneActive, messages, bufferedActions, error) {
|
|
29493
29512
|
return new ClientState(config, messages, VOID, VOID, bufferedActions, isForeground, isSceneActive, VOID, VOID, VOID, VOID, VOID, VOID, error);
|
|
29494
29513
|
};
|
|
29495
|
-
protoOf(Companion_60).
|
|
29514
|
+
protoOf(Companion_60).i84 = function (config, isForeground, isSceneActive, messages, bufferedActions, expectants, combinations, processingCard, error) {
|
|
29496
29515
|
return new ClientState(config, messages, VOID, expectants, bufferedActions, isForeground, isSceneActive, VOID, VOID, combinations, VOID, VOID, processingCard, error);
|
|
29497
29516
|
};
|
|
29498
|
-
protoOf(Companion_60).
|
|
29517
|
+
protoOf(Companion_60).j84 = function (config, isForeground, isSceneActive) {
|
|
29499
29518
|
return new ClientState(config, VOID, VOID, VOID, VOID, isForeground, isSceneActive);
|
|
29500
29519
|
};
|
|
29501
29520
|
var Companion_instance_60;
|
|
@@ -29536,10 +29555,10 @@
|
|
|
29536
29555
|
this.i5z_1 = error;
|
|
29537
29556
|
this.j5z_1 = tutorial;
|
|
29538
29557
|
}
|
|
29539
|
-
protoOf(ClientState).
|
|
29558
|
+
protoOf(ClientState).m85 = function () {
|
|
29540
29559
|
return !this.b5z_1;
|
|
29541
29560
|
};
|
|
29542
|
-
protoOf(ClientState).
|
|
29561
|
+
protoOf(ClientState).n85 = function (config, messages, infoMessage, expectants, bufferedActions, isForeground, isSceneActive, chatOpened, settingsOpened, combinations, lastBribe, gameInfo, processingCard, error, tutorial) {
|
|
29543
29562
|
return new ClientState(config, messages, infoMessage, expectants, bufferedActions, isForeground, isSceneActive, chatOpened, settingsOpened, combinations, lastBribe, gameInfo, processingCard, error, tutorial);
|
|
29544
29563
|
};
|
|
29545
29564
|
protoOf(ClientState).a80 = function (config, messages, infoMessage, expectants, bufferedActions, isForeground, isSceneActive, chatOpened, settingsOpened, combinations, lastBribe, gameInfo, processingCard, error, tutorial, $super) {
|
|
@@ -29558,7 +29577,7 @@
|
|
|
29558
29577
|
processingCard = processingCard === VOID ? this.h5z_1 : processingCard;
|
|
29559
29578
|
error = error === VOID ? this.i5z_1 : error;
|
|
29560
29579
|
tutorial = tutorial === VOID ? this.j5z_1 : tutorial;
|
|
29561
|
-
return $super === VOID ? this.
|
|
29580
|
+
return $super === VOID ? this.n85(config, messages, infoMessage, expectants, bufferedActions, isForeground, isSceneActive, chatOpened, settingsOpened, combinations, lastBribe, gameInfo, processingCard, error, tutorial) : $super.n85.call(this, config, messages, infoMessage, expectants, bufferedActions, isForeground, isSceneActive, chatOpened, settingsOpened, combinations, lastBribe, gameInfo, processingCard, error, tutorial);
|
|
29562
29581
|
};
|
|
29563
29582
|
protoOf(ClientState).toString = function () {
|
|
29564
29583
|
return 'ClientState(config=' + this.v5y_1 + ', messages=' + this.w5y_1 + ', infoMessage=' + this.x5y_1 + ', expectants=' + this.y5y_1 + ', bufferedActions=' + this.z5y_1 + ', isForeground=' + this.a5z_1 + ', isSceneActive=' + this.b5z_1 + ', chatOpened=' + this.c5z_1 + ', settingsOpened=' + this.d5z_1 + ', combinations=' + this.e5z_1 + ', lastBribe=' + this.f5z_1 + ', gameInfo=' + this.g5z_1 + ', processingCard=' + this.h5z_1 + ', error=' + this.i5z_1 + ', tutorial=' + this.j5z_1 + ')';
|
|
@@ -29672,14 +29691,14 @@
|
|
|
29672
29691
|
protoOf(ErrorState).g9 = function () {
|
|
29673
29692
|
return this.reason;
|
|
29674
29693
|
};
|
|
29675
|
-
protoOf(ErrorState).
|
|
29694
|
+
protoOf(ErrorState).o85 = function (message, userInfo, reason) {
|
|
29676
29695
|
return new ErrorState(message, userInfo, reason);
|
|
29677
29696
|
};
|
|
29678
29697
|
protoOf(ErrorState).copy = function (message, userInfo, reason, $super) {
|
|
29679
29698
|
message = message === VOID ? this.message : message;
|
|
29680
29699
|
userInfo = userInfo === VOID ? this.userInfo : userInfo;
|
|
29681
29700
|
reason = reason === VOID ? this.reason : reason;
|
|
29682
|
-
return this.
|
|
29701
|
+
return this.o85(message, userInfo, reason);
|
|
29683
29702
|
};
|
|
29684
29703
|
protoOf(ErrorState).toString = function () {
|
|
29685
29704
|
return 'ErrorState(message=' + this.message + ', userInfo=' + this.userInfo + ', reason=' + this.reason + ')';
|
|
@@ -29834,7 +29853,7 @@
|
|
|
29834
29853
|
function ShowClientErrorLoggerOutput() {
|
|
29835
29854
|
}
|
|
29836
29855
|
function onError($this, message) {
|
|
29837
|
-
var tmp0_safe_receiver = $this.
|
|
29856
|
+
var tmp0_safe_receiver = $this.u85_1;
|
|
29838
29857
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
29839
29858
|
if (tmp1_safe_receiver == null)
|
|
29840
29859
|
null;
|
|
@@ -29845,28 +29864,28 @@
|
|
|
29845
29864
|
function ShowClientErrorLoggerOutputImpl(skipWarnings, gameClientProvider) {
|
|
29846
29865
|
skipWarnings = skipWarnings === VOID ? true : skipWarnings;
|
|
29847
29866
|
gameClientProvider = gameClientProvider === VOID ? null : gameClientProvider;
|
|
29848
|
-
this.
|
|
29849
|
-
this.
|
|
29867
|
+
this.t85_1 = skipWarnings;
|
|
29868
|
+
this.u85_1 = gameClientProvider;
|
|
29850
29869
|
}
|
|
29851
|
-
protoOf(ShowClientErrorLoggerOutputImpl).
|
|
29852
|
-
this.s85_1 = _set____db54di;
|
|
29853
|
-
};
|
|
29854
|
-
protoOf(ShowClientErrorLoggerOutputImpl).p85 = function () {
|
|
29855
|
-
return this.s85_1;
|
|
29856
|
-
};
|
|
29857
|
-
protoOf(ShowClientErrorLoggerOutputImpl).q85 = function (_set____db54di) {
|
|
29870
|
+
protoOf(ShowClientErrorLoggerOutputImpl).p85 = function (_set____db54di) {
|
|
29858
29871
|
this.t85_1 = _set____db54di;
|
|
29859
29872
|
};
|
|
29860
|
-
protoOf(ShowClientErrorLoggerOutputImpl).
|
|
29873
|
+
protoOf(ShowClientErrorLoggerOutputImpl).q85 = function () {
|
|
29861
29874
|
return this.t85_1;
|
|
29862
29875
|
};
|
|
29876
|
+
protoOf(ShowClientErrorLoggerOutputImpl).r85 = function (_set____db54di) {
|
|
29877
|
+
this.u85_1 = _set____db54di;
|
|
29878
|
+
};
|
|
29879
|
+
protoOf(ShowClientErrorLoggerOutputImpl).s85 = function () {
|
|
29880
|
+
return this.u85_1;
|
|
29881
|
+
};
|
|
29863
29882
|
protoOf(ShowClientErrorLoggerOutputImpl).k37 = function (tag, message, payload) {
|
|
29864
29883
|
};
|
|
29865
29884
|
protoOf(ShowClientErrorLoggerOutputImpl).l37 = function (tag, message, exception, payload) {
|
|
29866
29885
|
onError(this, message);
|
|
29867
29886
|
};
|
|
29868
29887
|
protoOf(ShowClientErrorLoggerOutputImpl).m37 = function (tag, message, payload) {
|
|
29869
|
-
if (!this.
|
|
29888
|
+
if (!this.t85_1) {
|
|
29870
29889
|
onError(this, message);
|
|
29871
29890
|
}
|
|
29872
29891
|
};
|
|
@@ -29880,13 +29899,13 @@
|
|
|
29880
29899
|
return tmp.t2l(VOID, GameClientEngineControllerImpl$createDI$lambda(currentPlayerId, clientConfig, clientReduxConfig, logicReduxConfig, botConfig, externalReducers, externalMiddlewares, logger));
|
|
29881
29900
|
}
|
|
29882
29901
|
function _no_name_provided__qut3iv_109($item) {
|
|
29883
|
-
this.
|
|
29902
|
+
this.x85_1 = $item;
|
|
29884
29903
|
}
|
|
29885
29904
|
protoOf(_no_name_provided__qut3iv_109).x32 = function (action) {
|
|
29886
29905
|
return isInterface(action, Action);
|
|
29887
29906
|
};
|
|
29888
29907
|
protoOf(_no_name_provided__qut3iv_109).v55 = function (state, action) {
|
|
29889
|
-
return this.
|
|
29908
|
+
return this.x85_1(state, isInterface(action, Action) ? action : THROW_CCE());
|
|
29890
29909
|
};
|
|
29891
29910
|
protoOf(_no_name_provided__qut3iv_109).n31 = function (state, action) {
|
|
29892
29911
|
return this.v55(state instanceof AppState ? state : THROW_CCE(), action);
|
|
@@ -29953,11 +29972,11 @@
|
|
|
29953
29972
|
}
|
|
29954
29973
|
function GameClientEngineControllerImpl(loggerCallback) {
|
|
29955
29974
|
loggerCallback = loggerCallback === VOID ? null : loggerCallback;
|
|
29956
|
-
this.
|
|
29957
|
-
this.
|
|
29975
|
+
this.y85_1 = loggerCallback;
|
|
29976
|
+
this.z85_1 = new ParserHelperImpl(listOf(get_clientSerializerModule()));
|
|
29958
29977
|
}
|
|
29959
|
-
protoOf(GameClientEngineControllerImpl).
|
|
29960
|
-
return this.
|
|
29978
|
+
protoOf(GameClientEngineControllerImpl).v85 = function () {
|
|
29979
|
+
return this.z85_1;
|
|
29961
29980
|
};
|
|
29962
29981
|
protoOf(GameClientEngineControllerImpl).setEnableLogger = function (enabled) {
|
|
29963
29982
|
Logger_getInstance().u36_1 = enabled;
|
|
@@ -29965,16 +29984,16 @@
|
|
|
29965
29984
|
protoOf(GameClientEngineControllerImpl).createOnlineGameEngine = function (currentPlayerId) {
|
|
29966
29985
|
return this.createOnlineGameEngineWithLogic(currentPlayerId);
|
|
29967
29986
|
};
|
|
29968
|
-
protoOf(GameClientEngineControllerImpl).
|
|
29987
|
+
protoOf(GameClientEngineControllerImpl).w85 = function (currentPlayerId, reducers, middlewares, isAutoStepCurrentPlayer, botExitsWhenNGameNumberIsFinished) {
|
|
29969
29988
|
var loggerOutputWithTablePayload = null;
|
|
29970
29989
|
var tmp;
|
|
29971
|
-
if (this.
|
|
29990
|
+
if (this.y85_1 == null) {
|
|
29972
29991
|
tmp = null;
|
|
29973
29992
|
} else {
|
|
29974
29993
|
// Inline function 'kotlin.let' call
|
|
29975
29994
|
// Inline function 'kotlin.contracts.contract' call
|
|
29976
29995
|
// Inline function 'GameClientEngineControllerImpl.createOnlineGameEngineWithLogic.<anonymous>' call
|
|
29977
|
-
var loggerOutput = createLoggerOutputWithTablePayload(this.
|
|
29996
|
+
var loggerOutput = createLoggerOutputWithTablePayload(this.y85_1);
|
|
29978
29997
|
loggerOutputWithTablePayload = loggerOutput;
|
|
29979
29998
|
tmp = new CombinedGameLogger(listOf(loggerOutput));
|
|
29980
29999
|
}
|
|
@@ -30262,18 +30281,18 @@
|
|
|
30262
30281
|
protoOf(ShowClientErrorLoggerOutputImpl).e = e;
|
|
30263
30282
|
protoOf(ShowClientErrorLoggerOutputImpl).w = w;
|
|
30264
30283
|
defineProp(protoOf(ShowClientErrorLoggerOutputImpl), 'skipWarnings', function () {
|
|
30265
|
-
return this.
|
|
30284
|
+
return this.q85();
|
|
30266
30285
|
}, function (value) {
|
|
30267
|
-
this.
|
|
30286
|
+
this.p85(value);
|
|
30268
30287
|
});
|
|
30269
30288
|
defineProp(protoOf(ShowClientErrorLoggerOutputImpl), 'gameClientProvider', function () {
|
|
30270
|
-
return this.
|
|
30289
|
+
return this.s85();
|
|
30271
30290
|
}, function (value) {
|
|
30272
|
-
this.
|
|
30291
|
+
this.r85(value);
|
|
30273
30292
|
});
|
|
30274
30293
|
protoOf(GameClientEngineControllerImpl).createOnlineGameEngineWithLogic = createOnlineGameEngineWithLogic;
|
|
30275
30294
|
defineProp(protoOf(GameClientEngineControllerImpl), 'parser', function () {
|
|
30276
|
-
return this.
|
|
30295
|
+
return this.v85();
|
|
30277
30296
|
}, VOID);
|
|
30278
30297
|
//endregion
|
|
30279
30298
|
//region block: init
|
|
@@ -30416,7 +30435,6 @@
|
|
|
30416
30435
|
_.$_$.y3 = ErrorState;
|
|
30417
30436
|
_.$_$.z3 = ShowClientErrorLoggerOutputImpl;
|
|
30418
30437
|
_.$_$.a4 = $serializer_getInstance_10;
|
|
30419
|
-
_.$_$.b4 = PlayedLostStatEvent_getInstance;
|
|
30420
30438
|
//endregion
|
|
30421
30439
|
return _;
|
|
30422
30440
|
}));
|