raspberry_games_engine_helpers 1.8.417 → 1.8.419
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-engine.js
CHANGED
|
@@ -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, Action, PlayerIdContract]);
|
|
800
|
+
initMetadataForClass(PlayerReadyFromClientAction, 'PlayerReadyFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
801
|
+
initMetadataForClass(SuitChoiceFromClientAction, 'SuitChoiceFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
802
|
+
initMetadataForClass(CombinationChoiceFromClientAction, 'CombinationChoiceFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
803
|
+
initMetadataForClass(CardFromClientAction, 'CardFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
804
|
+
initMetadataForClass(TakeAllRemainingCardsFromClientAction, 'TakeAllRemainingCardsFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
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, Action, PlayerIdContract]);
|
|
808
808
|
initMetadataForCompanion(Companion_157);
|
|
809
809
|
initMetadataForClass(ActionDeliveryPayload, 'ActionDeliveryPayload');
|
|
810
810
|
initMetadataForCompanion(Companion_158, VOID, [SerializerFactory]);
|
|
@@ -842,42 +842,42 @@
|
|
|
842
842
|
initMetadataForClass(RevengeRoomTransition, 'RevengeRoomTransition', VOID, VOID, [GameTransition]);
|
|
843
843
|
initMetadataForClass(GameToRoomTransition, 'GameToRoomTransition', VOID, VOID, [GameTransition]);
|
|
844
844
|
initMetadataForClass(MechanicAction, 'MechanicAction', VOID, VOID, [BufferedAction]);
|
|
845
|
-
initMetadataForInterface(FirstMechanicAction, 'FirstMechanicAction', VOID, VOID, [Action, IgnoreBufferForAction]);
|
|
846
845
|
initMetadataForInterface(PlayerOrderChangeMechanicAction, 'PlayerOrderChangeMechanicAction', VOID, VOID, [Action]);
|
|
847
|
-
|
|
846
|
+
initMetadataForInterface(FirstMechanicAction, 'FirstMechanicAction', VOID, VOID, [Action, IgnoreBufferForAction, PlayerOrderChangeMechanicAction]);
|
|
847
|
+
initMetadataForClass(StartGameMechanicAction, 'StartGameMechanicAction', VOID, MechanicAction, [MechanicAction, FirstMechanicAction]);
|
|
848
848
|
initMetadataForClass(StartNewGameMechanicAction, 'StartNewGameMechanicAction', VOID, MechanicAction);
|
|
849
|
+
initMetadataForClass(ContinueGameMechanicAction, 'ContinueGameMechanicAction', VOID, MechanicAction, [MechanicAction, FirstMechanicAction, NotValidateIfGameFinished]);
|
|
849
850
|
initMetadataForCompanion(Companion_159);
|
|
850
851
|
initMetadataForInterface(TerminatedAction, 'TerminatedAction', VOID, VOID, [Action]);
|
|
851
852
|
initMetadataForClass(FinishingGameMechanicAction, 'FinishingGameMechanicAction', VOID, MechanicAction, [MechanicAction, TerminatedAction, NotValidateIfGameFinishing]);
|
|
852
853
|
initMetadataForClass(FinishGameMechanicAction, 'FinishGameMechanicAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinishing, TerminatedAction]);
|
|
853
854
|
initMetadataForInterface(NavigationMechanicAction, 'NavigationMechanicAction', VOID, VOID, [Action]);
|
|
854
|
-
initMetadataForClass(SceneMechanicAction, 'SceneMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction,
|
|
855
|
+
initMetadataForClass(SceneMechanicAction, 'SceneMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, ReleaseBufferTriggerAction, Action, PlayerIdContract, NotValidateIfGameFinished]);
|
|
855
856
|
initMetadataForClass(TeamsDataMechanicAction, 'TeamsDataMechanicAction', VOID, MechanicAction, [MechanicAction, Action, InterceptableAction, PlayerOrderChangeMechanicAction]);
|
|
856
857
|
initMetadataForClass(PlayerConnectionChangedMechanicAction, 'PlayerConnectionChangedMechanicAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinished]);
|
|
857
858
|
initMetadataForClass(MessageMechanicAction, 'MessageMechanicAction', VOID, MechanicAction, [MechanicAction, IgnoreBufferForAction]);
|
|
858
|
-
initMetadataForClass(ContinueGameMechanicAction, 'ContinueGameMechanicAction', VOID, MechanicAction, [MechanicAction, FirstMechanicAction, PlayerOrderChangeMechanicAction, NotValidateIfGameFinished]);
|
|
859
859
|
initMetadataForClass(RestartGameMechanicAction, 'RestartGameMechanicAction', VOID, MechanicAction, [MechanicAction, InterceptableAction]);
|
|
860
|
-
initMetadataForClass(SceneActMechanicAction, 'SceneActMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction,
|
|
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,
|
|
860
|
+
initMetadataForClass(SceneActMechanicAction, 'SceneActMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, ReleaseBufferTriggerAction, Action]);
|
|
861
|
+
initMetadataForClass(PlayerReadyMechanicAction, 'PlayerReadyMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
|
|
862
|
+
initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
|
|
863
|
+
initMetadataForClass(CombinationChoiceMechanicAction, 'CombinationChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract, InterceptableAction]);
|
|
864
|
+
initMetadataForClass(PutCardMechanicAction, 'PutCardMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
|
|
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, ReleaseBufferTriggerAction, PlayerIdContract]);
|
|
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.e45(store, playerIds, includeBots) : $super.e45.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.f45(store, playerIds, includeBots) : $super.f45.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.g45(mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) : $super.g45.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.k45(playerId, existingNicknames) : $super.k45.call(this, playerId, existingNicknames);
|
|
894
894
|
}
|
|
895
895
|
initMetadataForInterface(GameResources, 'GameResources');
|
|
896
896
|
initMetadataForCompanion(Companion_160);
|
|
@@ -35273,9 +35273,116 @@
|
|
|
35273
35273
|
return false;
|
|
35274
35274
|
return true;
|
|
35275
35275
|
};
|
|
35276
|
+
function ContinueGameMechanicAction(table, reason, payload, aid) {
|
|
35277
|
+
payload = payload === VOID ? null : payload;
|
|
35278
|
+
aid = aid === VOID ? null : aid;
|
|
35279
|
+
MechanicAction.call(this);
|
|
35280
|
+
this.table = table;
|
|
35281
|
+
this.reason = reason;
|
|
35282
|
+
this.payload = payload;
|
|
35283
|
+
this.g42_1 = aid;
|
|
35284
|
+
}
|
|
35285
|
+
protoOf(ContinueGameMechanicAction).v2e = function () {
|
|
35286
|
+
return this.table;
|
|
35287
|
+
};
|
|
35288
|
+
protoOf(ContinueGameMechanicAction).x1p = function () {
|
|
35289
|
+
return this.reason;
|
|
35290
|
+
};
|
|
35291
|
+
protoOf(ContinueGameMechanicAction).i1q = function () {
|
|
35292
|
+
return this.payload;
|
|
35293
|
+
};
|
|
35294
|
+
protoOf(ContinueGameMechanicAction).u40 = function () {
|
|
35295
|
+
return this.g42_1;
|
|
35296
|
+
};
|
|
35297
|
+
protoOf(ContinueGameMechanicAction).j16 = function () {
|
|
35298
|
+
return this.table.id;
|
|
35299
|
+
};
|
|
35300
|
+
protoOf(ContinueGameMechanicAction).a3x = function () {
|
|
35301
|
+
// Inline function 'kotlin.collections.map' call
|
|
35302
|
+
var this_0 = this.table.players;
|
|
35303
|
+
// Inline function 'kotlin.collections.mapTo' call
|
|
35304
|
+
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
35305
|
+
var _iterator__ex2g4s = this_0.l();
|
|
35306
|
+
while (_iterator__ex2g4s.m()) {
|
|
35307
|
+
var item = _iterator__ex2g4s.n();
|
|
35308
|
+
var tmp$ret$0 = item.c2m_1;
|
|
35309
|
+
destination.j(tmp$ret$0);
|
|
35310
|
+
}
|
|
35311
|
+
return destination;
|
|
35312
|
+
};
|
|
35313
|
+
protoOf(ContinueGameMechanicAction).v41 = function () {
|
|
35314
|
+
// Inline function 'kotlin.collections.map' call
|
|
35315
|
+
var this_0 = this.users;
|
|
35316
|
+
// Inline function 'kotlin.collections.mapTo' call
|
|
35317
|
+
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
35318
|
+
var _iterator__ex2g4s = this_0.l();
|
|
35319
|
+
while (_iterator__ex2g4s.m()) {
|
|
35320
|
+
var item = _iterator__ex2g4s.n();
|
|
35321
|
+
var tmp$ret$0 = item.d1q_1;
|
|
35322
|
+
destination.j(tmp$ret$0);
|
|
35323
|
+
}
|
|
35324
|
+
// Inline function 'kotlin.collections.toTypedArray' call
|
|
35325
|
+
return copyToArray(destination);
|
|
35326
|
+
};
|
|
35327
|
+
protoOf(ContinueGameMechanicAction).u41 = function () {
|
|
35328
|
+
return getGameCreator(this.table.players).playerId;
|
|
35329
|
+
};
|
|
35330
|
+
protoOf(ContinueGameMechanicAction).k17 = function () {
|
|
35331
|
+
return this.table.version;
|
|
35332
|
+
};
|
|
35333
|
+
protoOf(ContinueGameMechanicAction).n3w = function () {
|
|
35334
|
+
return this.table.config;
|
|
35335
|
+
};
|
|
35336
|
+
protoOf(ContinueGameMechanicAction).toString = function () {
|
|
35337
|
+
return 'ContinueGameMechanicAction(reason = ' + toString(this.reason) + ', aid = ' + this.g42_1 + ')';
|
|
35338
|
+
};
|
|
35339
|
+
protoOf(ContinueGameMechanicAction).sc = function () {
|
|
35340
|
+
return this.table;
|
|
35341
|
+
};
|
|
35342
|
+
protoOf(ContinueGameMechanicAction).tc = function () {
|
|
35343
|
+
return this.reason;
|
|
35344
|
+
};
|
|
35345
|
+
protoOf(ContinueGameMechanicAction).ei = function () {
|
|
35346
|
+
return this.payload;
|
|
35347
|
+
};
|
|
35348
|
+
protoOf(ContinueGameMechanicAction).u16 = function () {
|
|
35349
|
+
return this.g42_1;
|
|
35350
|
+
};
|
|
35351
|
+
protoOf(ContinueGameMechanicAction).h42 = function (table, reason, payload, aid) {
|
|
35352
|
+
return new ContinueGameMechanicAction(table, reason, payload, aid);
|
|
35353
|
+
};
|
|
35354
|
+
protoOf(ContinueGameMechanicAction).copy = function (table, reason, payload, aid, $super) {
|
|
35355
|
+
table = table === VOID ? this.table : table;
|
|
35356
|
+
reason = reason === VOID ? this.reason : reason;
|
|
35357
|
+
payload = payload === VOID ? this.payload : payload;
|
|
35358
|
+
aid = aid === VOID ? this.g42_1 : aid;
|
|
35359
|
+
return $super === VOID ? this.h42(table, reason, payload, aid) : $super.h42.call(this, table, reason, payload, aid);
|
|
35360
|
+
};
|
|
35361
|
+
protoOf(ContinueGameMechanicAction).hashCode = function () {
|
|
35362
|
+
var result = this.table.hashCode();
|
|
35363
|
+
result = imul(result, 31) + hashCode(this.reason) | 0;
|
|
35364
|
+
result = imul(result, 31) + (this.payload == null ? 0 : hashCode(this.payload)) | 0;
|
|
35365
|
+
result = imul(result, 31) + (this.g42_1 == null ? 0 : getStringHashCode(this.g42_1)) | 0;
|
|
35366
|
+
return result;
|
|
35367
|
+
};
|
|
35368
|
+
protoOf(ContinueGameMechanicAction).equals = function (other) {
|
|
35369
|
+
if (this === other)
|
|
35370
|
+
return true;
|
|
35371
|
+
if (!(other instanceof ContinueGameMechanicAction))
|
|
35372
|
+
return false;
|
|
35373
|
+
if (!this.table.equals(other.table))
|
|
35374
|
+
return false;
|
|
35375
|
+
if (!equals(this.reason, other.reason))
|
|
35376
|
+
return false;
|
|
35377
|
+
if (!equals(this.payload, other.payload))
|
|
35378
|
+
return false;
|
|
35379
|
+
if (!(this.g42_1 == other.g42_1))
|
|
35380
|
+
return false;
|
|
35381
|
+
return true;
|
|
35382
|
+
};
|
|
35276
35383
|
function Companion_159() {
|
|
35277
35384
|
}
|
|
35278
|
-
protoOf(Companion_159).
|
|
35385
|
+
protoOf(Companion_159).i42 = function (reason, isGameFinished, table, transition) {
|
|
35279
35386
|
var tmp4_sessionAnalytics = table == null ? null : mapGameSessionAnalytics(table);
|
|
35280
35387
|
var tmp5_gameHistory = table == null ? null : table.gameHistory;
|
|
35281
35388
|
var tmp;
|
|
@@ -35290,7 +35397,7 @@
|
|
|
35290
35397
|
};
|
|
35291
35398
|
protoOf(Companion_159).fromTableWithAnalytics = function (reason, isGameFinished, table, transition, $super) {
|
|
35292
35399
|
transition = transition === VOID ? null : transition;
|
|
35293
|
-
return $super === VOID ? this.
|
|
35400
|
+
return $super === VOID ? this.i42(reason, isGameFinished, table, transition) : $super.i42.call(this, reason, isGameFinished, table, transition);
|
|
35294
35401
|
};
|
|
35295
35402
|
protoOf(Companion_159).fromTable = function (table) {
|
|
35296
35403
|
var tmp2_reason = ProcessingReason_getInstance();
|
|
@@ -35308,37 +35415,37 @@
|
|
|
35308
35415
|
isRoundHistorySaved = isRoundHistorySaved === VOID ? true : isRoundHistorySaved;
|
|
35309
35416
|
aid = aid === VOID ? null : aid;
|
|
35310
35417
|
MechanicAction.call(this);
|
|
35311
|
-
this.
|
|
35312
|
-
this.
|
|
35313
|
-
this.
|
|
35418
|
+
this.j42_1 = reason;
|
|
35419
|
+
this.k42_1 = isGameFinished;
|
|
35420
|
+
this.l42_1 = transition;
|
|
35314
35421
|
this.sessionAnalytics = sessionAnalytics;
|
|
35315
35422
|
this.gameHistory = gameHistory;
|
|
35316
35423
|
this.isRoundHistorySaved = isRoundHistorySaved;
|
|
35317
|
-
this.
|
|
35424
|
+
this.m42_1 = aid;
|
|
35318
35425
|
}
|
|
35319
35426
|
protoOf(FinishingGameMechanicAction).x1p = function () {
|
|
35320
|
-
return this.
|
|
35427
|
+
return this.j42_1;
|
|
35321
35428
|
};
|
|
35322
35429
|
protoOf(FinishingGameMechanicAction).e3x = function () {
|
|
35323
|
-
return this.
|
|
35430
|
+
return this.k42_1;
|
|
35324
35431
|
};
|
|
35325
35432
|
protoOf(FinishingGameMechanicAction).r40 = function () {
|
|
35326
|
-
return this.
|
|
35433
|
+
return this.l42_1;
|
|
35327
35434
|
};
|
|
35328
|
-
protoOf(FinishingGameMechanicAction).
|
|
35435
|
+
protoOf(FinishingGameMechanicAction).n42 = function () {
|
|
35329
35436
|
return this.sessionAnalytics;
|
|
35330
35437
|
};
|
|
35331
35438
|
protoOf(FinishingGameMechanicAction).v3w = function () {
|
|
35332
35439
|
return this.gameHistory;
|
|
35333
35440
|
};
|
|
35334
|
-
protoOf(FinishingGameMechanicAction).
|
|
35441
|
+
protoOf(FinishingGameMechanicAction).o42 = function () {
|
|
35335
35442
|
return this.isRoundHistorySaved;
|
|
35336
35443
|
};
|
|
35337
35444
|
protoOf(FinishingGameMechanicAction).u40 = function () {
|
|
35338
|
-
return this.
|
|
35445
|
+
return this.m42_1;
|
|
35339
35446
|
};
|
|
35340
35447
|
protoOf(FinishingGameMechanicAction).toString = function () {
|
|
35341
|
-
var tmp = 'reason=' + toString(this.
|
|
35448
|
+
var tmp = 'reason=' + toString(this.j42_1);
|
|
35342
35449
|
// Inline function 'kotlin.takeIf' call
|
|
35343
35450
|
var this_0 = 'sessionAnalytics=' + toString_0(this.sessionAnalytics);
|
|
35344
35451
|
var tmp_0;
|
|
@@ -35349,9 +35456,9 @@
|
|
|
35349
35456
|
}
|
|
35350
35457
|
var tmp_1 = tmp_0;
|
|
35351
35458
|
// Inline function 'kotlin.takeIf' call
|
|
35352
|
-
var this_1 = 'isGameFinished=' + this.
|
|
35459
|
+
var this_1 = 'isGameFinished=' + this.k42_1;
|
|
35353
35460
|
var tmp_2;
|
|
35354
|
-
if (this.
|
|
35461
|
+
if (this.k42_1) {
|
|
35355
35462
|
tmp_2 = this_1;
|
|
35356
35463
|
} else {
|
|
35357
35464
|
tmp_2 = null;
|
|
@@ -35367,18 +35474,18 @@
|
|
|
35367
35474
|
}
|
|
35368
35475
|
var tmp_5 = tmp_4;
|
|
35369
35476
|
// Inline function 'kotlin.takeIf' call
|
|
35370
|
-
var this_3 = 'transition=' + toString_0(this.
|
|
35477
|
+
var this_3 = 'transition=' + toString_0(this.l42_1);
|
|
35371
35478
|
var tmp_6;
|
|
35372
|
-
if (!(this.
|
|
35479
|
+
if (!(this.l42_1 == null)) {
|
|
35373
35480
|
tmp_6 = this_3;
|
|
35374
35481
|
} else {
|
|
35375
35482
|
tmp_6 = null;
|
|
35376
35483
|
}
|
|
35377
35484
|
var tmp_7 = tmp_6;
|
|
35378
35485
|
// Inline function 'kotlin.takeIf' call
|
|
35379
|
-
var this_4 = 'aid=' + this.
|
|
35486
|
+
var this_4 = 'aid=' + this.m42_1;
|
|
35380
35487
|
var tmp_8;
|
|
35381
|
-
if (!(this.
|
|
35488
|
+
if (!(this.m42_1 == null)) {
|
|
35382
35489
|
tmp_8 = this_4;
|
|
35383
35490
|
} else {
|
|
35384
35491
|
tmp_8 = null;
|
|
@@ -35387,13 +35494,13 @@
|
|
|
35387
35494
|
return 'FinishingGameMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp_5, tmp_7, tmp$ret$9])) + ')';
|
|
35388
35495
|
};
|
|
35389
35496
|
protoOf(FinishingGameMechanicAction).sc = function () {
|
|
35390
|
-
return this.
|
|
35497
|
+
return this.j42_1;
|
|
35391
35498
|
};
|
|
35392
35499
|
protoOf(FinishingGameMechanicAction).tc = function () {
|
|
35393
|
-
return this.
|
|
35500
|
+
return this.k42_1;
|
|
35394
35501
|
};
|
|
35395
35502
|
protoOf(FinishingGameMechanicAction).ei = function () {
|
|
35396
|
-
return this.
|
|
35503
|
+
return this.l42_1;
|
|
35397
35504
|
};
|
|
35398
35505
|
protoOf(FinishingGameMechanicAction).u16 = function () {
|
|
35399
35506
|
return this.sessionAnalytics;
|
|
@@ -35405,29 +35512,29 @@
|
|
|
35405
35512
|
return this.isRoundHistorySaved;
|
|
35406
35513
|
};
|
|
35407
35514
|
protoOf(FinishingGameMechanicAction).l1q = function () {
|
|
35408
|
-
return this.
|
|
35515
|
+
return this.m42_1;
|
|
35409
35516
|
};
|
|
35410
|
-
protoOf(FinishingGameMechanicAction).
|
|
35517
|
+
protoOf(FinishingGameMechanicAction).p42 = function (reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid) {
|
|
35411
35518
|
return new FinishingGameMechanicAction(reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid);
|
|
35412
35519
|
};
|
|
35413
35520
|
protoOf(FinishingGameMechanicAction).copy = function (reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid, $super) {
|
|
35414
|
-
reason = reason === VOID ? this.
|
|
35415
|
-
isGameFinished = isGameFinished === VOID ? this.
|
|
35416
|
-
transition = transition === VOID ? this.
|
|
35521
|
+
reason = reason === VOID ? this.j42_1 : reason;
|
|
35522
|
+
isGameFinished = isGameFinished === VOID ? this.k42_1 : isGameFinished;
|
|
35523
|
+
transition = transition === VOID ? this.l42_1 : transition;
|
|
35417
35524
|
sessionAnalytics = sessionAnalytics === VOID ? this.sessionAnalytics : sessionAnalytics;
|
|
35418
35525
|
gameHistory = gameHistory === VOID ? this.gameHistory : gameHistory;
|
|
35419
35526
|
isRoundHistorySaved = isRoundHistorySaved === VOID ? this.isRoundHistorySaved : isRoundHistorySaved;
|
|
35420
|
-
aid = aid === VOID ? this.
|
|
35421
|
-
return $super === VOID ? this.
|
|
35527
|
+
aid = aid === VOID ? this.m42_1 : aid;
|
|
35528
|
+
return $super === VOID ? this.p42(reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid) : $super.p42.call(this, reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid);
|
|
35422
35529
|
};
|
|
35423
35530
|
protoOf(FinishingGameMechanicAction).hashCode = function () {
|
|
35424
|
-
var result = hashCode(this.
|
|
35425
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
35426
|
-
result = imul(result, 31) + (this.
|
|
35531
|
+
var result = hashCode(this.j42_1);
|
|
35532
|
+
result = imul(result, 31) + getBooleanHashCode(this.k42_1) | 0;
|
|
35533
|
+
result = imul(result, 31) + (this.l42_1 == null ? 0 : hashCode(this.l42_1)) | 0;
|
|
35427
35534
|
result = imul(result, 31) + (this.sessionAnalytics == null ? 0 : this.sessionAnalytics.hashCode()) | 0;
|
|
35428
35535
|
result = imul(result, 31) + (this.gameHistory == null ? 0 : this.gameHistory.hashCode()) | 0;
|
|
35429
35536
|
result = imul(result, 31) + getBooleanHashCode(this.isRoundHistorySaved) | 0;
|
|
35430
|
-
result = imul(result, 31) + (this.
|
|
35537
|
+
result = imul(result, 31) + (this.m42_1 == null ? 0 : getStringHashCode(this.m42_1)) | 0;
|
|
35431
35538
|
return result;
|
|
35432
35539
|
};
|
|
35433
35540
|
protoOf(FinishingGameMechanicAction).equals = function (other) {
|
|
@@ -35435,11 +35542,11 @@
|
|
|
35435
35542
|
return true;
|
|
35436
35543
|
if (!(other instanceof FinishingGameMechanicAction))
|
|
35437
35544
|
return false;
|
|
35438
|
-
if (!equals(this.
|
|
35545
|
+
if (!equals(this.j42_1, other.j42_1))
|
|
35439
35546
|
return false;
|
|
35440
|
-
if (!(this.
|
|
35547
|
+
if (!(this.k42_1 === other.k42_1))
|
|
35441
35548
|
return false;
|
|
35442
|
-
if (!equals(this.
|
|
35549
|
+
if (!equals(this.l42_1, other.l42_1))
|
|
35443
35550
|
return false;
|
|
35444
35551
|
if (!equals(this.sessionAnalytics, other.sessionAnalytics))
|
|
35445
35552
|
return false;
|
|
@@ -35447,7 +35554,7 @@
|
|
|
35447
35554
|
return false;
|
|
35448
35555
|
if (!(this.isRoundHistorySaved === other.isRoundHistorySaved))
|
|
35449
35556
|
return false;
|
|
35450
|
-
if (!(this.
|
|
35557
|
+
if (!(this.m42_1 == other.m42_1))
|
|
35451
35558
|
return false;
|
|
35452
35559
|
return true;
|
|
35453
35560
|
};
|
|
@@ -35455,47 +35562,47 @@
|
|
|
35455
35562
|
aid = aid === VOID ? null : aid;
|
|
35456
35563
|
transition = transition === VOID ? null : transition;
|
|
35457
35564
|
MechanicAction.call(this);
|
|
35458
|
-
this.
|
|
35459
|
-
this.
|
|
35460
|
-
this.
|
|
35461
|
-
this.
|
|
35565
|
+
this.q42_1 = reason;
|
|
35566
|
+
this.r42_1 = isGameFinished;
|
|
35567
|
+
this.s42_1 = aid;
|
|
35568
|
+
this.t42_1 = transition;
|
|
35462
35569
|
}
|
|
35463
35570
|
protoOf(FinishGameMechanicAction).x1p = function () {
|
|
35464
|
-
return this.
|
|
35571
|
+
return this.q42_1;
|
|
35465
35572
|
};
|
|
35466
35573
|
protoOf(FinishGameMechanicAction).e3x = function () {
|
|
35467
|
-
return this.
|
|
35574
|
+
return this.r42_1;
|
|
35468
35575
|
};
|
|
35469
35576
|
protoOf(FinishGameMechanicAction).u40 = function () {
|
|
35470
|
-
return this.
|
|
35577
|
+
return this.s42_1;
|
|
35471
35578
|
};
|
|
35472
35579
|
protoOf(FinishGameMechanicAction).r40 = function () {
|
|
35473
|
-
return this.
|
|
35580
|
+
return this.t42_1;
|
|
35474
35581
|
};
|
|
35475
35582
|
protoOf(FinishGameMechanicAction).toString = function () {
|
|
35476
|
-
var tmp = 'reason=' + toString(this.
|
|
35583
|
+
var tmp = 'reason=' + toString(this.q42_1);
|
|
35477
35584
|
// Inline function 'kotlin.takeIf' call
|
|
35478
|
-
var this_0 = 'isGameFinished=' + this.
|
|
35585
|
+
var this_0 = 'isGameFinished=' + this.r42_1;
|
|
35479
35586
|
var tmp_0;
|
|
35480
|
-
if (this.
|
|
35587
|
+
if (this.r42_1) {
|
|
35481
35588
|
tmp_0 = this_0;
|
|
35482
35589
|
} else {
|
|
35483
35590
|
tmp_0 = null;
|
|
35484
35591
|
}
|
|
35485
35592
|
var tmp_1 = tmp_0;
|
|
35486
35593
|
// Inline function 'kotlin.takeIf' call
|
|
35487
|
-
var this_1 = 'hasTransition=' + !(this.
|
|
35594
|
+
var this_1 = 'hasTransition=' + !(this.t42_1 == null);
|
|
35488
35595
|
var tmp_2;
|
|
35489
|
-
if (!(this.
|
|
35596
|
+
if (!(this.t42_1 == null)) {
|
|
35490
35597
|
tmp_2 = this_1;
|
|
35491
35598
|
} else {
|
|
35492
35599
|
tmp_2 = null;
|
|
35493
35600
|
}
|
|
35494
35601
|
var tmp_3 = tmp_2;
|
|
35495
35602
|
// Inline function 'kotlin.takeIf' call
|
|
35496
|
-
var this_2 = 'aid=' + this.
|
|
35603
|
+
var this_2 = 'aid=' + this.s42_1;
|
|
35497
35604
|
var tmp_4;
|
|
35498
|
-
if (!(this.
|
|
35605
|
+
if (!(this.s42_1 == null)) {
|
|
35499
35606
|
tmp_4 = this_2;
|
|
35500
35607
|
} else {
|
|
35501
35608
|
tmp_4 = null;
|
|
@@ -35504,32 +35611,32 @@
|
|
|
35504
35611
|
return 'FinishGameMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp$ret$5])) + ')';
|
|
35505
35612
|
};
|
|
35506
35613
|
protoOf(FinishGameMechanicAction).sc = function () {
|
|
35507
|
-
return this.
|
|
35614
|
+
return this.q42_1;
|
|
35508
35615
|
};
|
|
35509
35616
|
protoOf(FinishGameMechanicAction).tc = function () {
|
|
35510
|
-
return this.
|
|
35617
|
+
return this.r42_1;
|
|
35511
35618
|
};
|
|
35512
35619
|
protoOf(FinishGameMechanicAction).ei = function () {
|
|
35513
|
-
return this.
|
|
35620
|
+
return this.s42_1;
|
|
35514
35621
|
};
|
|
35515
35622
|
protoOf(FinishGameMechanicAction).u16 = function () {
|
|
35516
|
-
return this.
|
|
35623
|
+
return this.t42_1;
|
|
35517
35624
|
};
|
|
35518
|
-
protoOf(FinishGameMechanicAction).
|
|
35625
|
+
protoOf(FinishGameMechanicAction).u42 = function (reason, isGameFinished, aid, transition) {
|
|
35519
35626
|
return new FinishGameMechanicAction(reason, isGameFinished, aid, transition);
|
|
35520
35627
|
};
|
|
35521
35628
|
protoOf(FinishGameMechanicAction).copy = function (reason, isGameFinished, aid, transition, $super) {
|
|
35522
|
-
reason = reason === VOID ? this.
|
|
35523
|
-
isGameFinished = isGameFinished === VOID ? this.
|
|
35524
|
-
aid = aid === VOID ? this.
|
|
35525
|
-
transition = transition === VOID ? this.
|
|
35526
|
-
return $super === VOID ? this.
|
|
35629
|
+
reason = reason === VOID ? this.q42_1 : reason;
|
|
35630
|
+
isGameFinished = isGameFinished === VOID ? this.r42_1 : isGameFinished;
|
|
35631
|
+
aid = aid === VOID ? this.s42_1 : aid;
|
|
35632
|
+
transition = transition === VOID ? this.t42_1 : transition;
|
|
35633
|
+
return $super === VOID ? this.u42(reason, isGameFinished, aid, transition) : $super.u42.call(this, reason, isGameFinished, aid, transition);
|
|
35527
35634
|
};
|
|
35528
35635
|
protoOf(FinishGameMechanicAction).hashCode = function () {
|
|
35529
|
-
var result = hashCode(this.
|
|
35530
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
35531
|
-
result = imul(result, 31) + (this.
|
|
35532
|
-
result = imul(result, 31) + (this.
|
|
35636
|
+
var result = hashCode(this.q42_1);
|
|
35637
|
+
result = imul(result, 31) + getBooleanHashCode(this.r42_1) | 0;
|
|
35638
|
+
result = imul(result, 31) + (this.s42_1 == null ? 0 : getStringHashCode(this.s42_1)) | 0;
|
|
35639
|
+
result = imul(result, 31) + (this.t42_1 == null ? 0 : hashCode(this.t42_1)) | 0;
|
|
35533
35640
|
return result;
|
|
35534
35641
|
};
|
|
35535
35642
|
protoOf(FinishGameMechanicAction).equals = function (other) {
|
|
@@ -35537,13 +35644,13 @@
|
|
|
35537
35644
|
return true;
|
|
35538
35645
|
if (!(other instanceof FinishGameMechanicAction))
|
|
35539
35646
|
return false;
|
|
35540
|
-
if (!equals(this.
|
|
35647
|
+
if (!equals(this.q42_1, other.q42_1))
|
|
35541
35648
|
return false;
|
|
35542
|
-
if (!(this.
|
|
35649
|
+
if (!(this.r42_1 === other.r42_1))
|
|
35543
35650
|
return false;
|
|
35544
|
-
if (!(this.
|
|
35651
|
+
if (!(this.s42_1 == other.s42_1))
|
|
35545
35652
|
return false;
|
|
35546
|
-
if (!equals(this.
|
|
35653
|
+
if (!equals(this.t42_1, other.t42_1))
|
|
35547
35654
|
return false;
|
|
35548
35655
|
return true;
|
|
35549
35656
|
};
|
|
@@ -35555,40 +35662,40 @@
|
|
|
35555
35662
|
actData = actData === VOID ? null : actData;
|
|
35556
35663
|
aid = aid === VOID ? null : aid;
|
|
35557
35664
|
MechanicAction.call(this);
|
|
35558
|
-
this.
|
|
35559
|
-
this.
|
|
35560
|
-
this.
|
|
35665
|
+
this.w42_1 = currentTurnPlayerId;
|
|
35666
|
+
this.x42_1 = sceneId;
|
|
35667
|
+
this.y42_1 = actId;
|
|
35561
35668
|
this.sceneData = sceneData;
|
|
35562
|
-
this.
|
|
35563
|
-
this.
|
|
35669
|
+
this.z42_1 = actData;
|
|
35670
|
+
this.a43_1 = aid;
|
|
35564
35671
|
}
|
|
35565
|
-
protoOf(SceneMechanicAction).
|
|
35566
|
-
return this.
|
|
35672
|
+
protoOf(SceneMechanicAction).b43 = function () {
|
|
35673
|
+
return this.w42_1;
|
|
35567
35674
|
};
|
|
35568
35675
|
protoOf(SceneMechanicAction).o2t = function () {
|
|
35569
|
-
return this.
|
|
35676
|
+
return this.x42_1;
|
|
35570
35677
|
};
|
|
35571
35678
|
protoOf(SceneMechanicAction).w2s = function () {
|
|
35572
|
-
return this.
|
|
35679
|
+
return this.y42_1;
|
|
35573
35680
|
};
|
|
35574
|
-
protoOf(SceneMechanicAction).
|
|
35681
|
+
protoOf(SceneMechanicAction).c43 = function () {
|
|
35575
35682
|
return this.sceneData;
|
|
35576
35683
|
};
|
|
35577
|
-
protoOf(SceneMechanicAction).
|
|
35578
|
-
return this.
|
|
35684
|
+
protoOf(SceneMechanicAction).v42 = function () {
|
|
35685
|
+
return this.z42_1;
|
|
35579
35686
|
};
|
|
35580
35687
|
protoOf(SceneMechanicAction).u40 = function () {
|
|
35581
|
-
return this.
|
|
35688
|
+
return this.a43_1;
|
|
35582
35689
|
};
|
|
35583
35690
|
protoOf(SceneMechanicAction).ignoreValidation = function () {
|
|
35584
|
-
return this.
|
|
35691
|
+
return this.x42_1 === 'WAITING';
|
|
35585
35692
|
};
|
|
35586
35693
|
protoOf(SceneMechanicAction).toString = function () {
|
|
35587
|
-
var tmp = "sceneId='" + this.
|
|
35694
|
+
var tmp = "sceneId='" + this.x42_1 + "'";
|
|
35588
35695
|
// Inline function 'kotlin.takeIf' call
|
|
35589
|
-
var this_0 = 'actId=' + this.
|
|
35696
|
+
var this_0 = 'actId=' + this.y42_1;
|
|
35590
35697
|
var tmp_0;
|
|
35591
|
-
if (!(this.
|
|
35698
|
+
if (!(this.y42_1 == null)) {
|
|
35592
35699
|
tmp_0 = this_0;
|
|
35593
35700
|
} else {
|
|
35594
35701
|
tmp_0 = null;
|
|
@@ -35604,18 +35711,18 @@
|
|
|
35604
35711
|
}
|
|
35605
35712
|
var tmp_3 = tmp_2;
|
|
35606
35713
|
// Inline function 'kotlin.takeIf' call
|
|
35607
|
-
var this_2 = 'actData=' + toString_0(this.
|
|
35714
|
+
var this_2 = 'actData=' + toString_0(this.z42_1);
|
|
35608
35715
|
var tmp_4;
|
|
35609
|
-
if (!(this.
|
|
35716
|
+
if (!(this.z42_1 == null)) {
|
|
35610
35717
|
tmp_4 = this_2;
|
|
35611
35718
|
} else {
|
|
35612
35719
|
tmp_4 = null;
|
|
35613
35720
|
}
|
|
35614
35721
|
var tmp_5 = tmp_4;
|
|
35615
35722
|
// Inline function 'kotlin.takeIf' call
|
|
35616
|
-
var this_3 = 'aid=' + this.
|
|
35723
|
+
var this_3 = 'aid=' + this.a43_1;
|
|
35617
35724
|
var tmp_6;
|
|
35618
|
-
if (!(this.
|
|
35725
|
+
if (!(this.a43_1 == null)) {
|
|
35619
35726
|
tmp_6 = this_3;
|
|
35620
35727
|
} else {
|
|
35621
35728
|
tmp_6 = null;
|
|
@@ -35623,20 +35730,20 @@
|
|
|
35623
35730
|
var tmp$ret$7 = tmp_6;
|
|
35624
35731
|
return 'SceneMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp_5, tmp$ret$7])) + ')';
|
|
35625
35732
|
};
|
|
35626
|
-
protoOf(SceneMechanicAction).
|
|
35733
|
+
protoOf(SceneMechanicAction).d43 = function () {
|
|
35627
35734
|
var tmp = this.sceneData;
|
|
35628
35735
|
if (!(tmp == null) ? isInterface(tmp, PlayerTurnSceneSupport) : false) {
|
|
35629
35736
|
return this.sceneData.x2s();
|
|
35630
35737
|
}
|
|
35631
|
-
var tmp_0 = this.
|
|
35738
|
+
var tmp_0 = this.z42_1;
|
|
35632
35739
|
if (!(tmp_0 == null) ? isInterface(tmp_0, PlayerTurnSceneSupport) : false) {
|
|
35633
|
-
return this.
|
|
35740
|
+
return this.z42_1.x2s();
|
|
35634
35741
|
}
|
|
35635
35742
|
return emptyList();
|
|
35636
35743
|
};
|
|
35637
35744
|
protoOf(SceneMechanicAction).o1p = function () {
|
|
35638
35745
|
// Inline function 'kotlin.requireNotNull' call
|
|
35639
|
-
var tmp0 = this.
|
|
35746
|
+
var tmp0 = this.w42_1;
|
|
35640
35747
|
var tmp$ret$1;
|
|
35641
35748
|
$l$block: {
|
|
35642
35749
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -35651,42 +35758,42 @@
|
|
|
35651
35758
|
return tmp$ret$1;
|
|
35652
35759
|
};
|
|
35653
35760
|
protoOf(SceneMechanicAction).sc = function () {
|
|
35654
|
-
return this.
|
|
35761
|
+
return this.w42_1;
|
|
35655
35762
|
};
|
|
35656
35763
|
protoOf(SceneMechanicAction).tc = function () {
|
|
35657
|
-
return this.
|
|
35764
|
+
return this.x42_1;
|
|
35658
35765
|
};
|
|
35659
35766
|
protoOf(SceneMechanicAction).ei = function () {
|
|
35660
|
-
return this.
|
|
35767
|
+
return this.y42_1;
|
|
35661
35768
|
};
|
|
35662
35769
|
protoOf(SceneMechanicAction).u16 = function () {
|
|
35663
35770
|
return this.sceneData;
|
|
35664
35771
|
};
|
|
35665
35772
|
protoOf(SceneMechanicAction).j1q = function () {
|
|
35666
|
-
return this.
|
|
35773
|
+
return this.z42_1;
|
|
35667
35774
|
};
|
|
35668
35775
|
protoOf(SceneMechanicAction).k1q = function () {
|
|
35669
|
-
return this.
|
|
35776
|
+
return this.a43_1;
|
|
35670
35777
|
};
|
|
35671
|
-
protoOf(SceneMechanicAction).
|
|
35778
|
+
protoOf(SceneMechanicAction).e43 = function (currentTurnPlayerId, sceneId, actId, sceneData, actData, aid) {
|
|
35672
35779
|
return new SceneMechanicAction(currentTurnPlayerId, sceneId, actId, sceneData, actData, aid);
|
|
35673
35780
|
};
|
|
35674
35781
|
protoOf(SceneMechanicAction).copy = function (currentTurnPlayerId, sceneId, actId, sceneData, actData, aid, $super) {
|
|
35675
|
-
currentTurnPlayerId = currentTurnPlayerId === VOID ? this.
|
|
35676
|
-
sceneId = sceneId === VOID ? this.
|
|
35677
|
-
actId = actId === VOID ? this.
|
|
35782
|
+
currentTurnPlayerId = currentTurnPlayerId === VOID ? this.w42_1 : currentTurnPlayerId;
|
|
35783
|
+
sceneId = sceneId === VOID ? this.x42_1 : sceneId;
|
|
35784
|
+
actId = actId === VOID ? this.y42_1 : actId;
|
|
35678
35785
|
sceneData = sceneData === VOID ? this.sceneData : sceneData;
|
|
35679
|
-
actData = actData === VOID ? this.
|
|
35680
|
-
aid = aid === VOID ? this.
|
|
35681
|
-
return $super === VOID ? this.
|
|
35786
|
+
actData = actData === VOID ? this.z42_1 : actData;
|
|
35787
|
+
aid = aid === VOID ? this.a43_1 : aid;
|
|
35788
|
+
return $super === VOID ? this.e43(currentTurnPlayerId, sceneId, actId, sceneData, actData, aid) : $super.e43.call(this, currentTurnPlayerId, sceneId, actId, sceneData, actData, aid);
|
|
35682
35789
|
};
|
|
35683
35790
|
protoOf(SceneMechanicAction).hashCode = function () {
|
|
35684
|
-
var result = this.
|
|
35685
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
35686
|
-
result = imul(result, 31) + (this.w42_1 == null ? 0 : getStringHashCode(this.w42_1)) | 0;
|
|
35687
|
-
result = imul(result, 31) + (this.sceneData == null ? 0 : hashCode(this.sceneData)) | 0;
|
|
35688
|
-
result = imul(result, 31) + (this.x42_1 == null ? 0 : hashCode(this.x42_1)) | 0;
|
|
35791
|
+
var result = this.w42_1 == null ? 0 : getStringHashCode(this.w42_1);
|
|
35792
|
+
result = imul(result, 31) + getStringHashCode(this.x42_1) | 0;
|
|
35689
35793
|
result = imul(result, 31) + (this.y42_1 == null ? 0 : getStringHashCode(this.y42_1)) | 0;
|
|
35794
|
+
result = imul(result, 31) + (this.sceneData == null ? 0 : hashCode(this.sceneData)) | 0;
|
|
35795
|
+
result = imul(result, 31) + (this.z42_1 == null ? 0 : hashCode(this.z42_1)) | 0;
|
|
35796
|
+
result = imul(result, 31) + (this.a43_1 == null ? 0 : getStringHashCode(this.a43_1)) | 0;
|
|
35690
35797
|
return result;
|
|
35691
35798
|
};
|
|
35692
35799
|
protoOf(SceneMechanicAction).equals = function (other) {
|
|
@@ -35694,17 +35801,17 @@
|
|
|
35694
35801
|
return true;
|
|
35695
35802
|
if (!(other instanceof SceneMechanicAction))
|
|
35696
35803
|
return false;
|
|
35697
|
-
if (!(this.
|
|
35804
|
+
if (!(this.w42_1 == other.w42_1))
|
|
35698
35805
|
return false;
|
|
35699
|
-
if (!(this.
|
|
35806
|
+
if (!(this.x42_1 === other.x42_1))
|
|
35700
35807
|
return false;
|
|
35701
|
-
if (!(this.
|
|
35808
|
+
if (!(this.y42_1 == other.y42_1))
|
|
35702
35809
|
return false;
|
|
35703
35810
|
if (!equals(this.sceneData, other.sceneData))
|
|
35704
35811
|
return false;
|
|
35705
|
-
if (!equals(this.
|
|
35812
|
+
if (!equals(this.z42_1, other.z42_1))
|
|
35706
35813
|
return false;
|
|
35707
|
-
if (!(this.
|
|
35814
|
+
if (!(this.a43_1 == other.a43_1))
|
|
35708
35815
|
return false;
|
|
35709
35816
|
return true;
|
|
35710
35817
|
};
|
|
@@ -35715,26 +35822,26 @@
|
|
|
35715
35822
|
MechanicAction.call(this);
|
|
35716
35823
|
this.team1 = team1;
|
|
35717
35824
|
this.team2 = team2;
|
|
35718
|
-
this.
|
|
35825
|
+
this.f43_1 = aid;
|
|
35719
35826
|
var tmp = this;
|
|
35720
35827
|
// Inline function 'kotlin.arrayOf' call
|
|
35721
35828
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
35722
35829
|
// Inline function 'kotlin.js.asDynamic' call
|
|
35723
|
-
tmp.
|
|
35830
|
+
tmp.g43_1 = [this.team1.first, this.team2.first, this.team1.second, this.team2.second];
|
|
35724
35831
|
}
|
|
35725
|
-
protoOf(TeamsDataMechanicAction).
|
|
35832
|
+
protoOf(TeamsDataMechanicAction).h43 = function () {
|
|
35726
35833
|
return this.team1;
|
|
35727
35834
|
};
|
|
35728
|
-
protoOf(TeamsDataMechanicAction).
|
|
35835
|
+
protoOf(TeamsDataMechanicAction).i43 = function () {
|
|
35729
35836
|
return this.team2;
|
|
35730
35837
|
};
|
|
35731
35838
|
protoOf(TeamsDataMechanicAction).u40 = function () {
|
|
35732
|
-
return this.
|
|
35839
|
+
return this.f43_1;
|
|
35733
35840
|
};
|
|
35734
35841
|
protoOf(TeamsDataMechanicAction).v41 = function () {
|
|
35735
|
-
return this.
|
|
35842
|
+
return this.g43_1;
|
|
35736
35843
|
};
|
|
35737
|
-
protoOf(TeamsDataMechanicAction).
|
|
35844
|
+
protoOf(TeamsDataMechanicAction).j43 = function (sceneId) {
|
|
35738
35845
|
return 'CHOOSE_PARTNER' === sceneId;
|
|
35739
35846
|
};
|
|
35740
35847
|
protoOf(TeamsDataMechanicAction).l1v = function () {
|
|
@@ -35784,24 +35891,24 @@
|
|
|
35784
35891
|
return this.team2;
|
|
35785
35892
|
};
|
|
35786
35893
|
protoOf(TeamsDataMechanicAction).ei = function () {
|
|
35787
|
-
return this.
|
|
35894
|
+
return this.f43_1;
|
|
35788
35895
|
};
|
|
35789
|
-
protoOf(TeamsDataMechanicAction).
|
|
35896
|
+
protoOf(TeamsDataMechanicAction).k43 = function (team1, team2, aid) {
|
|
35790
35897
|
return new TeamsDataMechanicAction(team1, team2, aid);
|
|
35791
35898
|
};
|
|
35792
35899
|
protoOf(TeamsDataMechanicAction).copy = function (team1, team2, aid, $super) {
|
|
35793
35900
|
team1 = team1 === VOID ? this.team1 : team1;
|
|
35794
35901
|
team2 = team2 === VOID ? this.team2 : team2;
|
|
35795
|
-
aid = aid === VOID ? this.
|
|
35796
|
-
return $super === VOID ? this.
|
|
35902
|
+
aid = aid === VOID ? this.f43_1 : aid;
|
|
35903
|
+
return $super === VOID ? this.k43(team1, team2, aid) : $super.k43.call(this, team1, team2, aid);
|
|
35797
35904
|
};
|
|
35798
35905
|
protoOf(TeamsDataMechanicAction).toString = function () {
|
|
35799
|
-
return 'TeamsDataMechanicAction(team1=' + this.team1.toString() + ', team2=' + this.team2.toString() + ', aid=' + this.
|
|
35906
|
+
return 'TeamsDataMechanicAction(team1=' + this.team1.toString() + ', team2=' + this.team2.toString() + ', aid=' + this.f43_1 + ')';
|
|
35800
35907
|
};
|
|
35801
35908
|
protoOf(TeamsDataMechanicAction).hashCode = function () {
|
|
35802
35909
|
var result = this.team1.hashCode();
|
|
35803
35910
|
result = imul(result, 31) + this.team2.hashCode() | 0;
|
|
35804
|
-
result = imul(result, 31) + (this.
|
|
35911
|
+
result = imul(result, 31) + (this.f43_1 == null ? 0 : getStringHashCode(this.f43_1)) | 0;
|
|
35805
35912
|
return result;
|
|
35806
35913
|
};
|
|
35807
35914
|
protoOf(TeamsDataMechanicAction).equals = function (other) {
|
|
@@ -35813,7 +35920,7 @@
|
|
|
35813
35920
|
return false;
|
|
35814
35921
|
if (!this.team2.equals(other.team2))
|
|
35815
35922
|
return false;
|
|
35816
|
-
if (!(this.
|
|
35923
|
+
if (!(this.f43_1 == other.f43_1))
|
|
35817
35924
|
return false;
|
|
35818
35925
|
return true;
|
|
35819
35926
|
};
|
|
@@ -35828,7 +35935,7 @@
|
|
|
35828
35935
|
this.causeState = causeState;
|
|
35829
35936
|
this.isNoneActivePlayers = isNoneActivePlayers;
|
|
35830
35937
|
this.reconnectUntilTime = reconnectUntilTime;
|
|
35831
|
-
this.
|
|
35938
|
+
this.l43_1 = aid;
|
|
35832
35939
|
}
|
|
35833
35940
|
protoOf(PlayerConnectionChangedMechanicAction).o1p = function () {
|
|
35834
35941
|
return this.playerId;
|
|
@@ -35836,24 +35943,40 @@
|
|
|
35836
35943
|
protoOf(PlayerConnectionChangedMechanicAction).p1q = function () {
|
|
35837
35944
|
return this.state;
|
|
35838
35945
|
};
|
|
35839
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
35946
|
+
protoOf(PlayerConnectionChangedMechanicAction).m43 = function () {
|
|
35840
35947
|
return this.causeState;
|
|
35841
35948
|
};
|
|
35842
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
35949
|
+
protoOf(PlayerConnectionChangedMechanicAction).n43 = function () {
|
|
35843
35950
|
return this.isNoneActivePlayers;
|
|
35844
35951
|
};
|
|
35845
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
35952
|
+
protoOf(PlayerConnectionChangedMechanicAction).o43 = function () {
|
|
35846
35953
|
return this.reconnectUntilTime;
|
|
35847
35954
|
};
|
|
35848
35955
|
protoOf(PlayerConnectionChangedMechanicAction).u40 = function () {
|
|
35849
|
-
return this.
|
|
35956
|
+
return this.l43_1;
|
|
35850
35957
|
};
|
|
35851
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
35958
|
+
protoOf(PlayerConnectionChangedMechanicAction).p43 = function () {
|
|
35959
|
+
return this.originState.isClientDisconnectReason;
|
|
35960
|
+
};
|
|
35961
|
+
protoOf(PlayerConnectionChangedMechanicAction).q43 = function () {
|
|
35852
35962
|
var tmp;
|
|
35853
35963
|
if (this.state.isDisconnecting) {
|
|
35854
|
-
|
|
35964
|
+
// Inline function 'kotlin.requireNotNull' call
|
|
35965
|
+
var tmp0 = this.causeState;
|
|
35966
|
+
var tmp$ret$1;
|
|
35967
|
+
$l$block: {
|
|
35968
|
+
// Inline function 'kotlin.requireNotNull' call
|
|
35969
|
+
if (tmp0 == null) {
|
|
35970
|
+
var message = 'Required value was null.';
|
|
35971
|
+
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
35972
|
+
} else {
|
|
35973
|
+
tmp$ret$1 = tmp0;
|
|
35974
|
+
break $l$block;
|
|
35975
|
+
}
|
|
35976
|
+
}
|
|
35977
|
+
tmp = tmp$ret$1;
|
|
35855
35978
|
} else {
|
|
35856
|
-
tmp = this.state
|
|
35979
|
+
tmp = this.state;
|
|
35857
35980
|
}
|
|
35858
35981
|
return tmp;
|
|
35859
35982
|
};
|
|
@@ -35891,9 +36014,9 @@
|
|
|
35891
36014
|
}
|
|
35892
36015
|
var tmp_6 = tmp_5;
|
|
35893
36016
|
// Inline function 'kotlin.takeIf' call
|
|
35894
|
-
var this_3 = 'aid=' + this.
|
|
36017
|
+
var this_3 = 'aid=' + this.l43_1;
|
|
35895
36018
|
var tmp_7;
|
|
35896
|
-
if (!(this.
|
|
36019
|
+
if (!(this.l43_1 == null)) {
|
|
35897
36020
|
tmp_7 = this_3;
|
|
35898
36021
|
} else {
|
|
35899
36022
|
tmp_7 = null;
|
|
@@ -35917,9 +36040,9 @@
|
|
|
35917
36040
|
return this.reconnectUntilTime;
|
|
35918
36041
|
};
|
|
35919
36042
|
protoOf(PlayerConnectionChangedMechanicAction).k1q = function () {
|
|
35920
|
-
return this.
|
|
36043
|
+
return this.l43_1;
|
|
35921
36044
|
};
|
|
35922
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
36045
|
+
protoOf(PlayerConnectionChangedMechanicAction).r43 = function (playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid) {
|
|
35923
36046
|
return new PlayerConnectionChangedMechanicAction(playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid);
|
|
35924
36047
|
};
|
|
35925
36048
|
protoOf(PlayerConnectionChangedMechanicAction).copy = function (playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid, $super) {
|
|
@@ -35928,8 +36051,8 @@
|
|
|
35928
36051
|
causeState = causeState === VOID ? this.causeState : causeState;
|
|
35929
36052
|
isNoneActivePlayers = isNoneActivePlayers === VOID ? this.isNoneActivePlayers : isNoneActivePlayers;
|
|
35930
36053
|
reconnectUntilTime = reconnectUntilTime === VOID ? this.reconnectUntilTime : reconnectUntilTime;
|
|
35931
|
-
aid = aid === VOID ? this.
|
|
35932
|
-
return $super === VOID ? this.
|
|
36054
|
+
aid = aid === VOID ? this.l43_1 : aid;
|
|
36055
|
+
return $super === VOID ? this.r43(playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid) : $super.r43.call(this, playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid);
|
|
35933
36056
|
};
|
|
35934
36057
|
protoOf(PlayerConnectionChangedMechanicAction).hashCode = function () {
|
|
35935
36058
|
var result = getStringHashCode(this.playerId);
|
|
@@ -35937,7 +36060,7 @@
|
|
|
35937
36060
|
result = imul(result, 31) + (this.causeState == null ? 0 : this.causeState.hashCode()) | 0;
|
|
35938
36061
|
result = imul(result, 31) + getBooleanHashCode(this.isNoneActivePlayers) | 0;
|
|
35939
36062
|
result = imul(result, 31) + (this.reconnectUntilTime == null ? 0 : getStringHashCode(this.reconnectUntilTime)) | 0;
|
|
35940
|
-
result = imul(result, 31) + (this.
|
|
36063
|
+
result = imul(result, 31) + (this.l43_1 == null ? 0 : getStringHashCode(this.l43_1)) | 0;
|
|
35941
36064
|
return result;
|
|
35942
36065
|
};
|
|
35943
36066
|
protoOf(PlayerConnectionChangedMechanicAction).equals = function (other) {
|
|
@@ -35955,7 +36078,7 @@
|
|
|
35955
36078
|
return false;
|
|
35956
36079
|
if (!(this.reconnectUntilTime == other.reconnectUntilTime))
|
|
35957
36080
|
return false;
|
|
35958
|
-
if (!(this.
|
|
36081
|
+
if (!(this.l43_1 == other.l43_1))
|
|
35959
36082
|
return false;
|
|
35960
36083
|
return true;
|
|
35961
36084
|
};
|
|
@@ -35963,34 +36086,34 @@
|
|
|
35963
36086
|
aid = aid === VOID ? null : aid;
|
|
35964
36087
|
MechanicAction.call(this);
|
|
35965
36088
|
this.message = message;
|
|
35966
|
-
this.
|
|
36089
|
+
this.s43_1 = aid;
|
|
35967
36090
|
}
|
|
35968
36091
|
protoOf(MessageMechanicAction).e = function () {
|
|
35969
36092
|
return this.message;
|
|
35970
36093
|
};
|
|
35971
36094
|
protoOf(MessageMechanicAction).u40 = function () {
|
|
35972
|
-
return this.
|
|
36095
|
+
return this.s43_1;
|
|
35973
36096
|
};
|
|
35974
36097
|
protoOf(MessageMechanicAction).sc = function () {
|
|
35975
36098
|
return this.message;
|
|
35976
36099
|
};
|
|
35977
36100
|
protoOf(MessageMechanicAction).tc = function () {
|
|
35978
|
-
return this.
|
|
36101
|
+
return this.s43_1;
|
|
35979
36102
|
};
|
|
35980
|
-
protoOf(MessageMechanicAction).
|
|
36103
|
+
protoOf(MessageMechanicAction).t43 = function (message, aid) {
|
|
35981
36104
|
return new MessageMechanicAction(message, aid);
|
|
35982
36105
|
};
|
|
35983
36106
|
protoOf(MessageMechanicAction).copy = function (message, aid, $super) {
|
|
35984
36107
|
message = message === VOID ? this.message : message;
|
|
35985
|
-
aid = aid === VOID ? this.
|
|
35986
|
-
return $super === VOID ? this.
|
|
36108
|
+
aid = aid === VOID ? this.s43_1 : aid;
|
|
36109
|
+
return $super === VOID ? this.t43(message, aid) : $super.t43.call(this, message, aid);
|
|
35987
36110
|
};
|
|
35988
36111
|
protoOf(MessageMechanicAction).toString = function () {
|
|
35989
|
-
return 'MessageMechanicAction(message=' + toString(this.message) + ', aid=' + this.
|
|
36112
|
+
return 'MessageMechanicAction(message=' + toString(this.message) + ', aid=' + this.s43_1 + ')';
|
|
35990
36113
|
};
|
|
35991
36114
|
protoOf(MessageMechanicAction).hashCode = function () {
|
|
35992
36115
|
var result = hashCode(this.message);
|
|
35993
|
-
result = imul(result, 31) + (this.
|
|
36116
|
+
result = imul(result, 31) + (this.s43_1 == null ? 0 : getStringHashCode(this.s43_1)) | 0;
|
|
35994
36117
|
return result;
|
|
35995
36118
|
};
|
|
35996
36119
|
protoOf(MessageMechanicAction).equals = function (other) {
|
|
@@ -36000,101 +36123,25 @@
|
|
|
36000
36123
|
return false;
|
|
36001
36124
|
if (!equals(this.message, other.message))
|
|
36002
36125
|
return false;
|
|
36003
|
-
if (!(this.
|
|
36004
|
-
return false;
|
|
36005
|
-
return true;
|
|
36006
|
-
};
|
|
36007
|
-
function ContinueGameMechanicAction(table, reason, payload, aid) {
|
|
36008
|
-
payload = payload === VOID ? null : payload;
|
|
36009
|
-
aid = aid === VOID ? null : aid;
|
|
36010
|
-
MechanicAction.call(this);
|
|
36011
|
-
this.r43_1 = table;
|
|
36012
|
-
this.s43_1 = reason;
|
|
36013
|
-
this.t43_1 = payload;
|
|
36014
|
-
this.u43_1 = aid;
|
|
36015
|
-
}
|
|
36016
|
-
protoOf(ContinueGameMechanicAction).u40 = function () {
|
|
36017
|
-
return this.u43_1;
|
|
36018
|
-
};
|
|
36019
|
-
protoOf(ContinueGameMechanicAction).j16 = function () {
|
|
36020
|
-
return this.r43_1.id;
|
|
36021
|
-
};
|
|
36022
|
-
protoOf(ContinueGameMechanicAction).a3x = function () {
|
|
36023
|
-
// Inline function 'kotlin.collections.map' call
|
|
36024
|
-
var this_0 = this.r43_1.players;
|
|
36025
|
-
// Inline function 'kotlin.collections.mapTo' call
|
|
36026
|
-
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
36027
|
-
var _iterator__ex2g4s = this_0.l();
|
|
36028
|
-
while (_iterator__ex2g4s.m()) {
|
|
36029
|
-
var item = _iterator__ex2g4s.n();
|
|
36030
|
-
var tmp$ret$0 = item.c2m_1;
|
|
36031
|
-
destination.j(tmp$ret$0);
|
|
36032
|
-
}
|
|
36033
|
-
return destination;
|
|
36034
|
-
};
|
|
36035
|
-
protoOf(ContinueGameMechanicAction).v41 = function () {
|
|
36036
|
-
// Inline function 'kotlin.collections.map' call
|
|
36037
|
-
var this_0 = this.users;
|
|
36038
|
-
// Inline function 'kotlin.collections.mapTo' call
|
|
36039
|
-
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
36040
|
-
var _iterator__ex2g4s = this_0.l();
|
|
36041
|
-
while (_iterator__ex2g4s.m()) {
|
|
36042
|
-
var item = _iterator__ex2g4s.n();
|
|
36043
|
-
var tmp$ret$0 = item.d1q_1;
|
|
36044
|
-
destination.j(tmp$ret$0);
|
|
36045
|
-
}
|
|
36046
|
-
// Inline function 'kotlin.collections.toTypedArray' call
|
|
36047
|
-
return copyToArray(destination);
|
|
36048
|
-
};
|
|
36049
|
-
protoOf(ContinueGameMechanicAction).u41 = function () {
|
|
36050
|
-
return getGameCreator(this.r43_1.players).playerId;
|
|
36051
|
-
};
|
|
36052
|
-
protoOf(ContinueGameMechanicAction).k17 = function () {
|
|
36053
|
-
return this.r43_1.version;
|
|
36054
|
-
};
|
|
36055
|
-
protoOf(ContinueGameMechanicAction).n3w = function () {
|
|
36056
|
-
return this.r43_1.config;
|
|
36057
|
-
};
|
|
36058
|
-
protoOf(ContinueGameMechanicAction).toString = function () {
|
|
36059
|
-
return 'ContinueGameMechanicAction(reason = ' + toString(this.s43_1) + ', aid = ' + this.u43_1 + ')';
|
|
36060
|
-
};
|
|
36061
|
-
protoOf(ContinueGameMechanicAction).hashCode = function () {
|
|
36062
|
-
var result = this.r43_1.hashCode();
|
|
36063
|
-
result = imul(result, 31) + hashCode(this.s43_1) | 0;
|
|
36064
|
-
result = imul(result, 31) + (this.t43_1 == null ? 0 : hashCode(this.t43_1)) | 0;
|
|
36065
|
-
result = imul(result, 31) + (this.u43_1 == null ? 0 : getStringHashCode(this.u43_1)) | 0;
|
|
36066
|
-
return result;
|
|
36067
|
-
};
|
|
36068
|
-
protoOf(ContinueGameMechanicAction).equals = function (other) {
|
|
36069
|
-
if (this === other)
|
|
36070
|
-
return true;
|
|
36071
|
-
if (!(other instanceof ContinueGameMechanicAction))
|
|
36072
|
-
return false;
|
|
36073
|
-
if (!this.r43_1.equals(other.r43_1))
|
|
36074
|
-
return false;
|
|
36075
|
-
if (!equals(this.s43_1, other.s43_1))
|
|
36076
|
-
return false;
|
|
36077
|
-
if (!equals(this.t43_1, other.t43_1))
|
|
36078
|
-
return false;
|
|
36079
|
-
if (!(this.u43_1 == other.u43_1))
|
|
36126
|
+
if (!(this.s43_1 == other.s43_1))
|
|
36080
36127
|
return false;
|
|
36081
36128
|
return true;
|
|
36082
36129
|
};
|
|
36083
36130
|
function RestartGameMechanicAction(reason, aid) {
|
|
36084
36131
|
aid = aid === VOID ? null : aid;
|
|
36085
36132
|
MechanicAction.call(this);
|
|
36086
|
-
this.
|
|
36087
|
-
this.
|
|
36133
|
+
this.u43_1 = reason;
|
|
36134
|
+
this.v43_1 = aid;
|
|
36088
36135
|
}
|
|
36089
36136
|
protoOf(RestartGameMechanicAction).u40 = function () {
|
|
36090
|
-
return this.
|
|
36137
|
+
return this.v43_1;
|
|
36091
36138
|
};
|
|
36092
36139
|
protoOf(RestartGameMechanicAction).toString = function () {
|
|
36093
|
-
return 'RestartGameMechanicAction(reason=' + this.
|
|
36140
|
+
return 'RestartGameMechanicAction(reason=' + this.u43_1.toString() + ', aid=' + this.v43_1 + ')';
|
|
36094
36141
|
};
|
|
36095
36142
|
protoOf(RestartGameMechanicAction).hashCode = function () {
|
|
36096
|
-
var result = this.
|
|
36097
|
-
result = imul(result, 31) + (this.
|
|
36143
|
+
var result = this.u43_1.hashCode();
|
|
36144
|
+
result = imul(result, 31) + (this.v43_1 == null ? 0 : getStringHashCode(this.v43_1)) | 0;
|
|
36098
36145
|
return result;
|
|
36099
36146
|
};
|
|
36100
36147
|
protoOf(RestartGameMechanicAction).equals = function (other) {
|
|
@@ -36102,9 +36149,9 @@
|
|
|
36102
36149
|
return true;
|
|
36103
36150
|
if (!(other instanceof RestartGameMechanicAction))
|
|
36104
36151
|
return false;
|
|
36105
|
-
if (!this.
|
|
36152
|
+
if (!this.u43_1.equals(other.u43_1))
|
|
36106
36153
|
return false;
|
|
36107
|
-
if (!(this.
|
|
36154
|
+
if (!(this.v43_1 == other.v43_1))
|
|
36108
36155
|
return false;
|
|
36109
36156
|
return true;
|
|
36110
36157
|
};
|
|
@@ -36112,31 +36159,31 @@
|
|
|
36112
36159
|
actData = actData === VOID ? null : actData;
|
|
36113
36160
|
aid = aid === VOID ? null : aid;
|
|
36114
36161
|
MechanicAction.call(this);
|
|
36115
|
-
this.
|
|
36116
|
-
this.
|
|
36117
|
-
this.
|
|
36118
|
-
this.
|
|
36162
|
+
this.w43_1 = sceneId;
|
|
36163
|
+
this.x43_1 = actId;
|
|
36164
|
+
this.y43_1 = actData;
|
|
36165
|
+
this.z43_1 = aid;
|
|
36119
36166
|
}
|
|
36120
36167
|
protoOf(SceneActMechanicAction).o2t = function () {
|
|
36121
|
-
return this.
|
|
36168
|
+
return this.w43_1;
|
|
36122
36169
|
};
|
|
36123
36170
|
protoOf(SceneActMechanicAction).w2s = function () {
|
|
36124
|
-
return this.
|
|
36171
|
+
return this.x43_1;
|
|
36125
36172
|
};
|
|
36126
|
-
protoOf(SceneActMechanicAction).
|
|
36127
|
-
return this.
|
|
36173
|
+
protoOf(SceneActMechanicAction).v42 = function () {
|
|
36174
|
+
return this.y43_1;
|
|
36128
36175
|
};
|
|
36129
36176
|
protoOf(SceneActMechanicAction).u40 = function () {
|
|
36130
|
-
return this.
|
|
36177
|
+
return this.z43_1;
|
|
36131
36178
|
};
|
|
36132
36179
|
protoOf(SceneActMechanicAction).toString = function () {
|
|
36133
|
-
return 'SceneActMechanicAction(sceneId=' + this.
|
|
36180
|
+
return 'SceneActMechanicAction(sceneId=' + this.w43_1 + ', actId=' + this.x43_1 + ', actData=' + toString_0(this.y43_1) + ', aid=' + this.z43_1 + ')';
|
|
36134
36181
|
};
|
|
36135
36182
|
protoOf(SceneActMechanicAction).hashCode = function () {
|
|
36136
|
-
var result = getStringHashCode(this.
|
|
36137
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
36138
|
-
result = imul(result, 31) + (this.
|
|
36139
|
-
result = imul(result, 31) + (this.
|
|
36183
|
+
var result = getStringHashCode(this.w43_1);
|
|
36184
|
+
result = imul(result, 31) + getStringHashCode(this.x43_1) | 0;
|
|
36185
|
+
result = imul(result, 31) + (this.y43_1 == null ? 0 : hashCode(this.y43_1)) | 0;
|
|
36186
|
+
result = imul(result, 31) + (this.z43_1 == null ? 0 : getStringHashCode(this.z43_1)) | 0;
|
|
36140
36187
|
return result;
|
|
36141
36188
|
};
|
|
36142
36189
|
protoOf(SceneActMechanicAction).equals = function (other) {
|
|
@@ -36144,34 +36191,34 @@
|
|
|
36144
36191
|
return true;
|
|
36145
36192
|
if (!(other instanceof SceneActMechanicAction))
|
|
36146
36193
|
return false;
|
|
36147
|
-
if (!(this.
|
|
36194
|
+
if (!(this.w43_1 === other.w43_1))
|
|
36148
36195
|
return false;
|
|
36149
|
-
if (!(this.
|
|
36196
|
+
if (!(this.x43_1 === other.x43_1))
|
|
36150
36197
|
return false;
|
|
36151
|
-
if (!equals(this.
|
|
36198
|
+
if (!equals(this.y43_1, other.y43_1))
|
|
36152
36199
|
return false;
|
|
36153
|
-
if (!(this.
|
|
36200
|
+
if (!(this.z43_1 == other.z43_1))
|
|
36154
36201
|
return false;
|
|
36155
36202
|
return true;
|
|
36156
36203
|
};
|
|
36157
36204
|
function PlayerReadyMechanicAction(currentTurnPlayerId, aid) {
|
|
36158
36205
|
aid = aid === VOID ? null : aid;
|
|
36159
36206
|
MechanicAction.call(this);
|
|
36160
|
-
this.
|
|
36161
|
-
this.
|
|
36207
|
+
this.a44_1 = currentTurnPlayerId;
|
|
36208
|
+
this.b44_1 = aid;
|
|
36162
36209
|
}
|
|
36163
36210
|
protoOf(PlayerReadyMechanicAction).u40 = function () {
|
|
36164
|
-
return this.
|
|
36211
|
+
return this.b44_1;
|
|
36165
36212
|
};
|
|
36166
36213
|
protoOf(PlayerReadyMechanicAction).o1p = function () {
|
|
36167
|
-
return this.
|
|
36214
|
+
return this.a44_1;
|
|
36168
36215
|
};
|
|
36169
36216
|
protoOf(PlayerReadyMechanicAction).toString = function () {
|
|
36170
|
-
return 'PlayerReadyMechanicAction(currentTurnPlayerId=' + this.
|
|
36217
|
+
return 'PlayerReadyMechanicAction(currentTurnPlayerId=' + this.a44_1 + ', aid=' + this.b44_1 + ')';
|
|
36171
36218
|
};
|
|
36172
36219
|
protoOf(PlayerReadyMechanicAction).hashCode = function () {
|
|
36173
|
-
var result = getStringHashCode(this.
|
|
36174
|
-
result = imul(result, 31) + (this.
|
|
36220
|
+
var result = getStringHashCode(this.a44_1);
|
|
36221
|
+
result = imul(result, 31) + (this.b44_1 == null ? 0 : getStringHashCode(this.b44_1)) | 0;
|
|
36175
36222
|
return result;
|
|
36176
36223
|
};
|
|
36177
36224
|
protoOf(PlayerReadyMechanicAction).equals = function (other) {
|
|
@@ -36179,9 +36226,9 @@
|
|
|
36179
36226
|
return true;
|
|
36180
36227
|
if (!(other instanceof PlayerReadyMechanicAction))
|
|
36181
36228
|
return false;
|
|
36182
|
-
if (!(this.
|
|
36229
|
+
if (!(this.a44_1 === other.a44_1))
|
|
36183
36230
|
return false;
|
|
36184
|
-
if (!(this.
|
|
36231
|
+
if (!(this.b44_1 == other.b44_1))
|
|
36185
36232
|
return false;
|
|
36186
36233
|
return true;
|
|
36187
36234
|
};
|
|
@@ -36189,27 +36236,27 @@
|
|
|
36189
36236
|
restartRound = restartRound === VOID ? false : restartRound;
|
|
36190
36237
|
aid = aid === VOID ? null : aid;
|
|
36191
36238
|
MechanicAction.call(this);
|
|
36192
|
-
this.
|
|
36193
|
-
this.
|
|
36194
|
-
this.
|
|
36195
|
-
this.
|
|
36196
|
-
this.
|
|
36239
|
+
this.c44_1 = suit;
|
|
36240
|
+
this.d44_1 = restartRound;
|
|
36241
|
+
this.e44_1 = currentTurnPlayerId;
|
|
36242
|
+
this.f44_1 = nextTurnPlayerIds;
|
|
36243
|
+
this.g44_1 = aid;
|
|
36197
36244
|
}
|
|
36198
36245
|
protoOf(SuitChoiceMechanicAction).u40 = function () {
|
|
36199
|
-
return this.
|
|
36246
|
+
return this.g44_1;
|
|
36200
36247
|
};
|
|
36201
36248
|
protoOf(SuitChoiceMechanicAction).o1p = function () {
|
|
36202
|
-
return this.
|
|
36249
|
+
return this.e44_1;
|
|
36203
36250
|
};
|
|
36204
36251
|
protoOf(SuitChoiceMechanicAction).toString = function () {
|
|
36205
|
-
return 'SuitChoiceMechanicAction(suit=' + toString_0(this.
|
|
36252
|
+
return 'SuitChoiceMechanicAction(suit=' + toString_0(this.c44_1) + ', restartRound=' + this.d44_1 + ', currentTurnPlayerId=' + this.e44_1 + ', nextTurnPlayerIds=' + toString(this.f44_1) + ', aid=' + this.g44_1 + ')';
|
|
36206
36253
|
};
|
|
36207
36254
|
protoOf(SuitChoiceMechanicAction).hashCode = function () {
|
|
36208
|
-
var result = this.
|
|
36209
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
36210
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
36211
|
-
result = imul(result, 31) + hashCode(this.
|
|
36212
|
-
result = imul(result, 31) + (this.
|
|
36255
|
+
var result = this.c44_1 == null ? 0 : this.c44_1.hashCode();
|
|
36256
|
+
result = imul(result, 31) + getBooleanHashCode(this.d44_1) | 0;
|
|
36257
|
+
result = imul(result, 31) + getStringHashCode(this.e44_1) | 0;
|
|
36258
|
+
result = imul(result, 31) + hashCode(this.f44_1) | 0;
|
|
36259
|
+
result = imul(result, 31) + (this.g44_1 == null ? 0 : getStringHashCode(this.g44_1)) | 0;
|
|
36213
36260
|
return result;
|
|
36214
36261
|
};
|
|
36215
36262
|
protoOf(SuitChoiceMechanicAction).equals = function (other) {
|
|
@@ -36217,43 +36264,43 @@
|
|
|
36217
36264
|
return true;
|
|
36218
36265
|
if (!(other instanceof SuitChoiceMechanicAction))
|
|
36219
36266
|
return false;
|
|
36220
|
-
if (!equals(this.
|
|
36267
|
+
if (!equals(this.c44_1, other.c44_1))
|
|
36221
36268
|
return false;
|
|
36222
|
-
if (!(this.
|
|
36269
|
+
if (!(this.d44_1 === other.d44_1))
|
|
36223
36270
|
return false;
|
|
36224
|
-
if (!(this.
|
|
36271
|
+
if (!(this.e44_1 === other.e44_1))
|
|
36225
36272
|
return false;
|
|
36226
|
-
if (!equals(this.
|
|
36273
|
+
if (!equals(this.f44_1, other.f44_1))
|
|
36227
36274
|
return false;
|
|
36228
|
-
if (!(this.
|
|
36275
|
+
if (!(this.g44_1 == other.g44_1))
|
|
36229
36276
|
return false;
|
|
36230
36277
|
return true;
|
|
36231
36278
|
};
|
|
36232
36279
|
function CombinationChoiceMechanicAction(isAnnounced, combinations, currentTurnPlayerId, aid) {
|
|
36233
36280
|
aid = aid === VOID ? null : aid;
|
|
36234
36281
|
MechanicAction.call(this);
|
|
36235
|
-
this.
|
|
36236
|
-
this.
|
|
36237
|
-
this.
|
|
36238
|
-
this.
|
|
36282
|
+
this.h44_1 = isAnnounced;
|
|
36283
|
+
this.i44_1 = combinations;
|
|
36284
|
+
this.j44_1 = currentTurnPlayerId;
|
|
36285
|
+
this.k44_1 = aid;
|
|
36239
36286
|
}
|
|
36240
36287
|
protoOf(CombinationChoiceMechanicAction).u40 = function () {
|
|
36241
|
-
return this.
|
|
36288
|
+
return this.k44_1;
|
|
36242
36289
|
};
|
|
36243
36290
|
protoOf(CombinationChoiceMechanicAction).k1v = function () {
|
|
36244
36291
|
return true;
|
|
36245
36292
|
};
|
|
36246
36293
|
protoOf(CombinationChoiceMechanicAction).o1p = function () {
|
|
36247
|
-
return this.
|
|
36294
|
+
return this.j44_1;
|
|
36248
36295
|
};
|
|
36249
36296
|
protoOf(CombinationChoiceMechanicAction).toString = function () {
|
|
36250
|
-
return 'CombinationChoiceMechanicAction(isAnnounced=' + this.
|
|
36297
|
+
return 'CombinationChoiceMechanicAction(isAnnounced=' + this.h44_1 + ', combinations=' + toString(this.i44_1) + ', currentTurnPlayerId=' + this.j44_1 + ', aid=' + this.k44_1 + ')';
|
|
36251
36298
|
};
|
|
36252
36299
|
protoOf(CombinationChoiceMechanicAction).hashCode = function () {
|
|
36253
|
-
var result = getBooleanHashCode(this.
|
|
36254
|
-
result = imul(result, 31) + hashCode(this.
|
|
36255
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
36256
|
-
result = imul(result, 31) + (this.
|
|
36300
|
+
var result = getBooleanHashCode(this.h44_1);
|
|
36301
|
+
result = imul(result, 31) + hashCode(this.i44_1) | 0;
|
|
36302
|
+
result = imul(result, 31) + getStringHashCode(this.j44_1) | 0;
|
|
36303
|
+
result = imul(result, 31) + (this.k44_1 == null ? 0 : getStringHashCode(this.k44_1)) | 0;
|
|
36257
36304
|
return result;
|
|
36258
36305
|
};
|
|
36259
36306
|
protoOf(CombinationChoiceMechanicAction).equals = function (other) {
|
|
@@ -36261,13 +36308,13 @@
|
|
|
36261
36308
|
return true;
|
|
36262
36309
|
if (!(other instanceof CombinationChoiceMechanicAction))
|
|
36263
36310
|
return false;
|
|
36264
|
-
if (!(this.
|
|
36311
|
+
if (!(this.h44_1 === other.h44_1))
|
|
36265
36312
|
return false;
|
|
36266
|
-
if (!equals(this.
|
|
36313
|
+
if (!equals(this.i44_1, other.i44_1))
|
|
36267
36314
|
return false;
|
|
36268
|
-
if (!(this.
|
|
36315
|
+
if (!(this.j44_1 === other.j44_1))
|
|
36269
36316
|
return false;
|
|
36270
|
-
if (!(this.
|
|
36317
|
+
if (!(this.k44_1 == other.k44_1))
|
|
36271
36318
|
return false;
|
|
36272
36319
|
return true;
|
|
36273
36320
|
};
|
|
@@ -36275,36 +36322,36 @@
|
|
|
36275
36322
|
combinations = combinations === VOID ? null : combinations;
|
|
36276
36323
|
aid = aid === VOID ? null : aid;
|
|
36277
36324
|
MechanicAction.call(this);
|
|
36278
|
-
this.
|
|
36279
|
-
this.
|
|
36280
|
-
this.
|
|
36281
|
-
this.
|
|
36282
|
-
this.
|
|
36283
|
-
this.
|
|
36325
|
+
this.l44_1 = card;
|
|
36326
|
+
this.m44_1 = combinations;
|
|
36327
|
+
this.n44_1 = canNextPlayerTakeAllCards;
|
|
36328
|
+
this.o44_1 = currentTurnPlayerId;
|
|
36329
|
+
this.p44_1 = nextTurnPlayerIds;
|
|
36330
|
+
this.q44_1 = aid;
|
|
36284
36331
|
}
|
|
36285
36332
|
protoOf(PutCardMechanicAction).u40 = function () {
|
|
36286
|
-
return this.
|
|
36333
|
+
return this.q44_1;
|
|
36287
36334
|
};
|
|
36288
36335
|
protoOf(PutCardMechanicAction).o1p = function () {
|
|
36289
|
-
return this.
|
|
36336
|
+
return this.o44_1;
|
|
36290
36337
|
};
|
|
36291
36338
|
protoOf(PutCardMechanicAction).toString = function () {
|
|
36292
|
-
var tmp = "currentTurnPlayerId='" + this.
|
|
36339
|
+
var tmp = "currentTurnPlayerId='" + this.o44_1 + "'";
|
|
36293
36340
|
// Inline function 'kotlin.takeIf' call
|
|
36294
|
-
var this_0 = 'nextTurnPlayerIds=' + toString(this.
|
|
36341
|
+
var this_0 = 'nextTurnPlayerIds=' + toString(this.p44_1);
|
|
36295
36342
|
var tmp_0;
|
|
36296
36343
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
36297
|
-
if (!this.
|
|
36344
|
+
if (!this.p44_1.r()) {
|
|
36298
36345
|
tmp_0 = this_0;
|
|
36299
36346
|
} else {
|
|
36300
36347
|
tmp_0 = null;
|
|
36301
36348
|
}
|
|
36302
36349
|
var tmp_1 = tmp_0;
|
|
36303
|
-
var tmp_2 = 'card=' + this.
|
|
36350
|
+
var tmp_2 = 'card=' + this.l44_1.toString();
|
|
36304
36351
|
// Inline function 'kotlin.takeIf' call
|
|
36305
|
-
var this_1 = 'combinations=' + toString_0(this.
|
|
36352
|
+
var this_1 = 'combinations=' + toString_0(this.m44_1);
|
|
36306
36353
|
var tmp_3;
|
|
36307
|
-
var tmp0_safe_receiver = this.
|
|
36354
|
+
var tmp0_safe_receiver = this.m44_1;
|
|
36308
36355
|
var tmp_4;
|
|
36309
36356
|
if (tmp0_safe_receiver == null) {
|
|
36310
36357
|
tmp_4 = null;
|
|
@@ -36319,9 +36366,9 @@
|
|
|
36319
36366
|
}
|
|
36320
36367
|
var tmp_5 = tmp_3;
|
|
36321
36368
|
// Inline function 'kotlin.takeIf' call
|
|
36322
|
-
var this_2 = 'aid=' + this.
|
|
36369
|
+
var this_2 = 'aid=' + this.q44_1;
|
|
36323
36370
|
var tmp_6;
|
|
36324
|
-
if (!(this.
|
|
36371
|
+
if (!(this.q44_1 == null)) {
|
|
36325
36372
|
tmp_6 = this_2;
|
|
36326
36373
|
} else {
|
|
36327
36374
|
tmp_6 = null;
|
|
@@ -36330,12 +36377,12 @@
|
|
|
36330
36377
|
return 'PutCardMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_2, tmp_5, tmp$ret$7])) + ')';
|
|
36331
36378
|
};
|
|
36332
36379
|
protoOf(PutCardMechanicAction).hashCode = function () {
|
|
36333
|
-
var result = this.
|
|
36334
|
-
result = imul(result, 31) + (this.
|
|
36335
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
36336
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
36337
|
-
result = imul(result, 31) + hashCode(this.
|
|
36338
|
-
result = imul(result, 31) + (this.
|
|
36380
|
+
var result = this.l44_1.hashCode();
|
|
36381
|
+
result = imul(result, 31) + (this.m44_1 == null ? 0 : hashCode(this.m44_1)) | 0;
|
|
36382
|
+
result = imul(result, 31) + getBooleanHashCode(this.n44_1) | 0;
|
|
36383
|
+
result = imul(result, 31) + getStringHashCode(this.o44_1) | 0;
|
|
36384
|
+
result = imul(result, 31) + hashCode(this.p44_1) | 0;
|
|
36385
|
+
result = imul(result, 31) + (this.q44_1 == null ? 0 : getStringHashCode(this.q44_1)) | 0;
|
|
36339
36386
|
return result;
|
|
36340
36387
|
};
|
|
36341
36388
|
protoOf(PutCardMechanicAction).equals = function (other) {
|
|
@@ -36343,35 +36390,35 @@
|
|
|
36343
36390
|
return true;
|
|
36344
36391
|
if (!(other instanceof PutCardMechanicAction))
|
|
36345
36392
|
return false;
|
|
36346
|
-
if (!this.
|
|
36393
|
+
if (!this.l44_1.equals(other.l44_1))
|
|
36347
36394
|
return false;
|
|
36348
|
-
if (!equals(this.
|
|
36395
|
+
if (!equals(this.m44_1, other.m44_1))
|
|
36349
36396
|
return false;
|
|
36350
|
-
if (!(this.
|
|
36397
|
+
if (!(this.n44_1 === other.n44_1))
|
|
36351
36398
|
return false;
|
|
36352
|
-
if (!(this.
|
|
36399
|
+
if (!(this.o44_1 === other.o44_1))
|
|
36353
36400
|
return false;
|
|
36354
|
-
if (!equals(this.
|
|
36401
|
+
if (!equals(this.p44_1, other.p44_1))
|
|
36355
36402
|
return false;
|
|
36356
|
-
if (!(this.
|
|
36403
|
+
if (!(this.q44_1 == other.q44_1))
|
|
36357
36404
|
return false;
|
|
36358
36405
|
return true;
|
|
36359
36406
|
};
|
|
36360
36407
|
function TrumpMechanicAction(suit, aid) {
|
|
36361
36408
|
aid = aid === VOID ? null : aid;
|
|
36362
36409
|
MechanicAction.call(this);
|
|
36363
|
-
this.
|
|
36364
|
-
this.
|
|
36410
|
+
this.r44_1 = suit;
|
|
36411
|
+
this.s44_1 = aid;
|
|
36365
36412
|
}
|
|
36366
36413
|
protoOf(TrumpMechanicAction).u40 = function () {
|
|
36367
|
-
return this.
|
|
36414
|
+
return this.s44_1;
|
|
36368
36415
|
};
|
|
36369
36416
|
protoOf(TrumpMechanicAction).toString = function () {
|
|
36370
|
-
return 'TrumpMechanicAction(suit=' + this.
|
|
36417
|
+
return 'TrumpMechanicAction(suit=' + this.r44_1.toString() + ', aid=' + this.s44_1 + ')';
|
|
36371
36418
|
};
|
|
36372
36419
|
protoOf(TrumpMechanicAction).hashCode = function () {
|
|
36373
|
-
var result = this.
|
|
36374
|
-
result = imul(result, 31) + (this.
|
|
36420
|
+
var result = this.r44_1.hashCode();
|
|
36421
|
+
result = imul(result, 31) + (this.s44_1 == null ? 0 : getStringHashCode(this.s44_1)) | 0;
|
|
36375
36422
|
return result;
|
|
36376
36423
|
};
|
|
36377
36424
|
protoOf(TrumpMechanicAction).equals = function (other) {
|
|
@@ -36379,34 +36426,34 @@
|
|
|
36379
36426
|
return true;
|
|
36380
36427
|
if (!(other instanceof TrumpMechanicAction))
|
|
36381
36428
|
return false;
|
|
36382
|
-
if (!this.
|
|
36429
|
+
if (!this.r44_1.equals(other.r44_1))
|
|
36383
36430
|
return false;
|
|
36384
|
-
if (!(this.
|
|
36431
|
+
if (!(this.s44_1 == other.s44_1))
|
|
36385
36432
|
return false;
|
|
36386
36433
|
return true;
|
|
36387
36434
|
};
|
|
36388
36435
|
function PickUpBribeMechanicAction(whoGotBribePlayerId, numberOfBribe, canNextPlayerTakeAllCards, aid) {
|
|
36389
36436
|
aid = aid === VOID ? null : aid;
|
|
36390
36437
|
MechanicAction.call(this);
|
|
36391
|
-
this.
|
|
36392
|
-
this.
|
|
36393
|
-
this.
|
|
36394
|
-
this.
|
|
36438
|
+
this.t44_1 = whoGotBribePlayerId;
|
|
36439
|
+
this.u44_1 = numberOfBribe;
|
|
36440
|
+
this.v44_1 = canNextPlayerTakeAllCards;
|
|
36441
|
+
this.w44_1 = aid;
|
|
36395
36442
|
}
|
|
36396
36443
|
protoOf(PickUpBribeMechanicAction).u40 = function () {
|
|
36397
|
-
return this.
|
|
36444
|
+
return this.w44_1;
|
|
36398
36445
|
};
|
|
36399
36446
|
protoOf(PickUpBribeMechanicAction).k1v = function () {
|
|
36400
36447
|
return true;
|
|
36401
36448
|
};
|
|
36402
36449
|
protoOf(PickUpBribeMechanicAction).toString = function () {
|
|
36403
|
-
return 'PickUpBribeMechanicAction(whoGotBribePlayerId=' + this.
|
|
36450
|
+
return 'PickUpBribeMechanicAction(whoGotBribePlayerId=' + this.t44_1 + ', numberOfBribe=' + this.u44_1 + ', canNextPlayerTakeAllCards=' + this.v44_1 + ', aid=' + this.w44_1 + ')';
|
|
36404
36451
|
};
|
|
36405
36452
|
protoOf(PickUpBribeMechanicAction).hashCode = function () {
|
|
36406
|
-
var result = getStringHashCode(this.
|
|
36407
|
-
result = imul(result, 31) + this.
|
|
36408
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
36409
|
-
result = imul(result, 31) + (this.
|
|
36453
|
+
var result = getStringHashCode(this.t44_1);
|
|
36454
|
+
result = imul(result, 31) + this.u44_1 | 0;
|
|
36455
|
+
result = imul(result, 31) + getBooleanHashCode(this.v44_1) | 0;
|
|
36456
|
+
result = imul(result, 31) + (this.w44_1 == null ? 0 : getStringHashCode(this.w44_1)) | 0;
|
|
36410
36457
|
return result;
|
|
36411
36458
|
};
|
|
36412
36459
|
protoOf(PickUpBribeMechanicAction).equals = function (other) {
|
|
@@ -36414,36 +36461,36 @@
|
|
|
36414
36461
|
return true;
|
|
36415
36462
|
if (!(other instanceof PickUpBribeMechanicAction))
|
|
36416
36463
|
return false;
|
|
36464
|
+
if (!(this.t44_1 === other.t44_1))
|
|
36465
|
+
return false;
|
|
36417
36466
|
if (!(this.u44_1 === other.u44_1))
|
|
36418
36467
|
return false;
|
|
36419
36468
|
if (!(this.v44_1 === other.v44_1))
|
|
36420
36469
|
return false;
|
|
36421
|
-
if (!(this.w44_1
|
|
36422
|
-
return false;
|
|
36423
|
-
if (!(this.x44_1 == other.x44_1))
|
|
36470
|
+
if (!(this.w44_1 == other.w44_1))
|
|
36424
36471
|
return false;
|
|
36425
36472
|
return true;
|
|
36426
36473
|
};
|
|
36427
36474
|
function TakeAllRemainingCardsMechanicAction(currentTurnPlayerId, playersCards, aid) {
|
|
36428
36475
|
aid = aid === VOID ? null : aid;
|
|
36429
36476
|
MechanicAction.call(this);
|
|
36430
|
-
this.
|
|
36431
|
-
this.
|
|
36432
|
-
this.
|
|
36477
|
+
this.x44_1 = currentTurnPlayerId;
|
|
36478
|
+
this.y44_1 = playersCards;
|
|
36479
|
+
this.z44_1 = aid;
|
|
36433
36480
|
}
|
|
36434
36481
|
protoOf(TakeAllRemainingCardsMechanicAction).u40 = function () {
|
|
36435
|
-
return this.
|
|
36482
|
+
return this.z44_1;
|
|
36436
36483
|
};
|
|
36437
36484
|
protoOf(TakeAllRemainingCardsMechanicAction).o1p = function () {
|
|
36438
|
-
return this.
|
|
36485
|
+
return this.x44_1;
|
|
36439
36486
|
};
|
|
36440
36487
|
protoOf(TakeAllRemainingCardsMechanicAction).toString = function () {
|
|
36441
|
-
return 'TakeAllRemainingCardsMechanicAction(currentTurnPlayerId=' + this.
|
|
36488
|
+
return 'TakeAllRemainingCardsMechanicAction(currentTurnPlayerId=' + this.x44_1 + ', playersCards=' + toString(this.y44_1) + ', aid=' + this.z44_1 + ')';
|
|
36442
36489
|
};
|
|
36443
36490
|
protoOf(TakeAllRemainingCardsMechanicAction).hashCode = function () {
|
|
36444
|
-
var result = getStringHashCode(this.
|
|
36445
|
-
result = imul(result, 31) + hashCode(this.
|
|
36446
|
-
result = imul(result, 31) + (this.
|
|
36491
|
+
var result = getStringHashCode(this.x44_1);
|
|
36492
|
+
result = imul(result, 31) + hashCode(this.y44_1) | 0;
|
|
36493
|
+
result = imul(result, 31) + (this.z44_1 == null ? 0 : getStringHashCode(this.z44_1)) | 0;
|
|
36447
36494
|
return result;
|
|
36448
36495
|
};
|
|
36449
36496
|
protoOf(TakeAllRemainingCardsMechanicAction).equals = function (other) {
|
|
@@ -36451,32 +36498,32 @@
|
|
|
36451
36498
|
return true;
|
|
36452
36499
|
if (!(other instanceof TakeAllRemainingCardsMechanicAction))
|
|
36453
36500
|
return false;
|
|
36454
|
-
if (!(this.
|
|
36501
|
+
if (!(this.x44_1 === other.x44_1))
|
|
36455
36502
|
return false;
|
|
36456
|
-
if (!equals(this.
|
|
36503
|
+
if (!equals(this.y44_1, other.y44_1))
|
|
36457
36504
|
return false;
|
|
36458
|
-
if (!(this.
|
|
36505
|
+
if (!(this.z44_1 == other.z44_1))
|
|
36459
36506
|
return false;
|
|
36460
36507
|
return true;
|
|
36461
36508
|
};
|
|
36462
36509
|
function WinnerCombinationsMechanicAction(winnerCombinations, aid) {
|
|
36463
36510
|
aid = aid === VOID ? null : aid;
|
|
36464
36511
|
MechanicAction.call(this);
|
|
36465
|
-
this.
|
|
36466
|
-
this.
|
|
36512
|
+
this.a45_1 = winnerCombinations;
|
|
36513
|
+
this.b45_1 = aid;
|
|
36467
36514
|
}
|
|
36468
36515
|
protoOf(WinnerCombinationsMechanicAction).u40 = function () {
|
|
36469
|
-
return this.
|
|
36516
|
+
return this.b45_1;
|
|
36470
36517
|
};
|
|
36471
36518
|
protoOf(WinnerCombinationsMechanicAction).k1v = function () {
|
|
36472
36519
|
return true;
|
|
36473
36520
|
};
|
|
36474
36521
|
protoOf(WinnerCombinationsMechanicAction).toString = function () {
|
|
36475
|
-
return 'WinnerCombinationsMechanicAction(winnerCombinations=' + toString(this.
|
|
36522
|
+
return 'WinnerCombinationsMechanicAction(winnerCombinations=' + toString(this.a45_1) + ', aid=' + this.b45_1 + ')';
|
|
36476
36523
|
};
|
|
36477
36524
|
protoOf(WinnerCombinationsMechanicAction).hashCode = function () {
|
|
36478
|
-
var result = hashCode(this.
|
|
36479
|
-
result = imul(result, 31) + (this.
|
|
36525
|
+
var result = hashCode(this.a45_1);
|
|
36526
|
+
result = imul(result, 31) + (this.b45_1 == null ? 0 : getStringHashCode(this.b45_1)) | 0;
|
|
36480
36527
|
return result;
|
|
36481
36528
|
};
|
|
36482
36529
|
protoOf(WinnerCombinationsMechanicAction).equals = function (other) {
|
|
@@ -36484,27 +36531,27 @@
|
|
|
36484
36531
|
return true;
|
|
36485
36532
|
if (!(other instanceof WinnerCombinationsMechanicAction))
|
|
36486
36533
|
return false;
|
|
36487
|
-
if (!equals(this.
|
|
36534
|
+
if (!equals(this.a45_1, other.a45_1))
|
|
36488
36535
|
return false;
|
|
36489
|
-
if (!(this.
|
|
36536
|
+
if (!(this.b45_1 == other.b45_1))
|
|
36490
36537
|
return false;
|
|
36491
36538
|
return true;
|
|
36492
36539
|
};
|
|
36493
36540
|
function ErrorAction(error, aid) {
|
|
36494
36541
|
aid = aid === VOID ? null : aid;
|
|
36495
36542
|
MechanicAction.call(this);
|
|
36496
|
-
this.
|
|
36497
|
-
this.
|
|
36543
|
+
this.c45_1 = error;
|
|
36544
|
+
this.d45_1 = aid;
|
|
36498
36545
|
}
|
|
36499
36546
|
protoOf(ErrorAction).u40 = function () {
|
|
36500
|
-
return this.
|
|
36547
|
+
return this.d45_1;
|
|
36501
36548
|
};
|
|
36502
36549
|
protoOf(ErrorAction).toString = function () {
|
|
36503
|
-
return 'ErrorAction(error=' + this.
|
|
36550
|
+
return 'ErrorAction(error=' + this.c45_1.toString() + ', aid=' + this.d45_1 + ')';
|
|
36504
36551
|
};
|
|
36505
36552
|
protoOf(ErrorAction).hashCode = function () {
|
|
36506
|
-
var result = this.
|
|
36507
|
-
result = imul(result, 31) + (this.
|
|
36553
|
+
var result = this.c45_1.hashCode();
|
|
36554
|
+
result = imul(result, 31) + (this.d45_1 == null ? 0 : getStringHashCode(this.d45_1)) | 0;
|
|
36508
36555
|
return result;
|
|
36509
36556
|
};
|
|
36510
36557
|
protoOf(ErrorAction).equals = function (other) {
|
|
@@ -36512,9 +36559,9 @@
|
|
|
36512
36559
|
return true;
|
|
36513
36560
|
if (!(other instanceof ErrorAction))
|
|
36514
36561
|
return false;
|
|
36515
|
-
if (!this.
|
|
36562
|
+
if (!this.c45_1.equals(other.c45_1))
|
|
36516
36563
|
return false;
|
|
36517
|
-
if (!(this.
|
|
36564
|
+
if (!(this.d45_1 == other.d45_1))
|
|
36518
36565
|
return false;
|
|
36519
36566
|
return true;
|
|
36520
36567
|
};
|
|
@@ -37047,9 +37094,9 @@
|
|
|
37047
37094
|
}
|
|
37048
37095
|
}
|
|
37049
37096
|
function GameHelperImpl(logger) {
|
|
37050
|
-
this.
|
|
37097
|
+
this.h45_1 = logger;
|
|
37051
37098
|
}
|
|
37052
|
-
protoOf(GameHelperImpl).
|
|
37099
|
+
protoOf(GameHelperImpl).e45 = function (store, playerIds, includeBots) {
|
|
37053
37100
|
var state = store.state;
|
|
37054
37101
|
var tmp;
|
|
37055
37102
|
if (!state.x2e()) {
|
|
@@ -37095,7 +37142,7 @@
|
|
|
37095
37142
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
37096
37143
|
return copyToArray(destination_1);
|
|
37097
37144
|
};
|
|
37098
|
-
protoOf(GameHelperImpl).
|
|
37145
|
+
protoOf(GameHelperImpl).f45 = function (store, playerIds, includeBots) {
|
|
37099
37146
|
var state = store.state;
|
|
37100
37147
|
var tmp;
|
|
37101
37148
|
if (!state.x2e()) {
|
|
@@ -37266,10 +37313,10 @@
|
|
|
37266
37313
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
37267
37314
|
return copyToArray(destination);
|
|
37268
37315
|
};
|
|
37269
|
-
protoOf(GameHelperImpl).
|
|
37316
|
+
protoOf(GameHelperImpl).g45 = function (mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) {
|
|
37270
37317
|
var roomMode = mapToRoomMode(mode);
|
|
37271
37318
|
var isEnableChoosePartnerScreen = (transition == null || transition.isEnableChoosePartnerScreen) && roomMode.isEnableChoosePartnerScreen;
|
|
37272
|
-
this.
|
|
37319
|
+
this.h45_1.v(VOID, 'createConfig: ' + ('mode = ' + roomMode.toString() + ', ') + ('transition = ' + toString_0(transition) + ', ') + ('isPrivate = ' + isPrivate + ', ') + ('dealerStrategy = ' + dealerStrategy + ', ') + ('league = ' + league + ', ') + ('isEnableChoosePartnerScreen = ' + isEnableChoosePartnerScreen + ' '));
|
|
37273
37320
|
var options = Companion_instance_153.getServerOptions(isEnableChat, isBotsEnabled, isEnableChoosePartnerScreen);
|
|
37274
37321
|
var playersMode = this.mapPlayers(players);
|
|
37275
37322
|
var pointsMode = this.mapPoints(points);
|
|
@@ -37704,40 +37751,40 @@
|
|
|
37704
37751
|
function getRandomAvatarData_0($this) {
|
|
37705
37752
|
var avatarSetNumber = Default_getInstance().wd(get_entries_5().o());
|
|
37706
37753
|
var avatarSet = get_entries_5().p(avatarSetNumber);
|
|
37707
|
-
return new AvatarData(Default_getInstance().wd(avatarSet.
|
|
37754
|
+
return new AvatarData(Default_getInstance().wd(avatarSet.n45()), avatarSet);
|
|
37708
37755
|
}
|
|
37709
37756
|
function getAvatarUrlByIndex($this, data) {
|
|
37710
37757
|
return mapToPattern($this, data);
|
|
37711
37758
|
}
|
|
37712
37759
|
function getNicknameByIndex($this, data) {
|
|
37713
|
-
return data.
|
|
37760
|
+
return data.p45_1.q45(data.o45_1);
|
|
37714
37761
|
}
|
|
37715
37762
|
function mapToPattern($this, data) {
|
|
37716
|
-
return 'debertz://raspberry.games/' + data.
|
|
37763
|
+
return 'debertz://raspberry.games/' + data.p45_1.h2_1 + '/' + data.o45_1;
|
|
37717
37764
|
}
|
|
37718
37765
|
function Companion_160() {
|
|
37719
37766
|
Companion_instance_164 = this;
|
|
37720
|
-
this.
|
|
37767
|
+
this.r45_1 = 'debertz://raspberry.games';
|
|
37721
37768
|
var tmp = this;
|
|
37722
37769
|
// Inline function 'kotlin.arrayOf' call
|
|
37723
37770
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
37724
37771
|
// Inline function 'kotlin.js.asDynamic' call
|
|
37725
|
-
tmp.
|
|
37772
|
+
tmp.s45_1 = ['Helen', 'Kelvin', 'Josh', 'Cler', 'Anna', 'Emily', 'Tom', 'Peter', 'Kate', 'Lucy', 'Bob', 'Holly', 'Alex', 'Mark', 'Sarah', 'Naomi'];
|
|
37726
37773
|
var tmp_0 = this;
|
|
37727
37774
|
// Inline function 'kotlin.arrayOf' call
|
|
37728
37775
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
37729
37776
|
// Inline function 'kotlin.js.asDynamic' call
|
|
37730
|
-
tmp_0.
|
|
37777
|
+
tmp_0.t45_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'];
|
|
37731
37778
|
var tmp_1 = this;
|
|
37732
37779
|
// Inline function 'kotlin.arrayOf' call
|
|
37733
37780
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
37734
37781
|
// Inline function 'kotlin.js.asDynamic' call
|
|
37735
|
-
tmp_1.
|
|
37782
|
+
tmp_1.u45_1 = ['Fedya', 'Shurik', 'Student', 'Student girl', 'District policeman', 'George', 'Zina', 'Shuller', 'Tanya', 'Katerina', 'Innocent', 'Lyolik', 'Nina', 'Experienced', 'Jigid', 'Just a Tsar'];
|
|
37736
37783
|
var tmp_2 = this;
|
|
37737
37784
|
// Inline function 'kotlin.arrayOf' call
|
|
37738
37785
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
37739
37786
|
// Inline function 'kotlin.js.asDynamic' call
|
|
37740
|
-
tmp_2.
|
|
37787
|
+
tmp_2.v45_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'];
|
|
37741
37788
|
}
|
|
37742
37789
|
var Companion_instance_164;
|
|
37743
37790
|
function Companion_getInstance_167() {
|
|
@@ -37748,14 +37795,14 @@
|
|
|
37748
37795
|
function AvatarSet(name, ordinal) {
|
|
37749
37796
|
Enum.call(this, name, ordinal);
|
|
37750
37797
|
}
|
|
37751
|
-
protoOf(AvatarSet).
|
|
37798
|
+
protoOf(AvatarSet).n45 = function () {
|
|
37752
37799
|
var tmp;
|
|
37753
37800
|
switch (this.h2_1) {
|
|
37754
37801
|
case 0:
|
|
37755
|
-
tmp = Companion_getInstance_167().
|
|
37802
|
+
tmp = Companion_getInstance_167().t45_1.length;
|
|
37756
37803
|
break;
|
|
37757
37804
|
case 1:
|
|
37758
|
-
tmp = Companion_getInstance_167().
|
|
37805
|
+
tmp = Companion_getInstance_167().v45_1.length;
|
|
37759
37806
|
break;
|
|
37760
37807
|
default:
|
|
37761
37808
|
noWhenBranchMatchedException();
|
|
@@ -37763,14 +37810,14 @@
|
|
|
37763
37810
|
}
|
|
37764
37811
|
return tmp;
|
|
37765
37812
|
};
|
|
37766
|
-
protoOf(AvatarSet).
|
|
37813
|
+
protoOf(AvatarSet).q45 = function (index) {
|
|
37767
37814
|
var tmp;
|
|
37768
37815
|
switch (this.h2_1) {
|
|
37769
37816
|
case 0:
|
|
37770
|
-
tmp = Companion_getInstance_167().
|
|
37817
|
+
tmp = Companion_getInstance_167().t45_1[index];
|
|
37771
37818
|
break;
|
|
37772
37819
|
case 1:
|
|
37773
|
-
tmp = Companion_getInstance_167().
|
|
37820
|
+
tmp = Companion_getInstance_167().v45_1[index];
|
|
37774
37821
|
break;
|
|
37775
37822
|
default:
|
|
37776
37823
|
noWhenBranchMatchedException();
|
|
@@ -37779,8 +37826,8 @@
|
|
|
37779
37826
|
return tmp;
|
|
37780
37827
|
};
|
|
37781
37828
|
function AvatarData(index, avatarSet) {
|
|
37782
|
-
this.
|
|
37783
|
-
this.
|
|
37829
|
+
this.o45_1 = index;
|
|
37830
|
+
this.p45_1 = avatarSet;
|
|
37784
37831
|
}
|
|
37785
37832
|
function AvatarSet_ORIGIN_getInstance() {
|
|
37786
37833
|
AvatarSet_initEntries();
|
|
@@ -37793,7 +37840,7 @@
|
|
|
37793
37840
|
function GameResourcesImpl() {
|
|
37794
37841
|
Companion_getInstance_167();
|
|
37795
37842
|
}
|
|
37796
|
-
protoOf(GameResourcesImpl).
|
|
37843
|
+
protoOf(GameResourcesImpl).k45 = function (playerId, existingNicknames) {
|
|
37797
37844
|
return createUser(this, playerId, existingNicknames);
|
|
37798
37845
|
};
|
|
37799
37846
|
protoOf(GameResourcesImpl).createBotUsers = function (playerIds) {
|
|
@@ -37834,45 +37881,45 @@
|
|
|
37834
37881
|
}
|
|
37835
37882
|
var WARN;
|
|
37836
37883
|
function LoggerCallbacksWrapperLoggerOutput(loggerCallback) {
|
|
37837
|
-
this.
|
|
37884
|
+
this.w45_1 = loggerCallback;
|
|
37838
37885
|
}
|
|
37839
37886
|
protoOf(LoggerCallbacksWrapperLoggerOutput).i15 = function (tag, message, payload) {
|
|
37840
|
-
this.
|
|
37887
|
+
this.w45_1('debug', tag, message, null, payload);
|
|
37841
37888
|
};
|
|
37842
37889
|
protoOf(LoggerCallbacksWrapperLoggerOutput).j15 = function (tag, message, exception, payload) {
|
|
37843
|
-
this.
|
|
37890
|
+
this.w45_1('error', tag, generateMsg(message, exception), exception, payload);
|
|
37844
37891
|
};
|
|
37845
37892
|
protoOf(LoggerCallbacksWrapperLoggerOutput).m15 = function (tag, message, payload) {
|
|
37846
|
-
this.
|
|
37893
|
+
this.w45_1('debug', tag, message, null, payload);
|
|
37847
37894
|
};
|
|
37848
37895
|
protoOf(LoggerCallbacksWrapperLoggerOutput).l15 = function (tag, message, exception, payload) {
|
|
37849
|
-
this.
|
|
37896
|
+
this.w45_1('debug', tag, generateMsg(message, exception), exception, payload);
|
|
37850
37897
|
};
|
|
37851
37898
|
protoOf(LoggerCallbacksWrapperLoggerOutput).k15 = function (tag, message, exception, payload) {
|
|
37852
|
-
this.
|
|
37899
|
+
this.w45_1('warn', tag, generateMsg(message, exception), exception, payload);
|
|
37853
37900
|
};
|
|
37854
37901
|
function ParserHelper() {
|
|
37855
37902
|
}
|
|
37856
37903
|
function ParserHelperImpl(json, encoderDecoderProvider) {
|
|
37857
|
-
this.
|
|
37858
|
-
this.
|
|
37904
|
+
this.x45_1 = json;
|
|
37905
|
+
this.y45_1 = encoderDecoderProvider;
|
|
37859
37906
|
}
|
|
37860
37907
|
protoOf(ParserHelperImpl).encodeFromClientEvent = function (action) {
|
|
37861
|
-
return this.
|
|
37908
|
+
return this.y45_1.f40(mapToDto_20(action));
|
|
37862
37909
|
};
|
|
37863
37910
|
protoOf(ParserHelperImpl).decodeFromClientEvent = function (fromPlayerId, json) {
|
|
37864
|
-
return mapFromDto_16(this.
|
|
37911
|
+
return mapFromDto_16(this.y45_1.i40(json), fromPlayerId);
|
|
37865
37912
|
};
|
|
37866
37913
|
protoOf(ParserHelperImpl).encodeToClientEvent = function (action) {
|
|
37867
|
-
return this.
|
|
37914
|
+
return this.y45_1.g40(mapToDto_78(action));
|
|
37868
37915
|
};
|
|
37869
37916
|
protoOf(ParserHelperImpl).decodeToClientEventToMechanicActions = function (playerId, engine, json) {
|
|
37870
37917
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
37871
|
-
var this_0 = mapFromClientDtoListWithPayload(this.
|
|
37918
|
+
var this_0 = mapFromClientDtoListWithPayload(this.y45_1.j40(json), playerId, engine);
|
|
37872
37919
|
return copyToArray(this_0);
|
|
37873
37920
|
};
|
|
37874
37921
|
protoOf(ParserHelperImpl).encodeGameRound = function (round) {
|
|
37875
|
-
var tmp0 = this.
|
|
37922
|
+
var tmp0 = this.x45_1;
|
|
37876
37923
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
37877
37924
|
var value = mapToDto_35(round);
|
|
37878
37925
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -37883,7 +37930,7 @@
|
|
|
37883
37930
|
return tmp0.o23(tmp$ret$1, value);
|
|
37884
37931
|
};
|
|
37885
37932
|
protoOf(ParserHelperImpl).encodeGameRoundItems = function (round) {
|
|
37886
|
-
var tmp0 = this.
|
|
37933
|
+
var tmp0 = this.x45_1;
|
|
37887
37934
|
// Inline function 'kotlin.collections.map' call
|
|
37888
37935
|
var this_0 = round.items;
|
|
37889
37936
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -37905,7 +37952,7 @@
|
|
|
37905
37952
|
return tmp0.o23(tmp$ret$4, destination);
|
|
37906
37953
|
};
|
|
37907
37954
|
protoOf(ParserHelperImpl).encodeGameMetadata = function (metadata) {
|
|
37908
|
-
var tmp0 = this.
|
|
37955
|
+
var tmp0 = this.x45_1;
|
|
37909
37956
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
37910
37957
|
var value = mapToDto_34(metadata);
|
|
37911
37958
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -37916,7 +37963,7 @@
|
|
|
37916
37963
|
return tmp0.o23(tmp$ret$1, value);
|
|
37917
37964
|
};
|
|
37918
37965
|
protoOf(ParserHelperImpl).encodeRoomConfig = function (config) {
|
|
37919
|
-
var tmp0 = this.
|
|
37966
|
+
var tmp0 = this.x45_1;
|
|
37920
37967
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
37921
37968
|
var value = mapToDto_63(config);
|
|
37922
37969
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -37927,7 +37974,7 @@
|
|
|
37927
37974
|
return tmp0.o23(tmp$ret$1, value);
|
|
37928
37975
|
};
|
|
37929
37976
|
protoOf(ParserHelperImpl).encodeGameToRoomTransition = function (transition) {
|
|
37930
|
-
var tmp0 = this.
|
|
37977
|
+
var tmp0 = this.x45_1;
|
|
37931
37978
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
37932
37979
|
var value = mapToDto_100(transition);
|
|
37933
37980
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -37939,7 +37986,7 @@
|
|
|
37939
37986
|
};
|
|
37940
37987
|
protoOf(ParserHelperImpl).decodeGameToRoomTransition = function (json) {
|
|
37941
37988
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
37942
|
-
var this_0 = this.
|
|
37989
|
+
var this_0 = this.x45_1;
|
|
37943
37990
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
37944
37991
|
var this_1 = this_0.zn();
|
|
37945
37992
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -37950,7 +37997,7 @@
|
|
|
37950
37997
|
};
|
|
37951
37998
|
protoOf(ParserHelperImpl).decodeTableStateWithActions = function (json) {
|
|
37952
37999
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
37953
|
-
var this_0 = this.
|
|
38000
|
+
var this_0 = this.x45_1;
|
|
37954
38001
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
37955
38002
|
var this_1 = this_0.zn();
|
|
37956
38003
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -37960,7 +38007,7 @@
|
|
|
37960
38007
|
return mapFromDto_99(tmp$ret$2);
|
|
37961
38008
|
};
|
|
37962
38009
|
protoOf(ParserHelperImpl).encodeTableStateWithActions = function (table) {
|
|
37963
|
-
var tmp0 = this.
|
|
38010
|
+
var tmp0 = this.x45_1;
|
|
37964
38011
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
37965
38012
|
var value = mapToDto_131(table);
|
|
37966
38013
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -37971,11 +38018,11 @@
|
|
|
37971
38018
|
return tmp0.o23(tmp$ret$1, value);
|
|
37972
38019
|
};
|
|
37973
38020
|
protoOf(ParserHelperImpl).decodeTableLite = function (json) {
|
|
37974
|
-
return mapFromDto_66(this.
|
|
38021
|
+
return mapFromDto_66(this.y45_1.h40(json));
|
|
37975
38022
|
};
|
|
37976
38023
|
protoOf(ParserHelperImpl).decodeFullGameHistoryToTableLite = function (json, round) {
|
|
37977
38024
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
37978
|
-
var this_0 = this.
|
|
38025
|
+
var this_0 = this.x45_1;
|
|
37979
38026
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
37980
38027
|
var this_1 = this_0.zn();
|
|
37981
38028
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -37988,20 +38035,20 @@
|
|
|
37988
38035
|
function RatingHelper() {
|
|
37989
38036
|
}
|
|
37990
38037
|
function RatingHelperImpl(json, userRatingInteractor) {
|
|
37991
|
-
this.
|
|
37992
|
-
this.
|
|
38038
|
+
this.z45_1 = json;
|
|
38039
|
+
this.a46_1 = userRatingInteractor;
|
|
37993
38040
|
}
|
|
37994
38041
|
protoOf(RatingHelperImpl).isValidRatingForLeague = function (league, rating) {
|
|
37995
|
-
return this.
|
|
38042
|
+
return this.a46_1.o40(league, rating);
|
|
37996
38043
|
};
|
|
37997
38044
|
protoOf(RatingHelperImpl).mapRatingToLeague = function (rating) {
|
|
37998
|
-
return this.
|
|
38045
|
+
return this.a46_1.q40(rating);
|
|
37999
38046
|
};
|
|
38000
38047
|
protoOf(RatingHelperImpl).getLeaguesConfig = function () {
|
|
38001
|
-
return this.
|
|
38048
|
+
return this.a46_1.p40();
|
|
38002
38049
|
};
|
|
38003
38050
|
protoOf(RatingHelperImpl).getLeaguesConfigJson = function () {
|
|
38004
|
-
var tmp0 = this.
|
|
38051
|
+
var tmp0 = this.z45_1;
|
|
38005
38052
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
38006
38053
|
var value = mapToDto_47(this.getLeaguesConfig());
|
|
38007
38054
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -38120,14 +38167,14 @@
|
|
|
38120
38167
|
return new GameResourcesImpl();
|
|
38121
38168
|
}
|
|
38122
38169
|
function _get_logger__rkp4sl($this) {
|
|
38123
|
-
var tmp0 = $this.
|
|
38170
|
+
var tmp0 = $this.c46_1;
|
|
38124
38171
|
var tmp = KProperty1;
|
|
38125
38172
|
// Inline function 'kotlin.getValue' call
|
|
38126
38173
|
getPropertyCallableRef('logger', 1, tmp, EngineHelpersFactory$_get_logger_$ref_np7wt5(), null);
|
|
38127
38174
|
return tmp0.v1();
|
|
38128
38175
|
}
|
|
38129
38176
|
function _get_di__ndbzja($this) {
|
|
38130
|
-
var tmp0 = $this.
|
|
38177
|
+
var tmp0 = $this.d46_1;
|
|
38131
38178
|
var tmp = KProperty1;
|
|
38132
38179
|
// Inline function 'kotlin.getValue' call
|
|
38133
38180
|
getPropertyCallableRef('di', 1, tmp, EngineHelpersFactory$_get_di_$ref_w4qz4i(), null);
|
|
@@ -38136,11 +38183,11 @@
|
|
|
38136
38183
|
function EngineHelpersFactory$logger$delegate$lambda(this$0) {
|
|
38137
38184
|
return function () {
|
|
38138
38185
|
var tmp;
|
|
38139
|
-
if (this$0.
|
|
38186
|
+
if (this$0.b46_1 == null) {
|
|
38140
38187
|
tmp = null;
|
|
38141
38188
|
} else {
|
|
38142
38189
|
// Inline function 'kotlin.let' call
|
|
38143
|
-
tmp = new CombinedRaspberryLogger(mutableListOf([new LoggerCallbacksWrapperLoggerOutput(this$0.
|
|
38190
|
+
tmp = new CombinedRaspberryLogger(mutableListOf([new LoggerCallbacksWrapperLoggerOutput(this$0.b46_1)]));
|
|
38144
38191
|
}
|
|
38145
38192
|
var tmp1_elvis_lhs = tmp;
|
|
38146
38193
|
return tmp1_elvis_lhs == null ? new PlatformRaspberryLogger() : tmp1_elvis_lhs;
|
|
@@ -38230,11 +38277,11 @@
|
|
|
38230
38277
|
}
|
|
38231
38278
|
function EngineHelpersFactory(loggerCallback) {
|
|
38232
38279
|
loggerCallback = loggerCallback === VOID ? null : loggerCallback;
|
|
38233
|
-
this.
|
|
38280
|
+
this.b46_1 = loggerCallback;
|
|
38234
38281
|
var tmp = this;
|
|
38235
|
-
tmp.
|
|
38282
|
+
tmp.c46_1 = lazy_0(EngineHelpersFactory$logger$delegate$lambda(this));
|
|
38236
38283
|
var tmp_0 = this;
|
|
38237
|
-
tmp_0.
|
|
38284
|
+
tmp_0.d46_1 = lazy_0(EngineHelpersFactory$di$delegate$lambda(this));
|
|
38238
38285
|
var tmp_1 = this;
|
|
38239
38286
|
// Inline function 'org.kodein.di.instance' call
|
|
38240
38287
|
var this_0 = _get_di__ndbzja(this);
|
|
@@ -38243,7 +38290,7 @@
|
|
|
38243
38290
|
var tmp$ret$0 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
38244
38291
|
var tmp_3 = Instance(this_0, tmp$ret$0, null);
|
|
38245
38292
|
var tmp_4 = KProperty1;
|
|
38246
|
-
tmp_1.
|
|
38293
|
+
tmp_1.e46_1 = tmp_3.j23(this, getPropertyCallableRef('ratingHelper', 1, tmp_4, EngineHelpersFactory$_get_ratingHelper_$ref_pl08ks(), null));
|
|
38247
38294
|
var tmp_5 = this;
|
|
38248
38295
|
// Inline function 'org.kodein.di.instance' call
|
|
38249
38296
|
var this_1 = _get_di__ndbzja(this);
|
|
@@ -38252,7 +38299,7 @@
|
|
|
38252
38299
|
var tmp$ret$2 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
|
|
38253
38300
|
var tmp_7 = Instance(this_1, tmp$ret$2, null);
|
|
38254
38301
|
var tmp_8 = KProperty1;
|
|
38255
|
-
tmp_5.
|
|
38302
|
+
tmp_5.f46_1 = tmp_7.j23(this, getPropertyCallableRef('parserHelper', 1, tmp_8, EngineHelpersFactory$_get_parserHelper_$ref_egvg46(), null));
|
|
38256
38303
|
var tmp_9 = this;
|
|
38257
38304
|
// Inline function 'org.kodein.di.instance' call
|
|
38258
38305
|
var this_2 = _get_di__ndbzja(this);
|
|
@@ -38261,7 +38308,7 @@
|
|
|
38261
38308
|
var tmp$ret$4 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
|
|
38262
38309
|
var tmp_11 = Instance(this_2, tmp$ret$4, null);
|
|
38263
38310
|
var tmp_12 = KProperty1;
|
|
38264
|
-
tmp_9.
|
|
38311
|
+
tmp_9.g46_1 = tmp_11.j23(this, getPropertyCallableRef('gameHelper', 1, tmp_12, EngineHelpersFactory$_get_gameHelper_$ref_7u8j93(), null));
|
|
38265
38312
|
var tmp_13 = this;
|
|
38266
38313
|
// Inline function 'org.kodein.di.instance' call
|
|
38267
38314
|
var this_3 = _get_di__ndbzja(this);
|
|
@@ -38270,31 +38317,31 @@
|
|
|
38270
38317
|
var tmp$ret$6 = isInterface(tmp_14, TypeToken) ? tmp_14 : THROW_CCE();
|
|
38271
38318
|
var tmp_15 = Instance(this_3, tmp$ret$6, null);
|
|
38272
38319
|
var tmp_16 = KProperty1;
|
|
38273
|
-
tmp_13.
|
|
38320
|
+
tmp_13.h46_1 = tmp_15.j23(this, getPropertyCallableRef('gameResources', 1, tmp_16, EngineHelpersFactory$_get_gameResources_$ref_kynd2o(), null));
|
|
38274
38321
|
}
|
|
38275
|
-
protoOf(EngineHelpersFactory).
|
|
38276
|
-
var tmp0 = this.
|
|
38322
|
+
protoOf(EngineHelpersFactory).i46 = function () {
|
|
38323
|
+
var tmp0 = this.e46_1;
|
|
38277
38324
|
var tmp = KProperty1;
|
|
38278
38325
|
// Inline function 'kotlin.getValue' call
|
|
38279
38326
|
getPropertyCallableRef('ratingHelper', 1, tmp, EngineHelpersFactory$_get_ratingHelper_$ref_pl08ks_0(), null);
|
|
38280
38327
|
return tmp0.v1();
|
|
38281
38328
|
};
|
|
38282
|
-
protoOf(EngineHelpersFactory).
|
|
38283
|
-
var tmp0 = this.
|
|
38329
|
+
protoOf(EngineHelpersFactory).j46 = function () {
|
|
38330
|
+
var tmp0 = this.f46_1;
|
|
38284
38331
|
var tmp = KProperty1;
|
|
38285
38332
|
// Inline function 'kotlin.getValue' call
|
|
38286
38333
|
getPropertyCallableRef('parserHelper', 1, tmp, EngineHelpersFactory$_get_parserHelper_$ref_egvg46_0(), null);
|
|
38287
38334
|
return tmp0.v1();
|
|
38288
38335
|
};
|
|
38289
|
-
protoOf(EngineHelpersFactory).
|
|
38290
|
-
var tmp0 = this.
|
|
38336
|
+
protoOf(EngineHelpersFactory).k46 = function () {
|
|
38337
|
+
var tmp0 = this.g46_1;
|
|
38291
38338
|
var tmp = KProperty1;
|
|
38292
38339
|
// Inline function 'kotlin.getValue' call
|
|
38293
38340
|
getPropertyCallableRef('gameHelper', 1, tmp, EngineHelpersFactory$_get_gameHelper_$ref_7u8j93_0(), null);
|
|
38294
38341
|
return tmp0.v1();
|
|
38295
38342
|
};
|
|
38296
|
-
protoOf(EngineHelpersFactory).
|
|
38297
|
-
var tmp0 = this.
|
|
38343
|
+
protoOf(EngineHelpersFactory).l46 = function () {
|
|
38344
|
+
var tmp0 = this.h46_1;
|
|
38298
38345
|
var tmp = KProperty1;
|
|
38299
38346
|
// Inline function 'kotlin.getValue' call
|
|
38300
38347
|
getPropertyCallableRef('gameResources', 1, tmp, EngineHelpersFactory$_get_gameResources_$ref_kynd2o_0(), null);
|
|
@@ -38972,6 +39019,28 @@
|
|
|
38972
39019
|
defineProp(protoOf(StartNewGameMechanicAction), 'actionTag', function () {
|
|
38973
39020
|
return this.i1v();
|
|
38974
39021
|
});
|
|
39022
|
+
protoOf(ContinueGameMechanicAction).ignoreValidation = ignoreValidation;
|
|
39023
|
+
defineProp(protoOf(ContinueGameMechanicAction), 'id', function () {
|
|
39024
|
+
return this.j16();
|
|
39025
|
+
});
|
|
39026
|
+
defineProp(protoOf(ContinueGameMechanicAction), 'users', function () {
|
|
39027
|
+
return this.a3x();
|
|
39028
|
+
});
|
|
39029
|
+
defineProp(protoOf(ContinueGameMechanicAction), 'usersOrder', function () {
|
|
39030
|
+
return this.v41();
|
|
39031
|
+
});
|
|
39032
|
+
defineProp(protoOf(ContinueGameMechanicAction), 'gameCreatorPlayerId', function () {
|
|
39033
|
+
return this.u41();
|
|
39034
|
+
});
|
|
39035
|
+
defineProp(protoOf(ContinueGameMechanicAction), 'version', function () {
|
|
39036
|
+
return this.k17();
|
|
39037
|
+
});
|
|
39038
|
+
defineProp(protoOf(ContinueGameMechanicAction), 'config', function () {
|
|
39039
|
+
return this.n3w();
|
|
39040
|
+
});
|
|
39041
|
+
defineProp(protoOf(ContinueGameMechanicAction), 'actionTag', function () {
|
|
39042
|
+
return this.i1v();
|
|
39043
|
+
});
|
|
38975
39044
|
protoOf(FinishingGameMechanicAction).ignoreValidation = ignoreValidation_0;
|
|
38976
39045
|
defineProp(protoOf(FinishingGameMechanicAction), 'reason', function () {
|
|
38977
39046
|
return this.x1p();
|
|
@@ -39005,7 +39074,7 @@
|
|
|
39005
39074
|
return this.w2s();
|
|
39006
39075
|
});
|
|
39007
39076
|
defineProp(protoOf(SceneMechanicAction), 'actData', function () {
|
|
39008
|
-
return this.
|
|
39077
|
+
return this.v42();
|
|
39009
39078
|
});
|
|
39010
39079
|
defineProp(protoOf(SceneMechanicAction), 'playerId', function () {
|
|
39011
39080
|
return this.o1p();
|
|
@@ -39023,7 +39092,8 @@
|
|
|
39023
39092
|
return this.i1v();
|
|
39024
39093
|
});
|
|
39025
39094
|
protoOf(PlayerConnectionChangedMechanicAction).ignoreValidation = ignoreValidation;
|
|
39026
|
-
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionChangedMechanicAction).
|
|
39095
|
+
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionChangedMechanicAction).p43);
|
|
39096
|
+
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'originState', protoOf(PlayerConnectionChangedMechanicAction).q43);
|
|
39027
39097
|
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isDeleted', protoOf(PlayerConnectionChangedMechanicAction).r1r);
|
|
39028
39098
|
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'actionTag', function () {
|
|
39029
39099
|
return this.i1v();
|
|
@@ -39031,28 +39101,6 @@
|
|
|
39031
39101
|
defineProp(protoOf(MessageMechanicAction), 'actionTag', function () {
|
|
39032
39102
|
return this.i1v();
|
|
39033
39103
|
});
|
|
39034
|
-
protoOf(ContinueGameMechanicAction).ignoreValidation = ignoreValidation;
|
|
39035
|
-
defineProp(protoOf(ContinueGameMechanicAction), 'id', function () {
|
|
39036
|
-
return this.j16();
|
|
39037
|
-
});
|
|
39038
|
-
defineProp(protoOf(ContinueGameMechanicAction), 'users', function () {
|
|
39039
|
-
return this.a3x();
|
|
39040
|
-
});
|
|
39041
|
-
defineProp(protoOf(ContinueGameMechanicAction), 'usersOrder', function () {
|
|
39042
|
-
return this.v41();
|
|
39043
|
-
});
|
|
39044
|
-
defineProp(protoOf(ContinueGameMechanicAction), 'gameCreatorPlayerId', function () {
|
|
39045
|
-
return this.u41();
|
|
39046
|
-
});
|
|
39047
|
-
defineProp(protoOf(ContinueGameMechanicAction), 'version', function () {
|
|
39048
|
-
return this.k17();
|
|
39049
|
-
});
|
|
39050
|
-
defineProp(protoOf(ContinueGameMechanicAction), 'config', function () {
|
|
39051
|
-
return this.n3w();
|
|
39052
|
-
});
|
|
39053
|
-
defineProp(protoOf(ContinueGameMechanicAction), 'actionTag', function () {
|
|
39054
|
-
return this.i1v();
|
|
39055
|
-
});
|
|
39056
39104
|
protoOf(RestartGameMechanicAction).k1v = manualExpectantHandling;
|
|
39057
39105
|
protoOf(RestartGameMechanicAction).l1v = waitForExpectantAnimation;
|
|
39058
39106
|
defineProp(protoOf(RestartGameMechanicAction), 'actionTag', function () {
|
|
@@ -39065,7 +39113,7 @@
|
|
|
39065
39113
|
return this.w2s();
|
|
39066
39114
|
});
|
|
39067
39115
|
defineProp(protoOf(SceneActMechanicAction), 'actData', function () {
|
|
39068
|
-
return this.
|
|
39116
|
+
return this.v42();
|
|
39069
39117
|
});
|
|
39070
39118
|
defineProp(protoOf(SceneActMechanicAction), 'actionTag', function () {
|
|
39071
39119
|
return this.i1v();
|
|
@@ -39127,10 +39175,10 @@
|
|
|
39127
39175
|
protoOf(LoggerCallbacksWrapperLoggerOutput).i = i;
|
|
39128
39176
|
protoOf(LoggerCallbacksWrapperLoggerOutput).v = v;
|
|
39129
39177
|
protoOf(LoggerCallbacksWrapperLoggerOutput).w = w;
|
|
39130
|
-
defineProp(protoOf(EngineHelpersFactory), 'ratingHelper', protoOf(EngineHelpersFactory).
|
|
39131
|
-
defineProp(protoOf(EngineHelpersFactory), 'parserHelper', protoOf(EngineHelpersFactory).
|
|
39132
|
-
defineProp(protoOf(EngineHelpersFactory), 'gameHelper', protoOf(EngineHelpersFactory).
|
|
39133
|
-
defineProp(protoOf(EngineHelpersFactory), 'gameResources', protoOf(EngineHelpersFactory).
|
|
39178
|
+
defineProp(protoOf(EngineHelpersFactory), 'ratingHelper', protoOf(EngineHelpersFactory).i46);
|
|
39179
|
+
defineProp(protoOf(EngineHelpersFactory), 'parserHelper', protoOf(EngineHelpersFactory).j46);
|
|
39180
|
+
defineProp(protoOf(EngineHelpersFactory), 'gameHelper', protoOf(EngineHelpersFactory).k46);
|
|
39181
|
+
defineProp(protoOf(EngineHelpersFactory), 'gameResources', protoOf(EngineHelpersFactory).l46);
|
|
39134
39182
|
//endregion
|
|
39135
39183
|
//region block: init
|
|
39136
39184
|
Companion_instance_3 = new Companion();
|
|
@@ -39840,6 +39888,7 @@
|
|
|
39840
39888
|
$games$jass$logic$redux$actions$mechanic.MechanicAction = MechanicAction;
|
|
39841
39889
|
$games$jass$logic$redux$actions$mechanic.StartGameMechanicAction = StartGameMechanicAction;
|
|
39842
39890
|
$games$jass$logic$redux$actions$mechanic.StartNewGameMechanicAction = StartNewGameMechanicAction;
|
|
39891
|
+
$games$jass$logic$redux$actions$mechanic.ContinueGameMechanicAction = ContinueGameMechanicAction;
|
|
39843
39892
|
$games$jass$logic$redux$actions$mechanic.FinishingGameMechanicAction = FinishingGameMechanicAction;
|
|
39844
39893
|
defineProp($games$jass$logic$redux$actions$mechanic.FinishingGameMechanicAction, 'Companion', Companion_getInstance_166, VOID, true);
|
|
39845
39894
|
$games$jass$logic$redux$actions$mechanic.FinishGameMechanicAction = FinishGameMechanicAction;
|