raspberry_games_engine_helpers 1.8.423 → 1.8.424
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-core.js +1 -1
- package/Logic_Debertz-engine.d.ts +4 -2
- package/Logic_Debertz-engine.js +651 -644
- package/Logic_Debertz-engine.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-engine.js
CHANGED
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
initMetadataForClass(PreviousRoundDto, 'PreviousRoundDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_108});
|
|
711
711
|
initMetadataForCompanion(Companion_137);
|
|
712
712
|
initMetadataForObject($serializer_106, '$serializer', VOID, VOID, [GeneratedSerializer]);
|
|
713
|
-
initMetadataForClass(RoundDto, 'RoundDto',
|
|
713
|
+
initMetadataForClass(RoundDto, 'RoundDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_109});
|
|
714
714
|
initMetadataForCompanion(Companion_138);
|
|
715
715
|
initMetadataForObject($serializer_107, '$serializer', VOID, VOID, [GeneratedSerializer]);
|
|
716
716
|
initMetadataForClass(ClientSceneInfoDto, 'ClientSceneInfoDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_110});
|
|
@@ -796,15 +796,15 @@
|
|
|
796
796
|
initMetadataForClass(ClearAction, 'ClearAction', VOID, VOID, [Action, NotValidateIfGameFinished]);
|
|
797
797
|
initMetadataForClass(FromClientActionPayloadProvider, 'FromClientActionPayloadProvider');
|
|
798
798
|
initMetadataForClass(FromClientAction, 'FromClientAction', VOID, VOID, [Action]);
|
|
799
|
-
initMetadataForClass(PartnerSelectedFromClientAction, 'PartnerSelectedFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
800
|
-
initMetadataForClass(PlayerReadyFromClientAction, 'PlayerReadyFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
801
|
-
initMetadataForClass(SuitChoiceFromClientAction, 'SuitChoiceFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
802
|
-
initMetadataForClass(CombinationChoiceFromClientAction, 'CombinationChoiceFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
803
|
-
initMetadataForClass(CardFromClientAction, 'CardFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
804
|
-
initMetadataForClass(TakeAllRemainingCardsFromClientAction, 'TakeAllRemainingCardsFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
799
|
+
initMetadataForClass(PartnerSelectedFromClientAction, 'PartnerSelectedFromClientAction', VOID, FromClientAction, [FromClientAction, PlayerIdContract, Action]);
|
|
800
|
+
initMetadataForClass(PlayerReadyFromClientAction, 'PlayerReadyFromClientAction', VOID, FromClientAction, [FromClientAction, PlayerIdContract, Action]);
|
|
801
|
+
initMetadataForClass(SuitChoiceFromClientAction, 'SuitChoiceFromClientAction', VOID, FromClientAction, [FromClientAction, PlayerIdContract, Action]);
|
|
802
|
+
initMetadataForClass(CombinationChoiceFromClientAction, 'CombinationChoiceFromClientAction', VOID, FromClientAction, [FromClientAction, PlayerIdContract, Action]);
|
|
803
|
+
initMetadataForClass(CardFromClientAction, 'CardFromClientAction', VOID, FromClientAction, [FromClientAction, PlayerIdContract, Action]);
|
|
804
|
+
initMetadataForClass(TakeAllRemainingCardsFromClientAction, 'TakeAllRemainingCardsFromClientAction', VOID, FromClientAction, [FromClientAction, PlayerIdContract, Action]);
|
|
805
805
|
initMetadataForClass(MessageFromClientAction, 'MessageFromClientAction', VOID, FromClientAction);
|
|
806
806
|
initMetadataForClass(ExitFromClientAction, 'ExitFromClientAction', VOID, FromClientAction);
|
|
807
|
-
initMetadataForClass(RequestedCardDecksFromClientAction, 'RequestedCardDecksFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
807
|
+
initMetadataForClass(RequestedCardDecksFromClientAction, 'RequestedCardDecksFromClientAction', VOID, FromClientAction, [FromClientAction, PlayerIdContract, Action]);
|
|
808
808
|
initMetadataForCompanion(Companion_157);
|
|
809
809
|
initMetadataForClass(ActionDeliveryPayload, 'ActionDeliveryPayload');
|
|
810
810
|
initMetadataForCompanion(Companion_158, VOID, [SerializerFactory]);
|
|
@@ -858,26 +858,26 @@
|
|
|
858
858
|
initMetadataForClass(MessageMechanicAction, 'MessageMechanicAction', VOID, MechanicAction, [MechanicAction, IgnoreBufferForAction]);
|
|
859
859
|
initMetadataForClass(RestartGameMechanicAction, 'RestartGameMechanicAction', VOID, MechanicAction, [MechanicAction, InterceptableAction]);
|
|
860
860
|
initMetadataForClass(SceneActMechanicAction, 'SceneActMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, ReleaseBufferTriggerAction, Action]);
|
|
861
|
-
initMetadataForClass(PlayerReadyMechanicAction, 'PlayerReadyMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
862
|
-
initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
863
|
-
initMetadataForClass(CombinationChoiceMechanicAction, 'CombinationChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
864
|
-
initMetadataForClass(PutCardMechanicAction, 'PutCardMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
861
|
+
initMetadataForClass(PlayerReadyMechanicAction, 'PlayerReadyMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction]);
|
|
862
|
+
initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction]);
|
|
863
|
+
initMetadataForClass(CombinationChoiceMechanicAction, 'CombinationChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction, InterceptableAction]);
|
|
864
|
+
initMetadataForClass(PutCardMechanicAction, 'PutCardMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction]);
|
|
865
865
|
initMetadataForClass(TrumpMechanicAction, 'TrumpMechanicAction', VOID, MechanicAction, [MechanicAction, Action, InterceptableAction]);
|
|
866
866
|
initMetadataForClass(PickUpBribeMechanicAction, 'PickUpBribeMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, InterceptableAction]);
|
|
867
|
-
initMetadataForClass(TakeAllRemainingCardsMechanicAction, 'TakeAllRemainingCardsMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
867
|
+
initMetadataForClass(TakeAllRemainingCardsMechanicAction, 'TakeAllRemainingCardsMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction]);
|
|
868
868
|
initMetadataForClass(WinnerCombinationsMechanicAction, 'WinnerCombinationsMechanicAction', VOID, MechanicAction, [MechanicAction, InterceptableAction]);
|
|
869
869
|
initMetadataForClass(ErrorAction, 'ErrorAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinished]);
|
|
870
870
|
function filterLivePlayers(store, playerIds, includeBots, $super) {
|
|
871
871
|
includeBots = includeBots === VOID ? false : includeBots;
|
|
872
|
-
return $super === VOID ? this.
|
|
872
|
+
return $super === VOID ? this.k45(store, playerIds, includeBots) : $super.k45.call(this, store, playerIds, includeBots);
|
|
873
873
|
}
|
|
874
874
|
function filterLiveDuringGamePlayers(store, playerIds, includeBots, $super) {
|
|
875
875
|
includeBots = includeBots === VOID ? false : includeBots;
|
|
876
|
-
return $super === VOID ? this.
|
|
876
|
+
return $super === VOID ? this.l45(store, playerIds, includeBots) : $super.l45.call(this, store, playerIds, includeBots);
|
|
877
877
|
}
|
|
878
878
|
function createConfig(mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league, $super) {
|
|
879
879
|
league = league === VOID ? null : league;
|
|
880
|
-
return $super === VOID ? this.
|
|
880
|
+
return $super === VOID ? this.m45(mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) : $super.m45.call(this, mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league);
|
|
881
881
|
}
|
|
882
882
|
initMetadataForInterface(GameHelper, 'GameHelper');
|
|
883
883
|
initMetadataForClass(GameHelperImpl, 'GameHelperImpl', VOID, VOID, [GameHelper]);
|
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
tmp = existingNicknames;
|
|
891
891
|
}
|
|
892
892
|
existingNicknames = tmp;
|
|
893
|
-
return $super === VOID ? this.
|
|
893
|
+
return $super === VOID ? this.q45(playerId, existingNicknames) : $super.q45.call(this, playerId, existingNicknames);
|
|
894
894
|
}
|
|
895
895
|
initMetadataForInterface(GameResources, 'GameResources');
|
|
896
896
|
initMetadataForCompanion(Companion_160);
|
|
@@ -13200,9 +13200,11 @@
|
|
|
13200
13200
|
}
|
|
13201
13201
|
function mapFromDto_26(_this__u8e3s4) {
|
|
13202
13202
|
var tmp = Companion_getInstance_3().tg(_this__u8e3s4.b38_1);
|
|
13203
|
-
var
|
|
13204
|
-
var
|
|
13205
|
-
|
|
13203
|
+
var tmp0_safe_receiver = _this__u8e3s4.e38_1;
|
|
13204
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : mapFromDto_58(tmp0_safe_receiver);
|
|
13205
|
+
var tmp_0 = tmp1_elvis_lhs == null ? Companion_instance_159.initial() : tmp1_elvis_lhs;
|
|
13206
|
+
var tmp2_safe_receiver = _this__u8e3s4.f38_1;
|
|
13207
|
+
return new GameInfo(tmp, _this__u8e3s4.c38_1, tmp_0, _this__u8e3s4.d38_1, tmp2_safe_receiver == null ? null : mapFromDto_59(tmp2_safe_receiver));
|
|
13206
13208
|
}
|
|
13207
13209
|
function mapToDto_31(_this__u8e3s4) {
|
|
13208
13210
|
return new ClientGameInfoDto(_this__u8e3s4.g38_1, mapToDto_64(_this__u8e3s4.h38_1));
|
|
@@ -23758,7 +23760,7 @@
|
|
|
23758
23760
|
tmp0_serialDesc.av('gameNumber', false);
|
|
23759
23761
|
tmp0_serialDesc.av('roundNumberTotal', false);
|
|
23760
23762
|
tmp0_serialDesc.av('party', false);
|
|
23761
|
-
tmp0_serialDesc.av('previousParty',
|
|
23763
|
+
tmp0_serialDesc.av('previousParty', false);
|
|
23762
23764
|
this.h3s_1 = tmp0_serialDesc;
|
|
23763
23765
|
}
|
|
23764
23766
|
protoOf($serializer_73).i3s = function (encoder, value) {
|
|
@@ -23767,10 +23769,8 @@
|
|
|
23767
23769
|
tmp1_output.zo(tmp0_desc, 0, value.b38_1);
|
|
23768
23770
|
tmp1_output.uo(tmp0_desc, 1, value.c38_1);
|
|
23769
23771
|
tmp1_output.uo(tmp0_desc, 2, value.d38_1);
|
|
23770
|
-
tmp1_output.
|
|
23771
|
-
|
|
23772
|
-
tmp1_output.dp(tmp0_desc, 4, $serializer_getInstance_108(), value.f38_1);
|
|
23773
|
-
}
|
|
23772
|
+
tmp1_output.dp(tmp0_desc, 3, $serializer_getInstance_109(), value.e38_1);
|
|
23773
|
+
tmp1_output.dp(tmp0_desc, 4, $serializer_getInstance_108(), value.f38_1);
|
|
23774
23774
|
tmp1_output.ln(tmp0_desc);
|
|
23775
23775
|
};
|
|
23776
23776
|
protoOf($serializer_73).ck = function (encoder, value) {
|
|
@@ -23794,7 +23794,7 @@
|
|
|
23794
23794
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
23795
23795
|
tmp6_local2 = tmp9_input.pn(tmp0_desc, 2);
|
|
23796
23796
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
23797
|
-
tmp7_local3 = tmp9_input.
|
|
23797
|
+
tmp7_local3 = tmp9_input.yn(tmp0_desc, 3, $serializer_getInstance_109(), tmp7_local3);
|
|
23798
23798
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
23799
23799
|
tmp8_local4 = tmp9_input.yn(tmp0_desc, 4, $serializer_getInstance_108(), tmp8_local4);
|
|
23800
23800
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
@@ -23818,7 +23818,7 @@
|
|
|
23818
23818
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
23819
23819
|
break;
|
|
23820
23820
|
case 3:
|
|
23821
|
-
tmp7_local3 = tmp9_input.
|
|
23821
|
+
tmp7_local3 = tmp9_input.yn(tmp0_desc, 3, $serializer_getInstance_109(), tmp7_local3);
|
|
23822
23822
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
23823
23823
|
break;
|
|
23824
23824
|
case 4:
|
|
@@ -23839,7 +23839,7 @@
|
|
|
23839
23839
|
// Inline function 'kotlin.arrayOf' call
|
|
23840
23840
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
23841
23841
|
// Inline function 'kotlin.js.asDynamic' call
|
|
23842
|
-
return [StringSerializer_getInstance(), IntSerializer_getInstance(), IntSerializer_getInstance(), $serializer_getInstance_109(), get_nullable($serializer_getInstance_108())];
|
|
23842
|
+
return [StringSerializer_getInstance(), IntSerializer_getInstance(), IntSerializer_getInstance(), get_nullable($serializer_getInstance_109()), get_nullable($serializer_getInstance_108())];
|
|
23843
23843
|
};
|
|
23844
23844
|
var $serializer_instance_73;
|
|
23845
23845
|
function $serializer_getInstance_76() {
|
|
@@ -23848,24 +23848,20 @@
|
|
|
23848
23848
|
return $serializer_instance_73;
|
|
23849
23849
|
}
|
|
23850
23850
|
function GameInfoDto_init_$Init$(seen0, createdAt, gameNumber, roundNumberTotal, round, previousRound, serializationConstructorMarker, $this) {
|
|
23851
|
-
if (!(
|
|
23852
|
-
throwMissingFieldException(seen0,
|
|
23851
|
+
if (!(31 === (31 & seen0))) {
|
|
23852
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_76().h3s_1);
|
|
23853
23853
|
}
|
|
23854
23854
|
$this.b38_1 = createdAt;
|
|
23855
23855
|
$this.c38_1 = gameNumber;
|
|
23856
23856
|
$this.d38_1 = roundNumberTotal;
|
|
23857
23857
|
$this.e38_1 = round;
|
|
23858
|
-
|
|
23859
|
-
$this.f38_1 = null;
|
|
23860
|
-
else
|
|
23861
|
-
$this.f38_1 = previousRound;
|
|
23858
|
+
$this.f38_1 = previousRound;
|
|
23862
23859
|
return $this;
|
|
23863
23860
|
}
|
|
23864
23861
|
function GameInfoDto_init_$Create$(seen0, createdAt, gameNumber, roundNumberTotal, round, previousRound, serializationConstructorMarker) {
|
|
23865
23862
|
return GameInfoDto_init_$Init$(seen0, createdAt, gameNumber, roundNumberTotal, round, previousRound, serializationConstructorMarker, objectCreate(protoOf(GameInfoDto)));
|
|
23866
23863
|
}
|
|
23867
23864
|
function GameInfoDto(createdAt, gameNumber, roundNumberTotal, round, previousRound) {
|
|
23868
|
-
previousRound = previousRound === VOID ? null : previousRound;
|
|
23869
23865
|
this.b38_1 = createdAt;
|
|
23870
23866
|
this.c38_1 = gameNumber;
|
|
23871
23867
|
this.d38_1 = roundNumberTotal;
|
|
@@ -23873,13 +23869,13 @@
|
|
|
23873
23869
|
this.f38_1 = previousRound;
|
|
23874
23870
|
}
|
|
23875
23871
|
protoOf(GameInfoDto).toString = function () {
|
|
23876
|
-
return 'GameInfoDto(createdAt=' + this.b38_1 + ', gameNumber=' + this.c38_1 + ', roundNumberTotal=' + this.d38_1 + ', round=' + this.e38_1
|
|
23872
|
+
return 'GameInfoDto(createdAt=' + this.b38_1 + ', gameNumber=' + this.c38_1 + ', roundNumberTotal=' + this.d38_1 + ', round=' + toString_0(this.e38_1) + ', previousRound=' + toString_0(this.f38_1) + ')';
|
|
23877
23873
|
};
|
|
23878
23874
|
protoOf(GameInfoDto).hashCode = function () {
|
|
23879
23875
|
var result = getStringHashCode(this.b38_1);
|
|
23880
23876
|
result = imul(result, 31) + this.c38_1 | 0;
|
|
23881
23877
|
result = imul(result, 31) + this.d38_1 | 0;
|
|
23882
|
-
result = imul(result, 31) + this.e38_1.hashCode() | 0;
|
|
23878
|
+
result = imul(result, 31) + (this.e38_1 == null ? 0 : this.e38_1.hashCode()) | 0;
|
|
23883
23879
|
result = imul(result, 31) + (this.f38_1 == null ? 0 : this.f38_1.hashCode()) | 0;
|
|
23884
23880
|
return result;
|
|
23885
23881
|
};
|
|
@@ -23894,7 +23890,7 @@
|
|
|
23894
23890
|
return false;
|
|
23895
23891
|
if (!(this.d38_1 === other.d38_1))
|
|
23896
23892
|
return false;
|
|
23897
|
-
if (!this.e38_1
|
|
23893
|
+
if (!equals(this.e38_1, other.e38_1))
|
|
23898
23894
|
return false;
|
|
23899
23895
|
if (!equals(this.f38_1, other.f38_1))
|
|
23900
23896
|
return false;
|
|
@@ -29355,24 +29351,18 @@
|
|
|
29355
29351
|
function $serializer_106() {
|
|
29356
29352
|
$serializer_instance_106 = this;
|
|
29357
29353
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('games.jass.logic.data.models.serializable.table.round.RoundDto', this, 3);
|
|
29358
|
-
tmp0_serialDesc.av('roundNumber',
|
|
29359
|
-
tmp0_serialDesc.av('numberOfBribe',
|
|
29360
|
-
tmp0_serialDesc.av('trump',
|
|
29354
|
+
tmp0_serialDesc.av('roundNumber', false);
|
|
29355
|
+
tmp0_serialDesc.av('numberOfBribe', false);
|
|
29356
|
+
tmp0_serialDesc.av('trump', false);
|
|
29361
29357
|
this.f3w_1 = tmp0_serialDesc;
|
|
29362
29358
|
}
|
|
29363
29359
|
protoOf($serializer_106).g3w = function (encoder, value) {
|
|
29364
29360
|
var tmp0_desc = this.f3w_1;
|
|
29365
29361
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
29366
29362
|
var tmp2_cached = Companion_getInstance_144().e3w_1;
|
|
29367
|
-
|
|
29368
|
-
|
|
29369
|
-
|
|
29370
|
-
if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.o3e_1 == null)) {
|
|
29371
|
-
tmp1_output.dp(tmp0_desc, 1, IntSerializer_getInstance(), value.o3e_1);
|
|
29372
|
-
}
|
|
29373
|
-
if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.p3e_1 == null)) {
|
|
29374
|
-
tmp1_output.dp(tmp0_desc, 2, tmp2_cached[2].v1(), value.p3e_1);
|
|
29375
|
-
}
|
|
29363
|
+
tmp1_output.dp(tmp0_desc, 0, IntSerializer_getInstance(), value.n3e_1);
|
|
29364
|
+
tmp1_output.dp(tmp0_desc, 1, IntSerializer_getInstance(), value.o3e_1);
|
|
29365
|
+
tmp1_output.dp(tmp0_desc, 2, tmp2_cached[2].v1(), value.p3e_1);
|
|
29376
29366
|
tmp1_output.ln(tmp0_desc);
|
|
29377
29367
|
};
|
|
29378
29368
|
protoOf($serializer_106).ck = function (encoder, value) {
|
|
@@ -29438,21 +29428,12 @@
|
|
|
29438
29428
|
return $serializer_instance_106;
|
|
29439
29429
|
}
|
|
29440
29430
|
function RoundDto_init_$Init$(seen0, roundNumber, numberOfBribe, trump, serializationConstructorMarker, $this) {
|
|
29441
|
-
if (!(
|
|
29442
|
-
throwMissingFieldException(seen0,
|
|
29431
|
+
if (!(7 === (7 & seen0))) {
|
|
29432
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_109().f3w_1);
|
|
29443
29433
|
}
|
|
29444
|
-
|
|
29445
|
-
|
|
29446
|
-
|
|
29447
|
-
$this.n3e_1 = roundNumber;
|
|
29448
|
-
if (0 === (seen0 & 2))
|
|
29449
|
-
$this.o3e_1 = null;
|
|
29450
|
-
else
|
|
29451
|
-
$this.o3e_1 = numberOfBribe;
|
|
29452
|
-
if (0 === (seen0 & 4))
|
|
29453
|
-
$this.p3e_1 = null;
|
|
29454
|
-
else
|
|
29455
|
-
$this.p3e_1 = trump;
|
|
29434
|
+
$this.n3e_1 = roundNumber;
|
|
29435
|
+
$this.o3e_1 = numberOfBribe;
|
|
29436
|
+
$this.p3e_1 = trump;
|
|
29456
29437
|
return $this;
|
|
29457
29438
|
}
|
|
29458
29439
|
function RoundDto_init_$Create$(seen0, roundNumber, numberOfBribe, trump, serializationConstructorMarker) {
|
|
@@ -29460,9 +29441,6 @@
|
|
|
29460
29441
|
}
|
|
29461
29442
|
function RoundDto(roundNumber, numberOfBribe, trump) {
|
|
29462
29443
|
Companion_getInstance_144();
|
|
29463
|
-
roundNumber = roundNumber === VOID ? null : roundNumber;
|
|
29464
|
-
numberOfBribe = numberOfBribe === VOID ? null : numberOfBribe;
|
|
29465
|
-
trump = trump === VOID ? null : trump;
|
|
29466
29444
|
this.n3e_1 = roundNumber;
|
|
29467
29445
|
this.o3e_1 = numberOfBribe;
|
|
29468
29446
|
this.p3e_1 = trump;
|
|
@@ -33077,6 +33055,9 @@
|
|
|
33077
33055
|
return this.trump;
|
|
33078
33056
|
};
|
|
33079
33057
|
protoOf(Round).e40 = function () {
|
|
33058
|
+
return this.roundNumber === 0 && this.numberOfBribe == null && this.trump == null;
|
|
33059
|
+
};
|
|
33060
|
+
protoOf(Round).f40 = function () {
|
|
33080
33061
|
var tmp0_elvis_lhs = this.trump;
|
|
33081
33062
|
var tmp;
|
|
33082
33063
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -33086,11 +33067,11 @@
|
|
|
33086
33067
|
}
|
|
33087
33068
|
return tmp;
|
|
33088
33069
|
};
|
|
33089
|
-
protoOf(Round).
|
|
33070
|
+
protoOf(Round).g40 = function () {
|
|
33090
33071
|
var tmp0_elvis_lhs = this.numberOfBribe;
|
|
33091
33072
|
return tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs;
|
|
33092
33073
|
};
|
|
33093
|
-
protoOf(Round).
|
|
33074
|
+
protoOf(Round).h40 = function () {
|
|
33094
33075
|
return this.numberOfBribe == null ? 0 : this.numberOfBribe + 1 | 0;
|
|
33095
33076
|
};
|
|
33096
33077
|
protoOf(Round).sc = function () {
|
|
@@ -33102,14 +33083,14 @@
|
|
|
33102
33083
|
protoOf(Round).ei = function () {
|
|
33103
33084
|
return this.trump;
|
|
33104
33085
|
};
|
|
33105
|
-
protoOf(Round).
|
|
33086
|
+
protoOf(Round).i40 = function (roundNumber, numberOfBribe, trump) {
|
|
33106
33087
|
return new Round(roundNumber, numberOfBribe, trump);
|
|
33107
33088
|
};
|
|
33108
33089
|
protoOf(Round).copy = function (roundNumber, numberOfBribe, trump, $super) {
|
|
33109
33090
|
roundNumber = roundNumber === VOID ? this.roundNumber : roundNumber;
|
|
33110
33091
|
numberOfBribe = numberOfBribe === VOID ? this.numberOfBribe : numberOfBribe;
|
|
33111
33092
|
trump = trump === VOID ? this.trump : trump;
|
|
33112
|
-
return $super === VOID ? this.
|
|
33093
|
+
return $super === VOID ? this.i40(roundNumber, numberOfBribe, trump) : $super.i40.call(this, roundNumber, numberOfBribe, trump);
|
|
33113
33094
|
};
|
|
33114
33095
|
protoOf(Round).toString = function () {
|
|
33115
33096
|
return 'Round(roundNumber=' + this.roundNumber + ', numberOfBribe=' + this.numberOfBribe + ', trump=' + toString_0(this.trump) + ')';
|
|
@@ -33178,7 +33159,7 @@
|
|
|
33178
33159
|
this.b3f_1 = sceneData;
|
|
33179
33160
|
this.c3f_1 = actData;
|
|
33180
33161
|
}
|
|
33181
|
-
protoOf(SceneInfo).
|
|
33162
|
+
protoOf(SceneInfo).j40 = function () {
|
|
33182
33163
|
return get_isFinalScene(this.y3e_1);
|
|
33183
33164
|
};
|
|
33184
33165
|
protoOf(SceneInfo).toString = function () {
|
|
@@ -33218,11 +33199,11 @@
|
|
|
33218
33199
|
function EncoderDecoderProvider() {
|
|
33219
33200
|
}
|
|
33220
33201
|
function EncoderDecoderProviderImpl(json) {
|
|
33221
|
-
this.
|
|
33202
|
+
this.p40_1 = json;
|
|
33222
33203
|
}
|
|
33223
|
-
protoOf(EncoderDecoderProviderImpl).
|
|
33204
|
+
protoOf(EncoderDecoderProviderImpl).k40 = function (action) {
|
|
33224
33205
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
33225
|
-
var this_0 = this.
|
|
33206
|
+
var this_0 = this.p40_1;
|
|
33226
33207
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
33227
33208
|
var this_1 = this_0.zn();
|
|
33228
33209
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -33230,9 +33211,9 @@
|
|
|
33230
33211
|
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
33231
33212
|
return this_0.p23(tmp$ret$1, action);
|
|
33232
33213
|
};
|
|
33233
|
-
protoOf(EncoderDecoderProviderImpl).
|
|
33214
|
+
protoOf(EncoderDecoderProviderImpl).l40 = function (action) {
|
|
33234
33215
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
33235
|
-
var this_0 = this.
|
|
33216
|
+
var this_0 = this.p40_1;
|
|
33236
33217
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
33237
33218
|
var this_1 = this_0.zn();
|
|
33238
33219
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -33240,9 +33221,9 @@
|
|
|
33240
33221
|
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
33241
33222
|
return this_0.p23(tmp$ret$1, action);
|
|
33242
33223
|
};
|
|
33243
|
-
protoOf(EncoderDecoderProviderImpl).
|
|
33224
|
+
protoOf(EncoderDecoderProviderImpl).m40 = function (json) {
|
|
33244
33225
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
33245
|
-
var this_0 = this.
|
|
33226
|
+
var this_0 = this.p40_1;
|
|
33246
33227
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
33247
33228
|
var this_1 = this_0.zn();
|
|
33248
33229
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -33250,9 +33231,9 @@
|
|
|
33250
33231
|
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
33251
33232
|
return this_0.q23(tmp$ret$1, json);
|
|
33252
33233
|
};
|
|
33253
|
-
protoOf(EncoderDecoderProviderImpl).
|
|
33234
|
+
protoOf(EncoderDecoderProviderImpl).n40 = function (json) {
|
|
33254
33235
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
33255
|
-
var this_0 = this.
|
|
33236
|
+
var this_0 = this.p40_1;
|
|
33256
33237
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
33257
33238
|
var this_1 = this_0.zn();
|
|
33258
33239
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -33260,9 +33241,9 @@
|
|
|
33260
33241
|
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
33261
33242
|
return this_0.q23(tmp$ret$1, json);
|
|
33262
33243
|
};
|
|
33263
|
-
protoOf(EncoderDecoderProviderImpl).
|
|
33244
|
+
protoOf(EncoderDecoderProviderImpl).o40 = function (json) {
|
|
33264
33245
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
33265
|
-
var this_0 = this.
|
|
33246
|
+
var this_0 = this.p40_1;
|
|
33266
33247
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
33267
33248
|
var this_1 = this_0.zn();
|
|
33268
33249
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -33626,20 +33607,20 @@
|
|
|
33626
33607
|
function RatingCalculator() {
|
|
33627
33608
|
}
|
|
33628
33609
|
function UserRatingInteractor(ratingCalculator) {
|
|
33629
|
-
this.
|
|
33610
|
+
this.s40_1 = ratingCalculator;
|
|
33630
33611
|
}
|
|
33631
|
-
protoOf(UserRatingInteractor).
|
|
33632
|
-
var config = this.
|
|
33612
|
+
protoOf(UserRatingInteractor).t40 = function (league, rating) {
|
|
33613
|
+
var config = this.u40();
|
|
33633
33614
|
var requestedLeagueIndex = get_entries().q1(league);
|
|
33634
33615
|
var userLeague = config.getLeagueByRating(rating);
|
|
33635
33616
|
var userLeagueIndex = get_entries().q1(userLeague);
|
|
33636
33617
|
return userLeagueIndex >= requestedLeagueIndex;
|
|
33637
33618
|
};
|
|
33638
|
-
protoOf(UserRatingInteractor).
|
|
33639
|
-
var config = this.
|
|
33619
|
+
protoOf(UserRatingInteractor).v40 = function (rating) {
|
|
33620
|
+
var config = this.u40();
|
|
33640
33621
|
return config.getLeagueByRating(rating);
|
|
33641
33622
|
};
|
|
33642
|
-
protoOf(UserRatingInteractor).
|
|
33623
|
+
protoOf(UserRatingInteractor).u40 = function () {
|
|
33643
33624
|
var defaultConfig = Companion_instance_9.defaultConfig();
|
|
33644
33625
|
return defaultConfig;
|
|
33645
33626
|
};
|
|
@@ -33648,18 +33629,18 @@
|
|
|
33648
33629
|
function ClearAction(transition) {
|
|
33649
33630
|
this.transition = transition;
|
|
33650
33631
|
}
|
|
33651
|
-
protoOf(ClearAction).
|
|
33632
|
+
protoOf(ClearAction).w40 = function () {
|
|
33652
33633
|
return this.transition;
|
|
33653
33634
|
};
|
|
33654
33635
|
protoOf(ClearAction).sc = function () {
|
|
33655
33636
|
return this.transition;
|
|
33656
33637
|
};
|
|
33657
|
-
protoOf(ClearAction).
|
|
33638
|
+
protoOf(ClearAction).x40 = function (transition) {
|
|
33658
33639
|
return new ClearAction(transition);
|
|
33659
33640
|
};
|
|
33660
33641
|
protoOf(ClearAction).copy = function (transition, $super) {
|
|
33661
33642
|
transition = transition === VOID ? this.transition : transition;
|
|
33662
|
-
return $super === VOID ? this.
|
|
33643
|
+
return $super === VOID ? this.x40(transition) : $super.x40.call(this, transition);
|
|
33663
33644
|
};
|
|
33664
33645
|
protoOf(ClearAction).toString = function () {
|
|
33665
33646
|
return 'ClearAction(transition=' + toString_0(this.transition) + ')';
|
|
@@ -33723,7 +33704,7 @@
|
|
|
33723
33704
|
protoOf(PartnerSelectedFromClientAction).o1p = function () {
|
|
33724
33705
|
return this.p36_1;
|
|
33725
33706
|
};
|
|
33726
|
-
protoOf(PartnerSelectedFromClientAction).
|
|
33707
|
+
protoOf(PartnerSelectedFromClientAction).y40 = function () {
|
|
33727
33708
|
return this.q36_1;
|
|
33728
33709
|
};
|
|
33729
33710
|
protoOf(PartnerSelectedFromClientAction).toString = function () {
|
|
@@ -33760,7 +33741,7 @@
|
|
|
33760
33741
|
protoOf(PlayerReadyFromClientAction).o1p = function () {
|
|
33761
33742
|
return this.t36_1;
|
|
33762
33743
|
};
|
|
33763
|
-
protoOf(PlayerReadyFromClientAction).
|
|
33744
|
+
protoOf(PlayerReadyFromClientAction).y40 = function () {
|
|
33764
33745
|
return this.u36_1;
|
|
33765
33746
|
};
|
|
33766
33747
|
protoOf(PlayerReadyFromClientAction).toString = function () {
|
|
@@ -33796,7 +33777,7 @@
|
|
|
33796
33777
|
protoOf(SuitChoiceFromClientAction).o1p = function () {
|
|
33797
33778
|
return this.w36_1;
|
|
33798
33779
|
};
|
|
33799
|
-
protoOf(SuitChoiceFromClientAction).
|
|
33780
|
+
protoOf(SuitChoiceFromClientAction).y40 = function () {
|
|
33800
33781
|
return this.x36_1;
|
|
33801
33782
|
};
|
|
33802
33783
|
protoOf(SuitChoiceFromClientAction).toString = function () {
|
|
@@ -33834,7 +33815,7 @@
|
|
|
33834
33815
|
protoOf(CombinationChoiceFromClientAction).o1p = function () {
|
|
33835
33816
|
return this.a37_1;
|
|
33836
33817
|
};
|
|
33837
|
-
protoOf(CombinationChoiceFromClientAction).
|
|
33818
|
+
protoOf(CombinationChoiceFromClientAction).y40 = function () {
|
|
33838
33819
|
return this.b37_1;
|
|
33839
33820
|
};
|
|
33840
33821
|
protoOf(CombinationChoiceFromClientAction).toString = function () {
|
|
@@ -33874,7 +33855,7 @@
|
|
|
33874
33855
|
protoOf(CardFromClientAction).o1p = function () {
|
|
33875
33856
|
return this.e37_1;
|
|
33876
33857
|
};
|
|
33877
|
-
protoOf(CardFromClientAction).
|
|
33858
|
+
protoOf(CardFromClientAction).y40 = function () {
|
|
33878
33859
|
return this.f37_1;
|
|
33879
33860
|
};
|
|
33880
33861
|
protoOf(CardFromClientAction).toString = function () {
|
|
@@ -33914,7 +33895,7 @@
|
|
|
33914
33895
|
protoOf(TakeAllRemainingCardsFromClientAction).o1p = function () {
|
|
33915
33896
|
return this.j37_1;
|
|
33916
33897
|
};
|
|
33917
|
-
protoOf(TakeAllRemainingCardsFromClientAction).
|
|
33898
|
+
protoOf(TakeAllRemainingCardsFromClientAction).y40 = function () {
|
|
33918
33899
|
return this.k37_1;
|
|
33919
33900
|
};
|
|
33920
33901
|
protoOf(TakeAllRemainingCardsFromClientAction).toString = function () {
|
|
@@ -33950,7 +33931,7 @@
|
|
|
33950
33931
|
protoOf(MessageFromClientAction).o1p = function () {
|
|
33951
33932
|
return this.m37_1;
|
|
33952
33933
|
};
|
|
33953
|
-
protoOf(MessageFromClientAction).
|
|
33934
|
+
protoOf(MessageFromClientAction).y40 = function () {
|
|
33954
33935
|
return this.n37_1;
|
|
33955
33936
|
};
|
|
33956
33937
|
protoOf(MessageFromClientAction).toString = function () {
|
|
@@ -33989,7 +33970,7 @@
|
|
|
33989
33970
|
protoOf(ExitFromClientAction).o1p = function () {
|
|
33990
33971
|
return this.r37_1;
|
|
33991
33972
|
};
|
|
33992
|
-
protoOf(ExitFromClientAction).
|
|
33973
|
+
protoOf(ExitFromClientAction).y40 = function () {
|
|
33993
33974
|
return this.s37_1;
|
|
33994
33975
|
};
|
|
33995
33976
|
protoOf(ExitFromClientAction).toString = function () {
|
|
@@ -34021,7 +34002,7 @@
|
|
|
34021
34002
|
protoOf(RequestedCardDecksFromClientAction).o1p = function () {
|
|
34022
34003
|
return this.u37_1;
|
|
34023
34004
|
};
|
|
34024
|
-
protoOf(RequestedCardDecksFromClientAction).
|
|
34005
|
+
protoOf(RequestedCardDecksFromClientAction).y40 = function () {
|
|
34025
34006
|
return this.v37_1;
|
|
34026
34007
|
};
|
|
34027
34008
|
protoOf(RequestedCardDecksFromClientAction).toString = function () {
|
|
@@ -34086,25 +34067,25 @@
|
|
|
34086
34067
|
protoOf(ActionDeliveryPayload).j16 = function () {
|
|
34087
34068
|
return this.id;
|
|
34088
34069
|
};
|
|
34089
|
-
protoOf(ActionDeliveryPayload).
|
|
34070
|
+
protoOf(ActionDeliveryPayload).z40 = function () {
|
|
34090
34071
|
return this.aid;
|
|
34091
34072
|
};
|
|
34092
|
-
protoOf(ActionDeliveryPayload).
|
|
34073
|
+
protoOf(ActionDeliveryPayload).a41 = function () {
|
|
34093
34074
|
return this.includePlayers;
|
|
34094
34075
|
};
|
|
34095
|
-
protoOf(ActionDeliveryPayload).
|
|
34076
|
+
protoOf(ActionDeliveryPayload).b41 = function () {
|
|
34096
34077
|
return this.excludePlayers;
|
|
34097
34078
|
};
|
|
34098
|
-
protoOf(ActionDeliveryPayload).
|
|
34079
|
+
protoOf(ActionDeliveryPayload).c41 = function () {
|
|
34099
34080
|
return this.deliveryType;
|
|
34100
34081
|
};
|
|
34101
|
-
protoOf(ActionDeliveryPayload).
|
|
34082
|
+
protoOf(ActionDeliveryPayload).d41 = function () {
|
|
34102
34083
|
return firstOrNull_0(this.excludePlayers);
|
|
34103
34084
|
};
|
|
34104
|
-
protoOf(ActionDeliveryPayload).
|
|
34085
|
+
protoOf(ActionDeliveryPayload).e41 = function () {
|
|
34105
34086
|
return first_0(this.includePlayers);
|
|
34106
34087
|
};
|
|
34107
|
-
protoOf(ActionDeliveryPayload).
|
|
34088
|
+
protoOf(ActionDeliveryPayload).f41 = function () {
|
|
34108
34089
|
return first_0(this.excludePlayers);
|
|
34109
34090
|
};
|
|
34110
34091
|
protoOf(ActionDeliveryPayload).toString = function () {
|
|
@@ -34176,7 +34157,7 @@
|
|
|
34176
34157
|
protoOf(ActionDeliveryPayload).j1q = function () {
|
|
34177
34158
|
return this.deliveryType;
|
|
34178
34159
|
};
|
|
34179
|
-
protoOf(ActionDeliveryPayload).
|
|
34160
|
+
protoOf(ActionDeliveryPayload).g41 = function (tableId, aid, includePlayers, excludePlayers, deliveryType) {
|
|
34180
34161
|
return new ActionDeliveryPayload(tableId, aid, includePlayers, excludePlayers, deliveryType);
|
|
34181
34162
|
};
|
|
34182
34163
|
protoOf(ActionDeliveryPayload).copy = function (tableId, aid, includePlayers, excludePlayers, deliveryType, $super) {
|
|
@@ -34185,10 +34166,10 @@
|
|
|
34185
34166
|
includePlayers = includePlayers === VOID ? this.includePlayers : includePlayers;
|
|
34186
34167
|
excludePlayers = excludePlayers === VOID ? this.excludePlayers : excludePlayers;
|
|
34187
34168
|
deliveryType = deliveryType === VOID ? this.deliveryType : deliveryType;
|
|
34188
|
-
return $super === VOID ? this.
|
|
34169
|
+
return $super === VOID ? this.g41(tableId, aid, includePlayers, excludePlayers, deliveryType) : $super.g41.call(this, tableId, aid, includePlayers, excludePlayers, deliveryType);
|
|
34189
34170
|
};
|
|
34190
34171
|
function _get_$cachedSerializer__te6jhj_21($this) {
|
|
34191
|
-
return $this.
|
|
34172
|
+
return $this.h41_1.v1();
|
|
34192
34173
|
}
|
|
34193
34174
|
function ActionDeliveryType$Companion$_anonymous__6nlnfv() {
|
|
34194
34175
|
return createSimpleEnumSerializer('games.jass.logic.redux.actions.client.to.ActionDeliveryType', values_18());
|
|
@@ -34217,7 +34198,7 @@
|
|
|
34217
34198
|
Companion_instance_162 = this;
|
|
34218
34199
|
var tmp = this;
|
|
34219
34200
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
34220
|
-
tmp.
|
|
34201
|
+
tmp.h41_1 = lazy(tmp_0, ActionDeliveryType$Companion$_anonymous__6nlnfv);
|
|
34221
34202
|
}
|
|
34222
34203
|
protoOf(Companion_158).z17 = function () {
|
|
34223
34204
|
return _get_$cachedSerializer__te6jhj_21(this);
|
|
@@ -34605,7 +34586,7 @@
|
|
|
34605
34586
|
protoOf(RoundStartedAction).n16 = function () {
|
|
34606
34587
|
return this.gameId;
|
|
34607
34588
|
};
|
|
34608
|
-
protoOf(RoundStartedAction).
|
|
34589
|
+
protoOf(RoundStartedAction).l41 = function () {
|
|
34609
34590
|
return this.partyNumber;
|
|
34610
34591
|
};
|
|
34611
34592
|
protoOf(RoundStartedAction).m16 = function () {
|
|
@@ -34617,13 +34598,13 @@
|
|
|
34617
34598
|
protoOf(RoundStartedAction).o3w = function () {
|
|
34618
34599
|
return this.gameNumber;
|
|
34619
34600
|
};
|
|
34620
|
-
protoOf(RoundStartedAction).
|
|
34601
|
+
protoOf(RoundStartedAction).m41 = function () {
|
|
34621
34602
|
return this.roomMode;
|
|
34622
34603
|
};
|
|
34623
34604
|
protoOf(RoundStartedAction).z3w = function () {
|
|
34624
34605
|
return this.gameHistory;
|
|
34625
34606
|
};
|
|
34626
|
-
protoOf(RoundStartedAction).
|
|
34607
|
+
protoOf(RoundStartedAction).n41 = function () {
|
|
34627
34608
|
return mapToDto_16(this.roomMode);
|
|
34628
34609
|
};
|
|
34629
34610
|
protoOf(RoundStartedAction).toString = function () {
|
|
@@ -34686,7 +34667,7 @@
|
|
|
34686
34667
|
protoOf(RoundStartedAction).b2g = function () {
|
|
34687
34668
|
return this.gameHistory;
|
|
34688
34669
|
};
|
|
34689
|
-
protoOf(RoundStartedAction).
|
|
34670
|
+
protoOf(RoundStartedAction).o41 = function (id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory) {
|
|
34690
34671
|
return new RoundStartedAction(id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory);
|
|
34691
34672
|
};
|
|
34692
34673
|
protoOf(RoundStartedAction).copy = function (id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory, $super) {
|
|
@@ -34698,11 +34679,9 @@
|
|
|
34698
34679
|
gameNumber = gameNumber === VOID ? this.gameNumber : gameNumber;
|
|
34699
34680
|
roomMode = roomMode === VOID ? this.roomMode : roomMode;
|
|
34700
34681
|
gameHistory = gameHistory === VOID ? this.gameHistory : gameHistory;
|
|
34701
|
-
return $super === VOID ? this.
|
|
34682
|
+
return $super === VOID ? this.o41(id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory) : $super.o41.call(this, id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory);
|
|
34702
34683
|
};
|
|
34703
|
-
function RoundEndedAction(id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory) {
|
|
34704
|
-
gameLosers = gameLosers === VOID ? null : gameLosers;
|
|
34705
|
-
gameWinners = gameWinners === VOID ? null : gameWinners;
|
|
34684
|
+
function RoundEndedAction(id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory) {
|
|
34706
34685
|
GameAction.call(this);
|
|
34707
34686
|
this.id = id;
|
|
34708
34687
|
this.gameId = gameId;
|
|
@@ -34710,6 +34689,7 @@
|
|
|
34710
34689
|
this.earnedBiggestPointPlayerId = earnedBiggestPointPlayerId;
|
|
34711
34690
|
this.gameLosers = gameLosers;
|
|
34712
34691
|
this.gameWinners = gameWinners;
|
|
34692
|
+
this.leftPermanentlyPlayers = leftPermanentlyPlayers;
|
|
34713
34693
|
this.playersGameAnalytics = playersGameAnalytics;
|
|
34714
34694
|
this.playersRoundAnalytics = playersRoundAnalytics;
|
|
34715
34695
|
this.achievements = achievements;
|
|
@@ -34724,19 +34704,22 @@
|
|
|
34724
34704
|
protoOf(RoundEndedAction).j3z = function () {
|
|
34725
34705
|
return this.roundNumber;
|
|
34726
34706
|
};
|
|
34727
|
-
protoOf(RoundEndedAction).
|
|
34707
|
+
protoOf(RoundEndedAction).p41 = function () {
|
|
34728
34708
|
return this.earnedBiggestPointPlayerId;
|
|
34729
34709
|
};
|
|
34730
|
-
protoOf(RoundEndedAction).
|
|
34710
|
+
protoOf(RoundEndedAction).q41 = function () {
|
|
34731
34711
|
return this.gameLosers;
|
|
34732
34712
|
};
|
|
34733
34713
|
protoOf(RoundEndedAction).n3z = function () {
|
|
34734
34714
|
return this.gameWinners;
|
|
34735
34715
|
};
|
|
34736
|
-
protoOf(RoundEndedAction).
|
|
34716
|
+
protoOf(RoundEndedAction).r41 = function () {
|
|
34717
|
+
return this.leftPermanentlyPlayers;
|
|
34718
|
+
};
|
|
34719
|
+
protoOf(RoundEndedAction).s41 = function () {
|
|
34737
34720
|
return this.playersGameAnalytics;
|
|
34738
34721
|
};
|
|
34739
|
-
protoOf(RoundEndedAction).
|
|
34722
|
+
protoOf(RoundEndedAction).t41 = function () {
|
|
34740
34723
|
return this.playersRoundAnalytics;
|
|
34741
34724
|
};
|
|
34742
34725
|
protoOf(RoundEndedAction).m2o = function () {
|
|
@@ -34815,37 +34798,56 @@
|
|
|
34815
34798
|
tmp_6 = null;
|
|
34816
34799
|
}
|
|
34817
34800
|
var tmp_8 = tmp_6;
|
|
34818
|
-
var tmp2_safe_receiver = this.
|
|
34819
|
-
// Inline function 'kotlin.
|
|
34820
|
-
var this_4 = '
|
|
34801
|
+
var tmp2_safe_receiver = this.leftPermanentlyPlayers;
|
|
34802
|
+
// Inline function 'kotlin.takeUnless' call
|
|
34803
|
+
var this_4 = 'leftPermanentlyPlayers=' + (tmp2_safe_receiver == null ? null : contentToString(tmp2_safe_receiver));
|
|
34821
34804
|
var tmp_9;
|
|
34822
|
-
|
|
34805
|
+
// Inline function 'kotlin.collections.isNullOrEmpty' call
|
|
34806
|
+
var this_5 = this.leftPermanentlyPlayers;
|
|
34807
|
+
var tmp_10;
|
|
34808
|
+
if (this_5 == null) {
|
|
34809
|
+
tmp_10 = true;
|
|
34810
|
+
} else {
|
|
34811
|
+
// Inline function 'kotlin.collections.isEmpty' call
|
|
34812
|
+
tmp_10 = this_5.length === 0;
|
|
34813
|
+
}
|
|
34814
|
+
if (!tmp_10) {
|
|
34823
34815
|
tmp_9 = this_4;
|
|
34824
34816
|
} else {
|
|
34825
34817
|
tmp_9 = null;
|
|
34826
34818
|
}
|
|
34827
|
-
var
|
|
34828
|
-
var tmp3_safe_receiver = this.
|
|
34819
|
+
var tmp_11 = tmp_9;
|
|
34820
|
+
var tmp3_safe_receiver = this.playersGameAnalytics;
|
|
34829
34821
|
// Inline function 'kotlin.takeIf' call
|
|
34830
|
-
var
|
|
34831
|
-
var
|
|
34822
|
+
var this_6 = 'playersGameAnalytics=' + (tmp3_safe_receiver == null ? null : contentToString(tmp3_safe_receiver));
|
|
34823
|
+
var tmp_12;
|
|
34824
|
+
if (!(this.playersGameAnalytics == null)) {
|
|
34825
|
+
tmp_12 = this_6;
|
|
34826
|
+
} else {
|
|
34827
|
+
tmp_12 = null;
|
|
34828
|
+
}
|
|
34829
|
+
var tmp_13 = tmp_12;
|
|
34830
|
+
var tmp4_safe_receiver = this.playersRoundAnalytics;
|
|
34831
|
+
// Inline function 'kotlin.takeIf' call
|
|
34832
|
+
var this_7 = 'playersRoundAnalytics=' + (tmp4_safe_receiver == null ? null : contentToString(tmp4_safe_receiver));
|
|
34833
|
+
var tmp_14;
|
|
34832
34834
|
if (!(this.playersRoundAnalytics == null)) {
|
|
34833
|
-
|
|
34835
|
+
tmp_14 = this_7;
|
|
34834
34836
|
} else {
|
|
34835
|
-
|
|
34837
|
+
tmp_14 = null;
|
|
34836
34838
|
}
|
|
34837
|
-
var
|
|
34838
|
-
var
|
|
34839
|
+
var tmp_15 = tmp_14;
|
|
34840
|
+
var tmp5_safe_receiver = this.achievements;
|
|
34839
34841
|
// Inline function 'kotlin.takeIf' call
|
|
34840
|
-
var
|
|
34841
|
-
var
|
|
34842
|
+
var this_8 = 'achievements=' + (tmp5_safe_receiver == null ? null : contentToString(tmp5_safe_receiver));
|
|
34843
|
+
var tmp_16;
|
|
34842
34844
|
if (!(this.achievements == null)) {
|
|
34843
|
-
|
|
34845
|
+
tmp_16 = this_8;
|
|
34844
34846
|
} else {
|
|
34845
|
-
|
|
34847
|
+
tmp_16 = null;
|
|
34846
34848
|
}
|
|
34847
|
-
var tmp$ret$
|
|
34848
|
-
return 'RoundEndedAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp_1, tmp_2, tmp_5, tmp_8,
|
|
34849
|
+
var tmp$ret$17 = tmp_16;
|
|
34850
|
+
return 'RoundEndedAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp_1, tmp_2, tmp_5, tmp_8, tmp_11, tmp_13, tmp_15, tmp$ret$17, 'gameHistory=' + this.gameHistory.toString()])) + ')';
|
|
34849
34851
|
};
|
|
34850
34852
|
protoOf(RoundEndedAction).equals = function (other) {
|
|
34851
34853
|
if (this === other)
|
|
@@ -34947,32 +34949,36 @@
|
|
|
34947
34949
|
return this.gameWinners;
|
|
34948
34950
|
};
|
|
34949
34951
|
protoOf(RoundEndedAction).l1q = function () {
|
|
34950
|
-
return this.
|
|
34952
|
+
return this.leftPermanentlyPlayers;
|
|
34951
34953
|
};
|
|
34952
34954
|
protoOf(RoundEndedAction).b2g = function () {
|
|
34953
|
-
return this.
|
|
34955
|
+
return this.playersGameAnalytics;
|
|
34954
34956
|
};
|
|
34955
34957
|
protoOf(RoundEndedAction).c2g = function () {
|
|
34956
|
-
return this.
|
|
34958
|
+
return this.playersRoundAnalytics;
|
|
34957
34959
|
};
|
|
34958
34960
|
protoOf(RoundEndedAction).d2g = function () {
|
|
34961
|
+
return this.achievements;
|
|
34962
|
+
};
|
|
34963
|
+
protoOf(RoundEndedAction).e2g = function () {
|
|
34959
34964
|
return this.gameHistory;
|
|
34960
34965
|
};
|
|
34961
|
-
protoOf(RoundEndedAction).
|
|
34962
|
-
return new RoundEndedAction(id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory);
|
|
34966
|
+
protoOf(RoundEndedAction).u41 = function (id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory) {
|
|
34967
|
+
return new RoundEndedAction(id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory);
|
|
34963
34968
|
};
|
|
34964
|
-
protoOf(RoundEndedAction).copy = function (id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory, $super) {
|
|
34969
|
+
protoOf(RoundEndedAction).copy = function (id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory, $super) {
|
|
34965
34970
|
id = id === VOID ? this.id : id;
|
|
34966
34971
|
gameId = gameId === VOID ? this.gameId : gameId;
|
|
34967
34972
|
roundNumber = roundNumber === VOID ? this.roundNumber : roundNumber;
|
|
34968
34973
|
earnedBiggestPointPlayerId = earnedBiggestPointPlayerId === VOID ? this.earnedBiggestPointPlayerId : earnedBiggestPointPlayerId;
|
|
34969
34974
|
gameLosers = gameLosers === VOID ? this.gameLosers : gameLosers;
|
|
34970
34975
|
gameWinners = gameWinners === VOID ? this.gameWinners : gameWinners;
|
|
34976
|
+
leftPermanentlyPlayers = leftPermanentlyPlayers === VOID ? this.leftPermanentlyPlayers : leftPermanentlyPlayers;
|
|
34971
34977
|
playersGameAnalytics = playersGameAnalytics === VOID ? this.playersGameAnalytics : playersGameAnalytics;
|
|
34972
34978
|
playersRoundAnalytics = playersRoundAnalytics === VOID ? this.playersRoundAnalytics : playersRoundAnalytics;
|
|
34973
34979
|
achievements = achievements === VOID ? this.achievements : achievements;
|
|
34974
34980
|
gameHistory = gameHistory === VOID ? this.gameHistory : gameHistory;
|
|
34975
|
-
return $super === VOID ? this.
|
|
34981
|
+
return $super === VOID ? this.u41(id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory) : $super.u41.call(this, id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, leftPermanentlyPlayers, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory);
|
|
34976
34982
|
};
|
|
34977
34983
|
function PartyRestartedAction(id, roundNumber) {
|
|
34978
34984
|
this.id = id;
|
|
@@ -34981,7 +34987,7 @@
|
|
|
34981
34987
|
protoOf(PartyRestartedAction).j16 = function () {
|
|
34982
34988
|
return this.id;
|
|
34983
34989
|
};
|
|
34984
|
-
protoOf(PartyRestartedAction).
|
|
34990
|
+
protoOf(PartyRestartedAction).l41 = function () {
|
|
34985
34991
|
return this.partyNumber;
|
|
34986
34992
|
};
|
|
34987
34993
|
protoOf(PartyRestartedAction).sc = function () {
|
|
@@ -35023,13 +35029,13 @@
|
|
|
35023
35029
|
this.originalRoomMode = originalRoomMode;
|
|
35024
35030
|
this.p2f_1 = previousPlayers;
|
|
35025
35031
|
}
|
|
35026
|
-
protoOf(RevengeRoomTransition).
|
|
35032
|
+
protoOf(RevengeRoomTransition).x41 = function () {
|
|
35027
35033
|
return this.originalRoomMode;
|
|
35028
35034
|
};
|
|
35029
|
-
protoOf(RevengeRoomTransition).
|
|
35035
|
+
protoOf(RevengeRoomTransition).v41 = function () {
|
|
35030
35036
|
return this.p2f_1;
|
|
35031
35037
|
};
|
|
35032
|
-
protoOf(RevengeRoomTransition).
|
|
35038
|
+
protoOf(RevengeRoomTransition).w41 = function () {
|
|
35033
35039
|
// Inline function 'kotlin.emptyArray' call
|
|
35034
35040
|
return [];
|
|
35035
35041
|
};
|
|
@@ -35039,13 +35045,13 @@
|
|
|
35039
35045
|
protoOf(RevengeRoomTransition).tc = function () {
|
|
35040
35046
|
return this.p2f_1;
|
|
35041
35047
|
};
|
|
35042
|
-
protoOf(RevengeRoomTransition).
|
|
35048
|
+
protoOf(RevengeRoomTransition).y41 = function (originalRoomMode, previousPlayers) {
|
|
35043
35049
|
return new RevengeRoomTransition(originalRoomMode, previousPlayers);
|
|
35044
35050
|
};
|
|
35045
35051
|
protoOf(RevengeRoomTransition).copy = function (originalRoomMode, previousPlayers, $super) {
|
|
35046
35052
|
originalRoomMode = originalRoomMode === VOID ? this.originalRoomMode : originalRoomMode;
|
|
35047
35053
|
previousPlayers = previousPlayers === VOID ? this.p2f_1 : previousPlayers;
|
|
35048
|
-
return $super === VOID ? this.
|
|
35054
|
+
return $super === VOID ? this.y41(originalRoomMode, previousPlayers) : $super.y41.call(this, originalRoomMode, previousPlayers);
|
|
35049
35055
|
};
|
|
35050
35056
|
protoOf(RevengeRoomTransition).toString = function () {
|
|
35051
35057
|
return 'RevengeRoomTransition(originalRoomMode=' + this.originalRoomMode.toString() + ', previousPlayers=' + toString_0(this.p2f_1) + ')';
|
|
@@ -35077,13 +35083,13 @@
|
|
|
35077
35083
|
protoOf(GameToRoomTransition).h1s = function () {
|
|
35078
35084
|
return this.playerIds;
|
|
35079
35085
|
};
|
|
35080
|
-
protoOf(GameToRoomTransition).
|
|
35086
|
+
protoOf(GameToRoomTransition).v41 = function () {
|
|
35081
35087
|
return this.d3k_1;
|
|
35082
35088
|
};
|
|
35083
35089
|
protoOf(GameToRoomTransition).a3z = function () {
|
|
35084
35090
|
return true;
|
|
35085
35091
|
};
|
|
35086
|
-
protoOf(GameToRoomTransition).
|
|
35092
|
+
protoOf(GameToRoomTransition).w41 = function () {
|
|
35087
35093
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
35088
35094
|
var this_0 = this.playerIds;
|
|
35089
35095
|
return copyToArray(this_0);
|
|
@@ -35097,14 +35103,14 @@
|
|
|
35097
35103
|
protoOf(GameToRoomTransition).ei = function () {
|
|
35098
35104
|
return this.d3k_1;
|
|
35099
35105
|
};
|
|
35100
|
-
protoOf(GameToRoomTransition).
|
|
35106
|
+
protoOf(GameToRoomTransition).z41 = function (roomId, playerIds, previousPlayers) {
|
|
35101
35107
|
return new GameToRoomTransition(roomId, playerIds, previousPlayers);
|
|
35102
35108
|
};
|
|
35103
35109
|
protoOf(GameToRoomTransition).copy = function (roomId, playerIds, previousPlayers, $super) {
|
|
35104
35110
|
roomId = roomId === VOID ? this.roomId : roomId;
|
|
35105
35111
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
35106
35112
|
previousPlayers = previousPlayers === VOID ? this.d3k_1 : previousPlayers;
|
|
35107
|
-
return $super === VOID ? this.
|
|
35113
|
+
return $super === VOID ? this.z41(roomId, playerIds, previousPlayers) : $super.z41.call(this, roomId, playerIds, previousPlayers);
|
|
35108
35114
|
};
|
|
35109
35115
|
protoOf(GameToRoomTransition).toString = function () {
|
|
35110
35116
|
return 'GameToRoomTransition(roomId=' + this.roomId + ', playerIds=' + toString(this.playerIds) + ', previousPlayers=' + toString(this.d3k_1) + ')';
|
|
@@ -35137,38 +35143,38 @@
|
|
|
35137
35143
|
function StartGameMechanicAction(config, roomId, version, gameCreatorPlayerId, users, aid, spectators) {
|
|
35138
35144
|
aid = aid === VOID ? null : aid;
|
|
35139
35145
|
MechanicAction.call(this);
|
|
35140
|
-
this.
|
|
35141
|
-
this.
|
|
35142
|
-
this.
|
|
35143
|
-
this.
|
|
35144
|
-
this.
|
|
35145
|
-
this.
|
|
35146
|
+
this.c42_1 = config;
|
|
35147
|
+
this.d42_1 = roomId;
|
|
35148
|
+
this.e42_1 = version;
|
|
35149
|
+
this.f42_1 = gameCreatorPlayerId;
|
|
35150
|
+
this.g42_1 = users;
|
|
35151
|
+
this.h42_1 = aid;
|
|
35146
35152
|
this.spectators = spectators;
|
|
35147
35153
|
}
|
|
35148
35154
|
protoOf(StartGameMechanicAction).r3w = function () {
|
|
35149
|
-
return this.
|
|
35155
|
+
return this.c42_1;
|
|
35150
35156
|
};
|
|
35151
35157
|
protoOf(StartGameMechanicAction).j16 = function () {
|
|
35152
|
-
return this.
|
|
35158
|
+
return this.d42_1;
|
|
35153
35159
|
};
|
|
35154
35160
|
protoOf(StartGameMechanicAction).k17 = function () {
|
|
35155
|
-
return this.
|
|
35161
|
+
return this.e42_1;
|
|
35156
35162
|
};
|
|
35157
|
-
protoOf(StartGameMechanicAction).
|
|
35158
|
-
return this.
|
|
35163
|
+
protoOf(StartGameMechanicAction).a42 = function () {
|
|
35164
|
+
return this.f42_1;
|
|
35159
35165
|
};
|
|
35160
35166
|
protoOf(StartGameMechanicAction).e3x = function () {
|
|
35161
|
-
return this.
|
|
35167
|
+
return this.g42_1;
|
|
35162
35168
|
};
|
|
35163
|
-
protoOf(StartGameMechanicAction).
|
|
35164
|
-
return this.
|
|
35169
|
+
protoOf(StartGameMechanicAction).z40 = function () {
|
|
35170
|
+
return this.h42_1;
|
|
35165
35171
|
};
|
|
35166
35172
|
protoOf(StartGameMechanicAction).s3w = function () {
|
|
35167
35173
|
return this.spectators;
|
|
35168
35174
|
};
|
|
35169
|
-
protoOf(StartGameMechanicAction).
|
|
35175
|
+
protoOf(StartGameMechanicAction).b42 = function () {
|
|
35170
35176
|
// Inline function 'kotlin.collections.map' call
|
|
35171
|
-
var this_0 = this.
|
|
35177
|
+
var this_0 = this.g42_1;
|
|
35172
35178
|
// Inline function 'kotlin.collections.mapTo' call
|
|
35173
35179
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
35174
35180
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -35181,49 +35187,49 @@
|
|
|
35181
35187
|
return copyToArray(destination);
|
|
35182
35188
|
};
|
|
35183
35189
|
protoOf(StartGameMechanicAction).sc = function () {
|
|
35184
|
-
return this.
|
|
35190
|
+
return this.c42_1;
|
|
35185
35191
|
};
|
|
35186
35192
|
protoOf(StartGameMechanicAction).tc = function () {
|
|
35187
|
-
return this.
|
|
35193
|
+
return this.d42_1;
|
|
35188
35194
|
};
|
|
35189
35195
|
protoOf(StartGameMechanicAction).ei = function () {
|
|
35190
|
-
return this.
|
|
35196
|
+
return this.e42_1;
|
|
35191
35197
|
};
|
|
35192
35198
|
protoOf(StartGameMechanicAction).u16 = function () {
|
|
35193
|
-
return this.
|
|
35199
|
+
return this.f42_1;
|
|
35194
35200
|
};
|
|
35195
35201
|
protoOf(StartGameMechanicAction).j1q = function () {
|
|
35196
|
-
return this.
|
|
35202
|
+
return this.g42_1;
|
|
35197
35203
|
};
|
|
35198
35204
|
protoOf(StartGameMechanicAction).k1q = function () {
|
|
35199
|
-
return this.
|
|
35205
|
+
return this.h42_1;
|
|
35200
35206
|
};
|
|
35201
35207
|
protoOf(StartGameMechanicAction).l1q = function () {
|
|
35202
35208
|
return this.spectators;
|
|
35203
35209
|
};
|
|
35204
|
-
protoOf(StartGameMechanicAction).
|
|
35210
|
+
protoOf(StartGameMechanicAction).i42 = function (config, roomId, version, gameCreatorPlayerId, users, aid, spectators) {
|
|
35205
35211
|
return new StartGameMechanicAction(config, roomId, version, gameCreatorPlayerId, users, aid, spectators);
|
|
35206
35212
|
};
|
|
35207
35213
|
protoOf(StartGameMechanicAction).copy = function (config, roomId, version, gameCreatorPlayerId, users, aid, spectators, $super) {
|
|
35208
|
-
config = config === VOID ? this.
|
|
35209
|
-
roomId = roomId === VOID ? this.
|
|
35210
|
-
version = version === VOID ? this.
|
|
35211
|
-
gameCreatorPlayerId = gameCreatorPlayerId === VOID ? this.
|
|
35212
|
-
users = users === VOID ? this.
|
|
35213
|
-
aid = aid === VOID ? this.
|
|
35214
|
+
config = config === VOID ? this.c42_1 : config;
|
|
35215
|
+
roomId = roomId === VOID ? this.d42_1 : roomId;
|
|
35216
|
+
version = version === VOID ? this.e42_1 : version;
|
|
35217
|
+
gameCreatorPlayerId = gameCreatorPlayerId === VOID ? this.f42_1 : gameCreatorPlayerId;
|
|
35218
|
+
users = users === VOID ? this.g42_1 : users;
|
|
35219
|
+
aid = aid === VOID ? this.h42_1 : aid;
|
|
35214
35220
|
spectators = spectators === VOID ? this.spectators : spectators;
|
|
35215
|
-
return $super === VOID ? this.
|
|
35221
|
+
return $super === VOID ? this.i42(config, roomId, version, gameCreatorPlayerId, users, aid, spectators) : $super.i42.call(this, config, roomId, version, gameCreatorPlayerId, users, aid, spectators);
|
|
35216
35222
|
};
|
|
35217
35223
|
protoOf(StartGameMechanicAction).toString = function () {
|
|
35218
|
-
return 'StartGameMechanicAction(config=' + this.
|
|
35224
|
+
return 'StartGameMechanicAction(config=' + this.c42_1.toString() + ', roomId=' + this.d42_1 + ', version=' + this.e42_1 + ', gameCreatorPlayerId=' + this.f42_1 + ', users=' + toString(this.g42_1) + ', aid=' + this.h42_1 + ', spectators=' + toString(this.spectators) + ')';
|
|
35219
35225
|
};
|
|
35220
35226
|
protoOf(StartGameMechanicAction).hashCode = function () {
|
|
35221
|
-
var result = this.
|
|
35222
|
-
result = imul(result, 31) + getStringHashCode(this.b42_1) | 0;
|
|
35223
|
-
result = imul(result, 31) + getStringHashCode(this.c42_1) | 0;
|
|
35227
|
+
var result = this.c42_1.hashCode();
|
|
35224
35228
|
result = imul(result, 31) + getStringHashCode(this.d42_1) | 0;
|
|
35225
|
-
result = imul(result, 31) +
|
|
35226
|
-
result = imul(result, 31) +
|
|
35229
|
+
result = imul(result, 31) + getStringHashCode(this.e42_1) | 0;
|
|
35230
|
+
result = imul(result, 31) + getStringHashCode(this.f42_1) | 0;
|
|
35231
|
+
result = imul(result, 31) + hashCode(this.g42_1) | 0;
|
|
35232
|
+
result = imul(result, 31) + (this.h42_1 == null ? 0 : getStringHashCode(this.h42_1)) | 0;
|
|
35227
35233
|
result = imul(result, 31) + hashCode(this.spectators) | 0;
|
|
35228
35234
|
return result;
|
|
35229
35235
|
};
|
|
@@ -35232,17 +35238,17 @@
|
|
|
35232
35238
|
return true;
|
|
35233
35239
|
if (!(other instanceof StartGameMechanicAction))
|
|
35234
35240
|
return false;
|
|
35235
|
-
if (!this.
|
|
35241
|
+
if (!this.c42_1.equals(other.c42_1))
|
|
35236
35242
|
return false;
|
|
35237
|
-
if (!(this.
|
|
35243
|
+
if (!(this.d42_1 === other.d42_1))
|
|
35238
35244
|
return false;
|
|
35239
|
-
if (!(this.
|
|
35245
|
+
if (!(this.e42_1 === other.e42_1))
|
|
35240
35246
|
return false;
|
|
35241
|
-
if (!(this.
|
|
35247
|
+
if (!(this.f42_1 === other.f42_1))
|
|
35242
35248
|
return false;
|
|
35243
|
-
if (!equals(this.
|
|
35249
|
+
if (!equals(this.g42_1, other.g42_1))
|
|
35244
35250
|
return false;
|
|
35245
|
-
if (!(this.
|
|
35251
|
+
if (!(this.h42_1 == other.h42_1))
|
|
35246
35252
|
return false;
|
|
35247
35253
|
if (!equals(this.spectators, other.spectators))
|
|
35248
35254
|
return false;
|
|
@@ -35253,16 +35259,16 @@
|
|
|
35253
35259
|
MechanicAction.call(this);
|
|
35254
35260
|
this.previousGameId = previousGameId;
|
|
35255
35261
|
this.gameId = gameId;
|
|
35256
|
-
this.
|
|
35262
|
+
this.j42_1 = aid;
|
|
35257
35263
|
}
|
|
35258
|
-
protoOf(StartNewGameMechanicAction).
|
|
35264
|
+
protoOf(StartNewGameMechanicAction).k42 = function () {
|
|
35259
35265
|
return this.previousGameId;
|
|
35260
35266
|
};
|
|
35261
35267
|
protoOf(StartNewGameMechanicAction).n16 = function () {
|
|
35262
35268
|
return this.gameId;
|
|
35263
35269
|
};
|
|
35264
|
-
protoOf(StartNewGameMechanicAction).
|
|
35265
|
-
return this.
|
|
35270
|
+
protoOf(StartNewGameMechanicAction).z40 = function () {
|
|
35271
|
+
return this.j42_1;
|
|
35266
35272
|
};
|
|
35267
35273
|
protoOf(StartNewGameMechanicAction).sc = function () {
|
|
35268
35274
|
return this.previousGameId;
|
|
@@ -35271,24 +35277,24 @@
|
|
|
35271
35277
|
return this.gameId;
|
|
35272
35278
|
};
|
|
35273
35279
|
protoOf(StartNewGameMechanicAction).ei = function () {
|
|
35274
|
-
return this.
|
|
35280
|
+
return this.j42_1;
|
|
35275
35281
|
};
|
|
35276
|
-
protoOf(StartNewGameMechanicAction).
|
|
35282
|
+
protoOf(StartNewGameMechanicAction).l42 = function (previousGameId, gameId, aid) {
|
|
35277
35283
|
return new StartNewGameMechanicAction(previousGameId, gameId, aid);
|
|
35278
35284
|
};
|
|
35279
35285
|
protoOf(StartNewGameMechanicAction).copy = function (previousGameId, gameId, aid, $super) {
|
|
35280
35286
|
previousGameId = previousGameId === VOID ? this.previousGameId : previousGameId;
|
|
35281
35287
|
gameId = gameId === VOID ? this.gameId : gameId;
|
|
35282
|
-
aid = aid === VOID ? this.
|
|
35283
|
-
return $super === VOID ? this.
|
|
35288
|
+
aid = aid === VOID ? this.j42_1 : aid;
|
|
35289
|
+
return $super === VOID ? this.l42(previousGameId, gameId, aid) : $super.l42.call(this, previousGameId, gameId, aid);
|
|
35284
35290
|
};
|
|
35285
35291
|
protoOf(StartNewGameMechanicAction).toString = function () {
|
|
35286
|
-
return 'StartNewGameMechanicAction(previousGameId=' + this.previousGameId + ', gameId=' + this.gameId + ', aid=' + this.
|
|
35292
|
+
return 'StartNewGameMechanicAction(previousGameId=' + this.previousGameId + ', gameId=' + this.gameId + ', aid=' + this.j42_1 + ')';
|
|
35287
35293
|
};
|
|
35288
35294
|
protoOf(StartNewGameMechanicAction).hashCode = function () {
|
|
35289
35295
|
var result = getStringHashCode(this.previousGameId);
|
|
35290
35296
|
result = imul(result, 31) + getStringHashCode(this.gameId) | 0;
|
|
35291
|
-
result = imul(result, 31) + (this.
|
|
35297
|
+
result = imul(result, 31) + (this.j42_1 == null ? 0 : getStringHashCode(this.j42_1)) | 0;
|
|
35292
35298
|
return result;
|
|
35293
35299
|
};
|
|
35294
35300
|
protoOf(StartNewGameMechanicAction).equals = function (other) {
|
|
@@ -35300,7 +35306,7 @@
|
|
|
35300
35306
|
return false;
|
|
35301
35307
|
if (!(this.gameId === other.gameId))
|
|
35302
35308
|
return false;
|
|
35303
|
-
if (!(this.
|
|
35309
|
+
if (!(this.j42_1 == other.j42_1))
|
|
35304
35310
|
return false;
|
|
35305
35311
|
return true;
|
|
35306
35312
|
};
|
|
@@ -35311,7 +35317,7 @@
|
|
|
35311
35317
|
this.table = table;
|
|
35312
35318
|
this.reason = reason;
|
|
35313
35319
|
this.payload = payload;
|
|
35314
|
-
this.
|
|
35320
|
+
this.m42_1 = aid;
|
|
35315
35321
|
}
|
|
35316
35322
|
protoOf(ContinueGameMechanicAction).w2e = function () {
|
|
35317
35323
|
return this.table;
|
|
@@ -35322,8 +35328,8 @@
|
|
|
35322
35328
|
protoOf(ContinueGameMechanicAction).i1q = function () {
|
|
35323
35329
|
return this.payload;
|
|
35324
35330
|
};
|
|
35325
|
-
protoOf(ContinueGameMechanicAction).
|
|
35326
|
-
return this.
|
|
35331
|
+
protoOf(ContinueGameMechanicAction).z40 = function () {
|
|
35332
|
+
return this.m42_1;
|
|
35327
35333
|
};
|
|
35328
35334
|
protoOf(ContinueGameMechanicAction).j16 = function () {
|
|
35329
35335
|
return this.table.id;
|
|
@@ -35341,7 +35347,7 @@
|
|
|
35341
35347
|
}
|
|
35342
35348
|
return destination;
|
|
35343
35349
|
};
|
|
35344
|
-
protoOf(ContinueGameMechanicAction).
|
|
35350
|
+
protoOf(ContinueGameMechanicAction).b42 = function () {
|
|
35345
35351
|
// Inline function 'kotlin.collections.map' call
|
|
35346
35352
|
var this_0 = this.users;
|
|
35347
35353
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -35355,7 +35361,7 @@
|
|
|
35355
35361
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
35356
35362
|
return copyToArray(destination);
|
|
35357
35363
|
};
|
|
35358
|
-
protoOf(ContinueGameMechanicAction).
|
|
35364
|
+
protoOf(ContinueGameMechanicAction).a42 = function () {
|
|
35359
35365
|
return getGameCreator(this.table.players).playerId;
|
|
35360
35366
|
};
|
|
35361
35367
|
protoOf(ContinueGameMechanicAction).k17 = function () {
|
|
@@ -35365,7 +35371,7 @@
|
|
|
35365
35371
|
return this.table.config;
|
|
35366
35372
|
};
|
|
35367
35373
|
protoOf(ContinueGameMechanicAction).toString = function () {
|
|
35368
|
-
return 'ContinueGameMechanicAction(reason = ' + toString(this.reason) + ', aid = ' + this.
|
|
35374
|
+
return 'ContinueGameMechanicAction(reason = ' + toString(this.reason) + ', aid = ' + this.m42_1 + ')';
|
|
35369
35375
|
};
|
|
35370
35376
|
protoOf(ContinueGameMechanicAction).sc = function () {
|
|
35371
35377
|
return this.table;
|
|
@@ -35377,23 +35383,23 @@
|
|
|
35377
35383
|
return this.payload;
|
|
35378
35384
|
};
|
|
35379
35385
|
protoOf(ContinueGameMechanicAction).u16 = function () {
|
|
35380
|
-
return this.
|
|
35386
|
+
return this.m42_1;
|
|
35381
35387
|
};
|
|
35382
|
-
protoOf(ContinueGameMechanicAction).
|
|
35388
|
+
protoOf(ContinueGameMechanicAction).n42 = function (table, reason, payload, aid) {
|
|
35383
35389
|
return new ContinueGameMechanicAction(table, reason, payload, aid);
|
|
35384
35390
|
};
|
|
35385
35391
|
protoOf(ContinueGameMechanicAction).copy = function (table, reason, payload, aid, $super) {
|
|
35386
35392
|
table = table === VOID ? this.table : table;
|
|
35387
35393
|
reason = reason === VOID ? this.reason : reason;
|
|
35388
35394
|
payload = payload === VOID ? this.payload : payload;
|
|
35389
|
-
aid = aid === VOID ? this.
|
|
35390
|
-
return $super === VOID ? this.
|
|
35395
|
+
aid = aid === VOID ? this.m42_1 : aid;
|
|
35396
|
+
return $super === VOID ? this.n42(table, reason, payload, aid) : $super.n42.call(this, table, reason, payload, aid);
|
|
35391
35397
|
};
|
|
35392
35398
|
protoOf(ContinueGameMechanicAction).hashCode = function () {
|
|
35393
35399
|
var result = this.table.hashCode();
|
|
35394
35400
|
result = imul(result, 31) + hashCode(this.reason) | 0;
|
|
35395
35401
|
result = imul(result, 31) + (this.payload == null ? 0 : hashCode(this.payload)) | 0;
|
|
35396
|
-
result = imul(result, 31) + (this.
|
|
35402
|
+
result = imul(result, 31) + (this.m42_1 == null ? 0 : getStringHashCode(this.m42_1)) | 0;
|
|
35397
35403
|
return result;
|
|
35398
35404
|
};
|
|
35399
35405
|
protoOf(ContinueGameMechanicAction).equals = function (other) {
|
|
@@ -35407,13 +35413,13 @@
|
|
|
35407
35413
|
return false;
|
|
35408
35414
|
if (!equals(this.payload, other.payload))
|
|
35409
35415
|
return false;
|
|
35410
|
-
if (!(this.
|
|
35416
|
+
if (!(this.m42_1 == other.m42_1))
|
|
35411
35417
|
return false;
|
|
35412
35418
|
return true;
|
|
35413
35419
|
};
|
|
35414
35420
|
function Companion_159() {
|
|
35415
35421
|
}
|
|
35416
|
-
protoOf(Companion_159).
|
|
35422
|
+
protoOf(Companion_159).o42 = function (reason, isGameFinished, table, transition) {
|
|
35417
35423
|
var tmp4_sessionAnalytics = table == null ? null : mapGameSessionAnalytics(table);
|
|
35418
35424
|
var tmp5_gameHistory = table == null ? null : table.gameHistory;
|
|
35419
35425
|
var tmp;
|
|
@@ -35421,14 +35427,14 @@
|
|
|
35421
35427
|
tmp = true;
|
|
35422
35428
|
} else {
|
|
35423
35429
|
var tmp3_safe_receiver = table == null ? null : table.sceneInfo;
|
|
35424
|
-
tmp = (tmp3_safe_receiver == null ? null : tmp3_safe_receiver.
|
|
35430
|
+
tmp = (tmp3_safe_receiver == null ? null : tmp3_safe_receiver.j40()) === true;
|
|
35425
35431
|
}
|
|
35426
35432
|
var tmp6_isRoundHistorySaved = tmp;
|
|
35427
35433
|
return new FinishingGameMechanicAction(reason, isGameFinished, transition, tmp4_sessionAnalytics, tmp5_gameHistory, tmp6_isRoundHistorySaved);
|
|
35428
35434
|
};
|
|
35429
35435
|
protoOf(Companion_159).fromTableWithAnalytics = function (reason, isGameFinished, table, transition, $super) {
|
|
35430
35436
|
transition = transition === VOID ? null : transition;
|
|
35431
|
-
return $super === VOID ? this.
|
|
35437
|
+
return $super === VOID ? this.o42(reason, isGameFinished, table, transition) : $super.o42.call(this, reason, isGameFinished, table, transition);
|
|
35432
35438
|
};
|
|
35433
35439
|
protoOf(Companion_159).fromTable = function (table) {
|
|
35434
35440
|
var tmp2_reason = ProcessingReason_getInstance();
|
|
@@ -35446,37 +35452,37 @@
|
|
|
35446
35452
|
isRoundHistorySaved = isRoundHistorySaved === VOID ? true : isRoundHistorySaved;
|
|
35447
35453
|
aid = aid === VOID ? null : aid;
|
|
35448
35454
|
MechanicAction.call(this);
|
|
35449
|
-
this.
|
|
35450
|
-
this.
|
|
35451
|
-
this.
|
|
35455
|
+
this.p42_1 = reason;
|
|
35456
|
+
this.q42_1 = isGameFinished;
|
|
35457
|
+
this.r42_1 = transition;
|
|
35452
35458
|
this.sessionAnalytics = sessionAnalytics;
|
|
35453
35459
|
this.gameHistory = gameHistory;
|
|
35454
35460
|
this.isRoundHistorySaved = isRoundHistorySaved;
|
|
35455
|
-
this.
|
|
35461
|
+
this.s42_1 = aid;
|
|
35456
35462
|
}
|
|
35457
35463
|
protoOf(FinishingGameMechanicAction).x1p = function () {
|
|
35458
|
-
return this.
|
|
35464
|
+
return this.p42_1;
|
|
35459
35465
|
};
|
|
35460
35466
|
protoOf(FinishingGameMechanicAction).i3x = function () {
|
|
35461
|
-
return this.
|
|
35467
|
+
return this.q42_1;
|
|
35462
35468
|
};
|
|
35463
|
-
protoOf(FinishingGameMechanicAction).
|
|
35464
|
-
return this.
|
|
35469
|
+
protoOf(FinishingGameMechanicAction).w40 = function () {
|
|
35470
|
+
return this.r42_1;
|
|
35465
35471
|
};
|
|
35466
|
-
protoOf(FinishingGameMechanicAction).
|
|
35472
|
+
protoOf(FinishingGameMechanicAction).t42 = function () {
|
|
35467
35473
|
return this.sessionAnalytics;
|
|
35468
35474
|
};
|
|
35469
35475
|
protoOf(FinishingGameMechanicAction).z3w = function () {
|
|
35470
35476
|
return this.gameHistory;
|
|
35471
35477
|
};
|
|
35472
|
-
protoOf(FinishingGameMechanicAction).
|
|
35478
|
+
protoOf(FinishingGameMechanicAction).u42 = function () {
|
|
35473
35479
|
return this.isRoundHistorySaved;
|
|
35474
35480
|
};
|
|
35475
|
-
protoOf(FinishingGameMechanicAction).
|
|
35476
|
-
return this.
|
|
35481
|
+
protoOf(FinishingGameMechanicAction).z40 = function () {
|
|
35482
|
+
return this.s42_1;
|
|
35477
35483
|
};
|
|
35478
35484
|
protoOf(FinishingGameMechanicAction).toString = function () {
|
|
35479
|
-
var tmp = 'reason=' + toString(this.
|
|
35485
|
+
var tmp = 'reason=' + toString(this.p42_1);
|
|
35480
35486
|
// Inline function 'kotlin.takeIf' call
|
|
35481
35487
|
var this_0 = 'sessionAnalytics=' + toString_0(this.sessionAnalytics);
|
|
35482
35488
|
var tmp_0;
|
|
@@ -35487,9 +35493,9 @@
|
|
|
35487
35493
|
}
|
|
35488
35494
|
var tmp_1 = tmp_0;
|
|
35489
35495
|
// Inline function 'kotlin.takeIf' call
|
|
35490
|
-
var this_1 = 'isGameFinished=' + this.
|
|
35496
|
+
var this_1 = 'isGameFinished=' + this.q42_1;
|
|
35491
35497
|
var tmp_2;
|
|
35492
|
-
if (this.
|
|
35498
|
+
if (this.q42_1) {
|
|
35493
35499
|
tmp_2 = this_1;
|
|
35494
35500
|
} else {
|
|
35495
35501
|
tmp_2 = null;
|
|
@@ -35505,18 +35511,18 @@
|
|
|
35505
35511
|
}
|
|
35506
35512
|
var tmp_5 = tmp_4;
|
|
35507
35513
|
// Inline function 'kotlin.takeIf' call
|
|
35508
|
-
var this_3 = 'transition=' + toString_0(this.
|
|
35514
|
+
var this_3 = 'transition=' + toString_0(this.r42_1);
|
|
35509
35515
|
var tmp_6;
|
|
35510
|
-
if (!(this.
|
|
35516
|
+
if (!(this.r42_1 == null)) {
|
|
35511
35517
|
tmp_6 = this_3;
|
|
35512
35518
|
} else {
|
|
35513
35519
|
tmp_6 = null;
|
|
35514
35520
|
}
|
|
35515
35521
|
var tmp_7 = tmp_6;
|
|
35516
35522
|
// Inline function 'kotlin.takeIf' call
|
|
35517
|
-
var this_4 = 'aid=' + this.
|
|
35523
|
+
var this_4 = 'aid=' + this.s42_1;
|
|
35518
35524
|
var tmp_8;
|
|
35519
|
-
if (!(this.
|
|
35525
|
+
if (!(this.s42_1 == null)) {
|
|
35520
35526
|
tmp_8 = this_4;
|
|
35521
35527
|
} else {
|
|
35522
35528
|
tmp_8 = null;
|
|
@@ -35525,13 +35531,13 @@
|
|
|
35525
35531
|
return 'FinishingGameMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp_5, tmp_7, tmp$ret$9])) + ')';
|
|
35526
35532
|
};
|
|
35527
35533
|
protoOf(FinishingGameMechanicAction).sc = function () {
|
|
35528
|
-
return this.
|
|
35534
|
+
return this.p42_1;
|
|
35529
35535
|
};
|
|
35530
35536
|
protoOf(FinishingGameMechanicAction).tc = function () {
|
|
35531
|
-
return this.
|
|
35537
|
+
return this.q42_1;
|
|
35532
35538
|
};
|
|
35533
35539
|
protoOf(FinishingGameMechanicAction).ei = function () {
|
|
35534
|
-
return this.
|
|
35540
|
+
return this.r42_1;
|
|
35535
35541
|
};
|
|
35536
35542
|
protoOf(FinishingGameMechanicAction).u16 = function () {
|
|
35537
35543
|
return this.sessionAnalytics;
|
|
@@ -35543,29 +35549,29 @@
|
|
|
35543
35549
|
return this.isRoundHistorySaved;
|
|
35544
35550
|
};
|
|
35545
35551
|
protoOf(FinishingGameMechanicAction).l1q = function () {
|
|
35546
|
-
return this.
|
|
35552
|
+
return this.s42_1;
|
|
35547
35553
|
};
|
|
35548
|
-
protoOf(FinishingGameMechanicAction).
|
|
35554
|
+
protoOf(FinishingGameMechanicAction).v42 = function (reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid) {
|
|
35549
35555
|
return new FinishingGameMechanicAction(reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid);
|
|
35550
35556
|
};
|
|
35551
35557
|
protoOf(FinishingGameMechanicAction).copy = function (reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid, $super) {
|
|
35552
|
-
reason = reason === VOID ? this.
|
|
35553
|
-
isGameFinished = isGameFinished === VOID ? this.
|
|
35554
|
-
transition = transition === VOID ? this.
|
|
35558
|
+
reason = reason === VOID ? this.p42_1 : reason;
|
|
35559
|
+
isGameFinished = isGameFinished === VOID ? this.q42_1 : isGameFinished;
|
|
35560
|
+
transition = transition === VOID ? this.r42_1 : transition;
|
|
35555
35561
|
sessionAnalytics = sessionAnalytics === VOID ? this.sessionAnalytics : sessionAnalytics;
|
|
35556
35562
|
gameHistory = gameHistory === VOID ? this.gameHistory : gameHistory;
|
|
35557
35563
|
isRoundHistorySaved = isRoundHistorySaved === VOID ? this.isRoundHistorySaved : isRoundHistorySaved;
|
|
35558
|
-
aid = aid === VOID ? this.
|
|
35559
|
-
return $super === VOID ? this.
|
|
35564
|
+
aid = aid === VOID ? this.s42_1 : aid;
|
|
35565
|
+
return $super === VOID ? this.v42(reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid) : $super.v42.call(this, reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid);
|
|
35560
35566
|
};
|
|
35561
35567
|
protoOf(FinishingGameMechanicAction).hashCode = function () {
|
|
35562
|
-
var result = hashCode(this.
|
|
35563
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
35564
|
-
result = imul(result, 31) + (this.
|
|
35568
|
+
var result = hashCode(this.p42_1);
|
|
35569
|
+
result = imul(result, 31) + getBooleanHashCode(this.q42_1) | 0;
|
|
35570
|
+
result = imul(result, 31) + (this.r42_1 == null ? 0 : hashCode(this.r42_1)) | 0;
|
|
35565
35571
|
result = imul(result, 31) + (this.sessionAnalytics == null ? 0 : this.sessionAnalytics.hashCode()) | 0;
|
|
35566
35572
|
result = imul(result, 31) + (this.gameHistory == null ? 0 : this.gameHistory.hashCode()) | 0;
|
|
35567
35573
|
result = imul(result, 31) + getBooleanHashCode(this.isRoundHistorySaved) | 0;
|
|
35568
|
-
result = imul(result, 31) + (this.
|
|
35574
|
+
result = imul(result, 31) + (this.s42_1 == null ? 0 : getStringHashCode(this.s42_1)) | 0;
|
|
35569
35575
|
return result;
|
|
35570
35576
|
};
|
|
35571
35577
|
protoOf(FinishingGameMechanicAction).equals = function (other) {
|
|
@@ -35573,11 +35579,11 @@
|
|
|
35573
35579
|
return true;
|
|
35574
35580
|
if (!(other instanceof FinishingGameMechanicAction))
|
|
35575
35581
|
return false;
|
|
35576
|
-
if (!equals(this.
|
|
35582
|
+
if (!equals(this.p42_1, other.p42_1))
|
|
35577
35583
|
return false;
|
|
35578
|
-
if (!(this.
|
|
35584
|
+
if (!(this.q42_1 === other.q42_1))
|
|
35579
35585
|
return false;
|
|
35580
|
-
if (!equals(this.
|
|
35586
|
+
if (!equals(this.r42_1, other.r42_1))
|
|
35581
35587
|
return false;
|
|
35582
35588
|
if (!equals(this.sessionAnalytics, other.sessionAnalytics))
|
|
35583
35589
|
return false;
|
|
@@ -35585,7 +35591,7 @@
|
|
|
35585
35591
|
return false;
|
|
35586
35592
|
if (!(this.isRoundHistorySaved === other.isRoundHistorySaved))
|
|
35587
35593
|
return false;
|
|
35588
|
-
if (!(this.
|
|
35594
|
+
if (!(this.s42_1 == other.s42_1))
|
|
35589
35595
|
return false;
|
|
35590
35596
|
return true;
|
|
35591
35597
|
};
|
|
@@ -35593,47 +35599,47 @@
|
|
|
35593
35599
|
aid = aid === VOID ? null : aid;
|
|
35594
35600
|
transition = transition === VOID ? null : transition;
|
|
35595
35601
|
MechanicAction.call(this);
|
|
35596
|
-
this.
|
|
35597
|
-
this.
|
|
35598
|
-
this.
|
|
35599
|
-
this.
|
|
35602
|
+
this.w42_1 = reason;
|
|
35603
|
+
this.x42_1 = isGameFinished;
|
|
35604
|
+
this.y42_1 = aid;
|
|
35605
|
+
this.z42_1 = transition;
|
|
35600
35606
|
}
|
|
35601
35607
|
protoOf(FinishGameMechanicAction).x1p = function () {
|
|
35602
|
-
return this.
|
|
35608
|
+
return this.w42_1;
|
|
35603
35609
|
};
|
|
35604
35610
|
protoOf(FinishGameMechanicAction).i3x = function () {
|
|
35605
|
-
return this.
|
|
35611
|
+
return this.x42_1;
|
|
35606
35612
|
};
|
|
35607
|
-
protoOf(FinishGameMechanicAction).
|
|
35608
|
-
return this.
|
|
35613
|
+
protoOf(FinishGameMechanicAction).z40 = function () {
|
|
35614
|
+
return this.y42_1;
|
|
35609
35615
|
};
|
|
35610
|
-
protoOf(FinishGameMechanicAction).
|
|
35611
|
-
return this.
|
|
35616
|
+
protoOf(FinishGameMechanicAction).w40 = function () {
|
|
35617
|
+
return this.z42_1;
|
|
35612
35618
|
};
|
|
35613
35619
|
protoOf(FinishGameMechanicAction).toString = function () {
|
|
35614
|
-
var tmp = 'reason=' + toString(this.
|
|
35620
|
+
var tmp = 'reason=' + toString(this.w42_1);
|
|
35615
35621
|
// Inline function 'kotlin.takeIf' call
|
|
35616
|
-
var this_0 = 'isGameFinished=' + this.
|
|
35622
|
+
var this_0 = 'isGameFinished=' + this.x42_1;
|
|
35617
35623
|
var tmp_0;
|
|
35618
|
-
if (this.
|
|
35624
|
+
if (this.x42_1) {
|
|
35619
35625
|
tmp_0 = this_0;
|
|
35620
35626
|
} else {
|
|
35621
35627
|
tmp_0 = null;
|
|
35622
35628
|
}
|
|
35623
35629
|
var tmp_1 = tmp_0;
|
|
35624
35630
|
// Inline function 'kotlin.takeIf' call
|
|
35625
|
-
var this_1 = 'hasTransition=' + !(this.
|
|
35631
|
+
var this_1 = 'hasTransition=' + !(this.z42_1 == null);
|
|
35626
35632
|
var tmp_2;
|
|
35627
|
-
if (!(this.
|
|
35633
|
+
if (!(this.z42_1 == null)) {
|
|
35628
35634
|
tmp_2 = this_1;
|
|
35629
35635
|
} else {
|
|
35630
35636
|
tmp_2 = null;
|
|
35631
35637
|
}
|
|
35632
35638
|
var tmp_3 = tmp_2;
|
|
35633
35639
|
// Inline function 'kotlin.takeIf' call
|
|
35634
|
-
var this_2 = 'aid=' + this.
|
|
35640
|
+
var this_2 = 'aid=' + this.y42_1;
|
|
35635
35641
|
var tmp_4;
|
|
35636
|
-
if (!(this.
|
|
35642
|
+
if (!(this.y42_1 == null)) {
|
|
35637
35643
|
tmp_4 = this_2;
|
|
35638
35644
|
} else {
|
|
35639
35645
|
tmp_4 = null;
|
|
@@ -35642,32 +35648,32 @@
|
|
|
35642
35648
|
return 'FinishGameMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp$ret$5])) + ')';
|
|
35643
35649
|
};
|
|
35644
35650
|
protoOf(FinishGameMechanicAction).sc = function () {
|
|
35645
|
-
return this.
|
|
35651
|
+
return this.w42_1;
|
|
35646
35652
|
};
|
|
35647
35653
|
protoOf(FinishGameMechanicAction).tc = function () {
|
|
35648
|
-
return this.
|
|
35654
|
+
return this.x42_1;
|
|
35649
35655
|
};
|
|
35650
35656
|
protoOf(FinishGameMechanicAction).ei = function () {
|
|
35651
|
-
return this.
|
|
35657
|
+
return this.y42_1;
|
|
35652
35658
|
};
|
|
35653
35659
|
protoOf(FinishGameMechanicAction).u16 = function () {
|
|
35654
|
-
return this.
|
|
35660
|
+
return this.z42_1;
|
|
35655
35661
|
};
|
|
35656
|
-
protoOf(FinishGameMechanicAction).
|
|
35662
|
+
protoOf(FinishGameMechanicAction).a43 = function (reason, isGameFinished, aid, transition) {
|
|
35657
35663
|
return new FinishGameMechanicAction(reason, isGameFinished, aid, transition);
|
|
35658
35664
|
};
|
|
35659
35665
|
protoOf(FinishGameMechanicAction).copy = function (reason, isGameFinished, aid, transition, $super) {
|
|
35660
|
-
reason = reason === VOID ? this.
|
|
35661
|
-
isGameFinished = isGameFinished === VOID ? this.
|
|
35662
|
-
aid = aid === VOID ? this.
|
|
35663
|
-
transition = transition === VOID ? this.
|
|
35664
|
-
return $super === VOID ? this.
|
|
35666
|
+
reason = reason === VOID ? this.w42_1 : reason;
|
|
35667
|
+
isGameFinished = isGameFinished === VOID ? this.x42_1 : isGameFinished;
|
|
35668
|
+
aid = aid === VOID ? this.y42_1 : aid;
|
|
35669
|
+
transition = transition === VOID ? this.z42_1 : transition;
|
|
35670
|
+
return $super === VOID ? this.a43(reason, isGameFinished, aid, transition) : $super.a43.call(this, reason, isGameFinished, aid, transition);
|
|
35665
35671
|
};
|
|
35666
35672
|
protoOf(FinishGameMechanicAction).hashCode = function () {
|
|
35667
|
-
var result = hashCode(this.
|
|
35668
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
35669
|
-
result = imul(result, 31) + (this.
|
|
35670
|
-
result = imul(result, 31) + (this.
|
|
35673
|
+
var result = hashCode(this.w42_1);
|
|
35674
|
+
result = imul(result, 31) + getBooleanHashCode(this.x42_1) | 0;
|
|
35675
|
+
result = imul(result, 31) + (this.y42_1 == null ? 0 : getStringHashCode(this.y42_1)) | 0;
|
|
35676
|
+
result = imul(result, 31) + (this.z42_1 == null ? 0 : hashCode(this.z42_1)) | 0;
|
|
35671
35677
|
return result;
|
|
35672
35678
|
};
|
|
35673
35679
|
protoOf(FinishGameMechanicAction).equals = function (other) {
|
|
@@ -35675,13 +35681,13 @@
|
|
|
35675
35681
|
return true;
|
|
35676
35682
|
if (!(other instanceof FinishGameMechanicAction))
|
|
35677
35683
|
return false;
|
|
35678
|
-
if (!equals(this.
|
|
35684
|
+
if (!equals(this.w42_1, other.w42_1))
|
|
35679
35685
|
return false;
|
|
35680
|
-
if (!(this.
|
|
35686
|
+
if (!(this.x42_1 === other.x42_1))
|
|
35681
35687
|
return false;
|
|
35682
|
-
if (!(this.
|
|
35688
|
+
if (!(this.y42_1 == other.y42_1))
|
|
35683
35689
|
return false;
|
|
35684
|
-
if (!equals(this.
|
|
35690
|
+
if (!equals(this.z42_1, other.z42_1))
|
|
35685
35691
|
return false;
|
|
35686
35692
|
return true;
|
|
35687
35693
|
};
|
|
@@ -35693,40 +35699,40 @@
|
|
|
35693
35699
|
actData = actData === VOID ? null : actData;
|
|
35694
35700
|
aid = aid === VOID ? null : aid;
|
|
35695
35701
|
MechanicAction.call(this);
|
|
35696
|
-
this.
|
|
35697
|
-
this.
|
|
35698
|
-
this.
|
|
35702
|
+
this.c43_1 = currentTurnPlayerId;
|
|
35703
|
+
this.d43_1 = sceneId;
|
|
35704
|
+
this.e43_1 = actId;
|
|
35699
35705
|
this.sceneData = sceneData;
|
|
35700
|
-
this.
|
|
35701
|
-
this.
|
|
35706
|
+
this.f43_1 = actData;
|
|
35707
|
+
this.g43_1 = aid;
|
|
35702
35708
|
}
|
|
35703
|
-
protoOf(SceneMechanicAction).
|
|
35704
|
-
return this.
|
|
35709
|
+
protoOf(SceneMechanicAction).h43 = function () {
|
|
35710
|
+
return this.c43_1;
|
|
35705
35711
|
};
|
|
35706
35712
|
protoOf(SceneMechanicAction).q2t = function () {
|
|
35707
|
-
return this.
|
|
35713
|
+
return this.d43_1;
|
|
35708
35714
|
};
|
|
35709
35715
|
protoOf(SceneMechanicAction).y2s = function () {
|
|
35710
|
-
return this.
|
|
35716
|
+
return this.e43_1;
|
|
35711
35717
|
};
|
|
35712
|
-
protoOf(SceneMechanicAction).
|
|
35718
|
+
protoOf(SceneMechanicAction).i43 = function () {
|
|
35713
35719
|
return this.sceneData;
|
|
35714
35720
|
};
|
|
35715
|
-
protoOf(SceneMechanicAction).
|
|
35716
|
-
return this.
|
|
35721
|
+
protoOf(SceneMechanicAction).b43 = function () {
|
|
35722
|
+
return this.f43_1;
|
|
35717
35723
|
};
|
|
35718
|
-
protoOf(SceneMechanicAction).
|
|
35719
|
-
return this.
|
|
35724
|
+
protoOf(SceneMechanicAction).z40 = function () {
|
|
35725
|
+
return this.g43_1;
|
|
35720
35726
|
};
|
|
35721
35727
|
protoOf(SceneMechanicAction).ignoreValidation = function () {
|
|
35722
|
-
return this.
|
|
35728
|
+
return this.d43_1 === 'WAITING';
|
|
35723
35729
|
};
|
|
35724
35730
|
protoOf(SceneMechanicAction).toString = function () {
|
|
35725
|
-
var tmp = "sceneId='" + this.
|
|
35731
|
+
var tmp = "sceneId='" + this.d43_1 + "'";
|
|
35726
35732
|
// Inline function 'kotlin.takeIf' call
|
|
35727
|
-
var this_0 = 'actId=' + this.
|
|
35733
|
+
var this_0 = 'actId=' + this.e43_1;
|
|
35728
35734
|
var tmp_0;
|
|
35729
|
-
if (!(this.
|
|
35735
|
+
if (!(this.e43_1 == null)) {
|
|
35730
35736
|
tmp_0 = this_0;
|
|
35731
35737
|
} else {
|
|
35732
35738
|
tmp_0 = null;
|
|
@@ -35742,18 +35748,18 @@
|
|
|
35742
35748
|
}
|
|
35743
35749
|
var tmp_3 = tmp_2;
|
|
35744
35750
|
// Inline function 'kotlin.takeIf' call
|
|
35745
|
-
var this_2 = 'actData=' + toString_0(this.
|
|
35751
|
+
var this_2 = 'actData=' + toString_0(this.f43_1);
|
|
35746
35752
|
var tmp_4;
|
|
35747
|
-
if (!(this.
|
|
35753
|
+
if (!(this.f43_1 == null)) {
|
|
35748
35754
|
tmp_4 = this_2;
|
|
35749
35755
|
} else {
|
|
35750
35756
|
tmp_4 = null;
|
|
35751
35757
|
}
|
|
35752
35758
|
var tmp_5 = tmp_4;
|
|
35753
35759
|
// Inline function 'kotlin.takeIf' call
|
|
35754
|
-
var this_3 = 'aid=' + this.
|
|
35760
|
+
var this_3 = 'aid=' + this.g43_1;
|
|
35755
35761
|
var tmp_6;
|
|
35756
|
-
if (!(this.
|
|
35762
|
+
if (!(this.g43_1 == null)) {
|
|
35757
35763
|
tmp_6 = this_3;
|
|
35758
35764
|
} else {
|
|
35759
35765
|
tmp_6 = null;
|
|
@@ -35761,20 +35767,20 @@
|
|
|
35761
35767
|
var tmp$ret$7 = tmp_6;
|
|
35762
35768
|
return 'SceneMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp_5, tmp$ret$7])) + ')';
|
|
35763
35769
|
};
|
|
35764
|
-
protoOf(SceneMechanicAction).
|
|
35770
|
+
protoOf(SceneMechanicAction).j43 = function () {
|
|
35765
35771
|
var tmp = this.sceneData;
|
|
35766
35772
|
if (!(tmp == null) ? isInterface(tmp, PlayerTurnSceneSupport) : false) {
|
|
35767
35773
|
return this.sceneData.z2s();
|
|
35768
35774
|
}
|
|
35769
|
-
var tmp_0 = this.
|
|
35775
|
+
var tmp_0 = this.f43_1;
|
|
35770
35776
|
if (!(tmp_0 == null) ? isInterface(tmp_0, PlayerTurnSceneSupport) : false) {
|
|
35771
|
-
return this.
|
|
35777
|
+
return this.f43_1.z2s();
|
|
35772
35778
|
}
|
|
35773
35779
|
return emptyList();
|
|
35774
35780
|
};
|
|
35775
35781
|
protoOf(SceneMechanicAction).o1p = function () {
|
|
35776
35782
|
// Inline function 'kotlin.requireNotNull' call
|
|
35777
|
-
var tmp0 = this.
|
|
35783
|
+
var tmp0 = this.c43_1;
|
|
35778
35784
|
var tmp$ret$1;
|
|
35779
35785
|
$l$block: {
|
|
35780
35786
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -35789,42 +35795,42 @@
|
|
|
35789
35795
|
return tmp$ret$1;
|
|
35790
35796
|
};
|
|
35791
35797
|
protoOf(SceneMechanicAction).sc = function () {
|
|
35792
|
-
return this.
|
|
35798
|
+
return this.c43_1;
|
|
35793
35799
|
};
|
|
35794
35800
|
protoOf(SceneMechanicAction).tc = function () {
|
|
35795
|
-
return this.
|
|
35801
|
+
return this.d43_1;
|
|
35796
35802
|
};
|
|
35797
35803
|
protoOf(SceneMechanicAction).ei = function () {
|
|
35798
|
-
return this.
|
|
35804
|
+
return this.e43_1;
|
|
35799
35805
|
};
|
|
35800
35806
|
protoOf(SceneMechanicAction).u16 = function () {
|
|
35801
35807
|
return this.sceneData;
|
|
35802
35808
|
};
|
|
35803
35809
|
protoOf(SceneMechanicAction).j1q = function () {
|
|
35804
|
-
return this.
|
|
35810
|
+
return this.f43_1;
|
|
35805
35811
|
};
|
|
35806
35812
|
protoOf(SceneMechanicAction).k1q = function () {
|
|
35807
|
-
return this.
|
|
35813
|
+
return this.g43_1;
|
|
35808
35814
|
};
|
|
35809
|
-
protoOf(SceneMechanicAction).
|
|
35815
|
+
protoOf(SceneMechanicAction).k43 = function (currentTurnPlayerId, sceneId, actId, sceneData, actData, aid) {
|
|
35810
35816
|
return new SceneMechanicAction(currentTurnPlayerId, sceneId, actId, sceneData, actData, aid);
|
|
35811
35817
|
};
|
|
35812
35818
|
protoOf(SceneMechanicAction).copy = function (currentTurnPlayerId, sceneId, actId, sceneData, actData, aid, $super) {
|
|
35813
|
-
currentTurnPlayerId = currentTurnPlayerId === VOID ? this.
|
|
35814
|
-
sceneId = sceneId === VOID ? this.
|
|
35815
|
-
actId = actId === VOID ? this.
|
|
35819
|
+
currentTurnPlayerId = currentTurnPlayerId === VOID ? this.c43_1 : currentTurnPlayerId;
|
|
35820
|
+
sceneId = sceneId === VOID ? this.d43_1 : sceneId;
|
|
35821
|
+
actId = actId === VOID ? this.e43_1 : actId;
|
|
35816
35822
|
sceneData = sceneData === VOID ? this.sceneData : sceneData;
|
|
35817
|
-
actData = actData === VOID ? this.
|
|
35818
|
-
aid = aid === VOID ? this.
|
|
35819
|
-
return $super === VOID ? this.
|
|
35823
|
+
actData = actData === VOID ? this.f43_1 : actData;
|
|
35824
|
+
aid = aid === VOID ? this.g43_1 : aid;
|
|
35825
|
+
return $super === VOID ? this.k43(currentTurnPlayerId, sceneId, actId, sceneData, actData, aid) : $super.k43.call(this, currentTurnPlayerId, sceneId, actId, sceneData, actData, aid);
|
|
35820
35826
|
};
|
|
35821
35827
|
protoOf(SceneMechanicAction).hashCode = function () {
|
|
35822
|
-
var result = this.
|
|
35823
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
35824
|
-
result = imul(result, 31) + (this.c43_1 == null ? 0 : getStringHashCode(this.c43_1)) | 0;
|
|
35825
|
-
result = imul(result, 31) + (this.sceneData == null ? 0 : hashCode(this.sceneData)) | 0;
|
|
35826
|
-
result = imul(result, 31) + (this.d43_1 == null ? 0 : hashCode(this.d43_1)) | 0;
|
|
35828
|
+
var result = this.c43_1 == null ? 0 : getStringHashCode(this.c43_1);
|
|
35829
|
+
result = imul(result, 31) + getStringHashCode(this.d43_1) | 0;
|
|
35827
35830
|
result = imul(result, 31) + (this.e43_1 == null ? 0 : getStringHashCode(this.e43_1)) | 0;
|
|
35831
|
+
result = imul(result, 31) + (this.sceneData == null ? 0 : hashCode(this.sceneData)) | 0;
|
|
35832
|
+
result = imul(result, 31) + (this.f43_1 == null ? 0 : hashCode(this.f43_1)) | 0;
|
|
35833
|
+
result = imul(result, 31) + (this.g43_1 == null ? 0 : getStringHashCode(this.g43_1)) | 0;
|
|
35828
35834
|
return result;
|
|
35829
35835
|
};
|
|
35830
35836
|
protoOf(SceneMechanicAction).equals = function (other) {
|
|
@@ -35832,17 +35838,17 @@
|
|
|
35832
35838
|
return true;
|
|
35833
35839
|
if (!(other instanceof SceneMechanicAction))
|
|
35834
35840
|
return false;
|
|
35835
|
-
if (!(this.
|
|
35841
|
+
if (!(this.c43_1 == other.c43_1))
|
|
35836
35842
|
return false;
|
|
35837
|
-
if (!(this.
|
|
35843
|
+
if (!(this.d43_1 === other.d43_1))
|
|
35838
35844
|
return false;
|
|
35839
|
-
if (!(this.
|
|
35845
|
+
if (!(this.e43_1 == other.e43_1))
|
|
35840
35846
|
return false;
|
|
35841
35847
|
if (!equals(this.sceneData, other.sceneData))
|
|
35842
35848
|
return false;
|
|
35843
|
-
if (!equals(this.
|
|
35849
|
+
if (!equals(this.f43_1, other.f43_1))
|
|
35844
35850
|
return false;
|
|
35845
|
-
if (!(this.
|
|
35851
|
+
if (!(this.g43_1 == other.g43_1))
|
|
35846
35852
|
return false;
|
|
35847
35853
|
return true;
|
|
35848
35854
|
};
|
|
@@ -35853,26 +35859,26 @@
|
|
|
35853
35859
|
MechanicAction.call(this);
|
|
35854
35860
|
this.team1 = team1;
|
|
35855
35861
|
this.team2 = team2;
|
|
35856
|
-
this.
|
|
35862
|
+
this.l43_1 = aid;
|
|
35857
35863
|
var tmp = this;
|
|
35858
35864
|
// Inline function 'kotlin.arrayOf' call
|
|
35859
35865
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
35860
35866
|
// Inline function 'kotlin.js.asDynamic' call
|
|
35861
|
-
tmp.
|
|
35867
|
+
tmp.m43_1 = [this.team1.first, this.team2.first, this.team1.second, this.team2.second];
|
|
35862
35868
|
}
|
|
35863
|
-
protoOf(TeamsDataMechanicAction).
|
|
35869
|
+
protoOf(TeamsDataMechanicAction).n43 = function () {
|
|
35864
35870
|
return this.team1;
|
|
35865
35871
|
};
|
|
35866
|
-
protoOf(TeamsDataMechanicAction).
|
|
35872
|
+
protoOf(TeamsDataMechanicAction).o43 = function () {
|
|
35867
35873
|
return this.team2;
|
|
35868
35874
|
};
|
|
35869
|
-
protoOf(TeamsDataMechanicAction).
|
|
35870
|
-
return this.
|
|
35875
|
+
protoOf(TeamsDataMechanicAction).z40 = function () {
|
|
35876
|
+
return this.l43_1;
|
|
35871
35877
|
};
|
|
35872
|
-
protoOf(TeamsDataMechanicAction).
|
|
35873
|
-
return this.
|
|
35878
|
+
protoOf(TeamsDataMechanicAction).b42 = function () {
|
|
35879
|
+
return this.m43_1;
|
|
35874
35880
|
};
|
|
35875
|
-
protoOf(TeamsDataMechanicAction).
|
|
35881
|
+
protoOf(TeamsDataMechanicAction).p43 = function (sceneId) {
|
|
35876
35882
|
return 'CHOOSE_PARTNER' === sceneId;
|
|
35877
35883
|
};
|
|
35878
35884
|
protoOf(TeamsDataMechanicAction).m1v = function () {
|
|
@@ -35922,24 +35928,24 @@
|
|
|
35922
35928
|
return this.team2;
|
|
35923
35929
|
};
|
|
35924
35930
|
protoOf(TeamsDataMechanicAction).ei = function () {
|
|
35925
|
-
return this.
|
|
35931
|
+
return this.l43_1;
|
|
35926
35932
|
};
|
|
35927
|
-
protoOf(TeamsDataMechanicAction).
|
|
35933
|
+
protoOf(TeamsDataMechanicAction).q43 = function (team1, team2, aid) {
|
|
35928
35934
|
return new TeamsDataMechanicAction(team1, team2, aid);
|
|
35929
35935
|
};
|
|
35930
35936
|
protoOf(TeamsDataMechanicAction).copy = function (team1, team2, aid, $super) {
|
|
35931
35937
|
team1 = team1 === VOID ? this.team1 : team1;
|
|
35932
35938
|
team2 = team2 === VOID ? this.team2 : team2;
|
|
35933
|
-
aid = aid === VOID ? this.
|
|
35934
|
-
return $super === VOID ? this.
|
|
35939
|
+
aid = aid === VOID ? this.l43_1 : aid;
|
|
35940
|
+
return $super === VOID ? this.q43(team1, team2, aid) : $super.q43.call(this, team1, team2, aid);
|
|
35935
35941
|
};
|
|
35936
35942
|
protoOf(TeamsDataMechanicAction).toString = function () {
|
|
35937
|
-
return 'TeamsDataMechanicAction(team1=' + this.team1.toString() + ', team2=' + this.team2.toString() + ', aid=' + this.
|
|
35943
|
+
return 'TeamsDataMechanicAction(team1=' + this.team1.toString() + ', team2=' + this.team2.toString() + ', aid=' + this.l43_1 + ')';
|
|
35938
35944
|
};
|
|
35939
35945
|
protoOf(TeamsDataMechanicAction).hashCode = function () {
|
|
35940
35946
|
var result = this.team1.hashCode();
|
|
35941
35947
|
result = imul(result, 31) + this.team2.hashCode() | 0;
|
|
35942
|
-
result = imul(result, 31) + (this.
|
|
35948
|
+
result = imul(result, 31) + (this.l43_1 == null ? 0 : getStringHashCode(this.l43_1)) | 0;
|
|
35943
35949
|
return result;
|
|
35944
35950
|
};
|
|
35945
35951
|
protoOf(TeamsDataMechanicAction).equals = function (other) {
|
|
@@ -35951,7 +35957,7 @@
|
|
|
35951
35957
|
return false;
|
|
35952
35958
|
if (!this.team2.equals(other.team2))
|
|
35953
35959
|
return false;
|
|
35954
|
-
if (!(this.
|
|
35960
|
+
if (!(this.l43_1 == other.l43_1))
|
|
35955
35961
|
return false;
|
|
35956
35962
|
return true;
|
|
35957
35963
|
};
|
|
@@ -35967,7 +35973,7 @@
|
|
|
35967
35973
|
this.causeState = causeState;
|
|
35968
35974
|
this.isNoneActivePlayers = isNoneActivePlayers;
|
|
35969
35975
|
this.reconnectUntilTime = reconnectUntilTime;
|
|
35970
|
-
this.
|
|
35976
|
+
this.r43_1 = aid;
|
|
35971
35977
|
}
|
|
35972
35978
|
protoOf(PlayerConnectionChangedMechanicAction).o1p = function () {
|
|
35973
35979
|
return this.playerId;
|
|
@@ -35975,20 +35981,20 @@
|
|
|
35975
35981
|
protoOf(PlayerConnectionChangedMechanicAction).p1q = function () {
|
|
35976
35982
|
return this.state;
|
|
35977
35983
|
};
|
|
35978
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
35984
|
+
protoOf(PlayerConnectionChangedMechanicAction).s43 = function () {
|
|
35979
35985
|
return this.previousState;
|
|
35980
35986
|
};
|
|
35981
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
35987
|
+
protoOf(PlayerConnectionChangedMechanicAction).t43 = function () {
|
|
35982
35988
|
return this.causeState;
|
|
35983
35989
|
};
|
|
35984
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
35990
|
+
protoOf(PlayerConnectionChangedMechanicAction).u43 = function () {
|
|
35985
35991
|
return this.isNoneActivePlayers;
|
|
35986
35992
|
};
|
|
35987
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
35993
|
+
protoOf(PlayerConnectionChangedMechanicAction).v43 = function () {
|
|
35988
35994
|
return this.reconnectUntilTime;
|
|
35989
35995
|
};
|
|
35990
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
35991
|
-
return this.
|
|
35996
|
+
protoOf(PlayerConnectionChangedMechanicAction).z40 = function () {
|
|
35997
|
+
return this.r43_1;
|
|
35992
35998
|
};
|
|
35993
35999
|
protoOf(PlayerConnectionChangedMechanicAction).v1r = function () {
|
|
35994
36000
|
return this.originState.isShouldBeDisconnectedFromSockets;
|
|
@@ -35996,7 +36002,7 @@
|
|
|
35996
36002
|
protoOf(PlayerConnectionChangedMechanicAction).w1r = function () {
|
|
35997
36003
|
return this.originState.isShouldBeUnsubscribedFromSockets;
|
|
35998
36004
|
};
|
|
35999
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
36005
|
+
protoOf(PlayerConnectionChangedMechanicAction).w43 = function () {
|
|
36000
36006
|
var tmp;
|
|
36001
36007
|
if (this.state.isDisconnecting) {
|
|
36002
36008
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -36052,9 +36058,9 @@
|
|
|
36052
36058
|
}
|
|
36053
36059
|
var tmp_6 = tmp_5;
|
|
36054
36060
|
// Inline function 'kotlin.takeIf' call
|
|
36055
|
-
var this_3 = 'aid=' + this.
|
|
36061
|
+
var this_3 = 'aid=' + this.r43_1;
|
|
36056
36062
|
var tmp_7;
|
|
36057
|
-
if (!(this.
|
|
36063
|
+
if (!(this.r43_1 == null)) {
|
|
36058
36064
|
tmp_7 = this_3;
|
|
36059
36065
|
} else {
|
|
36060
36066
|
tmp_7 = null;
|
|
@@ -36081,9 +36087,9 @@
|
|
|
36081
36087
|
return this.reconnectUntilTime;
|
|
36082
36088
|
};
|
|
36083
36089
|
protoOf(PlayerConnectionChangedMechanicAction).l1q = function () {
|
|
36084
|
-
return this.
|
|
36090
|
+
return this.r43_1;
|
|
36085
36091
|
};
|
|
36086
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
36092
|
+
protoOf(PlayerConnectionChangedMechanicAction).x43 = function (playerId, state, previousState, causeState, isNoneActivePlayers, reconnectUntilTime, aid) {
|
|
36087
36093
|
return new PlayerConnectionChangedMechanicAction(playerId, state, previousState, causeState, isNoneActivePlayers, reconnectUntilTime, aid);
|
|
36088
36094
|
};
|
|
36089
36095
|
protoOf(PlayerConnectionChangedMechanicAction).copy = function (playerId, state, previousState, causeState, isNoneActivePlayers, reconnectUntilTime, aid, $super) {
|
|
@@ -36093,8 +36099,8 @@
|
|
|
36093
36099
|
causeState = causeState === VOID ? this.causeState : causeState;
|
|
36094
36100
|
isNoneActivePlayers = isNoneActivePlayers === VOID ? this.isNoneActivePlayers : isNoneActivePlayers;
|
|
36095
36101
|
reconnectUntilTime = reconnectUntilTime === VOID ? this.reconnectUntilTime : reconnectUntilTime;
|
|
36096
|
-
aid = aid === VOID ? this.
|
|
36097
|
-
return $super === VOID ? this.
|
|
36102
|
+
aid = aid === VOID ? this.r43_1 : aid;
|
|
36103
|
+
return $super === VOID ? this.x43(playerId, state, previousState, causeState, isNoneActivePlayers, reconnectUntilTime, aid) : $super.x43.call(this, playerId, state, previousState, causeState, isNoneActivePlayers, reconnectUntilTime, aid);
|
|
36098
36104
|
};
|
|
36099
36105
|
protoOf(PlayerConnectionChangedMechanicAction).hashCode = function () {
|
|
36100
36106
|
var result = getStringHashCode(this.playerId);
|
|
@@ -36103,7 +36109,7 @@
|
|
|
36103
36109
|
result = imul(result, 31) + (this.causeState == null ? 0 : this.causeState.hashCode()) | 0;
|
|
36104
36110
|
result = imul(result, 31) + getBooleanHashCode(this.isNoneActivePlayers) | 0;
|
|
36105
36111
|
result = imul(result, 31) + (this.reconnectUntilTime == null ? 0 : getStringHashCode(this.reconnectUntilTime)) | 0;
|
|
36106
|
-
result = imul(result, 31) + (this.
|
|
36112
|
+
result = imul(result, 31) + (this.r43_1 == null ? 0 : getStringHashCode(this.r43_1)) | 0;
|
|
36107
36113
|
return result;
|
|
36108
36114
|
};
|
|
36109
36115
|
protoOf(PlayerConnectionChangedMechanicAction).equals = function (other) {
|
|
@@ -36123,7 +36129,7 @@
|
|
|
36123
36129
|
return false;
|
|
36124
36130
|
if (!(this.reconnectUntilTime == other.reconnectUntilTime))
|
|
36125
36131
|
return false;
|
|
36126
|
-
if (!(this.
|
|
36132
|
+
if (!(this.r43_1 == other.r43_1))
|
|
36127
36133
|
return false;
|
|
36128
36134
|
return true;
|
|
36129
36135
|
};
|
|
@@ -36131,34 +36137,34 @@
|
|
|
36131
36137
|
aid = aid === VOID ? null : aid;
|
|
36132
36138
|
MechanicAction.call(this);
|
|
36133
36139
|
this.message = message;
|
|
36134
|
-
this.
|
|
36140
|
+
this.y43_1 = aid;
|
|
36135
36141
|
}
|
|
36136
36142
|
protoOf(MessageMechanicAction).e = function () {
|
|
36137
36143
|
return this.message;
|
|
36138
36144
|
};
|
|
36139
|
-
protoOf(MessageMechanicAction).
|
|
36140
|
-
return this.
|
|
36145
|
+
protoOf(MessageMechanicAction).z40 = function () {
|
|
36146
|
+
return this.y43_1;
|
|
36141
36147
|
};
|
|
36142
36148
|
protoOf(MessageMechanicAction).sc = function () {
|
|
36143
36149
|
return this.message;
|
|
36144
36150
|
};
|
|
36145
36151
|
protoOf(MessageMechanicAction).tc = function () {
|
|
36146
|
-
return this.
|
|
36152
|
+
return this.y43_1;
|
|
36147
36153
|
};
|
|
36148
|
-
protoOf(MessageMechanicAction).
|
|
36154
|
+
protoOf(MessageMechanicAction).z43 = function (message, aid) {
|
|
36149
36155
|
return new MessageMechanicAction(message, aid);
|
|
36150
36156
|
};
|
|
36151
36157
|
protoOf(MessageMechanicAction).copy = function (message, aid, $super) {
|
|
36152
36158
|
message = message === VOID ? this.message : message;
|
|
36153
|
-
aid = aid === VOID ? this.
|
|
36154
|
-
return $super === VOID ? this.
|
|
36159
|
+
aid = aid === VOID ? this.y43_1 : aid;
|
|
36160
|
+
return $super === VOID ? this.z43(message, aid) : $super.z43.call(this, message, aid);
|
|
36155
36161
|
};
|
|
36156
36162
|
protoOf(MessageMechanicAction).toString = function () {
|
|
36157
|
-
return 'MessageMechanicAction(message=' + toString(this.message) + ', aid=' + this.
|
|
36163
|
+
return 'MessageMechanicAction(message=' + toString(this.message) + ', aid=' + this.y43_1 + ')';
|
|
36158
36164
|
};
|
|
36159
36165
|
protoOf(MessageMechanicAction).hashCode = function () {
|
|
36160
36166
|
var result = hashCode(this.message);
|
|
36161
|
-
result = imul(result, 31) + (this.
|
|
36167
|
+
result = imul(result, 31) + (this.y43_1 == null ? 0 : getStringHashCode(this.y43_1)) | 0;
|
|
36162
36168
|
return result;
|
|
36163
36169
|
};
|
|
36164
36170
|
protoOf(MessageMechanicAction).equals = function (other) {
|
|
@@ -36168,25 +36174,25 @@
|
|
|
36168
36174
|
return false;
|
|
36169
36175
|
if (!equals(this.message, other.message))
|
|
36170
36176
|
return false;
|
|
36171
|
-
if (!(this.
|
|
36177
|
+
if (!(this.y43_1 == other.y43_1))
|
|
36172
36178
|
return false;
|
|
36173
36179
|
return true;
|
|
36174
36180
|
};
|
|
36175
36181
|
function RestartGameMechanicAction(reason, aid) {
|
|
36176
36182
|
aid = aid === VOID ? null : aid;
|
|
36177
36183
|
MechanicAction.call(this);
|
|
36178
|
-
this.
|
|
36179
|
-
this.
|
|
36184
|
+
this.a44_1 = reason;
|
|
36185
|
+
this.b44_1 = aid;
|
|
36180
36186
|
}
|
|
36181
|
-
protoOf(RestartGameMechanicAction).
|
|
36182
|
-
return this.
|
|
36187
|
+
protoOf(RestartGameMechanicAction).z40 = function () {
|
|
36188
|
+
return this.b44_1;
|
|
36183
36189
|
};
|
|
36184
36190
|
protoOf(RestartGameMechanicAction).toString = function () {
|
|
36185
|
-
return 'RestartGameMechanicAction(reason=' + this.
|
|
36191
|
+
return 'RestartGameMechanicAction(reason=' + this.a44_1.toString() + ', aid=' + this.b44_1 + ')';
|
|
36186
36192
|
};
|
|
36187
36193
|
protoOf(RestartGameMechanicAction).hashCode = function () {
|
|
36188
|
-
var result = this.
|
|
36189
|
-
result = imul(result, 31) + (this.
|
|
36194
|
+
var result = this.a44_1.hashCode();
|
|
36195
|
+
result = imul(result, 31) + (this.b44_1 == null ? 0 : getStringHashCode(this.b44_1)) | 0;
|
|
36190
36196
|
return result;
|
|
36191
36197
|
};
|
|
36192
36198
|
protoOf(RestartGameMechanicAction).equals = function (other) {
|
|
@@ -36194,9 +36200,9 @@
|
|
|
36194
36200
|
return true;
|
|
36195
36201
|
if (!(other instanceof RestartGameMechanicAction))
|
|
36196
36202
|
return false;
|
|
36197
|
-
if (!this.
|
|
36203
|
+
if (!this.a44_1.equals(other.a44_1))
|
|
36198
36204
|
return false;
|
|
36199
|
-
if (!(this.
|
|
36205
|
+
if (!(this.b44_1 == other.b44_1))
|
|
36200
36206
|
return false;
|
|
36201
36207
|
return true;
|
|
36202
36208
|
};
|
|
@@ -36204,31 +36210,31 @@
|
|
|
36204
36210
|
actData = actData === VOID ? null : actData;
|
|
36205
36211
|
aid = aid === VOID ? null : aid;
|
|
36206
36212
|
MechanicAction.call(this);
|
|
36207
|
-
this.
|
|
36208
|
-
this.
|
|
36209
|
-
this.
|
|
36210
|
-
this.
|
|
36213
|
+
this.c44_1 = sceneId;
|
|
36214
|
+
this.d44_1 = actId;
|
|
36215
|
+
this.e44_1 = actData;
|
|
36216
|
+
this.f44_1 = aid;
|
|
36211
36217
|
}
|
|
36212
36218
|
protoOf(SceneActMechanicAction).q2t = function () {
|
|
36213
|
-
return this.
|
|
36219
|
+
return this.c44_1;
|
|
36214
36220
|
};
|
|
36215
36221
|
protoOf(SceneActMechanicAction).y2s = function () {
|
|
36216
|
-
return this.
|
|
36222
|
+
return this.d44_1;
|
|
36217
36223
|
};
|
|
36218
|
-
protoOf(SceneActMechanicAction).
|
|
36219
|
-
return this.
|
|
36224
|
+
protoOf(SceneActMechanicAction).b43 = function () {
|
|
36225
|
+
return this.e44_1;
|
|
36220
36226
|
};
|
|
36221
|
-
protoOf(SceneActMechanicAction).
|
|
36222
|
-
return this.
|
|
36227
|
+
protoOf(SceneActMechanicAction).z40 = function () {
|
|
36228
|
+
return this.f44_1;
|
|
36223
36229
|
};
|
|
36224
36230
|
protoOf(SceneActMechanicAction).toString = function () {
|
|
36225
|
-
return 'SceneActMechanicAction(sceneId=' + this.
|
|
36231
|
+
return 'SceneActMechanicAction(sceneId=' + this.c44_1 + ', actId=' + this.d44_1 + ', actData=' + toString_0(this.e44_1) + ', aid=' + this.f44_1 + ')';
|
|
36226
36232
|
};
|
|
36227
36233
|
protoOf(SceneActMechanicAction).hashCode = function () {
|
|
36228
|
-
var result = getStringHashCode(this.
|
|
36229
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
36230
|
-
result = imul(result, 31) + (this.
|
|
36231
|
-
result = imul(result, 31) + (this.
|
|
36234
|
+
var result = getStringHashCode(this.c44_1);
|
|
36235
|
+
result = imul(result, 31) + getStringHashCode(this.d44_1) | 0;
|
|
36236
|
+
result = imul(result, 31) + (this.e44_1 == null ? 0 : hashCode(this.e44_1)) | 0;
|
|
36237
|
+
result = imul(result, 31) + (this.f44_1 == null ? 0 : getStringHashCode(this.f44_1)) | 0;
|
|
36232
36238
|
return result;
|
|
36233
36239
|
};
|
|
36234
36240
|
protoOf(SceneActMechanicAction).equals = function (other) {
|
|
@@ -36236,34 +36242,34 @@
|
|
|
36236
36242
|
return true;
|
|
36237
36243
|
if (!(other instanceof SceneActMechanicAction))
|
|
36238
36244
|
return false;
|
|
36239
|
-
if (!(this.
|
|
36245
|
+
if (!(this.c44_1 === other.c44_1))
|
|
36240
36246
|
return false;
|
|
36241
|
-
if (!(this.
|
|
36247
|
+
if (!(this.d44_1 === other.d44_1))
|
|
36242
36248
|
return false;
|
|
36243
|
-
if (!equals(this.
|
|
36249
|
+
if (!equals(this.e44_1, other.e44_1))
|
|
36244
36250
|
return false;
|
|
36245
|
-
if (!(this.
|
|
36251
|
+
if (!(this.f44_1 == other.f44_1))
|
|
36246
36252
|
return false;
|
|
36247
36253
|
return true;
|
|
36248
36254
|
};
|
|
36249
36255
|
function PlayerReadyMechanicAction(currentTurnPlayerId, aid) {
|
|
36250
36256
|
aid = aid === VOID ? null : aid;
|
|
36251
36257
|
MechanicAction.call(this);
|
|
36252
|
-
this.
|
|
36253
|
-
this.
|
|
36258
|
+
this.g44_1 = currentTurnPlayerId;
|
|
36259
|
+
this.h44_1 = aid;
|
|
36254
36260
|
}
|
|
36255
|
-
protoOf(PlayerReadyMechanicAction).
|
|
36256
|
-
return this.
|
|
36261
|
+
protoOf(PlayerReadyMechanicAction).z40 = function () {
|
|
36262
|
+
return this.h44_1;
|
|
36257
36263
|
};
|
|
36258
36264
|
protoOf(PlayerReadyMechanicAction).o1p = function () {
|
|
36259
|
-
return this.
|
|
36265
|
+
return this.g44_1;
|
|
36260
36266
|
};
|
|
36261
36267
|
protoOf(PlayerReadyMechanicAction).toString = function () {
|
|
36262
|
-
return 'PlayerReadyMechanicAction(currentTurnPlayerId=' + this.
|
|
36268
|
+
return 'PlayerReadyMechanicAction(currentTurnPlayerId=' + this.g44_1 + ', aid=' + this.h44_1 + ')';
|
|
36263
36269
|
};
|
|
36264
36270
|
protoOf(PlayerReadyMechanicAction).hashCode = function () {
|
|
36265
|
-
var result = getStringHashCode(this.
|
|
36266
|
-
result = imul(result, 31) + (this.
|
|
36271
|
+
var result = getStringHashCode(this.g44_1);
|
|
36272
|
+
result = imul(result, 31) + (this.h44_1 == null ? 0 : getStringHashCode(this.h44_1)) | 0;
|
|
36267
36273
|
return result;
|
|
36268
36274
|
};
|
|
36269
36275
|
protoOf(PlayerReadyMechanicAction).equals = function (other) {
|
|
@@ -36271,9 +36277,9 @@
|
|
|
36271
36277
|
return true;
|
|
36272
36278
|
if (!(other instanceof PlayerReadyMechanicAction))
|
|
36273
36279
|
return false;
|
|
36274
|
-
if (!(this.
|
|
36280
|
+
if (!(this.g44_1 === other.g44_1))
|
|
36275
36281
|
return false;
|
|
36276
|
-
if (!(this.
|
|
36282
|
+
if (!(this.h44_1 == other.h44_1))
|
|
36277
36283
|
return false;
|
|
36278
36284
|
return true;
|
|
36279
36285
|
};
|
|
@@ -36281,27 +36287,27 @@
|
|
|
36281
36287
|
restartRound = restartRound === VOID ? false : restartRound;
|
|
36282
36288
|
aid = aid === VOID ? null : aid;
|
|
36283
36289
|
MechanicAction.call(this);
|
|
36284
|
-
this.
|
|
36285
|
-
this.
|
|
36286
|
-
this.
|
|
36287
|
-
this.
|
|
36288
|
-
this.
|
|
36290
|
+
this.i44_1 = suit;
|
|
36291
|
+
this.j44_1 = restartRound;
|
|
36292
|
+
this.k44_1 = currentTurnPlayerId;
|
|
36293
|
+
this.l44_1 = nextTurnPlayerIds;
|
|
36294
|
+
this.m44_1 = aid;
|
|
36289
36295
|
}
|
|
36290
|
-
protoOf(SuitChoiceMechanicAction).
|
|
36291
|
-
return this.
|
|
36296
|
+
protoOf(SuitChoiceMechanicAction).z40 = function () {
|
|
36297
|
+
return this.m44_1;
|
|
36292
36298
|
};
|
|
36293
36299
|
protoOf(SuitChoiceMechanicAction).o1p = function () {
|
|
36294
|
-
return this.
|
|
36300
|
+
return this.k44_1;
|
|
36295
36301
|
};
|
|
36296
36302
|
protoOf(SuitChoiceMechanicAction).toString = function () {
|
|
36297
|
-
return 'SuitChoiceMechanicAction(suit=' + toString_0(this.
|
|
36303
|
+
return 'SuitChoiceMechanicAction(suit=' + toString_0(this.i44_1) + ', restartRound=' + this.j44_1 + ', currentTurnPlayerId=' + this.k44_1 + ', nextTurnPlayerIds=' + toString(this.l44_1) + ', aid=' + this.m44_1 + ')';
|
|
36298
36304
|
};
|
|
36299
36305
|
protoOf(SuitChoiceMechanicAction).hashCode = function () {
|
|
36300
|
-
var result = this.
|
|
36301
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
36302
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
36303
|
-
result = imul(result, 31) + hashCode(this.
|
|
36304
|
-
result = imul(result, 31) + (this.
|
|
36306
|
+
var result = this.i44_1 == null ? 0 : this.i44_1.hashCode();
|
|
36307
|
+
result = imul(result, 31) + getBooleanHashCode(this.j44_1) | 0;
|
|
36308
|
+
result = imul(result, 31) + getStringHashCode(this.k44_1) | 0;
|
|
36309
|
+
result = imul(result, 31) + hashCode(this.l44_1) | 0;
|
|
36310
|
+
result = imul(result, 31) + (this.m44_1 == null ? 0 : getStringHashCode(this.m44_1)) | 0;
|
|
36305
36311
|
return result;
|
|
36306
36312
|
};
|
|
36307
36313
|
protoOf(SuitChoiceMechanicAction).equals = function (other) {
|
|
@@ -36309,43 +36315,43 @@
|
|
|
36309
36315
|
return true;
|
|
36310
36316
|
if (!(other instanceof SuitChoiceMechanicAction))
|
|
36311
36317
|
return false;
|
|
36312
|
-
if (!equals(this.
|
|
36318
|
+
if (!equals(this.i44_1, other.i44_1))
|
|
36313
36319
|
return false;
|
|
36314
|
-
if (!(this.
|
|
36320
|
+
if (!(this.j44_1 === other.j44_1))
|
|
36315
36321
|
return false;
|
|
36316
|
-
if (!(this.
|
|
36322
|
+
if (!(this.k44_1 === other.k44_1))
|
|
36317
36323
|
return false;
|
|
36318
|
-
if (!equals(this.
|
|
36324
|
+
if (!equals(this.l44_1, other.l44_1))
|
|
36319
36325
|
return false;
|
|
36320
|
-
if (!(this.
|
|
36326
|
+
if (!(this.m44_1 == other.m44_1))
|
|
36321
36327
|
return false;
|
|
36322
36328
|
return true;
|
|
36323
36329
|
};
|
|
36324
36330
|
function CombinationChoiceMechanicAction(isAnnounced, combinations, currentTurnPlayerId, aid) {
|
|
36325
36331
|
aid = aid === VOID ? null : aid;
|
|
36326
36332
|
MechanicAction.call(this);
|
|
36327
|
-
this.
|
|
36328
|
-
this.
|
|
36329
|
-
this.
|
|
36330
|
-
this.
|
|
36333
|
+
this.n44_1 = isAnnounced;
|
|
36334
|
+
this.o44_1 = combinations;
|
|
36335
|
+
this.p44_1 = currentTurnPlayerId;
|
|
36336
|
+
this.q44_1 = aid;
|
|
36331
36337
|
}
|
|
36332
|
-
protoOf(CombinationChoiceMechanicAction).
|
|
36333
|
-
return this.
|
|
36338
|
+
protoOf(CombinationChoiceMechanicAction).z40 = function () {
|
|
36339
|
+
return this.q44_1;
|
|
36334
36340
|
};
|
|
36335
36341
|
protoOf(CombinationChoiceMechanicAction).l1v = function () {
|
|
36336
36342
|
return true;
|
|
36337
36343
|
};
|
|
36338
36344
|
protoOf(CombinationChoiceMechanicAction).o1p = function () {
|
|
36339
|
-
return this.
|
|
36345
|
+
return this.p44_1;
|
|
36340
36346
|
};
|
|
36341
36347
|
protoOf(CombinationChoiceMechanicAction).toString = function () {
|
|
36342
|
-
return 'CombinationChoiceMechanicAction(isAnnounced=' + this.
|
|
36348
|
+
return 'CombinationChoiceMechanicAction(isAnnounced=' + this.n44_1 + ', combinations=' + toString(this.o44_1) + ', currentTurnPlayerId=' + this.p44_1 + ', aid=' + this.q44_1 + ')';
|
|
36343
36349
|
};
|
|
36344
36350
|
protoOf(CombinationChoiceMechanicAction).hashCode = function () {
|
|
36345
|
-
var result = getBooleanHashCode(this.
|
|
36346
|
-
result = imul(result, 31) + hashCode(this.
|
|
36347
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
36348
|
-
result = imul(result, 31) + (this.
|
|
36351
|
+
var result = getBooleanHashCode(this.n44_1);
|
|
36352
|
+
result = imul(result, 31) + hashCode(this.o44_1) | 0;
|
|
36353
|
+
result = imul(result, 31) + getStringHashCode(this.p44_1) | 0;
|
|
36354
|
+
result = imul(result, 31) + (this.q44_1 == null ? 0 : getStringHashCode(this.q44_1)) | 0;
|
|
36349
36355
|
return result;
|
|
36350
36356
|
};
|
|
36351
36357
|
protoOf(CombinationChoiceMechanicAction).equals = function (other) {
|
|
@@ -36353,13 +36359,13 @@
|
|
|
36353
36359
|
return true;
|
|
36354
36360
|
if (!(other instanceof CombinationChoiceMechanicAction))
|
|
36355
36361
|
return false;
|
|
36356
|
-
if (!(this.
|
|
36362
|
+
if (!(this.n44_1 === other.n44_1))
|
|
36357
36363
|
return false;
|
|
36358
|
-
if (!equals(this.
|
|
36364
|
+
if (!equals(this.o44_1, other.o44_1))
|
|
36359
36365
|
return false;
|
|
36360
|
-
if (!(this.
|
|
36366
|
+
if (!(this.p44_1 === other.p44_1))
|
|
36361
36367
|
return false;
|
|
36362
|
-
if (!(this.
|
|
36368
|
+
if (!(this.q44_1 == other.q44_1))
|
|
36363
36369
|
return false;
|
|
36364
36370
|
return true;
|
|
36365
36371
|
};
|
|
@@ -36367,36 +36373,36 @@
|
|
|
36367
36373
|
combinations = combinations === VOID ? null : combinations;
|
|
36368
36374
|
aid = aid === VOID ? null : aid;
|
|
36369
36375
|
MechanicAction.call(this);
|
|
36370
|
-
this.
|
|
36371
|
-
this.
|
|
36372
|
-
this.
|
|
36373
|
-
this.
|
|
36374
|
-
this.
|
|
36375
|
-
this.
|
|
36376
|
-
}
|
|
36377
|
-
protoOf(PutCardMechanicAction).
|
|
36378
|
-
return this.
|
|
36376
|
+
this.r44_1 = card;
|
|
36377
|
+
this.s44_1 = combinations;
|
|
36378
|
+
this.t44_1 = canNextPlayerTakeAllCards;
|
|
36379
|
+
this.u44_1 = currentTurnPlayerId;
|
|
36380
|
+
this.v44_1 = nextTurnPlayerIds;
|
|
36381
|
+
this.w44_1 = aid;
|
|
36382
|
+
}
|
|
36383
|
+
protoOf(PutCardMechanicAction).z40 = function () {
|
|
36384
|
+
return this.w44_1;
|
|
36379
36385
|
};
|
|
36380
36386
|
protoOf(PutCardMechanicAction).o1p = function () {
|
|
36381
|
-
return this.
|
|
36387
|
+
return this.u44_1;
|
|
36382
36388
|
};
|
|
36383
36389
|
protoOf(PutCardMechanicAction).toString = function () {
|
|
36384
|
-
var tmp = "currentTurnPlayerId='" + this.
|
|
36390
|
+
var tmp = "currentTurnPlayerId='" + this.u44_1 + "'";
|
|
36385
36391
|
// Inline function 'kotlin.takeIf' call
|
|
36386
|
-
var this_0 = 'nextTurnPlayerIds=' + toString(this.
|
|
36392
|
+
var this_0 = 'nextTurnPlayerIds=' + toString(this.v44_1);
|
|
36387
36393
|
var tmp_0;
|
|
36388
36394
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
36389
|
-
if (!this.
|
|
36395
|
+
if (!this.v44_1.r()) {
|
|
36390
36396
|
tmp_0 = this_0;
|
|
36391
36397
|
} else {
|
|
36392
36398
|
tmp_0 = null;
|
|
36393
36399
|
}
|
|
36394
36400
|
var tmp_1 = tmp_0;
|
|
36395
|
-
var tmp_2 = 'card=' + this.
|
|
36401
|
+
var tmp_2 = 'card=' + this.r44_1.toString();
|
|
36396
36402
|
// Inline function 'kotlin.takeIf' call
|
|
36397
|
-
var this_1 = 'combinations=' + toString_0(this.
|
|
36403
|
+
var this_1 = 'combinations=' + toString_0(this.s44_1);
|
|
36398
36404
|
var tmp_3;
|
|
36399
|
-
var tmp0_safe_receiver = this.
|
|
36405
|
+
var tmp0_safe_receiver = this.s44_1;
|
|
36400
36406
|
var tmp_4;
|
|
36401
36407
|
if (tmp0_safe_receiver == null) {
|
|
36402
36408
|
tmp_4 = null;
|
|
@@ -36411,9 +36417,9 @@
|
|
|
36411
36417
|
}
|
|
36412
36418
|
var tmp_5 = tmp_3;
|
|
36413
36419
|
// Inline function 'kotlin.takeIf' call
|
|
36414
|
-
var this_2 = 'aid=' + this.
|
|
36420
|
+
var this_2 = 'aid=' + this.w44_1;
|
|
36415
36421
|
var tmp_6;
|
|
36416
|
-
if (!(this.
|
|
36422
|
+
if (!(this.w44_1 == null)) {
|
|
36417
36423
|
tmp_6 = this_2;
|
|
36418
36424
|
} else {
|
|
36419
36425
|
tmp_6 = null;
|
|
@@ -36422,12 +36428,12 @@
|
|
|
36422
36428
|
return 'PutCardMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_2, tmp_5, tmp$ret$7])) + ')';
|
|
36423
36429
|
};
|
|
36424
36430
|
protoOf(PutCardMechanicAction).hashCode = function () {
|
|
36425
|
-
var result = this.
|
|
36426
|
-
result = imul(result, 31) + (this.
|
|
36427
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
36428
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
36429
|
-
result = imul(result, 31) + hashCode(this.
|
|
36430
|
-
result = imul(result, 31) + (this.
|
|
36431
|
+
var result = this.r44_1.hashCode();
|
|
36432
|
+
result = imul(result, 31) + (this.s44_1 == null ? 0 : hashCode(this.s44_1)) | 0;
|
|
36433
|
+
result = imul(result, 31) + getBooleanHashCode(this.t44_1) | 0;
|
|
36434
|
+
result = imul(result, 31) + getStringHashCode(this.u44_1) | 0;
|
|
36435
|
+
result = imul(result, 31) + hashCode(this.v44_1) | 0;
|
|
36436
|
+
result = imul(result, 31) + (this.w44_1 == null ? 0 : getStringHashCode(this.w44_1)) | 0;
|
|
36431
36437
|
return result;
|
|
36432
36438
|
};
|
|
36433
36439
|
protoOf(PutCardMechanicAction).equals = function (other) {
|
|
@@ -36435,35 +36441,35 @@
|
|
|
36435
36441
|
return true;
|
|
36436
36442
|
if (!(other instanceof PutCardMechanicAction))
|
|
36437
36443
|
return false;
|
|
36438
|
-
if (!this.
|
|
36444
|
+
if (!this.r44_1.equals(other.r44_1))
|
|
36439
36445
|
return false;
|
|
36440
|
-
if (!equals(this.
|
|
36446
|
+
if (!equals(this.s44_1, other.s44_1))
|
|
36441
36447
|
return false;
|
|
36442
|
-
if (!(this.
|
|
36448
|
+
if (!(this.t44_1 === other.t44_1))
|
|
36443
36449
|
return false;
|
|
36444
|
-
if (!(this.
|
|
36450
|
+
if (!(this.u44_1 === other.u44_1))
|
|
36445
36451
|
return false;
|
|
36446
|
-
if (!equals(this.
|
|
36452
|
+
if (!equals(this.v44_1, other.v44_1))
|
|
36447
36453
|
return false;
|
|
36448
|
-
if (!(this.
|
|
36454
|
+
if (!(this.w44_1 == other.w44_1))
|
|
36449
36455
|
return false;
|
|
36450
36456
|
return true;
|
|
36451
36457
|
};
|
|
36452
36458
|
function TrumpMechanicAction(suit, aid) {
|
|
36453
36459
|
aid = aid === VOID ? null : aid;
|
|
36454
36460
|
MechanicAction.call(this);
|
|
36455
|
-
this.
|
|
36456
|
-
this.
|
|
36461
|
+
this.x44_1 = suit;
|
|
36462
|
+
this.y44_1 = aid;
|
|
36457
36463
|
}
|
|
36458
|
-
protoOf(TrumpMechanicAction).
|
|
36459
|
-
return this.
|
|
36464
|
+
protoOf(TrumpMechanicAction).z40 = function () {
|
|
36465
|
+
return this.y44_1;
|
|
36460
36466
|
};
|
|
36461
36467
|
protoOf(TrumpMechanicAction).toString = function () {
|
|
36462
|
-
return 'TrumpMechanicAction(suit=' + this.
|
|
36468
|
+
return 'TrumpMechanicAction(suit=' + this.x44_1.toString() + ', aid=' + this.y44_1 + ')';
|
|
36463
36469
|
};
|
|
36464
36470
|
protoOf(TrumpMechanicAction).hashCode = function () {
|
|
36465
|
-
var result = this.
|
|
36466
|
-
result = imul(result, 31) + (this.
|
|
36471
|
+
var result = this.x44_1.hashCode();
|
|
36472
|
+
result = imul(result, 31) + (this.y44_1 == null ? 0 : getStringHashCode(this.y44_1)) | 0;
|
|
36467
36473
|
return result;
|
|
36468
36474
|
};
|
|
36469
36475
|
protoOf(TrumpMechanicAction).equals = function (other) {
|
|
@@ -36471,34 +36477,34 @@
|
|
|
36471
36477
|
return true;
|
|
36472
36478
|
if (!(other instanceof TrumpMechanicAction))
|
|
36473
36479
|
return false;
|
|
36474
|
-
if (!this.
|
|
36480
|
+
if (!this.x44_1.equals(other.x44_1))
|
|
36475
36481
|
return false;
|
|
36476
|
-
if (!(this.
|
|
36482
|
+
if (!(this.y44_1 == other.y44_1))
|
|
36477
36483
|
return false;
|
|
36478
36484
|
return true;
|
|
36479
36485
|
};
|
|
36480
36486
|
function PickUpBribeMechanicAction(whoGotBribePlayerId, numberOfBribe, canNextPlayerTakeAllCards, aid) {
|
|
36481
36487
|
aid = aid === VOID ? null : aid;
|
|
36482
36488
|
MechanicAction.call(this);
|
|
36483
|
-
this.
|
|
36484
|
-
this.
|
|
36485
|
-
this.
|
|
36486
|
-
this.
|
|
36489
|
+
this.z44_1 = whoGotBribePlayerId;
|
|
36490
|
+
this.a45_1 = numberOfBribe;
|
|
36491
|
+
this.b45_1 = canNextPlayerTakeAllCards;
|
|
36492
|
+
this.c45_1 = aid;
|
|
36487
36493
|
}
|
|
36488
|
-
protoOf(PickUpBribeMechanicAction).
|
|
36489
|
-
return this.
|
|
36494
|
+
protoOf(PickUpBribeMechanicAction).z40 = function () {
|
|
36495
|
+
return this.c45_1;
|
|
36490
36496
|
};
|
|
36491
36497
|
protoOf(PickUpBribeMechanicAction).l1v = function () {
|
|
36492
36498
|
return true;
|
|
36493
36499
|
};
|
|
36494
36500
|
protoOf(PickUpBribeMechanicAction).toString = function () {
|
|
36495
|
-
return 'PickUpBribeMechanicAction(whoGotBribePlayerId=' + this.
|
|
36501
|
+
return 'PickUpBribeMechanicAction(whoGotBribePlayerId=' + this.z44_1 + ', numberOfBribe=' + this.a45_1 + ', canNextPlayerTakeAllCards=' + this.b45_1 + ', aid=' + this.c45_1 + ')';
|
|
36496
36502
|
};
|
|
36497
36503
|
protoOf(PickUpBribeMechanicAction).hashCode = function () {
|
|
36498
|
-
var result = getStringHashCode(this.
|
|
36499
|
-
result = imul(result, 31) + this.
|
|
36500
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
36501
|
-
result = imul(result, 31) + (this.
|
|
36504
|
+
var result = getStringHashCode(this.z44_1);
|
|
36505
|
+
result = imul(result, 31) + this.a45_1 | 0;
|
|
36506
|
+
result = imul(result, 31) + getBooleanHashCode(this.b45_1) | 0;
|
|
36507
|
+
result = imul(result, 31) + (this.c45_1 == null ? 0 : getStringHashCode(this.c45_1)) | 0;
|
|
36502
36508
|
return result;
|
|
36503
36509
|
};
|
|
36504
36510
|
protoOf(PickUpBribeMechanicAction).equals = function (other) {
|
|
@@ -36506,36 +36512,36 @@
|
|
|
36506
36512
|
return true;
|
|
36507
36513
|
if (!(other instanceof PickUpBribeMechanicAction))
|
|
36508
36514
|
return false;
|
|
36509
|
-
if (!(this.
|
|
36515
|
+
if (!(this.z44_1 === other.z44_1))
|
|
36510
36516
|
return false;
|
|
36511
|
-
if (!(this.
|
|
36517
|
+
if (!(this.a45_1 === other.a45_1))
|
|
36512
36518
|
return false;
|
|
36513
|
-
if (!(this.
|
|
36519
|
+
if (!(this.b45_1 === other.b45_1))
|
|
36514
36520
|
return false;
|
|
36515
|
-
if (!(this.
|
|
36521
|
+
if (!(this.c45_1 == other.c45_1))
|
|
36516
36522
|
return false;
|
|
36517
36523
|
return true;
|
|
36518
36524
|
};
|
|
36519
36525
|
function TakeAllRemainingCardsMechanicAction(currentTurnPlayerId, playersCards, aid) {
|
|
36520
36526
|
aid = aid === VOID ? null : aid;
|
|
36521
36527
|
MechanicAction.call(this);
|
|
36522
|
-
this.
|
|
36523
|
-
this.
|
|
36524
|
-
this.
|
|
36528
|
+
this.d45_1 = currentTurnPlayerId;
|
|
36529
|
+
this.e45_1 = playersCards;
|
|
36530
|
+
this.f45_1 = aid;
|
|
36525
36531
|
}
|
|
36526
|
-
protoOf(TakeAllRemainingCardsMechanicAction).
|
|
36527
|
-
return this.
|
|
36532
|
+
protoOf(TakeAllRemainingCardsMechanicAction).z40 = function () {
|
|
36533
|
+
return this.f45_1;
|
|
36528
36534
|
};
|
|
36529
36535
|
protoOf(TakeAllRemainingCardsMechanicAction).o1p = function () {
|
|
36530
|
-
return this.
|
|
36536
|
+
return this.d45_1;
|
|
36531
36537
|
};
|
|
36532
36538
|
protoOf(TakeAllRemainingCardsMechanicAction).toString = function () {
|
|
36533
|
-
return 'TakeAllRemainingCardsMechanicAction(currentTurnPlayerId=' + this.
|
|
36539
|
+
return 'TakeAllRemainingCardsMechanicAction(currentTurnPlayerId=' + this.d45_1 + ', playersCards=' + toString(this.e45_1) + ', aid=' + this.f45_1 + ')';
|
|
36534
36540
|
};
|
|
36535
36541
|
protoOf(TakeAllRemainingCardsMechanicAction).hashCode = function () {
|
|
36536
|
-
var result = getStringHashCode(this.
|
|
36537
|
-
result = imul(result, 31) + hashCode(this.
|
|
36538
|
-
result = imul(result, 31) + (this.
|
|
36542
|
+
var result = getStringHashCode(this.d45_1);
|
|
36543
|
+
result = imul(result, 31) + hashCode(this.e45_1) | 0;
|
|
36544
|
+
result = imul(result, 31) + (this.f45_1 == null ? 0 : getStringHashCode(this.f45_1)) | 0;
|
|
36539
36545
|
return result;
|
|
36540
36546
|
};
|
|
36541
36547
|
protoOf(TakeAllRemainingCardsMechanicAction).equals = function (other) {
|
|
@@ -36543,32 +36549,32 @@
|
|
|
36543
36549
|
return true;
|
|
36544
36550
|
if (!(other instanceof TakeAllRemainingCardsMechanicAction))
|
|
36545
36551
|
return false;
|
|
36546
|
-
if (!(this.
|
|
36552
|
+
if (!(this.d45_1 === other.d45_1))
|
|
36547
36553
|
return false;
|
|
36548
|
-
if (!equals(this.
|
|
36554
|
+
if (!equals(this.e45_1, other.e45_1))
|
|
36549
36555
|
return false;
|
|
36550
|
-
if (!(this.
|
|
36556
|
+
if (!(this.f45_1 == other.f45_1))
|
|
36551
36557
|
return false;
|
|
36552
36558
|
return true;
|
|
36553
36559
|
};
|
|
36554
36560
|
function WinnerCombinationsMechanicAction(winnerCombinations, aid) {
|
|
36555
36561
|
aid = aid === VOID ? null : aid;
|
|
36556
36562
|
MechanicAction.call(this);
|
|
36557
|
-
this.
|
|
36558
|
-
this.
|
|
36563
|
+
this.g45_1 = winnerCombinations;
|
|
36564
|
+
this.h45_1 = aid;
|
|
36559
36565
|
}
|
|
36560
|
-
protoOf(WinnerCombinationsMechanicAction).
|
|
36561
|
-
return this.
|
|
36566
|
+
protoOf(WinnerCombinationsMechanicAction).z40 = function () {
|
|
36567
|
+
return this.h45_1;
|
|
36562
36568
|
};
|
|
36563
36569
|
protoOf(WinnerCombinationsMechanicAction).l1v = function () {
|
|
36564
36570
|
return true;
|
|
36565
36571
|
};
|
|
36566
36572
|
protoOf(WinnerCombinationsMechanicAction).toString = function () {
|
|
36567
|
-
return 'WinnerCombinationsMechanicAction(winnerCombinations=' + toString(this.
|
|
36573
|
+
return 'WinnerCombinationsMechanicAction(winnerCombinations=' + toString(this.g45_1) + ', aid=' + this.h45_1 + ')';
|
|
36568
36574
|
};
|
|
36569
36575
|
protoOf(WinnerCombinationsMechanicAction).hashCode = function () {
|
|
36570
|
-
var result = hashCode(this.
|
|
36571
|
-
result = imul(result, 31) + (this.
|
|
36576
|
+
var result = hashCode(this.g45_1);
|
|
36577
|
+
result = imul(result, 31) + (this.h45_1 == null ? 0 : getStringHashCode(this.h45_1)) | 0;
|
|
36572
36578
|
return result;
|
|
36573
36579
|
};
|
|
36574
36580
|
protoOf(WinnerCombinationsMechanicAction).equals = function (other) {
|
|
@@ -36576,27 +36582,27 @@
|
|
|
36576
36582
|
return true;
|
|
36577
36583
|
if (!(other instanceof WinnerCombinationsMechanicAction))
|
|
36578
36584
|
return false;
|
|
36579
|
-
if (!equals(this.
|
|
36585
|
+
if (!equals(this.g45_1, other.g45_1))
|
|
36580
36586
|
return false;
|
|
36581
|
-
if (!(this.
|
|
36587
|
+
if (!(this.h45_1 == other.h45_1))
|
|
36582
36588
|
return false;
|
|
36583
36589
|
return true;
|
|
36584
36590
|
};
|
|
36585
36591
|
function ErrorAction(error, aid) {
|
|
36586
36592
|
aid = aid === VOID ? null : aid;
|
|
36587
36593
|
MechanicAction.call(this);
|
|
36588
|
-
this.
|
|
36589
|
-
this.
|
|
36594
|
+
this.i45_1 = error;
|
|
36595
|
+
this.j45_1 = aid;
|
|
36590
36596
|
}
|
|
36591
|
-
protoOf(ErrorAction).
|
|
36592
|
-
return this.
|
|
36597
|
+
protoOf(ErrorAction).z40 = function () {
|
|
36598
|
+
return this.j45_1;
|
|
36593
36599
|
};
|
|
36594
36600
|
protoOf(ErrorAction).toString = function () {
|
|
36595
|
-
return 'ErrorAction(error=' + this.
|
|
36601
|
+
return 'ErrorAction(error=' + this.i45_1.toString() + ', aid=' + this.j45_1 + ')';
|
|
36596
36602
|
};
|
|
36597
36603
|
protoOf(ErrorAction).hashCode = function () {
|
|
36598
|
-
var result = this.
|
|
36599
|
-
result = imul(result, 31) + (this.
|
|
36604
|
+
var result = this.i45_1.hashCode();
|
|
36605
|
+
result = imul(result, 31) + (this.j45_1 == null ? 0 : getStringHashCode(this.j45_1)) | 0;
|
|
36600
36606
|
return result;
|
|
36601
36607
|
};
|
|
36602
36608
|
protoOf(ErrorAction).equals = function (other) {
|
|
@@ -36604,9 +36610,9 @@
|
|
|
36604
36610
|
return true;
|
|
36605
36611
|
if (!(other instanceof ErrorAction))
|
|
36606
36612
|
return false;
|
|
36607
|
-
if (!this.
|
|
36613
|
+
if (!this.i45_1.equals(other.i45_1))
|
|
36608
36614
|
return false;
|
|
36609
|
-
if (!(this.
|
|
36615
|
+
if (!(this.j45_1 == other.j45_1))
|
|
36610
36616
|
return false;
|
|
36611
36617
|
return true;
|
|
36612
36618
|
};
|
|
@@ -37139,9 +37145,9 @@
|
|
|
37139
37145
|
}
|
|
37140
37146
|
}
|
|
37141
37147
|
function GameHelperImpl(logger) {
|
|
37142
|
-
this.
|
|
37148
|
+
this.n45_1 = logger;
|
|
37143
37149
|
}
|
|
37144
|
-
protoOf(GameHelperImpl).
|
|
37150
|
+
protoOf(GameHelperImpl).k45 = function (store, playerIds, includeBots) {
|
|
37145
37151
|
var state = store.state;
|
|
37146
37152
|
var tmp;
|
|
37147
37153
|
if (!state.y2e()) {
|
|
@@ -37187,7 +37193,7 @@
|
|
|
37187
37193
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
37188
37194
|
return copyToArray(destination_1);
|
|
37189
37195
|
};
|
|
37190
|
-
protoOf(GameHelperImpl).
|
|
37196
|
+
protoOf(GameHelperImpl).l45 = function (store, playerIds, includeBots) {
|
|
37191
37197
|
var state = store.state;
|
|
37192
37198
|
var tmp;
|
|
37193
37199
|
if (!state.y2e()) {
|
|
@@ -37358,10 +37364,10 @@
|
|
|
37358
37364
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
37359
37365
|
return copyToArray(destination);
|
|
37360
37366
|
};
|
|
37361
|
-
protoOf(GameHelperImpl).
|
|
37367
|
+
protoOf(GameHelperImpl).m45 = function (mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) {
|
|
37362
37368
|
var roomMode = mapToRoomMode(mode);
|
|
37363
37369
|
var isEnableChoosePartnerScreen = (transition == null || transition.isEnableChoosePartnerScreen) && roomMode.isEnableChoosePartnerScreen;
|
|
37364
|
-
this.
|
|
37370
|
+
this.n45_1.v(VOID, 'createConfig: ' + ('mode = ' + roomMode.toString() + ', ') + ('transition = ' + toString_0(transition) + ', ') + ('isPrivate = ' + isPrivate + ', ') + ('dealerStrategy = ' + dealerStrategy + ', ') + ('league = ' + league + ', ') + ('isEnableChoosePartnerScreen = ' + isEnableChoosePartnerScreen + ' '));
|
|
37365
37371
|
var options = Companion_instance_153.getServerOptions(isEnableChat, isBotsEnabled, isEnableChoosePartnerScreen);
|
|
37366
37372
|
var playersMode = this.mapPlayers(players);
|
|
37367
37373
|
var pointsMode = this.mapPoints(points);
|
|
@@ -37796,40 +37802,40 @@
|
|
|
37796
37802
|
function getRandomAvatarData_0($this) {
|
|
37797
37803
|
var avatarSetNumber = Default_getInstance().wd(get_entries_5().o());
|
|
37798
37804
|
var avatarSet = get_entries_5().p(avatarSetNumber);
|
|
37799
|
-
return new AvatarData(Default_getInstance().wd(avatarSet.
|
|
37805
|
+
return new AvatarData(Default_getInstance().wd(avatarSet.t45()), avatarSet);
|
|
37800
37806
|
}
|
|
37801
37807
|
function getAvatarUrlByIndex($this, data) {
|
|
37802
37808
|
return mapToPattern($this, data);
|
|
37803
37809
|
}
|
|
37804
37810
|
function getNicknameByIndex($this, data) {
|
|
37805
|
-
return data.
|
|
37811
|
+
return data.v45_1.w45(data.u45_1);
|
|
37806
37812
|
}
|
|
37807
37813
|
function mapToPattern($this, data) {
|
|
37808
|
-
return 'debertz://raspberry.games/' + data.
|
|
37814
|
+
return 'debertz://raspberry.games/' + data.v45_1.h2_1 + '/' + data.u45_1;
|
|
37809
37815
|
}
|
|
37810
37816
|
function Companion_160() {
|
|
37811
37817
|
Companion_instance_164 = this;
|
|
37812
|
-
this.
|
|
37818
|
+
this.x45_1 = 'debertz://raspberry.games';
|
|
37813
37819
|
var tmp = this;
|
|
37814
37820
|
// Inline function 'kotlin.arrayOf' call
|
|
37815
37821
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
37816
37822
|
// Inline function 'kotlin.js.asDynamic' call
|
|
37817
|
-
tmp.
|
|
37823
|
+
tmp.y45_1 = ['Helen', 'Kelvin', 'Josh', 'Cler', 'Anna', 'Emily', 'Tom', 'Peter', 'Kate', 'Lucy', 'Bob', 'Holly', 'Alex', 'Mark', 'Sarah', 'Naomi'];
|
|
37818
37824
|
var tmp_0 = this;
|
|
37819
37825
|
// Inline function 'kotlin.arrayOf' call
|
|
37820
37826
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
37821
37827
|
// Inline function 'kotlin.js.asDynamic' call
|
|
37822
|
-
tmp_0.
|
|
37828
|
+
tmp_0.z45_1 = ['\u0422\u0430\u043D\u044F', 'TheBest', '\u0425\u0430\u0440\u043A\u0456\u0432\u041C\u0456\u0441\u0442\u043E\u0413\u0435\u0440\u043E\u0439', '\u0412\u0430\u043B\u044F', '\u041C\u0430\u0440\u0433\u0430\u0440\u0438\u0442\u0430', 'Dasha', '\u0410\u0440\u0442\u0435\u043C', '\u041F\u0435\u0442\u0440\u043E\u0432\u0438\u0447', '\u041A\u0440\u0438\u0441', '\u041C\u0430\u0440\u0456\u0430\u043D\u0430', '\u0421\u0430\u043B\u0442\u0456\u0432\u043A\u0430', '\u042F\u043D\u0430', 'Alex', '\u041E\u0434\u0435\u0441\u0441\u0430\u041C\u0430\u043C\u0430', 'Vika', '\u0421\u0432\u0456\u0442\u043B\u0430\u043D\u0430'];
|
|
37823
37829
|
var tmp_1 = this;
|
|
37824
37830
|
// Inline function 'kotlin.arrayOf' call
|
|
37825
37831
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
37826
37832
|
// Inline function 'kotlin.js.asDynamic' call
|
|
37827
|
-
tmp_1.
|
|
37833
|
+
tmp_1.a46_1 = ['Fedya', 'Shurik', 'Student', 'Student girl', 'District policeman', 'George', 'Zina', 'Shuller', 'Tanya', 'Katerina', 'Innocent', 'Lyolik', 'Nina', 'Experienced', 'Jigid', 'Just a Tsar'];
|
|
37828
37834
|
var tmp_2 = this;
|
|
37829
37835
|
// Inline function 'kotlin.arrayOf' call
|
|
37830
37836
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
37831
37837
|
// Inline function 'kotlin.js.asDynamic' call
|
|
37832
|
-
tmp_2.
|
|
37838
|
+
tmp_2.b46_1 = ['\u0423\u0441\u0456\u043C\u0414\u043E\u0431\u0440\u0430', '\u0410\u043B\u0435\u043A\u0441', 'MOLOTOK', '\u041B\u042F\u041B\u042F', '\u0406\u0412\u0410\u041D', '\u041C\u0438\u043A\u0438\u0442\u0430', '\u0410\u043B\u0456\u0441\u0430', '\u041C\u0430\u043A\u0441\u0438\u043C', '\u0421\u043E\u043B\u043E\u043C\u0456\u044F', '\u0414\u0436\u0435\u0432\u0435\u043B\u0456\u043D\u0430', '\u041A\u0441\u044E\u0445\u0430', '\u0422\u0410\u0420\u0410\u0421', '\u041E\u043B\u044F', '\u0414\u043E\u0420\u043E\u0431\u043E\u0442\u0438', '\u0421\u043B\u0430\u0432\u0430\u0417\u0421\u0423!', '\u0426\u0430\u0440\u044C\u0414\u0435\u0431\u0430'];
|
|
37833
37839
|
}
|
|
37834
37840
|
var Companion_instance_164;
|
|
37835
37841
|
function Companion_getInstance_167() {
|
|
@@ -37840,14 +37846,14 @@
|
|
|
37840
37846
|
function AvatarSet(name, ordinal) {
|
|
37841
37847
|
Enum.call(this, name, ordinal);
|
|
37842
37848
|
}
|
|
37843
|
-
protoOf(AvatarSet).
|
|
37849
|
+
protoOf(AvatarSet).t45 = function () {
|
|
37844
37850
|
var tmp;
|
|
37845
37851
|
switch (this.h2_1) {
|
|
37846
37852
|
case 0:
|
|
37847
|
-
tmp = Companion_getInstance_167().
|
|
37853
|
+
tmp = Companion_getInstance_167().z45_1.length;
|
|
37848
37854
|
break;
|
|
37849
37855
|
case 1:
|
|
37850
|
-
tmp = Companion_getInstance_167().
|
|
37856
|
+
tmp = Companion_getInstance_167().b46_1.length;
|
|
37851
37857
|
break;
|
|
37852
37858
|
default:
|
|
37853
37859
|
noWhenBranchMatchedException();
|
|
@@ -37855,14 +37861,14 @@
|
|
|
37855
37861
|
}
|
|
37856
37862
|
return tmp;
|
|
37857
37863
|
};
|
|
37858
|
-
protoOf(AvatarSet).
|
|
37864
|
+
protoOf(AvatarSet).w45 = function (index) {
|
|
37859
37865
|
var tmp;
|
|
37860
37866
|
switch (this.h2_1) {
|
|
37861
37867
|
case 0:
|
|
37862
|
-
tmp = Companion_getInstance_167().
|
|
37868
|
+
tmp = Companion_getInstance_167().z45_1[index];
|
|
37863
37869
|
break;
|
|
37864
37870
|
case 1:
|
|
37865
|
-
tmp = Companion_getInstance_167().
|
|
37871
|
+
tmp = Companion_getInstance_167().b46_1[index];
|
|
37866
37872
|
break;
|
|
37867
37873
|
default:
|
|
37868
37874
|
noWhenBranchMatchedException();
|
|
@@ -37871,8 +37877,8 @@
|
|
|
37871
37877
|
return tmp;
|
|
37872
37878
|
};
|
|
37873
37879
|
function AvatarData(index, avatarSet) {
|
|
37874
|
-
this.
|
|
37875
|
-
this.
|
|
37880
|
+
this.u45_1 = index;
|
|
37881
|
+
this.v45_1 = avatarSet;
|
|
37876
37882
|
}
|
|
37877
37883
|
function AvatarSet_ORIGIN_getInstance() {
|
|
37878
37884
|
AvatarSet_initEntries();
|
|
@@ -37885,7 +37891,7 @@
|
|
|
37885
37891
|
function GameResourcesImpl() {
|
|
37886
37892
|
Companion_getInstance_167();
|
|
37887
37893
|
}
|
|
37888
|
-
protoOf(GameResourcesImpl).
|
|
37894
|
+
protoOf(GameResourcesImpl).q45 = function (playerId, existingNicknames) {
|
|
37889
37895
|
return createUser(this, playerId, existingNicknames);
|
|
37890
37896
|
};
|
|
37891
37897
|
protoOf(GameResourcesImpl).createBotUsers = function (playerIds) {
|
|
@@ -37926,45 +37932,45 @@
|
|
|
37926
37932
|
}
|
|
37927
37933
|
var WARN;
|
|
37928
37934
|
function LoggerCallbacksWrapperLoggerOutput(loggerCallback) {
|
|
37929
|
-
this.
|
|
37935
|
+
this.c46_1 = loggerCallback;
|
|
37930
37936
|
}
|
|
37931
37937
|
protoOf(LoggerCallbacksWrapperLoggerOutput).i15 = function (tag, message, payload) {
|
|
37932
|
-
this.
|
|
37938
|
+
this.c46_1('debug', tag, message, null, payload);
|
|
37933
37939
|
};
|
|
37934
37940
|
protoOf(LoggerCallbacksWrapperLoggerOutput).j15 = function (tag, message, exception, payload) {
|
|
37935
|
-
this.
|
|
37941
|
+
this.c46_1('error', tag, generateMsg(message, exception), exception, payload);
|
|
37936
37942
|
};
|
|
37937
37943
|
protoOf(LoggerCallbacksWrapperLoggerOutput).m15 = function (tag, message, payload) {
|
|
37938
|
-
this.
|
|
37944
|
+
this.c46_1('debug', tag, message, null, payload);
|
|
37939
37945
|
};
|
|
37940
37946
|
protoOf(LoggerCallbacksWrapperLoggerOutput).l15 = function (tag, message, exception, payload) {
|
|
37941
|
-
this.
|
|
37947
|
+
this.c46_1('debug', tag, generateMsg(message, exception), exception, payload);
|
|
37942
37948
|
};
|
|
37943
37949
|
protoOf(LoggerCallbacksWrapperLoggerOutput).k15 = function (tag, message, exception, payload) {
|
|
37944
|
-
this.
|
|
37950
|
+
this.c46_1('warn', tag, generateMsg(message, exception), exception, payload);
|
|
37945
37951
|
};
|
|
37946
37952
|
function ParserHelper() {
|
|
37947
37953
|
}
|
|
37948
37954
|
function ParserHelperImpl(json, encoderDecoderProvider) {
|
|
37949
|
-
this.
|
|
37950
|
-
this.
|
|
37955
|
+
this.d46_1 = json;
|
|
37956
|
+
this.e46_1 = encoderDecoderProvider;
|
|
37951
37957
|
}
|
|
37952
37958
|
protoOf(ParserHelperImpl).encodeFromClientEvent = function (action) {
|
|
37953
|
-
return this.
|
|
37959
|
+
return this.e46_1.k40(mapToDto_20(action));
|
|
37954
37960
|
};
|
|
37955
37961
|
protoOf(ParserHelperImpl).decodeFromClientEvent = function (fromPlayerId, json) {
|
|
37956
|
-
return mapFromDto_16(this.
|
|
37962
|
+
return mapFromDto_16(this.e46_1.n40(json), fromPlayerId);
|
|
37957
37963
|
};
|
|
37958
37964
|
protoOf(ParserHelperImpl).encodeToClientEvent = function (action) {
|
|
37959
|
-
return this.
|
|
37965
|
+
return this.e46_1.l40(mapToDto_78(action));
|
|
37960
37966
|
};
|
|
37961
37967
|
protoOf(ParserHelperImpl).decodeToClientEventToMechanicActions = function (playerId, engine, json) {
|
|
37962
37968
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
37963
|
-
var this_0 = mapFromClientDtoListWithPayload(this.
|
|
37969
|
+
var this_0 = mapFromClientDtoListWithPayload(this.e46_1.o40(json), playerId, engine);
|
|
37964
37970
|
return copyToArray(this_0);
|
|
37965
37971
|
};
|
|
37966
37972
|
protoOf(ParserHelperImpl).encodeGameRound = function (round) {
|
|
37967
|
-
var tmp0 = this.
|
|
37973
|
+
var tmp0 = this.d46_1;
|
|
37968
37974
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
37969
37975
|
var value = mapToDto_35(round);
|
|
37970
37976
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -37975,7 +37981,7 @@
|
|
|
37975
37981
|
return tmp0.p23(tmp$ret$1, value);
|
|
37976
37982
|
};
|
|
37977
37983
|
protoOf(ParserHelperImpl).encodeGameRoundItems = function (round) {
|
|
37978
|
-
var tmp0 = this.
|
|
37984
|
+
var tmp0 = this.d46_1;
|
|
37979
37985
|
// Inline function 'kotlin.collections.map' call
|
|
37980
37986
|
var this_0 = round.items;
|
|
37981
37987
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -37997,7 +38003,7 @@
|
|
|
37997
38003
|
return tmp0.p23(tmp$ret$4, destination);
|
|
37998
38004
|
};
|
|
37999
38005
|
protoOf(ParserHelperImpl).encodeGameMetadata = function (metadata) {
|
|
38000
|
-
var tmp0 = this.
|
|
38006
|
+
var tmp0 = this.d46_1;
|
|
38001
38007
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
38002
38008
|
var value = mapToDto_34(metadata);
|
|
38003
38009
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -38008,7 +38014,7 @@
|
|
|
38008
38014
|
return tmp0.p23(tmp$ret$1, value);
|
|
38009
38015
|
};
|
|
38010
38016
|
protoOf(ParserHelperImpl).encodeRoomConfig = function (config) {
|
|
38011
|
-
var tmp0 = this.
|
|
38017
|
+
var tmp0 = this.d46_1;
|
|
38012
38018
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
38013
38019
|
var value = mapToDto_63(config);
|
|
38014
38020
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -38019,7 +38025,7 @@
|
|
|
38019
38025
|
return tmp0.p23(tmp$ret$1, value);
|
|
38020
38026
|
};
|
|
38021
38027
|
protoOf(ParserHelperImpl).encodeGameToRoomTransition = function (transition) {
|
|
38022
|
-
var tmp0 = this.
|
|
38028
|
+
var tmp0 = this.d46_1;
|
|
38023
38029
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
38024
38030
|
var value = mapToDto_100(transition);
|
|
38025
38031
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -38031,7 +38037,7 @@
|
|
|
38031
38037
|
};
|
|
38032
38038
|
protoOf(ParserHelperImpl).decodeGameToRoomTransition = function (json) {
|
|
38033
38039
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
38034
|
-
var this_0 = this.
|
|
38040
|
+
var this_0 = this.d46_1;
|
|
38035
38041
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
38036
38042
|
var this_1 = this_0.zn();
|
|
38037
38043
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -38042,7 +38048,7 @@
|
|
|
38042
38048
|
};
|
|
38043
38049
|
protoOf(ParserHelperImpl).decodeTableStateWithActions = function (json) {
|
|
38044
38050
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
38045
|
-
var this_0 = this.
|
|
38051
|
+
var this_0 = this.d46_1;
|
|
38046
38052
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
38047
38053
|
var this_1 = this_0.zn();
|
|
38048
38054
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -38052,7 +38058,7 @@
|
|
|
38052
38058
|
return mapFromDto_99(tmp$ret$2);
|
|
38053
38059
|
};
|
|
38054
38060
|
protoOf(ParserHelperImpl).encodeTableStateWithActions = function (table) {
|
|
38055
|
-
var tmp0 = this.
|
|
38061
|
+
var tmp0 = this.d46_1;
|
|
38056
38062
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
38057
38063
|
var value = mapToDto_131(table);
|
|
38058
38064
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -38063,11 +38069,11 @@
|
|
|
38063
38069
|
return tmp0.p23(tmp$ret$1, value);
|
|
38064
38070
|
};
|
|
38065
38071
|
protoOf(ParserHelperImpl).decodeTableLite = function (json) {
|
|
38066
|
-
return mapFromDto_66(this.
|
|
38072
|
+
return mapFromDto_66(this.e46_1.m40(json));
|
|
38067
38073
|
};
|
|
38068
38074
|
protoOf(ParserHelperImpl).decodeFullGameHistoryToTableLite = function (json, round) {
|
|
38069
38075
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
38070
|
-
var this_0 = this.
|
|
38076
|
+
var this_0 = this.d46_1;
|
|
38071
38077
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
38072
38078
|
var this_1 = this_0.zn();
|
|
38073
38079
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -38080,20 +38086,20 @@
|
|
|
38080
38086
|
function RatingHelper() {
|
|
38081
38087
|
}
|
|
38082
38088
|
function RatingHelperImpl(json, userRatingInteractor) {
|
|
38083
|
-
this.
|
|
38084
|
-
this.
|
|
38089
|
+
this.f46_1 = json;
|
|
38090
|
+
this.g46_1 = userRatingInteractor;
|
|
38085
38091
|
}
|
|
38086
38092
|
protoOf(RatingHelperImpl).isValidRatingForLeague = function (league, rating) {
|
|
38087
|
-
return this.
|
|
38093
|
+
return this.g46_1.t40(league, rating);
|
|
38088
38094
|
};
|
|
38089
38095
|
protoOf(RatingHelperImpl).mapRatingToLeague = function (rating) {
|
|
38090
|
-
return this.
|
|
38096
|
+
return this.g46_1.v40(rating);
|
|
38091
38097
|
};
|
|
38092
38098
|
protoOf(RatingHelperImpl).getLeaguesConfig = function () {
|
|
38093
|
-
return this.
|
|
38099
|
+
return this.g46_1.u40();
|
|
38094
38100
|
};
|
|
38095
38101
|
protoOf(RatingHelperImpl).getLeaguesConfigJson = function () {
|
|
38096
|
-
var tmp0 = this.
|
|
38102
|
+
var tmp0 = this.f46_1;
|
|
38097
38103
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
38098
38104
|
var value = mapToDto_47(this.getLeaguesConfig());
|
|
38099
38105
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -38212,14 +38218,14 @@
|
|
|
38212
38218
|
return new GameResourcesImpl();
|
|
38213
38219
|
}
|
|
38214
38220
|
function _get_logger__rkp4sl($this) {
|
|
38215
|
-
var tmp0 = $this.
|
|
38221
|
+
var tmp0 = $this.i46_1;
|
|
38216
38222
|
var tmp = KProperty1;
|
|
38217
38223
|
// Inline function 'kotlin.getValue' call
|
|
38218
38224
|
getPropertyCallableRef('logger', 1, tmp, EngineHelpersFactory$_get_logger_$ref_np7wt5(), null);
|
|
38219
38225
|
return tmp0.v1();
|
|
38220
38226
|
}
|
|
38221
38227
|
function _get_di__ndbzja($this) {
|
|
38222
|
-
var tmp0 = $this.
|
|
38228
|
+
var tmp0 = $this.j46_1;
|
|
38223
38229
|
var tmp = KProperty1;
|
|
38224
38230
|
// Inline function 'kotlin.getValue' call
|
|
38225
38231
|
getPropertyCallableRef('di', 1, tmp, EngineHelpersFactory$_get_di_$ref_w4qz4i(), null);
|
|
@@ -38228,11 +38234,11 @@
|
|
|
38228
38234
|
function EngineHelpersFactory$logger$delegate$lambda(this$0) {
|
|
38229
38235
|
return function () {
|
|
38230
38236
|
var tmp;
|
|
38231
|
-
if (this$0.
|
|
38237
|
+
if (this$0.h46_1 == null) {
|
|
38232
38238
|
tmp = null;
|
|
38233
38239
|
} else {
|
|
38234
38240
|
// Inline function 'kotlin.let' call
|
|
38235
|
-
tmp = new CombinedRaspberryLogger(mutableListOf([new LoggerCallbacksWrapperLoggerOutput(this$0.
|
|
38241
|
+
tmp = new CombinedRaspberryLogger(mutableListOf([new LoggerCallbacksWrapperLoggerOutput(this$0.h46_1)]));
|
|
38236
38242
|
}
|
|
38237
38243
|
var tmp1_elvis_lhs = tmp;
|
|
38238
38244
|
return tmp1_elvis_lhs == null ? new PlatformRaspberryLogger() : tmp1_elvis_lhs;
|
|
@@ -38322,11 +38328,11 @@
|
|
|
38322
38328
|
}
|
|
38323
38329
|
function EngineHelpersFactory(loggerCallback) {
|
|
38324
38330
|
loggerCallback = loggerCallback === VOID ? null : loggerCallback;
|
|
38325
|
-
this.
|
|
38331
|
+
this.h46_1 = loggerCallback;
|
|
38326
38332
|
var tmp = this;
|
|
38327
|
-
tmp.
|
|
38333
|
+
tmp.i46_1 = lazy_0(EngineHelpersFactory$logger$delegate$lambda(this));
|
|
38328
38334
|
var tmp_0 = this;
|
|
38329
|
-
tmp_0.
|
|
38335
|
+
tmp_0.j46_1 = lazy_0(EngineHelpersFactory$di$delegate$lambda(this));
|
|
38330
38336
|
var tmp_1 = this;
|
|
38331
38337
|
// Inline function 'org.kodein.di.instance' call
|
|
38332
38338
|
var this_0 = _get_di__ndbzja(this);
|
|
@@ -38335,7 +38341,7 @@
|
|
|
38335
38341
|
var tmp$ret$0 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
38336
38342
|
var tmp_3 = Instance(this_0, tmp$ret$0, null);
|
|
38337
38343
|
var tmp_4 = KProperty1;
|
|
38338
|
-
tmp_1.
|
|
38344
|
+
tmp_1.k46_1 = tmp_3.k23(this, getPropertyCallableRef('ratingHelper', 1, tmp_4, EngineHelpersFactory$_get_ratingHelper_$ref_pl08ks(), null));
|
|
38339
38345
|
var tmp_5 = this;
|
|
38340
38346
|
// Inline function 'org.kodein.di.instance' call
|
|
38341
38347
|
var this_1 = _get_di__ndbzja(this);
|
|
@@ -38344,7 +38350,7 @@
|
|
|
38344
38350
|
var tmp$ret$2 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
|
|
38345
38351
|
var tmp_7 = Instance(this_1, tmp$ret$2, null);
|
|
38346
38352
|
var tmp_8 = KProperty1;
|
|
38347
|
-
tmp_5.
|
|
38353
|
+
tmp_5.l46_1 = tmp_7.k23(this, getPropertyCallableRef('parserHelper', 1, tmp_8, EngineHelpersFactory$_get_parserHelper_$ref_egvg46(), null));
|
|
38348
38354
|
var tmp_9 = this;
|
|
38349
38355
|
// Inline function 'org.kodein.di.instance' call
|
|
38350
38356
|
var this_2 = _get_di__ndbzja(this);
|
|
@@ -38353,7 +38359,7 @@
|
|
|
38353
38359
|
var tmp$ret$4 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
|
|
38354
38360
|
var tmp_11 = Instance(this_2, tmp$ret$4, null);
|
|
38355
38361
|
var tmp_12 = KProperty1;
|
|
38356
|
-
tmp_9.
|
|
38362
|
+
tmp_9.m46_1 = tmp_11.k23(this, getPropertyCallableRef('gameHelper', 1, tmp_12, EngineHelpersFactory$_get_gameHelper_$ref_7u8j93(), null));
|
|
38357
38363
|
var tmp_13 = this;
|
|
38358
38364
|
// Inline function 'org.kodein.di.instance' call
|
|
38359
38365
|
var this_3 = _get_di__ndbzja(this);
|
|
@@ -38362,31 +38368,31 @@
|
|
|
38362
38368
|
var tmp$ret$6 = isInterface(tmp_14, TypeToken) ? tmp_14 : THROW_CCE();
|
|
38363
38369
|
var tmp_15 = Instance(this_3, tmp$ret$6, null);
|
|
38364
38370
|
var tmp_16 = KProperty1;
|
|
38365
|
-
tmp_13.
|
|
38371
|
+
tmp_13.n46_1 = tmp_15.k23(this, getPropertyCallableRef('gameResources', 1, tmp_16, EngineHelpersFactory$_get_gameResources_$ref_kynd2o(), null));
|
|
38366
38372
|
}
|
|
38367
|
-
protoOf(EngineHelpersFactory).
|
|
38368
|
-
var tmp0 = this.
|
|
38373
|
+
protoOf(EngineHelpersFactory).o46 = function () {
|
|
38374
|
+
var tmp0 = this.k46_1;
|
|
38369
38375
|
var tmp = KProperty1;
|
|
38370
38376
|
// Inline function 'kotlin.getValue' call
|
|
38371
38377
|
getPropertyCallableRef('ratingHelper', 1, tmp, EngineHelpersFactory$_get_ratingHelper_$ref_pl08ks_0(), null);
|
|
38372
38378
|
return tmp0.v1();
|
|
38373
38379
|
};
|
|
38374
|
-
protoOf(EngineHelpersFactory).
|
|
38375
|
-
var tmp0 = this.
|
|
38380
|
+
protoOf(EngineHelpersFactory).p46 = function () {
|
|
38381
|
+
var tmp0 = this.l46_1;
|
|
38376
38382
|
var tmp = KProperty1;
|
|
38377
38383
|
// Inline function 'kotlin.getValue' call
|
|
38378
38384
|
getPropertyCallableRef('parserHelper', 1, tmp, EngineHelpersFactory$_get_parserHelper_$ref_egvg46_0(), null);
|
|
38379
38385
|
return tmp0.v1();
|
|
38380
38386
|
};
|
|
38381
|
-
protoOf(EngineHelpersFactory).
|
|
38382
|
-
var tmp0 = this.
|
|
38387
|
+
protoOf(EngineHelpersFactory).q46 = function () {
|
|
38388
|
+
var tmp0 = this.m46_1;
|
|
38383
38389
|
var tmp = KProperty1;
|
|
38384
38390
|
// Inline function 'kotlin.getValue' call
|
|
38385
38391
|
getPropertyCallableRef('gameHelper', 1, tmp, EngineHelpersFactory$_get_gameHelper_$ref_7u8j93_0(), null);
|
|
38386
38392
|
return tmp0.v1();
|
|
38387
38393
|
};
|
|
38388
|
-
protoOf(EngineHelpersFactory).
|
|
38389
|
-
var tmp0 = this.
|
|
38394
|
+
protoOf(EngineHelpersFactory).r46 = function () {
|
|
38395
|
+
var tmp0 = this.n46_1;
|
|
38390
38396
|
var tmp = KProperty1;
|
|
38391
38397
|
// Inline function 'kotlin.getValue' call
|
|
38392
38398
|
getPropertyCallableRef('gameResources', 1, tmp, EngineHelpersFactory$_get_gameResources_$ref_kynd2o_0(), null);
|
|
@@ -38918,9 +38924,10 @@
|
|
|
38918
38924
|
defineProp(protoOf(PlayerConnectionItem), 'playerId', function () {
|
|
38919
38925
|
return this.o1p();
|
|
38920
38926
|
});
|
|
38921
|
-
defineProp(protoOf(Round), '
|
|
38922
|
-
defineProp(protoOf(Round), '
|
|
38923
|
-
defineProp(protoOf(Round), '
|
|
38927
|
+
defineProp(protoOf(Round), 'isInitial', protoOf(Round).e40);
|
|
38928
|
+
defineProp(protoOf(Round), 'selectedTrump', protoOf(Round).f40);
|
|
38929
|
+
defineProp(protoOf(Round), 'numberOfBribeOrZero', protoOf(Round).g40);
|
|
38930
|
+
defineProp(protoOf(Round), 'nextBribeNumber', protoOf(Round).h40);
|
|
38924
38931
|
defineProp(protoOf(DealerStrategy), 'name', protoOf(DealerStrategy).i2);
|
|
38925
38932
|
defineProp(protoOf(DealerStrategy), 'ordinal', protoOf(DealerStrategy).j2);
|
|
38926
38933
|
protoOf(ClearAction).j1v = get_actionTag;
|
|
@@ -38933,7 +38940,7 @@
|
|
|
38933
38940
|
return this.o1p();
|
|
38934
38941
|
});
|
|
38935
38942
|
defineProp(protoOf(FromClientAction), 'fromBot', function () {
|
|
38936
|
-
return this.
|
|
38943
|
+
return this.y40();
|
|
38937
38944
|
});
|
|
38938
38945
|
defineProp(protoOf(FromClientAction), 'actionTag', function () {
|
|
38939
38946
|
return this.j1v();
|
|
@@ -38986,14 +38993,14 @@
|
|
|
38986
38993
|
defineProp(protoOf(RequestedCardDecksFromClientAction), 'actionTag', function () {
|
|
38987
38994
|
return this.j1v();
|
|
38988
38995
|
});
|
|
38989
|
-
defineProp(protoOf(ActionDeliveryPayload), 'excludePlayerOrNull', protoOf(ActionDeliveryPayload).
|
|
38990
|
-
defineProp(protoOf(ActionDeliveryPayload), 'sendToPlayerId', protoOf(ActionDeliveryPayload).
|
|
38991
|
-
defineProp(protoOf(ActionDeliveryPayload), 'excludePlayerId', protoOf(ActionDeliveryPayload).
|
|
38996
|
+
defineProp(protoOf(ActionDeliveryPayload), 'excludePlayerOrNull', protoOf(ActionDeliveryPayload).d41);
|
|
38997
|
+
defineProp(protoOf(ActionDeliveryPayload), 'sendToPlayerId', protoOf(ActionDeliveryPayload).e41);
|
|
38998
|
+
defineProp(protoOf(ActionDeliveryPayload), 'excludePlayerId', protoOf(ActionDeliveryPayload).f41);
|
|
38992
38999
|
defineProp(protoOf(ActionDeliveryType), 'name', protoOf(ActionDeliveryType).i2);
|
|
38993
39000
|
defineProp(protoOf(ActionDeliveryType), 'ordinal', protoOf(ActionDeliveryType).j2);
|
|
38994
39001
|
protoOf(ToClientAction).j1v = get_actionTag;
|
|
38995
39002
|
defineProp(protoOf(ToClientAction), 'deliveryPayload', function () {
|
|
38996
|
-
return this.
|
|
39003
|
+
return this.k41();
|
|
38997
39004
|
});
|
|
38998
39005
|
defineProp(protoOf(ToClientAction), 'actionTag', function () {
|
|
38999
39006
|
return this.j1v();
|
|
@@ -39002,7 +39009,7 @@
|
|
|
39002
39009
|
defineProp(protoOf(GameAction), 'actionTag', function () {
|
|
39003
39010
|
return this.j1v();
|
|
39004
39011
|
});
|
|
39005
|
-
defineProp(protoOf(RoundStartedAction), 'roomModeString', protoOf(RoundStartedAction).
|
|
39012
|
+
defineProp(protoOf(RoundStartedAction), 'roomModeString', protoOf(RoundStartedAction).n41);
|
|
39006
39013
|
defineProp(protoOf(RoundStartedAction), 'actionTag', function () {
|
|
39007
39014
|
return this.j1v();
|
|
39008
39015
|
});
|
|
@@ -39016,26 +39023,26 @@
|
|
|
39016
39023
|
});
|
|
39017
39024
|
protoOf(RevengeRoomTransition).a3z = get_isEnableChoosePartnerScreen;
|
|
39018
39025
|
defineProp(protoOf(RevengeRoomTransition), 'previousPlayers', function () {
|
|
39019
|
-
return this.
|
|
39026
|
+
return this.v41();
|
|
39020
39027
|
});
|
|
39021
39028
|
defineProp(protoOf(RevengeRoomTransition), 'readyPlayerIdsArray', function () {
|
|
39022
|
-
return this.
|
|
39029
|
+
return this.w41();
|
|
39023
39030
|
});
|
|
39024
39031
|
defineProp(protoOf(RevengeRoomTransition), 'isEnableChoosePartnerScreen', function () {
|
|
39025
39032
|
return this.a3z();
|
|
39026
39033
|
});
|
|
39027
39034
|
defineProp(protoOf(GameToRoomTransition), 'previousPlayers', function () {
|
|
39028
|
-
return this.
|
|
39035
|
+
return this.v41();
|
|
39029
39036
|
});
|
|
39030
39037
|
defineProp(protoOf(GameToRoomTransition), 'isEnableChoosePartnerScreen', function () {
|
|
39031
39038
|
return this.a3z();
|
|
39032
39039
|
});
|
|
39033
39040
|
defineProp(protoOf(GameToRoomTransition), 'readyPlayerIdsArray', function () {
|
|
39034
|
-
return this.
|
|
39041
|
+
return this.w41();
|
|
39035
39042
|
});
|
|
39036
39043
|
protoOf(MechanicAction).j1v = get_actionTag;
|
|
39037
39044
|
defineProp(protoOf(MechanicAction), 'aid', function () {
|
|
39038
|
-
return this.
|
|
39045
|
+
return this.z40();
|
|
39039
39046
|
});
|
|
39040
39047
|
defineProp(protoOf(MechanicAction), 'actionTag', function () {
|
|
39041
39048
|
return this.j1v();
|
|
@@ -39050,13 +39057,13 @@
|
|
|
39050
39057
|
return this.k17();
|
|
39051
39058
|
});
|
|
39052
39059
|
defineProp(protoOf(StartGameMechanicAction), 'gameCreatorPlayerId', function () {
|
|
39053
|
-
return this.
|
|
39060
|
+
return this.a42();
|
|
39054
39061
|
});
|
|
39055
39062
|
defineProp(protoOf(StartGameMechanicAction), 'users', function () {
|
|
39056
39063
|
return this.e3x();
|
|
39057
39064
|
});
|
|
39058
39065
|
defineProp(protoOf(StartGameMechanicAction), 'usersOrder', function () {
|
|
39059
|
-
return this.
|
|
39066
|
+
return this.b42();
|
|
39060
39067
|
});
|
|
39061
39068
|
defineProp(protoOf(StartGameMechanicAction), 'actionTag', function () {
|
|
39062
39069
|
return this.j1v();
|
|
@@ -39072,10 +39079,10 @@
|
|
|
39072
39079
|
return this.e3x();
|
|
39073
39080
|
});
|
|
39074
39081
|
defineProp(protoOf(ContinueGameMechanicAction), 'usersOrder', function () {
|
|
39075
|
-
return this.
|
|
39082
|
+
return this.b42();
|
|
39076
39083
|
});
|
|
39077
39084
|
defineProp(protoOf(ContinueGameMechanicAction), 'gameCreatorPlayerId', function () {
|
|
39078
|
-
return this.
|
|
39085
|
+
return this.a42();
|
|
39079
39086
|
});
|
|
39080
39087
|
defineProp(protoOf(ContinueGameMechanicAction), 'version', function () {
|
|
39081
39088
|
return this.k17();
|
|
@@ -39094,7 +39101,7 @@
|
|
|
39094
39101
|
return this.i3x();
|
|
39095
39102
|
});
|
|
39096
39103
|
defineProp(protoOf(FinishingGameMechanicAction), 'transition', function () {
|
|
39097
|
-
return this.
|
|
39104
|
+
return this.w40();
|
|
39098
39105
|
});
|
|
39099
39106
|
defineProp(protoOf(FinishingGameMechanicAction), 'actionTag', function () {
|
|
39100
39107
|
return this.j1v();
|
|
@@ -39107,7 +39114,7 @@
|
|
|
39107
39114
|
return this.i3x();
|
|
39108
39115
|
});
|
|
39109
39116
|
defineProp(protoOf(FinishGameMechanicAction), 'transition', function () {
|
|
39110
|
-
return this.
|
|
39117
|
+
return this.w40();
|
|
39111
39118
|
});
|
|
39112
39119
|
defineProp(protoOf(FinishGameMechanicAction), 'actionTag', function () {
|
|
39113
39120
|
return this.j1v();
|
|
@@ -39119,7 +39126,7 @@
|
|
|
39119
39126
|
return this.y2s();
|
|
39120
39127
|
});
|
|
39121
39128
|
defineProp(protoOf(SceneMechanicAction), 'actData', function () {
|
|
39122
|
-
return this.
|
|
39129
|
+
return this.b43();
|
|
39123
39130
|
});
|
|
39124
39131
|
defineProp(protoOf(SceneMechanicAction), 'playerId', function () {
|
|
39125
39132
|
return this.o1p();
|
|
@@ -39131,7 +39138,7 @@
|
|
|
39131
39138
|
protoOf(TeamsDataMechanicAction).l1v = manualExpectantHandling;
|
|
39132
39139
|
protoOf(TeamsDataMechanicAction).n1v = get_isAutoStartTimer;
|
|
39133
39140
|
defineProp(protoOf(TeamsDataMechanicAction), 'usersOrder', function () {
|
|
39134
|
-
return this.
|
|
39141
|
+
return this.b42();
|
|
39135
39142
|
});
|
|
39136
39143
|
defineProp(protoOf(TeamsDataMechanicAction), 'actionTag', function () {
|
|
39137
39144
|
return this.j1v();
|
|
@@ -39139,7 +39146,7 @@
|
|
|
39139
39146
|
protoOf(PlayerConnectionChangedMechanicAction).ignoreValidation = ignoreValidation;
|
|
39140
39147
|
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionChangedMechanicAction).v1r);
|
|
39141
39148
|
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionChangedMechanicAction).w1r);
|
|
39142
|
-
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'originState', protoOf(PlayerConnectionChangedMechanicAction).
|
|
39149
|
+
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'originState', protoOf(PlayerConnectionChangedMechanicAction).w43);
|
|
39143
39150
|
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isDeleted', protoOf(PlayerConnectionChangedMechanicAction).r1r);
|
|
39144
39151
|
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'actionTag', function () {
|
|
39145
39152
|
return this.j1v();
|
|
@@ -39159,7 +39166,7 @@
|
|
|
39159
39166
|
return this.y2s();
|
|
39160
39167
|
});
|
|
39161
39168
|
defineProp(protoOf(SceneActMechanicAction), 'actData', function () {
|
|
39162
|
-
return this.
|
|
39169
|
+
return this.b43();
|
|
39163
39170
|
});
|
|
39164
39171
|
defineProp(protoOf(SceneActMechanicAction), 'actionTag', function () {
|
|
39165
39172
|
return this.j1v();
|
|
@@ -39221,10 +39228,10 @@
|
|
|
39221
39228
|
protoOf(LoggerCallbacksWrapperLoggerOutput).i = i;
|
|
39222
39229
|
protoOf(LoggerCallbacksWrapperLoggerOutput).v = v;
|
|
39223
39230
|
protoOf(LoggerCallbacksWrapperLoggerOutput).w = w;
|
|
39224
|
-
defineProp(protoOf(EngineHelpersFactory), 'ratingHelper', protoOf(EngineHelpersFactory).
|
|
39225
|
-
defineProp(protoOf(EngineHelpersFactory), 'parserHelper', protoOf(EngineHelpersFactory).
|
|
39226
|
-
defineProp(protoOf(EngineHelpersFactory), 'gameHelper', protoOf(EngineHelpersFactory).
|
|
39227
|
-
defineProp(protoOf(EngineHelpersFactory), 'gameResources', protoOf(EngineHelpersFactory).
|
|
39231
|
+
defineProp(protoOf(EngineHelpersFactory), 'ratingHelper', protoOf(EngineHelpersFactory).o46);
|
|
39232
|
+
defineProp(protoOf(EngineHelpersFactory), 'parserHelper', protoOf(EngineHelpersFactory).p46);
|
|
39233
|
+
defineProp(protoOf(EngineHelpersFactory), 'gameHelper', protoOf(EngineHelpersFactory).q46);
|
|
39234
|
+
defineProp(protoOf(EngineHelpersFactory), 'gameResources', protoOf(EngineHelpersFactory).r46);
|
|
39228
39235
|
//endregion
|
|
39229
39236
|
//region block: init
|
|
39230
39237
|
Companion_instance_3 = new Companion();
|