raspberry_games_engine_helpers 1.8.387 → 1.8.389
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/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-core.js +7 -7
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.d.ts +16 -18
- package/Logic_Debertz-engine.js +285 -288
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-engine.js
CHANGED
|
@@ -203,10 +203,8 @@
|
|
|
203
203
|
var Singleton = kotlin_org_kodein_di_kodein_di.$_$.d;
|
|
204
204
|
var Provider = kotlin_org_kodein_di_kodein_di.$_$.c;
|
|
205
205
|
var get_actionTag = kotlin_io_raspberryapps_game_engine_core.$_$.y;
|
|
206
|
-
var
|
|
207
|
-
var notValidateWhenFinished = kotlin_io_raspberryapps_game_engine_core.$_$.r;
|
|
206
|
+
var ignoreValidation = kotlin_io_raspberryapps_game_engine_core.$_$.r;
|
|
208
207
|
var Action = kotlin_io_raspberryapps_game_engine_core.$_$.z;
|
|
209
|
-
var NotValidateIfGameFinishing = kotlin_io_raspberryapps_game_engine_core.$_$.u;
|
|
210
208
|
var NotValidateIfGameFinished = kotlin_io_raspberryapps_game_engine_core.$_$.s;
|
|
211
209
|
var emptyMap = kotlin_kotlin.$_$.o5;
|
|
212
210
|
var PlayerIndex = kotlin_io_raspberryapps_game_engine_core.$_$.d;
|
|
@@ -216,6 +214,8 @@
|
|
|
216
214
|
var BufferedAction = kotlin_io_raspberryapps_game_engine_core.$_$.v;
|
|
217
215
|
var IgnoreBufferForAction = kotlin_io_raspberryapps_game_engine_core.$_$.w;
|
|
218
216
|
var ProcessingReason_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.t1;
|
|
217
|
+
var ignoreValidation_0 = kotlin_io_raspberryapps_game_engine_core.$_$.t;
|
|
218
|
+
var NotValidateIfGameFinishing = kotlin_io_raspberryapps_game_engine_core.$_$.u;
|
|
219
219
|
var ReleaseBufferTriggerAction = kotlin_io_raspberryapps_game_engine_core.$_$.x;
|
|
220
220
|
var isArray = kotlin_kotlin.$_$.n9;
|
|
221
221
|
var mapOfObject = kotlin_io_raspberryapps_game_engine_core.$_$.c1;
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
initMetadataForClass(MonotonicRatingCalculatorImpl, 'MonotonicRatingCalculatorImpl', MonotonicRatingCalculatorImpl, VOID, [RatingCalculator]);
|
|
754
754
|
initMetadataForClass(UserRatingInteractor, 'UserRatingInteractor');
|
|
755
755
|
initMetadataForInterface(AppStatePayload, 'AppStatePayload');
|
|
756
|
-
initMetadataForClass(ClearAction, 'ClearAction', VOID, VOID, [Action,
|
|
756
|
+
initMetadataForClass(ClearAction, 'ClearAction', VOID, VOID, [Action, NotValidateIfGameFinished]);
|
|
757
757
|
initMetadataForClass(FromClientActionPayloadProvider, 'FromClientActionPayloadProvider');
|
|
758
758
|
initMetadataForClass(FromClientAction, 'FromClientAction', VOID, VOID, [Action]);
|
|
759
759
|
initMetadataForClass(PartnerSelectedFromClientAction, 'PartnerSelectedFromClientAction', VOID, FromClientAction, [FromClientAction, PlayerIdContract, Action]);
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
initMetadataForClass(StartNewGameToClientAction, 'StartNewGameToClientAction', VOID, ToClientAction);
|
|
774
774
|
initMetadataForClass(ContinueGameToClientAction, 'ContinueGameToClientAction', VOID, ToClientAction, [ToClientAction, Action]);
|
|
775
775
|
initMetadataForClass(FinishingGameToClientAction, 'FinishingGameToClientAction', VOID, ToClientAction);
|
|
776
|
-
initMetadataForClass(FinishGameToClientAction, 'FinishGameToClientAction', VOID, ToClientAction, [ToClientAction,
|
|
776
|
+
initMetadataForClass(FinishGameToClientAction, 'FinishGameToClientAction', VOID, ToClientAction, [ToClientAction, NotValidateIfGameFinished]);
|
|
777
777
|
initMetadataForClass(RestartGameToClientAction, 'RestartGameToClientAction', VOID, ToClientAction);
|
|
778
778
|
initMetadataForClass(SceneToClientAction, 'SceneToClientAction', VOID, ToClientAction);
|
|
779
779
|
initMetadataForClass(SceneActToClientAction, 'SceneActToClientAction', VOID, ToClientAction);
|
|
@@ -809,21 +809,21 @@
|
|
|
809
809
|
initMetadataForClass(FinishingGameMechanicAction, 'FinishingGameMechanicAction', VOID, MechanicAction, [MechanicAction, TerminatedAction, NotValidateIfGameFinishing]);
|
|
810
810
|
initMetadataForClass(FinishGameMechanicAction, 'FinishGameMechanicAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinishing, TerminatedAction]);
|
|
811
811
|
initMetadataForInterface(NavigationMechanicAction, 'NavigationMechanicAction', VOID, VOID, [Action]);
|
|
812
|
-
initMetadataForClass(SceneMechanicAction, 'SceneMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract,
|
|
813
|
-
initMetadataForClass(PlayerConnectionChangedMechanicAction, 'PlayerConnectionChangedMechanicAction', VOID, MechanicAction, [MechanicAction,
|
|
814
|
-
initMetadataForClass(ContinueGameMechanicAction, 'ContinueGameMechanicAction', VOID, MechanicAction, [MechanicAction, FirstMechanicAction,
|
|
812
|
+
initMetadataForClass(SceneMechanicAction, 'SceneMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract, NotValidateIfGameFinished]);
|
|
813
|
+
initMetadataForClass(PlayerConnectionChangedMechanicAction, 'PlayerConnectionChangedMechanicAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinished]);
|
|
814
|
+
initMetadataForClass(ContinueGameMechanicAction, 'ContinueGameMechanicAction', VOID, MechanicAction, [MechanicAction, FirstMechanicAction, NotValidateIfGameFinished]);
|
|
815
815
|
initMetadataForClass(RestartGameMechanicAction, 'RestartGameMechanicAction', VOID, MechanicAction, [MechanicAction, BufferedAction]);
|
|
816
816
|
initMetadataForClass(SceneActMechanicAction, 'SceneActMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, Action, ReleaseBufferTriggerAction]);
|
|
817
817
|
initMetadataForClass(TeamsDataMechanicAction, 'TeamsDataMechanicAction', VOID, MechanicAction, [MechanicAction, Action, BufferedAction, PlayerOrderChangeMechanicAction]);
|
|
818
|
-
initMetadataForClass(PlayerReadyMechanicAction, 'PlayerReadyMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
819
|
-
initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
820
|
-
initMetadataForClass(CombinationChoiceMechanicAction, 'CombinationChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
821
|
-
initMetadataForClass(PutCardMechanicAction, 'PutCardMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
818
|
+
initMetadataForClass(PlayerReadyMechanicAction, 'PlayerReadyMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
|
|
819
|
+
initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
|
|
820
|
+
initMetadataForClass(CombinationChoiceMechanicAction, 'CombinationChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract, BufferedAction]);
|
|
821
|
+
initMetadataForClass(PutCardMechanicAction, 'PutCardMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
|
|
822
822
|
initMetadataForClass(TrumpMechanicAction, 'TrumpMechanicAction', VOID, MechanicAction, [MechanicAction, Action, BufferedAction]);
|
|
823
823
|
initMetadataForClass(PickUpBribeMechanicAction, 'PickUpBribeMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, BufferedAction]);
|
|
824
824
|
initMetadataForClass(WinnerCombinationsMechanicAction, 'WinnerCombinationsMechanicAction', VOID, MechanicAction, [MechanicAction, BufferedAction]);
|
|
825
825
|
initMetadataForClass(MessageMechanicAction, 'MessageMechanicAction', VOID, MechanicAction, [MechanicAction, IgnoreBufferForAction]);
|
|
826
|
-
initMetadataForClass(ErrorAction, 'ErrorAction', VOID, MechanicAction, [MechanicAction,
|
|
826
|
+
initMetadataForClass(ErrorAction, 'ErrorAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinished]);
|
|
827
827
|
function filterLivePlayers(store, playerIds, includeBots, $super) {
|
|
828
828
|
includeBots = includeBots === VOID ? false : includeBots;
|
|
829
829
|
return $super === VOID ? this.s41(store, playerIds, includeBots) : $super.s41.call(this, store, playerIds, includeBots);
|
|
@@ -28604,16 +28604,19 @@
|
|
|
28604
28604
|
protoOf(JassTable).p3t = function () {
|
|
28605
28605
|
return this.gameHistory;
|
|
28606
28606
|
};
|
|
28607
|
+
protoOf(JassTable).q3t = function () {
|
|
28608
|
+
return this.id;
|
|
28609
|
+
};
|
|
28607
28610
|
protoOf(JassTable).l15 = function () {
|
|
28608
28611
|
return this.gameHistory.gameId;
|
|
28609
28612
|
};
|
|
28610
|
-
protoOf(JassTable).
|
|
28613
|
+
protoOf(JassTable).r3t = function () {
|
|
28611
28614
|
return System_instance.jg().ah(this.gameCreatedAt);
|
|
28612
28615
|
};
|
|
28613
|
-
protoOf(JassTable).
|
|
28616
|
+
protoOf(JassTable).s3t = function () {
|
|
28614
28617
|
return this.gameHistory.createdAt;
|
|
28615
28618
|
};
|
|
28616
|
-
protoOf(JassTable).
|
|
28619
|
+
protoOf(JassTable).t3t = function () {
|
|
28617
28620
|
// Inline function 'kotlin.collections.map' call
|
|
28618
28621
|
var this_0 = this.players;
|
|
28619
28622
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -28626,7 +28629,7 @@
|
|
|
28626
28629
|
}
|
|
28627
28630
|
return destination;
|
|
28628
28631
|
};
|
|
28629
|
-
protoOf(JassTable).
|
|
28632
|
+
protoOf(JassTable).u3t = function () {
|
|
28630
28633
|
// Inline function 'kotlin.collections.map' call
|
|
28631
28634
|
var this_0 = this.players;
|
|
28632
28635
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -28640,10 +28643,10 @@
|
|
|
28640
28643
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
28641
28644
|
return copyToArray(destination);
|
|
28642
28645
|
};
|
|
28643
|
-
protoOf(JassTable).
|
|
28646
|
+
protoOf(JassTable).v3t = function () {
|
|
28644
28647
|
return !(this.cardDeck == null);
|
|
28645
28648
|
};
|
|
28646
|
-
protoOf(JassTable).
|
|
28649
|
+
protoOf(JassTable).w3t = function () {
|
|
28647
28650
|
var tmp0_elvis_lhs = this.cardDeck;
|
|
28648
28651
|
var tmp;
|
|
28649
28652
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -28653,7 +28656,7 @@
|
|
|
28653
28656
|
}
|
|
28654
28657
|
return tmp;
|
|
28655
28658
|
};
|
|
28656
|
-
protoOf(JassTable).
|
|
28659
|
+
protoOf(JassTable).x3t = function () {
|
|
28657
28660
|
var tmp0_elvis_lhs = this.gameInfo.round.trump;
|
|
28658
28661
|
var tmp;
|
|
28659
28662
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -28665,7 +28668,7 @@
|
|
|
28665
28668
|
}
|
|
28666
28669
|
return tmp;
|
|
28667
28670
|
};
|
|
28668
|
-
protoOf(JassTable).
|
|
28671
|
+
protoOf(JassTable).y3t = function () {
|
|
28669
28672
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
28670
28673
|
return !filterByGameWinner(this.players).r();
|
|
28671
28674
|
};
|
|
@@ -28737,7 +28740,7 @@
|
|
|
28737
28740
|
protoOf(JassTable).r2q = function () {
|
|
28738
28741
|
return this.gameHistory;
|
|
28739
28742
|
};
|
|
28740
|
-
protoOf(JassTable).
|
|
28743
|
+
protoOf(JassTable).z3t = function (id, version, createdAt, config, players, spectators, sceneInfo, cardsOnTable, bribes, cardDeck, requestedCardDecks, gameInfo, gameHistory) {
|
|
28741
28744
|
return new JassTable(id, version, createdAt, config, players, spectators, sceneInfo, cardsOnTable, bribes, cardDeck, requestedCardDecks, gameInfo, gameHistory);
|
|
28742
28745
|
};
|
|
28743
28746
|
protoOf(JassTable).copy = function (id, version, createdAt, config, players, spectators, sceneInfo, cardsOnTable, bribes, cardDeck, requestedCardDecks, gameInfo, gameHistory, $super) {
|
|
@@ -28754,7 +28757,7 @@
|
|
|
28754
28757
|
requestedCardDecks = requestedCardDecks === VOID ? this.requestedCardDecks : requestedCardDecks;
|
|
28755
28758
|
gameInfo = gameInfo === VOID ? this.gameInfo : gameInfo;
|
|
28756
28759
|
gameHistory = gameHistory === VOID ? this.gameHistory : gameHistory;
|
|
28757
|
-
return $super === VOID ? this.
|
|
28760
|
+
return $super === VOID ? this.z3t(id, version, createdAt, config, players, spectators, sceneInfo, cardsOnTable, bribes, cardDeck, requestedCardDecks, gameInfo, gameHistory) : $super.z3t.call(this, id, version, createdAt, config, players, spectators, sceneInfo, cardsOnTable, bribes, cardDeck, requestedCardDecks, gameInfo, gameHistory);
|
|
28758
28761
|
};
|
|
28759
28762
|
protoOf(JassTable).hashCode = function () {
|
|
28760
28763
|
var result = getStringHashCode(this.id);
|
|
@@ -28835,7 +28838,7 @@
|
|
|
28835
28838
|
protoOf(JassTableLite).s15 = function () {
|
|
28836
28839
|
return this.gameInfo;
|
|
28837
28840
|
};
|
|
28838
|
-
protoOf(JassTableLite).
|
|
28841
|
+
protoOf(JassTableLite).a3u = function (id, config, players, gameInfo) {
|
|
28839
28842
|
return new JassTableLite(id, config, players, gameInfo);
|
|
28840
28843
|
};
|
|
28841
28844
|
protoOf(JassTableLite).copy = function (id, config, players, gameInfo, $super) {
|
|
@@ -28843,7 +28846,7 @@
|
|
|
28843
28846
|
config = config === VOID ? this.config : config;
|
|
28844
28847
|
players = players === VOID ? this.players : players;
|
|
28845
28848
|
gameInfo = gameInfo === VOID ? this.gameInfo : gameInfo;
|
|
28846
|
-
return $super === VOID ? this.
|
|
28849
|
+
return $super === VOID ? this.a3u(id, config, players, gameInfo) : $super.a3u.call(this, id, config, players, gameInfo);
|
|
28847
28850
|
};
|
|
28848
28851
|
protoOf(JassTableLite).toString = function () {
|
|
28849
28852
|
return 'JassTableLite(id=' + this.id + ', config=' + this.config.toString() + ', players=' + toString(this.players) + ', gameInfo=' + this.gameInfo.toString() + ')';
|
|
@@ -28917,14 +28920,14 @@
|
|
|
28917
28920
|
protoOf(TableLoggerPayload).ei = function () {
|
|
28918
28921
|
return this.players;
|
|
28919
28922
|
};
|
|
28920
|
-
protoOf(TableLoggerPayload).
|
|
28923
|
+
protoOf(TableLoggerPayload).b3u = function (id, gameId, players) {
|
|
28921
28924
|
return new TableLoggerPayload(id, gameId, players);
|
|
28922
28925
|
};
|
|
28923
28926
|
protoOf(TableLoggerPayload).copy = function (id, gameId, players, $super) {
|
|
28924
28927
|
id = id === VOID ? this.id : id;
|
|
28925
28928
|
gameId = gameId === VOID ? this.gameId : gameId;
|
|
28926
28929
|
players = players === VOID ? this.players : players;
|
|
28927
|
-
return $super === VOID ? this.
|
|
28930
|
+
return $super === VOID ? this.b3u(id, gameId, players) : $super.b3u.call(this, id, gameId, players);
|
|
28928
28931
|
};
|
|
28929
28932
|
function PlayerLoggerPayload(playerId, connectionState) {
|
|
28930
28933
|
this.playerId = playerId;
|
|
@@ -28945,13 +28948,13 @@
|
|
|
28945
28948
|
protoOf(PlayerLoggerPayload).tc = function () {
|
|
28946
28949
|
return this.connectionState;
|
|
28947
28950
|
};
|
|
28948
|
-
protoOf(PlayerLoggerPayload).
|
|
28951
|
+
protoOf(PlayerLoggerPayload).c3u = function (playerId, connectionState) {
|
|
28949
28952
|
return new PlayerLoggerPayload(playerId, connectionState);
|
|
28950
28953
|
};
|
|
28951
28954
|
protoOf(PlayerLoggerPayload).copy = function (playerId, connectionState, $super) {
|
|
28952
28955
|
playerId = playerId === VOID ? this.playerId : playerId;
|
|
28953
28956
|
connectionState = connectionState === VOID ? this.connectionState : connectionState;
|
|
28954
|
-
return $super === VOID ? this.
|
|
28957
|
+
return $super === VOID ? this.c3u(playerId, connectionState) : $super.c3u.call(this, playerId, connectionState);
|
|
28955
28958
|
};
|
|
28956
28959
|
protoOf(PlayerLoggerPayload).hashCode = function () {
|
|
28957
28960
|
var result = getStringHashCode(this.playerId);
|
|
@@ -28995,7 +28998,7 @@
|
|
|
28995
28998
|
protoOf(TableStateWithActions).p2e = function () {
|
|
28996
28999
|
return this.table;
|
|
28997
29000
|
};
|
|
28998
|
-
protoOf(TableStateWithActions).
|
|
29001
|
+
protoOf(TableStateWithActions).d3u = function () {
|
|
28999
29002
|
return this.actions;
|
|
29000
29003
|
};
|
|
29001
29004
|
protoOf(TableStateWithActions).sc = function () {
|
|
@@ -29004,13 +29007,13 @@
|
|
|
29004
29007
|
protoOf(TableStateWithActions).tc = function () {
|
|
29005
29008
|
return this.actions;
|
|
29006
29009
|
};
|
|
29007
|
-
protoOf(TableStateWithActions).
|
|
29010
|
+
protoOf(TableStateWithActions).e3u = function (table, actions) {
|
|
29008
29011
|
return new TableStateWithActions(table, actions);
|
|
29009
29012
|
};
|
|
29010
29013
|
protoOf(TableStateWithActions).copy = function (table, actions, $super) {
|
|
29011
29014
|
table = table === VOID ? this.table : table;
|
|
29012
29015
|
actions = actions === VOID ? this.actions : actions;
|
|
29013
|
-
return $super === VOID ? this.
|
|
29016
|
+
return $super === VOID ? this.e3u(table, actions) : $super.e3u.call(this, table, actions);
|
|
29014
29017
|
};
|
|
29015
29018
|
protoOf(TableStateWithActions).toString = function () {
|
|
29016
29019
|
return 'TableStateWithActions(table=' + this.table.toString() + ', actions=' + toString(this.actions) + ')';
|
|
@@ -29167,7 +29170,7 @@
|
|
|
29167
29170
|
protoOf(Combination).v15 = function () {
|
|
29168
29171
|
return this.d32_1;
|
|
29169
29172
|
};
|
|
29170
|
-
protoOf(Combination).
|
|
29173
|
+
protoOf(Combination).f3u = function () {
|
|
29171
29174
|
return this.e32_1;
|
|
29172
29175
|
};
|
|
29173
29176
|
protoOf(Combination).toString = function () {
|
|
@@ -29221,7 +29224,7 @@
|
|
|
29221
29224
|
protoOf(Combination).s15 = function () {
|
|
29222
29225
|
return this.e32_1;
|
|
29223
29226
|
};
|
|
29224
|
-
protoOf(Combination).
|
|
29227
|
+
protoOf(Combination).g3u = function (id, type, cards, reasons) {
|
|
29225
29228
|
return new Combination(id, type, cards, reasons);
|
|
29226
29229
|
};
|
|
29227
29230
|
protoOf(Combination).copy = function (id, type, cards, reasons, $super) {
|
|
@@ -29229,7 +29232,7 @@
|
|
|
29229
29232
|
type = type === VOID ? this.c32_1 : type;
|
|
29230
29233
|
cards = cards === VOID ? this.d32_1 : cards;
|
|
29231
29234
|
reasons = reasons === VOID ? this.e32_1 : reasons;
|
|
29232
|
-
return $super === VOID ? this.
|
|
29235
|
+
return $super === VOID ? this.g3u(id, type, cards, reasons) : $super.g3u.call(this, id, type, cards, reasons);
|
|
29233
29236
|
};
|
|
29234
29237
|
protoOf(Combination).hashCode = function () {
|
|
29235
29238
|
var result = getStringHashCode(this.b32_1);
|
|
@@ -29255,7 +29258,7 @@
|
|
|
29255
29258
|
};
|
|
29256
29259
|
function Companion_136() {
|
|
29257
29260
|
}
|
|
29258
|
-
protoOf(Companion_136).
|
|
29261
|
+
protoOf(Companion_136).i3u = function (_this__u8e3s4) {
|
|
29259
29262
|
var tmp;
|
|
29260
29263
|
switch (_this__u8e3s4.h2_1) {
|
|
29261
29264
|
case 0:
|
|
@@ -29408,7 +29411,7 @@
|
|
|
29408
29411
|
tmp_10 = null;
|
|
29409
29412
|
}
|
|
29410
29413
|
var tmp$ret$13 = tmp_10;
|
|
29411
|
-
return 'CombinationDetails(' + joinToString(listOfNotNull([tmp, tmp_0, tmp_2, tmp_5, tmp_7, tmp_9, tmp$ret$13, 'priority=' + Companion_instance_140.
|
|
29414
|
+
return 'CombinationDetails(' + joinToString(listOfNotNull([tmp, tmp_0, tmp_2, tmp_5, tmp_7, tmp_9, tmp$ret$13, 'priority=' + Companion_instance_140.i3u(this.m31_1)])) + ')';
|
|
29412
29415
|
};
|
|
29413
29416
|
protoOf(CombinationDetails).hashCode = function () {
|
|
29414
29417
|
var result = getStringHashCode(this.l31_1);
|
|
@@ -29539,7 +29542,7 @@
|
|
|
29539
29542
|
return CombinationState_CANCELED_instance;
|
|
29540
29543
|
}
|
|
29541
29544
|
function _get_$cachedSerializer__te6jhj_17($this) {
|
|
29542
|
-
return $this.
|
|
29545
|
+
return $this.l3u_1.v1();
|
|
29543
29546
|
}
|
|
29544
29547
|
function CombinationType$Companion$_anonymous__xaki5i() {
|
|
29545
29548
|
return createSimpleEnumSerializer('games.jass.logic.data.models.table.combinations.CombinationType', values_12());
|
|
@@ -29566,21 +29569,21 @@
|
|
|
29566
29569
|
Companion_instance_143 = this;
|
|
29567
29570
|
var tmp = this;
|
|
29568
29571
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
29569
|
-
tmp.
|
|
29572
|
+
tmp.l3u_1 = lazy(tmp_0, CombinationType$Companion$_anonymous__xaki5i);
|
|
29570
29573
|
}
|
|
29571
|
-
protoOf(Companion_139).
|
|
29574
|
+
protoOf(Companion_139).m3u = function () {
|
|
29572
29575
|
return plus(this.inRowCombinations, listOf([CombinationType_FOUR_NINES_getInstance(), CombinationType_FOUR_TENS_getInstance(), CombinationType_FOUR_JACKS_getInstance(), CombinationType_FOUR_QUEENS_getInstance(), CombinationType_FOUR_KINGS_getInstance(), CombinationType_FOUR_ACES_getInstance()]));
|
|
29573
29576
|
};
|
|
29574
|
-
protoOf(Companion_139).
|
|
29577
|
+
protoOf(Companion_139).n3u = function () {
|
|
29575
29578
|
return listOf([CombinationType_THREE_IN_ROW_getInstance(), CombinationType_FOUR_IN_ROW_getInstance(), CombinationType_FIVE_IN_ROW_getInstance(), CombinationType_SEVEN_IN_ROW_getInstance()]);
|
|
29576
29579
|
};
|
|
29577
|
-
protoOf(Companion_139).
|
|
29580
|
+
protoOf(Companion_139).o3u = function () {
|
|
29578
29581
|
return listOf([CombinationType_FOUR_NINES_getInstance(), CombinationType_FOUR_TENS_getInstance(), CombinationType_FOUR_JACKS_getInstance(), CombinationType_FOUR_QUEENS_getInstance(), CombinationType_FOUR_KINGS_getInstance(), CombinationType_FOUR_ACES_getInstance(), CombinationType_FOUR_SEVENS_getInstance()]);
|
|
29579
29582
|
};
|
|
29580
|
-
protoOf(Companion_139).
|
|
29583
|
+
protoOf(Companion_139).p3u = function () {
|
|
29581
29584
|
return listOf([CombinationType_THREE_IN_ROW_getInstance(), CombinationType_FOUR_IN_ROW_getInstance(), CombinationType_SEVEN_IN_ROW_getInstance()]);
|
|
29582
29585
|
};
|
|
29583
|
-
protoOf(Companion_139).
|
|
29586
|
+
protoOf(Companion_139).q3u = function () {
|
|
29584
29587
|
return this.withFirstCardCombination;
|
|
29585
29588
|
};
|
|
29586
29589
|
protoOf(Companion_139).z17 = function () {
|
|
@@ -29744,11 +29747,11 @@
|
|
|
29744
29747
|
return CombinationType_BONUS_CONTROVERSIAL_CONTRACT_instance;
|
|
29745
29748
|
}
|
|
29746
29749
|
function PlayerCombinations(playerId, combinations) {
|
|
29747
|
-
this.
|
|
29750
|
+
this.t3u_1 = playerId;
|
|
29748
29751
|
this.combinations = combinations;
|
|
29749
29752
|
}
|
|
29750
29753
|
protoOf(PlayerCombinations).o1p = function () {
|
|
29751
|
-
return this.
|
|
29754
|
+
return this.t3u_1;
|
|
29752
29755
|
};
|
|
29753
29756
|
protoOf(PlayerCombinations).j2m = function () {
|
|
29754
29757
|
return this.combinations;
|
|
@@ -29760,33 +29763,33 @@
|
|
|
29760
29763
|
return false;
|
|
29761
29764
|
if (!(other instanceof PlayerCombinations))
|
|
29762
29765
|
THROW_CCE();
|
|
29763
|
-
if (!(this.
|
|
29766
|
+
if (!(this.t3u_1 === other.t3u_1))
|
|
29764
29767
|
return false;
|
|
29765
29768
|
if (!contentEquals(this.combinations, other.combinations))
|
|
29766
29769
|
return false;
|
|
29767
29770
|
return true;
|
|
29768
29771
|
};
|
|
29769
29772
|
protoOf(PlayerCombinations).hashCode = function () {
|
|
29770
|
-
var result = getStringHashCode(this.
|
|
29773
|
+
var result = getStringHashCode(this.t3u_1);
|
|
29771
29774
|
result = imul(31, result) + contentHashCode(this.combinations) | 0;
|
|
29772
29775
|
return result;
|
|
29773
29776
|
};
|
|
29774
29777
|
protoOf(PlayerCombinations).sc = function () {
|
|
29775
|
-
return this.
|
|
29778
|
+
return this.t3u_1;
|
|
29776
29779
|
};
|
|
29777
29780
|
protoOf(PlayerCombinations).tc = function () {
|
|
29778
29781
|
return this.combinations;
|
|
29779
29782
|
};
|
|
29780
|
-
protoOf(PlayerCombinations).
|
|
29783
|
+
protoOf(PlayerCombinations).u3u = function (playerId, combinations) {
|
|
29781
29784
|
return new PlayerCombinations(playerId, combinations);
|
|
29782
29785
|
};
|
|
29783
29786
|
protoOf(PlayerCombinations).copy = function (playerId, combinations, $super) {
|
|
29784
|
-
playerId = playerId === VOID ? this.
|
|
29787
|
+
playerId = playerId === VOID ? this.t3u_1 : playerId;
|
|
29785
29788
|
combinations = combinations === VOID ? this.combinations : combinations;
|
|
29786
|
-
return $super === VOID ? this.
|
|
29789
|
+
return $super === VOID ? this.u3u(playerId, combinations) : $super.u3u.call(this, playerId, combinations);
|
|
29787
29790
|
};
|
|
29788
29791
|
protoOf(PlayerCombinations).toString = function () {
|
|
29789
|
-
return 'PlayerCombinations(playerId=' + this.
|
|
29792
|
+
return 'PlayerCombinations(playerId=' + this.t3u_1 + ', combinations=' + toString(this.combinations) + ')';
|
|
29790
29793
|
};
|
|
29791
29794
|
function WinnerCombinations(reason, playerId, combinations) {
|
|
29792
29795
|
this.n32_1 = reason;
|
|
@@ -29940,25 +29943,25 @@
|
|
|
29940
29943
|
this.league = league;
|
|
29941
29944
|
this.mode = mode;
|
|
29942
29945
|
}
|
|
29943
|
-
protoOf(Config).
|
|
29946
|
+
protoOf(Config).x3u = function () {
|
|
29944
29947
|
return this.rules;
|
|
29945
29948
|
};
|
|
29946
|
-
protoOf(Config).
|
|
29949
|
+
protoOf(Config).y3u = function () {
|
|
29947
29950
|
return this.rulesSetType;
|
|
29948
29951
|
};
|
|
29949
29952
|
protoOf(Config).m2l = function () {
|
|
29950
29953
|
return this.options;
|
|
29951
29954
|
};
|
|
29952
|
-
protoOf(Config).
|
|
29955
|
+
protoOf(Config).z3u = function () {
|
|
29953
29956
|
return this.playersMode;
|
|
29954
29957
|
};
|
|
29955
|
-
protoOf(Config).
|
|
29958
|
+
protoOf(Config).a3v = function () {
|
|
29956
29959
|
return this.pointsMode;
|
|
29957
29960
|
};
|
|
29958
|
-
protoOf(Config).
|
|
29961
|
+
protoOf(Config).b3v = function () {
|
|
29959
29962
|
return this.timeoutTimeMillis;
|
|
29960
29963
|
};
|
|
29961
|
-
protoOf(Config).
|
|
29964
|
+
protoOf(Config).c3v = function () {
|
|
29962
29965
|
return this.isPrivate;
|
|
29963
29966
|
};
|
|
29964
29967
|
protoOf(Config).u2e = function () {
|
|
@@ -29967,14 +29970,14 @@
|
|
|
29967
29970
|
protoOf(Config).t2h = function () {
|
|
29968
29971
|
return this.league;
|
|
29969
29972
|
};
|
|
29970
|
-
protoOf(Config).
|
|
29973
|
+
protoOf(Config).d3v = function () {
|
|
29971
29974
|
return this.mode;
|
|
29972
29975
|
};
|
|
29973
29976
|
protoOf(Config).getDealerStrategyOrDefault = function (dealerConfig) {
|
|
29974
29977
|
var tmp0_elvis_lhs = this.dealerStrategy;
|
|
29975
29978
|
return tmp0_elvis_lhs == null ? dealerConfig.dealerStrategy : tmp0_elvis_lhs;
|
|
29976
29979
|
};
|
|
29977
|
-
protoOf(Config).
|
|
29980
|
+
protoOf(Config).e3v = function () {
|
|
29978
29981
|
var tmp;
|
|
29979
29982
|
if (this.playersMode.count === 4) {
|
|
29980
29983
|
var tmp_0;
|
|
@@ -30019,7 +30022,7 @@
|
|
|
30019
30022
|
protoOf(Config).s2f = function () {
|
|
30020
30023
|
return this.mode;
|
|
30021
30024
|
};
|
|
30022
|
-
protoOf(Config).
|
|
30025
|
+
protoOf(Config).f3v = function (rules, rulesSetType, options, playersMode, pointsMode, timeoutTimeMillis, isPrivate, dealerStrategy, league, mode) {
|
|
30023
30026
|
return new Config(rules, rulesSetType, options, playersMode, pointsMode, timeoutTimeMillis, isPrivate, dealerStrategy, league, mode);
|
|
30024
30027
|
};
|
|
30025
30028
|
protoOf(Config).copy = function (rules, rulesSetType, options, playersMode, pointsMode, timeoutTimeMillis, isPrivate, dealerStrategy, league, mode, $super) {
|
|
@@ -30033,7 +30036,7 @@
|
|
|
30033
30036
|
dealerStrategy = dealerStrategy === VOID ? this.dealerStrategy : dealerStrategy;
|
|
30034
30037
|
league = league === VOID ? this.league : league;
|
|
30035
30038
|
mode = mode === VOID ? this.mode : mode;
|
|
30036
|
-
return $super === VOID ? this.
|
|
30039
|
+
return $super === VOID ? this.f3v(rules, rulesSetType, options, playersMode, pointsMode, timeoutTimeMillis, isPrivate, dealerStrategy, league, mode) : $super.f3v.call(this, rules, rulesSetType, options, playersMode, pointsMode, timeoutTimeMillis, isPrivate, dealerStrategy, league, mode);
|
|
30037
30040
|
};
|
|
30038
30041
|
protoOf(Config).toString = function () {
|
|
30039
30042
|
return 'Config(rules=' + this.rules.toString() + ', rulesSetType=' + this.rulesSetType.toString() + ', options=' + this.options.toString() + ', playersMode=' + this.playersMode.toString() + ', pointsMode=' + this.pointsMode.toString() + ', timeoutTimeMillis=' + this.timeoutTimeMillis + ', isPrivate=' + this.isPrivate + ', dealerStrategy=' + toString_0(this.dealerStrategy) + ', league=' + toString_0(this.league) + ', mode=' + this.mode.toString() + ')';
|
|
@@ -30090,7 +30093,7 @@
|
|
|
30090
30093
|
this.isBotsEnabled = isBotsEnabled;
|
|
30091
30094
|
this.rules = rules;
|
|
30092
30095
|
}
|
|
30093
|
-
protoOf(ConfigLite).
|
|
30096
|
+
protoOf(ConfigLite).d3v = function () {
|
|
30094
30097
|
return this.mode;
|
|
30095
30098
|
};
|
|
30096
30099
|
protoOf(ConfigLite).t2h = function () {
|
|
@@ -30102,22 +30105,22 @@
|
|
|
30102
30105
|
protoOf(ConfigLite).n2l = function () {
|
|
30103
30106
|
return this.points;
|
|
30104
30107
|
};
|
|
30105
|
-
protoOf(ConfigLite).
|
|
30108
|
+
protoOf(ConfigLite).b3v = function () {
|
|
30106
30109
|
return this.timeoutTimeMillis;
|
|
30107
30110
|
};
|
|
30108
|
-
protoOf(ConfigLite).
|
|
30111
|
+
protoOf(ConfigLite).g3v = function () {
|
|
30109
30112
|
return this.rulesPreset;
|
|
30110
30113
|
};
|
|
30111
|
-
protoOf(ConfigLite).
|
|
30114
|
+
protoOf(ConfigLite).c3v = function () {
|
|
30112
30115
|
return this.isPrivate;
|
|
30113
30116
|
};
|
|
30114
|
-
protoOf(ConfigLite).
|
|
30117
|
+
protoOf(ConfigLite).h3v = function () {
|
|
30115
30118
|
return this.isChatEnabled;
|
|
30116
30119
|
};
|
|
30117
|
-
protoOf(ConfigLite).
|
|
30120
|
+
protoOf(ConfigLite).i3v = function () {
|
|
30118
30121
|
return this.isBotsEnabled;
|
|
30119
30122
|
};
|
|
30120
|
-
protoOf(ConfigLite).
|
|
30123
|
+
protoOf(ConfigLite).x3u = function () {
|
|
30121
30124
|
return this.rules;
|
|
30122
30125
|
};
|
|
30123
30126
|
protoOf(ConfigLite).sc = function () {
|
|
@@ -30150,7 +30153,7 @@
|
|
|
30150
30153
|
protoOf(ConfigLite).s2f = function () {
|
|
30151
30154
|
return this.rules;
|
|
30152
30155
|
};
|
|
30153
|
-
protoOf(ConfigLite).
|
|
30156
|
+
protoOf(ConfigLite).j3v = function (mode, league, players, points, timeoutTimeMillis, rulesPreset, isPrivate, isChatEnabled, isBotsEnabled, rules) {
|
|
30154
30157
|
return new ConfigLite(mode, league, players, points, timeoutTimeMillis, rulesPreset, isPrivate, isChatEnabled, isBotsEnabled, rules);
|
|
30155
30158
|
};
|
|
30156
30159
|
protoOf(ConfigLite).copy = function (mode, league, players, points, timeoutTimeMillis, rulesPreset, isPrivate, isChatEnabled, isBotsEnabled, rules, $super) {
|
|
@@ -30164,7 +30167,7 @@
|
|
|
30164
30167
|
isChatEnabled = isChatEnabled === VOID ? this.isChatEnabled : isChatEnabled;
|
|
30165
30168
|
isBotsEnabled = isBotsEnabled === VOID ? this.isBotsEnabled : isBotsEnabled;
|
|
30166
30169
|
rules = rules === VOID ? this.rules : rules;
|
|
30167
|
-
return $super === VOID ? this.
|
|
30170
|
+
return $super === VOID ? this.j3v(mode, league, players, points, timeoutTimeMillis, rulesPreset, isPrivate, isChatEnabled, isBotsEnabled, rules) : $super.j3v.call(this, mode, league, players, points, timeoutTimeMillis, rulesPreset, isPrivate, isChatEnabled, isBotsEnabled, rules);
|
|
30168
30171
|
};
|
|
30169
30172
|
protoOf(ConfigLite).toString = function () {
|
|
30170
30173
|
return 'ConfigLite(mode=' + this.mode.toString() + ', league=' + toString_0(this.league) + ', players=' + this.players.toString() + ', points=' + this.points.toString() + ', timeoutTimeMillis=' + this.timeoutTimeMillis + ', rulesPreset=' + this.rulesPreset.toString() + ', isPrivate=' + this.isPrivate + ', isChatEnabled=' + this.isChatEnabled + ', isBotsEnabled=' + this.isBotsEnabled + ', rules=' + toString_0(this.rules) + ')';
|
|
@@ -30211,14 +30214,14 @@
|
|
|
30211
30214
|
};
|
|
30212
30215
|
function Companion_141() {
|
|
30213
30216
|
}
|
|
30214
|
-
protoOf(Companion_141).
|
|
30217
|
+
protoOf(Companion_141).k3v = function (isEnableChat, isBotsEnabled, isEnableChoosePartnerScreen) {
|
|
30215
30218
|
return new Options(isEnableChat, isBotsEnabled, BotIntelligenceLevel_SUPER_HARD_getInstance(), 1000, 5000, isEnableChoosePartnerScreen);
|
|
30216
30219
|
};
|
|
30217
30220
|
protoOf(Companion_141).getServerOptions = function (isEnableChat, isBotsEnabled, isEnableChoosePartnerScreen, $super) {
|
|
30218
30221
|
isEnableChat = isEnableChat === VOID ? true : isEnableChat;
|
|
30219
30222
|
isBotsEnabled = isBotsEnabled === VOID ? true : isBotsEnabled;
|
|
30220
30223
|
isEnableChoosePartnerScreen = isEnableChoosePartnerScreen === VOID ? true : isEnableChoosePartnerScreen;
|
|
30221
|
-
return $super === VOID ? this.
|
|
30224
|
+
return $super === VOID ? this.k3v(isEnableChat, isBotsEnabled, isEnableChoosePartnerScreen) : $super.k3v.call(this, isEnableChat, isBotsEnabled, isEnableChoosePartnerScreen);
|
|
30222
30225
|
};
|
|
30223
30226
|
var Companion_instance_145;
|
|
30224
30227
|
function Companion_getInstance_148() {
|
|
@@ -30238,22 +30241,22 @@
|
|
|
30238
30241
|
this.timeForBotMillis = timeForBotMillis;
|
|
30239
30242
|
this.isEnableChoosePartnerScreen = isEnableChoosePartnerScreen;
|
|
30240
30243
|
}
|
|
30241
|
-
protoOf(Options).
|
|
30244
|
+
protoOf(Options).l3v = function () {
|
|
30242
30245
|
return this.isEnableChat;
|
|
30243
30246
|
};
|
|
30244
|
-
protoOf(Options).
|
|
30247
|
+
protoOf(Options).i3v = function () {
|
|
30245
30248
|
return this.isBotsEnabled;
|
|
30246
30249
|
};
|
|
30247
|
-
protoOf(Options).
|
|
30250
|
+
protoOf(Options).m3v = function () {
|
|
30248
30251
|
return this.botIntelligenceLevel;
|
|
30249
30252
|
};
|
|
30250
|
-
protoOf(Options).
|
|
30253
|
+
protoOf(Options).n3v = function () {
|
|
30251
30254
|
return this.timeForCountdownMillis;
|
|
30252
30255
|
};
|
|
30253
|
-
protoOf(Options).
|
|
30256
|
+
protoOf(Options).o3v = function () {
|
|
30254
30257
|
return this.timeForBotMillis;
|
|
30255
30258
|
};
|
|
30256
|
-
protoOf(Options).
|
|
30259
|
+
protoOf(Options).p3v = function () {
|
|
30257
30260
|
return this.isEnableChoosePartnerScreen;
|
|
30258
30261
|
};
|
|
30259
30262
|
protoOf(Options).sc = function () {
|
|
@@ -30274,7 +30277,7 @@
|
|
|
30274
30277
|
protoOf(Options).l1q = function () {
|
|
30275
30278
|
return this.isEnableChoosePartnerScreen;
|
|
30276
30279
|
};
|
|
30277
|
-
protoOf(Options).
|
|
30280
|
+
protoOf(Options).q3v = function (isEnableChat, isBotsEnabled, botIntelligenceLevel, timeForCountdownMillis, timeForBotMillis, isEnableChoosePartnerScreen) {
|
|
30278
30281
|
return new Options(isEnableChat, isBotsEnabled, botIntelligenceLevel, timeForCountdownMillis, timeForBotMillis, isEnableChoosePartnerScreen);
|
|
30279
30282
|
};
|
|
30280
30283
|
protoOf(Options).copy = function (isEnableChat, isBotsEnabled, botIntelligenceLevel, timeForCountdownMillis, timeForBotMillis, isEnableChoosePartnerScreen, $super) {
|
|
@@ -30284,7 +30287,7 @@
|
|
|
30284
30287
|
timeForCountdownMillis = timeForCountdownMillis === VOID ? this.timeForCountdownMillis : timeForCountdownMillis;
|
|
30285
30288
|
timeForBotMillis = timeForBotMillis === VOID ? this.timeForBotMillis : timeForBotMillis;
|
|
30286
30289
|
isEnableChoosePartnerScreen = isEnableChoosePartnerScreen === VOID ? this.isEnableChoosePartnerScreen : isEnableChoosePartnerScreen;
|
|
30287
|
-
return $super === VOID ? this.
|
|
30290
|
+
return $super === VOID ? this.q3v(isEnableChat, isBotsEnabled, botIntelligenceLevel, timeForCountdownMillis, timeForBotMillis, isEnableChoosePartnerScreen) : $super.q3v.call(this, isEnableChat, isBotsEnabled, botIntelligenceLevel, timeForCountdownMillis, timeForBotMillis, isEnableChoosePartnerScreen);
|
|
30288
30291
|
};
|
|
30289
30292
|
protoOf(Options).toString = function () {
|
|
30290
30293
|
return 'Options(isEnableChat=' + this.isEnableChat + ', isBotsEnabled=' + this.isBotsEnabled + ', botIntelligenceLevel=' + this.botIntelligenceLevel.toString() + ', timeForCountdownMillis=' + this.timeForCountdownMillis + ', timeForBotMillis=' + this.timeForBotMillis + ', isEnableChoosePartnerScreen=' + this.isEnableChoosePartnerScreen + ')';
|
|
@@ -30403,7 +30406,7 @@
|
|
|
30403
30406
|
protoOf(PlayersMode).v1 = function () {
|
|
30404
30407
|
return this.value;
|
|
30405
30408
|
};
|
|
30406
|
-
protoOf(PlayersMode).
|
|
30409
|
+
protoOf(PlayersMode).r3v = function () {
|
|
30407
30410
|
return this.equals(PlayersMode_FOUR_PLAYERS_BY_TEAM_getInstance());
|
|
30408
30411
|
};
|
|
30409
30412
|
protoOf(PlayersMode).i15 = function () {
|
|
@@ -30551,22 +30554,22 @@
|
|
|
30551
30554
|
protoOf(RoomConfig).n2l = function () {
|
|
30552
30555
|
return this.points;
|
|
30553
30556
|
};
|
|
30554
|
-
protoOf(RoomConfig).
|
|
30557
|
+
protoOf(RoomConfig).s3v = function () {
|
|
30555
30558
|
return this.timeoutTime;
|
|
30556
30559
|
};
|
|
30557
|
-
protoOf(RoomConfig).
|
|
30560
|
+
protoOf(RoomConfig).g3v = function () {
|
|
30558
30561
|
return this.rulesPreset;
|
|
30559
30562
|
};
|
|
30560
|
-
protoOf(RoomConfig).
|
|
30563
|
+
protoOf(RoomConfig).c3v = function () {
|
|
30561
30564
|
return this.isPrivate;
|
|
30562
30565
|
};
|
|
30563
|
-
protoOf(RoomConfig).
|
|
30566
|
+
protoOf(RoomConfig).h3v = function () {
|
|
30564
30567
|
return this.isChatEnabled;
|
|
30565
30568
|
};
|
|
30566
|
-
protoOf(RoomConfig).
|
|
30569
|
+
protoOf(RoomConfig).x3u = function () {
|
|
30567
30570
|
return this.rules;
|
|
30568
30571
|
};
|
|
30569
|
-
protoOf(RoomConfig).
|
|
30572
|
+
protoOf(RoomConfig).i3v = function () {
|
|
30570
30573
|
return this.isBotsEnabled;
|
|
30571
30574
|
};
|
|
30572
30575
|
protoOf(RoomConfig).u2e = function () {
|
|
@@ -30605,7 +30608,7 @@
|
|
|
30605
30608
|
protoOf(RoomConfig).s2f = function () {
|
|
30606
30609
|
return this.league;
|
|
30607
30610
|
};
|
|
30608
|
-
protoOf(RoomConfig).
|
|
30611
|
+
protoOf(RoomConfig).t3v = function (players, points, timeoutTime, rulesPreset, isPrivate, isChatEnabled, rules, isBotsEnabled, dealerStrategy, league) {
|
|
30609
30612
|
return new RoomConfig(players, points, timeoutTime, rulesPreset, isPrivate, isChatEnabled, rules, isBotsEnabled, dealerStrategy, league);
|
|
30610
30613
|
};
|
|
30611
30614
|
protoOf(RoomConfig).copy = function (players, points, timeoutTime, rulesPreset, isPrivate, isChatEnabled, rules, isBotsEnabled, dealerStrategy, league, $super) {
|
|
@@ -30619,7 +30622,7 @@
|
|
|
30619
30622
|
isBotsEnabled = isBotsEnabled === VOID ? this.isBotsEnabled : isBotsEnabled;
|
|
30620
30623
|
dealerStrategy = dealerStrategy === VOID ? this.dealerStrategy : dealerStrategy;
|
|
30621
30624
|
league = league === VOID ? this.league : league;
|
|
30622
|
-
return $super === VOID ? this.
|
|
30625
|
+
return $super === VOID ? this.t3v(players, points, timeoutTime, rulesPreset, isPrivate, isChatEnabled, rules, isBotsEnabled, dealerStrategy, league) : $super.t3v.call(this, players, points, timeoutTime, rulesPreset, isPrivate, isChatEnabled, rules, isBotsEnabled, dealerStrategy, league);
|
|
30623
30626
|
};
|
|
30624
30627
|
protoOf(RoomConfig).toString = function () {
|
|
30625
30628
|
return 'RoomConfig(players=' + this.players + ', points=' + this.points + ', timeoutTime=' + this.timeoutTime + ', rulesPreset=' + this.rulesPreset + ', isPrivate=' + this.isPrivate + ', isChatEnabled=' + this.isChatEnabled + ', rules=' + toString_0(this.rules) + ', isBotsEnabled=' + this.isBotsEnabled + ', dealerStrategy=' + toString_0(this.dealerStrategy) + ', league=' + toString_0(this.league) + ')';
|
|
@@ -30700,7 +30703,7 @@
|
|
|
30700
30703
|
function RoomMode(name, ordinal) {
|
|
30701
30704
|
Enum.call(this, name, ordinal);
|
|
30702
30705
|
}
|
|
30703
|
-
protoOf(RoomMode).
|
|
30706
|
+
protoOf(RoomMode).w3v = function () {
|
|
30704
30707
|
var tmp;
|
|
30705
30708
|
switch (this.h2_1) {
|
|
30706
30709
|
case 1:
|
|
@@ -30717,7 +30720,7 @@
|
|
|
30717
30720
|
}
|
|
30718
30721
|
return tmp;
|
|
30719
30722
|
};
|
|
30720
|
-
protoOf(RoomMode).
|
|
30723
|
+
protoOf(RoomMode).x3v = function () {
|
|
30721
30724
|
var tmp;
|
|
30722
30725
|
switch (this.h2_1) {
|
|
30723
30726
|
case 0:
|
|
@@ -30732,7 +30735,7 @@
|
|
|
30732
30735
|
}
|
|
30733
30736
|
return tmp;
|
|
30734
30737
|
};
|
|
30735
|
-
protoOf(RoomMode).
|
|
30738
|
+
protoOf(RoomMode).p3v = function () {
|
|
30736
30739
|
var tmp;
|
|
30737
30740
|
switch (this.h2_1) {
|
|
30738
30741
|
case 0:
|
|
@@ -30798,10 +30801,10 @@
|
|
|
30798
30801
|
this.roundNumber = roundNumber;
|
|
30799
30802
|
this.metadata = metadata;
|
|
30800
30803
|
}
|
|
30801
|
-
protoOf(ClientGameHistory).
|
|
30804
|
+
protoOf(ClientGameHistory).y3v = function () {
|
|
30802
30805
|
return this.roundNumber;
|
|
30803
30806
|
};
|
|
30804
|
-
protoOf(ClientGameHistory).
|
|
30807
|
+
protoOf(ClientGameHistory).z3v = function () {
|
|
30805
30808
|
return this.metadata;
|
|
30806
30809
|
};
|
|
30807
30810
|
protoOf(ClientGameHistory).sc = function () {
|
|
@@ -30810,13 +30813,13 @@
|
|
|
30810
30813
|
protoOf(ClientGameHistory).tc = function () {
|
|
30811
30814
|
return this.metadata;
|
|
30812
30815
|
};
|
|
30813
|
-
protoOf(ClientGameHistory).
|
|
30816
|
+
protoOf(ClientGameHistory).a3w = function (roundNumber, metadata) {
|
|
30814
30817
|
return new ClientGameHistory(roundNumber, metadata);
|
|
30815
30818
|
};
|
|
30816
30819
|
protoOf(ClientGameHistory).copy = function (roundNumber, metadata, $super) {
|
|
30817
30820
|
roundNumber = roundNumber === VOID ? this.roundNumber : roundNumber;
|
|
30818
30821
|
metadata = metadata === VOID ? this.metadata : metadata;
|
|
30819
|
-
return $super === VOID ? this.
|
|
30822
|
+
return $super === VOID ? this.a3w(roundNumber, metadata) : $super.a3w.call(this, roundNumber, metadata);
|
|
30820
30823
|
};
|
|
30821
30824
|
protoOf(ClientGameHistory).toString = function () {
|
|
30822
30825
|
return 'ClientGameHistory(roundNumber=' + this.roundNumber + ', metadata=' + toString_0(this.metadata) + ')';
|
|
@@ -30898,7 +30901,7 @@
|
|
|
30898
30901
|
};
|
|
30899
30902
|
function Companion_144() {
|
|
30900
30903
|
}
|
|
30901
|
-
protoOf(Companion_144).
|
|
30904
|
+
protoOf(Companion_144).b3w = function (gameId, createdAt) {
|
|
30902
30905
|
// Inline function 'kotlin.arrayOf' call
|
|
30903
30906
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
30904
30907
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -30907,7 +30910,7 @@
|
|
|
30907
30910
|
};
|
|
30908
30911
|
protoOf(Companion_144).initial = function (gameId, createdAt, $super) {
|
|
30909
30912
|
createdAt = createdAt === VOID ? System_instance.jg() : createdAt;
|
|
30910
|
-
return $super === VOID ? this.
|
|
30913
|
+
return $super === VOID ? this.b3w(gameId, createdAt) : $super.b3w.call(this, gameId, createdAt);
|
|
30911
30914
|
};
|
|
30912
30915
|
var Companion_instance_148;
|
|
30913
30916
|
function Companion_getInstance_151() {
|
|
@@ -30929,22 +30932,22 @@
|
|
|
30929
30932
|
protoOf(GameHistory).r15 = function () {
|
|
30930
30933
|
return this.rounds;
|
|
30931
30934
|
};
|
|
30932
|
-
protoOf(GameHistory).
|
|
30935
|
+
protoOf(GameHistory).c3w = function () {
|
|
30933
30936
|
return this.gameWinners;
|
|
30934
30937
|
};
|
|
30935
|
-
protoOf(GameHistory).
|
|
30938
|
+
protoOf(GameHistory).z3v = function () {
|
|
30936
30939
|
return this.metadata;
|
|
30937
30940
|
};
|
|
30938
|
-
protoOf(GameHistory).
|
|
30941
|
+
protoOf(GameHistory).d3w = function () {
|
|
30939
30942
|
return this.createdAt.toString();
|
|
30940
30943
|
};
|
|
30941
|
-
protoOf(GameHistory).
|
|
30944
|
+
protoOf(GameHistory).e3w = function () {
|
|
30942
30945
|
return last_0(this.rounds);
|
|
30943
30946
|
};
|
|
30944
|
-
protoOf(GameHistory).
|
|
30947
|
+
protoOf(GameHistory).f3w = function () {
|
|
30945
30948
|
return this.rounds.length === 1;
|
|
30946
30949
|
};
|
|
30947
|
-
protoOf(GameHistory).
|
|
30950
|
+
protoOf(GameHistory).g3w = function () {
|
|
30948
30951
|
return this.rounds.length;
|
|
30949
30952
|
};
|
|
30950
30953
|
protoOf(GameHistory).toString = function () {
|
|
@@ -31037,7 +31040,7 @@
|
|
|
31037
31040
|
protoOf(GameHistory).k1q = function () {
|
|
31038
31041
|
return this.metadata;
|
|
31039
31042
|
};
|
|
31040
|
-
protoOf(GameHistory).
|
|
31043
|
+
protoOf(GameHistory).h3w = function (gameId, createdAt, rounds, gameWinners, metadata) {
|
|
31041
31044
|
return new GameHistory(gameId, createdAt, rounds, gameWinners, metadata);
|
|
31042
31045
|
};
|
|
31043
31046
|
protoOf(GameHistory).copy = function (gameId, createdAt, rounds, gameWinners, metadata, $super) {
|
|
@@ -31046,7 +31049,7 @@
|
|
|
31046
31049
|
rounds = rounds === VOID ? this.rounds : rounds;
|
|
31047
31050
|
gameWinners = gameWinners === VOID ? this.gameWinners : gameWinners;
|
|
31048
31051
|
metadata = metadata === VOID ? this.metadata : metadata;
|
|
31049
|
-
return $super === VOID ? this.
|
|
31052
|
+
return $super === VOID ? this.h3w(gameId, createdAt, rounds, gameWinners, metadata) : $super.h3w.call(this, gameId, createdAt, rounds, gameWinners, metadata);
|
|
31050
31053
|
};
|
|
31051
31054
|
function Companion_145() {
|
|
31052
31055
|
}
|
|
@@ -31061,10 +31064,10 @@
|
|
|
31061
31064
|
this.randomData = randomData;
|
|
31062
31065
|
this.playersAnalytics = playersAnalytics;
|
|
31063
31066
|
}
|
|
31064
|
-
protoOf(GameHistoryMetadata).
|
|
31067
|
+
protoOf(GameHistoryMetadata).i3w = function () {
|
|
31065
31068
|
return this.randomData;
|
|
31066
31069
|
};
|
|
31067
|
-
protoOf(GameHistoryMetadata).
|
|
31070
|
+
protoOf(GameHistoryMetadata).j3w = function () {
|
|
31068
31071
|
return this.playersAnalytics;
|
|
31069
31072
|
};
|
|
31070
31073
|
protoOf(GameHistoryMetadata).sc = function () {
|
|
@@ -31073,13 +31076,13 @@
|
|
|
31073
31076
|
protoOf(GameHistoryMetadata).tc = function () {
|
|
31074
31077
|
return this.playersAnalytics;
|
|
31075
31078
|
};
|
|
31076
|
-
protoOf(GameHistoryMetadata).
|
|
31079
|
+
protoOf(GameHistoryMetadata).k3w = function (randomData, playersAnalytics) {
|
|
31077
31080
|
return new GameHistoryMetadata(randomData, playersAnalytics);
|
|
31078
31081
|
};
|
|
31079
31082
|
protoOf(GameHistoryMetadata).copy = function (randomData, playersAnalytics, $super) {
|
|
31080
31083
|
randomData = randomData === VOID ? this.randomData : randomData;
|
|
31081
31084
|
playersAnalytics = playersAnalytics === VOID ? this.playersAnalytics : playersAnalytics;
|
|
31082
|
-
return $super === VOID ? this.
|
|
31085
|
+
return $super === VOID ? this.k3w(randomData, playersAnalytics) : $super.k3w.call(this, randomData, playersAnalytics);
|
|
31083
31086
|
};
|
|
31084
31087
|
protoOf(GameHistoryMetadata).toString = function () {
|
|
31085
31088
|
return 'GameHistoryMetadata(randomData=' + toString_0(this.randomData) + ', playersAnalytics=' + toString(this.playersAnalytics) + ')';
|
|
@@ -31146,16 +31149,16 @@
|
|
|
31146
31149
|
protoOf(RoundHistory).e3t = function () {
|
|
31147
31150
|
return this.round;
|
|
31148
31151
|
};
|
|
31149
|
-
protoOf(RoundHistory).
|
|
31152
|
+
protoOf(RoundHistory).l3w = function () {
|
|
31150
31153
|
return this.items;
|
|
31151
31154
|
};
|
|
31152
|
-
protoOf(RoundHistory).
|
|
31155
|
+
protoOf(RoundHistory).m3w = function () {
|
|
31153
31156
|
return this.committed;
|
|
31154
31157
|
};
|
|
31155
|
-
protoOf(RoundHistory).
|
|
31158
|
+
protoOf(RoundHistory).n3w = function () {
|
|
31156
31159
|
return this.contractState;
|
|
31157
31160
|
};
|
|
31158
|
-
protoOf(RoundHistory).
|
|
31161
|
+
protoOf(RoundHistory).o3w = function () {
|
|
31159
31162
|
return this.winners;
|
|
31160
31163
|
};
|
|
31161
31164
|
protoOf(RoundHistory).g3t = function () {
|
|
@@ -31168,7 +31171,7 @@
|
|
|
31168
31171
|
}
|
|
31169
31172
|
return false;
|
|
31170
31173
|
};
|
|
31171
|
-
protoOf(RoundHistory).
|
|
31174
|
+
protoOf(RoundHistory).p3w = function () {
|
|
31172
31175
|
var tmp0_safe_receiver = this.contractState;
|
|
31173
31176
|
return tmp0_safe_receiver == null ? null : mapToDto_109(tmp0_safe_receiver);
|
|
31174
31177
|
};
|
|
@@ -31209,7 +31212,7 @@
|
|
|
31209
31212
|
protoOf(RoundHistory).l1q = function () {
|
|
31210
31213
|
return this.createdAt;
|
|
31211
31214
|
};
|
|
31212
|
-
protoOf(RoundHistory).
|
|
31215
|
+
protoOf(RoundHistory).q3w = function (round, items, committed, contractState, winners, createdAt) {
|
|
31213
31216
|
return new RoundHistory(round, items, committed, contractState, winners, createdAt);
|
|
31214
31217
|
};
|
|
31215
31218
|
protoOf(RoundHistory).copy = function (round, items, committed, contractState, winners, createdAt, $super) {
|
|
@@ -31219,7 +31222,7 @@
|
|
|
31219
31222
|
contractState = contractState === VOID ? this.contractState : contractState;
|
|
31220
31223
|
winners = winners === VOID ? this.winners : winners;
|
|
31221
31224
|
createdAt = createdAt === VOID ? this.createdAt : createdAt;
|
|
31222
|
-
return $super === VOID ? this.
|
|
31225
|
+
return $super === VOID ? this.q3w(round, items, committed, contractState, winners, createdAt) : $super.q3w.call(this, round, items, committed, contractState, winners, createdAt);
|
|
31223
31226
|
};
|
|
31224
31227
|
protoOf(RoundHistory).toString = function () {
|
|
31225
31228
|
return 'RoundHistory(round=' + this.round + ', items=' + toString(this.items) + ', committed=' + toString(this.committed) + ', contractState=' + toString_0(this.contractState) + ', winners=' + toString(this.winners) + ', createdAt=' + this.createdAt.toString() + ')';
|
|
@@ -31549,16 +31552,16 @@
|
|
|
31549
31552
|
this.numberOfBribe = numberOfBribe;
|
|
31550
31553
|
this.trump = trump;
|
|
31551
31554
|
}
|
|
31552
|
-
protoOf(Round).
|
|
31555
|
+
protoOf(Round).y3v = function () {
|
|
31553
31556
|
return this.roundNumber;
|
|
31554
31557
|
};
|
|
31555
|
-
protoOf(Round).
|
|
31558
|
+
protoOf(Round).r3w = function () {
|
|
31556
31559
|
return this.numberOfBribe;
|
|
31557
31560
|
};
|
|
31558
|
-
protoOf(Round).
|
|
31561
|
+
protoOf(Round).s3w = function () {
|
|
31559
31562
|
return this.trump;
|
|
31560
31563
|
};
|
|
31561
|
-
protoOf(Round).
|
|
31564
|
+
protoOf(Round).t3w = function () {
|
|
31562
31565
|
var tmp0_elvis_lhs = this.trump;
|
|
31563
31566
|
var tmp;
|
|
31564
31567
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -31568,11 +31571,11 @@
|
|
|
31568
31571
|
}
|
|
31569
31572
|
return tmp;
|
|
31570
31573
|
};
|
|
31571
|
-
protoOf(Round).
|
|
31574
|
+
protoOf(Round).u3w = function () {
|
|
31572
31575
|
var tmp0_elvis_lhs = this.numberOfBribe;
|
|
31573
31576
|
return tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs;
|
|
31574
31577
|
};
|
|
31575
|
-
protoOf(Round).
|
|
31578
|
+
protoOf(Round).v3w = function () {
|
|
31576
31579
|
return this.numberOfBribe == null ? 0 : this.numberOfBribe + 1 | 0;
|
|
31577
31580
|
};
|
|
31578
31581
|
protoOf(Round).sc = function () {
|
|
@@ -31584,14 +31587,14 @@
|
|
|
31584
31587
|
protoOf(Round).ei = function () {
|
|
31585
31588
|
return this.trump;
|
|
31586
31589
|
};
|
|
31587
|
-
protoOf(Round).
|
|
31590
|
+
protoOf(Round).w3w = function (roundNumber, numberOfBribe, trump) {
|
|
31588
31591
|
return new Round(roundNumber, numberOfBribe, trump);
|
|
31589
31592
|
};
|
|
31590
31593
|
protoOf(Round).copy = function (roundNumber, numberOfBribe, trump, $super) {
|
|
31591
31594
|
roundNumber = roundNumber === VOID ? this.roundNumber : roundNumber;
|
|
31592
31595
|
numberOfBribe = numberOfBribe === VOID ? this.numberOfBribe : numberOfBribe;
|
|
31593
31596
|
trump = trump === VOID ? this.trump : trump;
|
|
31594
|
-
return $super === VOID ? this.
|
|
31597
|
+
return $super === VOID ? this.w3w(roundNumber, numberOfBribe, trump) : $super.w3w.call(this, roundNumber, numberOfBribe, trump);
|
|
31595
31598
|
};
|
|
31596
31599
|
protoOf(Round).toString = function () {
|
|
31597
31600
|
return 'Round(roundNumber=' + this.roundNumber + ', numberOfBribe=' + this.numberOfBribe + ', trump=' + toString_0(this.trump) + ')';
|
|
@@ -31660,7 +31663,7 @@
|
|
|
31660
31663
|
this.a3c_1 = sceneData;
|
|
31661
31664
|
this.b3c_1 = actData;
|
|
31662
31665
|
}
|
|
31663
|
-
protoOf(SceneInfo).
|
|
31666
|
+
protoOf(SceneInfo).x3w = function () {
|
|
31664
31667
|
return get_isFinalScene(this.x3b_1);
|
|
31665
31668
|
};
|
|
31666
31669
|
protoOf(SceneInfo).toString = function () {
|
|
@@ -31700,11 +31703,11 @@
|
|
|
31700
31703
|
function EncoderDecoderProvider() {
|
|
31701
31704
|
}
|
|
31702
31705
|
function EncoderDecoderProviderImpl(json) {
|
|
31703
|
-
this.
|
|
31706
|
+
this.d3x_1 = json;
|
|
31704
31707
|
}
|
|
31705
|
-
protoOf(EncoderDecoderProviderImpl).
|
|
31708
|
+
protoOf(EncoderDecoderProviderImpl).y3w = function (action) {
|
|
31706
31709
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
31707
|
-
var this_0 = this.
|
|
31710
|
+
var this_0 = this.d3x_1;
|
|
31708
31711
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
31709
31712
|
var this_1 = this_0.zn();
|
|
31710
31713
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -31712,9 +31715,9 @@
|
|
|
31712
31715
|
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
31713
31716
|
return this_0.b1w(tmp$ret$1, action);
|
|
31714
31717
|
};
|
|
31715
|
-
protoOf(EncoderDecoderProviderImpl).
|
|
31718
|
+
protoOf(EncoderDecoderProviderImpl).z3w = function (action) {
|
|
31716
31719
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
31717
|
-
var this_0 = this.
|
|
31720
|
+
var this_0 = this.d3x_1;
|
|
31718
31721
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
31719
31722
|
var this_1 = this_0.zn();
|
|
31720
31723
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -31722,9 +31725,9 @@
|
|
|
31722
31725
|
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
31723
31726
|
return this_0.b1w(tmp$ret$1, action);
|
|
31724
31727
|
};
|
|
31725
|
-
protoOf(EncoderDecoderProviderImpl).
|
|
31728
|
+
protoOf(EncoderDecoderProviderImpl).a3x = function (json) {
|
|
31726
31729
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
31727
|
-
var this_0 = this.
|
|
31730
|
+
var this_0 = this.d3x_1;
|
|
31728
31731
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
31729
31732
|
var this_1 = this_0.zn();
|
|
31730
31733
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -31732,9 +31735,9 @@
|
|
|
31732
31735
|
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
31733
31736
|
return this_0.c1w(tmp$ret$1, json);
|
|
31734
31737
|
};
|
|
31735
|
-
protoOf(EncoderDecoderProviderImpl).
|
|
31738
|
+
protoOf(EncoderDecoderProviderImpl).b3x = function (json) {
|
|
31736
31739
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
31737
|
-
var this_0 = this.
|
|
31740
|
+
var this_0 = this.d3x_1;
|
|
31738
31741
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
31739
31742
|
var this_1 = this_0.zn();
|
|
31740
31743
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -31742,9 +31745,9 @@
|
|
|
31742
31745
|
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
31743
31746
|
return this_0.c1w(tmp$ret$1, json);
|
|
31744
31747
|
};
|
|
31745
|
-
protoOf(EncoderDecoderProviderImpl).
|
|
31748
|
+
protoOf(EncoderDecoderProviderImpl).c3x = function (json) {
|
|
31746
31749
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
31747
|
-
var this_0 = this.
|
|
31750
|
+
var this_0 = this.d3x_1;
|
|
31748
31751
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
31749
31752
|
var this_1 = this_0.zn();
|
|
31750
31753
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -32108,20 +32111,20 @@
|
|
|
32108
32111
|
function RatingCalculator() {
|
|
32109
32112
|
}
|
|
32110
32113
|
function UserRatingInteractor(ratingCalculator) {
|
|
32111
|
-
this.
|
|
32114
|
+
this.g3x_1 = ratingCalculator;
|
|
32112
32115
|
}
|
|
32113
|
-
protoOf(UserRatingInteractor).
|
|
32114
|
-
var config = this.
|
|
32116
|
+
protoOf(UserRatingInteractor).h3x = function (league, rating) {
|
|
32117
|
+
var config = this.i3x();
|
|
32115
32118
|
var requestedLeagueIndex = get_entries().q1(league);
|
|
32116
32119
|
var userLeague = config.getLeagueByRating(rating);
|
|
32117
32120
|
var userLeagueIndex = get_entries().q1(userLeague);
|
|
32118
32121
|
return userLeagueIndex >= requestedLeagueIndex;
|
|
32119
32122
|
};
|
|
32120
|
-
protoOf(UserRatingInteractor).
|
|
32121
|
-
var config = this.
|
|
32123
|
+
protoOf(UserRatingInteractor).j3x = function (rating) {
|
|
32124
|
+
var config = this.i3x();
|
|
32122
32125
|
return config.getLeagueByRating(rating);
|
|
32123
32126
|
};
|
|
32124
|
-
protoOf(UserRatingInteractor).
|
|
32127
|
+
protoOf(UserRatingInteractor).i3x = function () {
|
|
32125
32128
|
var defaultConfig = Companion_instance_8.defaultConfig();
|
|
32126
32129
|
return defaultConfig;
|
|
32127
32130
|
};
|
|
@@ -32130,18 +32133,18 @@
|
|
|
32130
32133
|
function ClearAction(transition) {
|
|
32131
32134
|
this.transition = transition;
|
|
32132
32135
|
}
|
|
32133
|
-
protoOf(ClearAction).
|
|
32136
|
+
protoOf(ClearAction).k3x = function () {
|
|
32134
32137
|
return this.transition;
|
|
32135
32138
|
};
|
|
32136
32139
|
protoOf(ClearAction).sc = function () {
|
|
32137
32140
|
return this.transition;
|
|
32138
32141
|
};
|
|
32139
|
-
protoOf(ClearAction).
|
|
32142
|
+
protoOf(ClearAction).l3x = function (transition) {
|
|
32140
32143
|
return new ClearAction(transition);
|
|
32141
32144
|
};
|
|
32142
32145
|
protoOf(ClearAction).copy = function (transition, $super) {
|
|
32143
32146
|
transition = transition === VOID ? this.transition : transition;
|
|
32144
|
-
return $super === VOID ? this.
|
|
32147
|
+
return $super === VOID ? this.l3x(transition) : $super.l3x.call(this, transition);
|
|
32145
32148
|
};
|
|
32146
32149
|
protoOf(ClearAction).toString = function () {
|
|
32147
32150
|
return 'ClearAction(transition=' + toString_0(this.transition) + ')';
|
|
@@ -32205,7 +32208,7 @@
|
|
|
32205
32208
|
protoOf(PartnerSelectedFromClientAction).o1p = function () {
|
|
32206
32209
|
return this.z33_1;
|
|
32207
32210
|
};
|
|
32208
|
-
protoOf(PartnerSelectedFromClientAction).
|
|
32211
|
+
protoOf(PartnerSelectedFromClientAction).m3x = function () {
|
|
32209
32212
|
return this.a34_1;
|
|
32210
32213
|
};
|
|
32211
32214
|
protoOf(PartnerSelectedFromClientAction).toString = function () {
|
|
@@ -32242,7 +32245,7 @@
|
|
|
32242
32245
|
protoOf(PlayerReadyFromClientAction).o1p = function () {
|
|
32243
32246
|
return this.d34_1;
|
|
32244
32247
|
};
|
|
32245
|
-
protoOf(PlayerReadyFromClientAction).
|
|
32248
|
+
protoOf(PlayerReadyFromClientAction).m3x = function () {
|
|
32246
32249
|
return this.e34_1;
|
|
32247
32250
|
};
|
|
32248
32251
|
protoOf(PlayerReadyFromClientAction).toString = function () {
|
|
@@ -32278,7 +32281,7 @@
|
|
|
32278
32281
|
protoOf(SuitChoiceFromClientAction).o1p = function () {
|
|
32279
32282
|
return this.g34_1;
|
|
32280
32283
|
};
|
|
32281
|
-
protoOf(SuitChoiceFromClientAction).
|
|
32284
|
+
protoOf(SuitChoiceFromClientAction).m3x = function () {
|
|
32282
32285
|
return this.h34_1;
|
|
32283
32286
|
};
|
|
32284
32287
|
protoOf(SuitChoiceFromClientAction).toString = function () {
|
|
@@ -32316,7 +32319,7 @@
|
|
|
32316
32319
|
protoOf(CombinationChoiceFromClientAction).o1p = function () {
|
|
32317
32320
|
return this.k34_1;
|
|
32318
32321
|
};
|
|
32319
|
-
protoOf(CombinationChoiceFromClientAction).
|
|
32322
|
+
protoOf(CombinationChoiceFromClientAction).m3x = function () {
|
|
32320
32323
|
return this.l34_1;
|
|
32321
32324
|
};
|
|
32322
32325
|
protoOf(CombinationChoiceFromClientAction).toString = function () {
|
|
@@ -32356,7 +32359,7 @@
|
|
|
32356
32359
|
protoOf(CardFromClientAction).o1p = function () {
|
|
32357
32360
|
return this.o34_1;
|
|
32358
32361
|
};
|
|
32359
|
-
protoOf(CardFromClientAction).
|
|
32362
|
+
protoOf(CardFromClientAction).m3x = function () {
|
|
32360
32363
|
return this.p34_1;
|
|
32361
32364
|
};
|
|
32362
32365
|
protoOf(CardFromClientAction).toString = function () {
|
|
@@ -32398,7 +32401,7 @@
|
|
|
32398
32401
|
protoOf(MessageFromClientAction).o1p = function () {
|
|
32399
32402
|
return this.t34_1;
|
|
32400
32403
|
};
|
|
32401
|
-
protoOf(MessageFromClientAction).
|
|
32404
|
+
protoOf(MessageFromClientAction).m3x = function () {
|
|
32402
32405
|
return this.u34_1;
|
|
32403
32406
|
};
|
|
32404
32407
|
protoOf(MessageFromClientAction).toString = function () {
|
|
@@ -32437,7 +32440,7 @@
|
|
|
32437
32440
|
protoOf(ExitFromClientAction).o1p = function () {
|
|
32438
32441
|
return this.y34_1;
|
|
32439
32442
|
};
|
|
32440
|
-
protoOf(ExitFromClientAction).
|
|
32443
|
+
protoOf(ExitFromClientAction).m3x = function () {
|
|
32441
32444
|
return this.z34_1;
|
|
32442
32445
|
};
|
|
32443
32446
|
protoOf(ExitFromClientAction).toString = function () {
|
|
@@ -32469,7 +32472,7 @@
|
|
|
32469
32472
|
protoOf(RequestedCardDecksFromClientAction).o1p = function () {
|
|
32470
32473
|
return this.b35_1;
|
|
32471
32474
|
};
|
|
32472
|
-
protoOf(RequestedCardDecksFromClientAction).
|
|
32475
|
+
protoOf(RequestedCardDecksFromClientAction).m3x = function () {
|
|
32473
32476
|
return this.c35_1;
|
|
32474
32477
|
};
|
|
32475
32478
|
protoOf(RequestedCardDecksFromClientAction).toString = function () {
|
|
@@ -32534,25 +32537,25 @@
|
|
|
32534
32537
|
protoOf(ActionDeliveryPayload).h15 = function () {
|
|
32535
32538
|
return this.id;
|
|
32536
32539
|
};
|
|
32537
|
-
protoOf(ActionDeliveryPayload).
|
|
32540
|
+
protoOf(ActionDeliveryPayload).n3x = function () {
|
|
32538
32541
|
return this.aid;
|
|
32539
32542
|
};
|
|
32540
|
-
protoOf(ActionDeliveryPayload).
|
|
32543
|
+
protoOf(ActionDeliveryPayload).o3x = function () {
|
|
32541
32544
|
return this.includePlayers;
|
|
32542
32545
|
};
|
|
32543
|
-
protoOf(ActionDeliveryPayload).
|
|
32546
|
+
protoOf(ActionDeliveryPayload).p3x = function () {
|
|
32544
32547
|
return this.excludePlayers;
|
|
32545
32548
|
};
|
|
32546
|
-
protoOf(ActionDeliveryPayload).
|
|
32549
|
+
protoOf(ActionDeliveryPayload).q3x = function () {
|
|
32547
32550
|
return this.deliveryType;
|
|
32548
32551
|
};
|
|
32549
|
-
protoOf(ActionDeliveryPayload).
|
|
32552
|
+
protoOf(ActionDeliveryPayload).r3x = function () {
|
|
32550
32553
|
return firstOrNull_0(this.excludePlayers);
|
|
32551
32554
|
};
|
|
32552
|
-
protoOf(ActionDeliveryPayload).
|
|
32555
|
+
protoOf(ActionDeliveryPayload).s3x = function () {
|
|
32553
32556
|
return first_0(this.includePlayers);
|
|
32554
32557
|
};
|
|
32555
|
-
protoOf(ActionDeliveryPayload).
|
|
32558
|
+
protoOf(ActionDeliveryPayload).t3x = function () {
|
|
32556
32559
|
return first_0(this.excludePlayers);
|
|
32557
32560
|
};
|
|
32558
32561
|
protoOf(ActionDeliveryPayload).toString = function () {
|
|
@@ -32624,7 +32627,7 @@
|
|
|
32624
32627
|
protoOf(ActionDeliveryPayload).k1q = function () {
|
|
32625
32628
|
return this.deliveryType;
|
|
32626
32629
|
};
|
|
32627
|
-
protoOf(ActionDeliveryPayload).
|
|
32630
|
+
protoOf(ActionDeliveryPayload).u3x = function (tableId, aid, includePlayers, excludePlayers, deliveryType) {
|
|
32628
32631
|
return new ActionDeliveryPayload(tableId, aid, includePlayers, excludePlayers, deliveryType);
|
|
32629
32632
|
};
|
|
32630
32633
|
protoOf(ActionDeliveryPayload).copy = function (tableId, aid, includePlayers, excludePlayers, deliveryType, $super) {
|
|
@@ -32633,10 +32636,10 @@
|
|
|
32633
32636
|
includePlayers = includePlayers === VOID ? this.includePlayers : includePlayers;
|
|
32634
32637
|
excludePlayers = excludePlayers === VOID ? this.excludePlayers : excludePlayers;
|
|
32635
32638
|
deliveryType = deliveryType === VOID ? this.deliveryType : deliveryType;
|
|
32636
|
-
return $super === VOID ? this.
|
|
32639
|
+
return $super === VOID ? this.u3x(tableId, aid, includePlayers, excludePlayers, deliveryType) : $super.u3x.call(this, tableId, aid, includePlayers, excludePlayers, deliveryType);
|
|
32637
32640
|
};
|
|
32638
32641
|
function _get_$cachedSerializer__te6jhj_21($this) {
|
|
32639
|
-
return $this.
|
|
32642
|
+
return $this.v3x_1.v1();
|
|
32640
32643
|
}
|
|
32641
32644
|
function ActionDeliveryType$Companion$_anonymous__6nlnfv() {
|
|
32642
32645
|
return createSimpleEnumSerializer('games.jass.logic.redux.actions.client.to.ActionDeliveryType', values_18());
|
|
@@ -32665,7 +32668,7 @@
|
|
|
32665
32668
|
Companion_instance_154 = this;
|
|
32666
32669
|
var tmp = this;
|
|
32667
32670
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
32668
|
-
tmp.
|
|
32671
|
+
tmp.v3x_1 = lazy(tmp_0, ActionDeliveryType$Companion$_anonymous__6nlnfv);
|
|
32669
32672
|
}
|
|
32670
32673
|
protoOf(Companion_150).z17 = function () {
|
|
32671
32674
|
return _get_$cachedSerializer__te6jhj_21(this);
|
|
@@ -33019,25 +33022,25 @@
|
|
|
33019
33022
|
protoOf(RoundStartedAction).l15 = function () {
|
|
33020
33023
|
return this.gameId;
|
|
33021
33024
|
};
|
|
33022
|
-
protoOf(RoundStartedAction).
|
|
33025
|
+
protoOf(RoundStartedAction).z3x = function () {
|
|
33023
33026
|
return this.partyNumber;
|
|
33024
33027
|
};
|
|
33025
33028
|
protoOf(RoundStartedAction).k15 = function () {
|
|
33026
33029
|
return this.players;
|
|
33027
33030
|
};
|
|
33028
|
-
protoOf(RoundStartedAction).
|
|
33031
|
+
protoOf(RoundStartedAction).f3w = function () {
|
|
33029
33032
|
return this.isFirstRound;
|
|
33030
33033
|
};
|
|
33031
33034
|
protoOf(RoundStartedAction).d3t = function () {
|
|
33032
33035
|
return this.gameNumber;
|
|
33033
33036
|
};
|
|
33034
|
-
protoOf(RoundStartedAction).
|
|
33037
|
+
protoOf(RoundStartedAction).a3y = function () {
|
|
33035
33038
|
return this.roomMode;
|
|
33036
33039
|
};
|
|
33037
33040
|
protoOf(RoundStartedAction).p3t = function () {
|
|
33038
33041
|
return this.gameHistory;
|
|
33039
33042
|
};
|
|
33040
|
-
protoOf(RoundStartedAction).
|
|
33043
|
+
protoOf(RoundStartedAction).b3y = function () {
|
|
33041
33044
|
return mapToDto_16(this.roomMode);
|
|
33042
33045
|
};
|
|
33043
33046
|
protoOf(RoundStartedAction).toString = function () {
|
|
@@ -33100,7 +33103,7 @@
|
|
|
33100
33103
|
protoOf(RoundStartedAction).q2f = function () {
|
|
33101
33104
|
return this.gameHistory;
|
|
33102
33105
|
};
|
|
33103
|
-
protoOf(RoundStartedAction).
|
|
33106
|
+
protoOf(RoundStartedAction).c3y = function (id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory) {
|
|
33104
33107
|
return new RoundStartedAction(id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory);
|
|
33105
33108
|
};
|
|
33106
33109
|
protoOf(RoundStartedAction).copy = function (id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory, $super) {
|
|
@@ -33112,7 +33115,7 @@
|
|
|
33112
33115
|
gameNumber = gameNumber === VOID ? this.gameNumber : gameNumber;
|
|
33113
33116
|
roomMode = roomMode === VOID ? this.roomMode : roomMode;
|
|
33114
33117
|
gameHistory = gameHistory === VOID ? this.gameHistory : gameHistory;
|
|
33115
|
-
return $super === VOID ? this.
|
|
33118
|
+
return $super === VOID ? this.c3y(id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory) : $super.c3y.call(this, id, gameId, roundNumber, players, isFirstRound, gameNumber, roomMode, gameHistory);
|
|
33116
33119
|
};
|
|
33117
33120
|
function RoundEndedAction(id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory) {
|
|
33118
33121
|
gameLosers = gameLosers === VOID ? null : gameLosers;
|
|
@@ -33135,22 +33138,22 @@
|
|
|
33135
33138
|
protoOf(RoundEndedAction).l15 = function () {
|
|
33136
33139
|
return this.gameId;
|
|
33137
33140
|
};
|
|
33138
|
-
protoOf(RoundEndedAction).
|
|
33141
|
+
protoOf(RoundEndedAction).y3v = function () {
|
|
33139
33142
|
return this.roundNumber;
|
|
33140
33143
|
};
|
|
33141
|
-
protoOf(RoundEndedAction).
|
|
33144
|
+
protoOf(RoundEndedAction).d3y = function () {
|
|
33142
33145
|
return this.earnedBiggestPointPlayerId;
|
|
33143
33146
|
};
|
|
33144
|
-
protoOf(RoundEndedAction).
|
|
33147
|
+
protoOf(RoundEndedAction).e3y = function () {
|
|
33145
33148
|
return this.gameLosers;
|
|
33146
33149
|
};
|
|
33147
|
-
protoOf(RoundEndedAction).
|
|
33150
|
+
protoOf(RoundEndedAction).c3w = function () {
|
|
33148
33151
|
return this.gameWinners;
|
|
33149
33152
|
};
|
|
33150
|
-
protoOf(RoundEndedAction).
|
|
33153
|
+
protoOf(RoundEndedAction).f3y = function () {
|
|
33151
33154
|
return this.playersGameAnalytics;
|
|
33152
33155
|
};
|
|
33153
|
-
protoOf(RoundEndedAction).
|
|
33156
|
+
protoOf(RoundEndedAction).g3y = function () {
|
|
33154
33157
|
return this.playersRoundAnalytics;
|
|
33155
33158
|
};
|
|
33156
33159
|
protoOf(RoundEndedAction).y2m = function () {
|
|
@@ -33159,7 +33162,7 @@
|
|
|
33159
33162
|
protoOf(RoundEndedAction).p3t = function () {
|
|
33160
33163
|
return this.gameHistory;
|
|
33161
33164
|
};
|
|
33162
|
-
protoOf(RoundEndedAction).
|
|
33165
|
+
protoOf(RoundEndedAction).y3t = function () {
|
|
33163
33166
|
var tmp;
|
|
33164
33167
|
// Inline function 'kotlin.collections.isNullOrEmpty' call
|
|
33165
33168
|
var this_0 = this.gameWinners;
|
|
@@ -33372,7 +33375,7 @@
|
|
|
33372
33375
|
protoOf(RoundEndedAction).s2f = function () {
|
|
33373
33376
|
return this.gameHistory;
|
|
33374
33377
|
};
|
|
33375
|
-
protoOf(RoundEndedAction).
|
|
33378
|
+
protoOf(RoundEndedAction).h3y = function (id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory) {
|
|
33376
33379
|
return new RoundEndedAction(id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory);
|
|
33377
33380
|
};
|
|
33378
33381
|
protoOf(RoundEndedAction).copy = function (id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory, $super) {
|
|
@@ -33386,7 +33389,7 @@
|
|
|
33386
33389
|
playersRoundAnalytics = playersRoundAnalytics === VOID ? this.playersRoundAnalytics : playersRoundAnalytics;
|
|
33387
33390
|
achievements = achievements === VOID ? this.achievements : achievements;
|
|
33388
33391
|
gameHistory = gameHistory === VOID ? this.gameHistory : gameHistory;
|
|
33389
|
-
return $super === VOID ? this.
|
|
33392
|
+
return $super === VOID ? this.h3y(id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory) : $super.h3y.call(this, id, gameId, roundNumber, earnedBiggestPointPlayerId, gameLosers, gameWinners, playersGameAnalytics, playersRoundAnalytics, achievements, gameHistory);
|
|
33390
33393
|
};
|
|
33391
33394
|
function PartyRestartedAction(id, roundNumber) {
|
|
33392
33395
|
this.id = id;
|
|
@@ -33395,7 +33398,7 @@
|
|
|
33395
33398
|
protoOf(PartyRestartedAction).h15 = function () {
|
|
33396
33399
|
return this.id;
|
|
33397
33400
|
};
|
|
33398
|
-
protoOf(PartyRestartedAction).
|
|
33401
|
+
protoOf(PartyRestartedAction).z3x = function () {
|
|
33399
33402
|
return this.partyNumber;
|
|
33400
33403
|
};
|
|
33401
33404
|
protoOf(PartyRestartedAction).sc = function () {
|
|
@@ -33437,13 +33440,13 @@
|
|
|
33437
33440
|
this.originalRoomMode = originalRoomMode;
|
|
33438
33441
|
this.f2f_1 = previousPlayers;
|
|
33439
33442
|
}
|
|
33440
|
-
protoOf(RevengeRoomTransition).
|
|
33443
|
+
protoOf(RevengeRoomTransition).k3y = function () {
|
|
33441
33444
|
return this.originalRoomMode;
|
|
33442
33445
|
};
|
|
33443
|
-
protoOf(RevengeRoomTransition).
|
|
33446
|
+
protoOf(RevengeRoomTransition).i3y = function () {
|
|
33444
33447
|
return this.f2f_1;
|
|
33445
33448
|
};
|
|
33446
|
-
protoOf(RevengeRoomTransition).
|
|
33449
|
+
protoOf(RevengeRoomTransition).j3y = function () {
|
|
33447
33450
|
// Inline function 'kotlin.emptyArray' call
|
|
33448
33451
|
return [];
|
|
33449
33452
|
};
|
|
@@ -33453,13 +33456,13 @@
|
|
|
33453
33456
|
protoOf(RevengeRoomTransition).tc = function () {
|
|
33454
33457
|
return this.f2f_1;
|
|
33455
33458
|
};
|
|
33456
|
-
protoOf(RevengeRoomTransition).
|
|
33459
|
+
protoOf(RevengeRoomTransition).l3y = function (originalRoomMode, previousPlayers) {
|
|
33457
33460
|
return new RevengeRoomTransition(originalRoomMode, previousPlayers);
|
|
33458
33461
|
};
|
|
33459
33462
|
protoOf(RevengeRoomTransition).copy = function (originalRoomMode, previousPlayers, $super) {
|
|
33460
33463
|
originalRoomMode = originalRoomMode === VOID ? this.originalRoomMode : originalRoomMode;
|
|
33461
33464
|
previousPlayers = previousPlayers === VOID ? this.f2f_1 : previousPlayers;
|
|
33462
|
-
return $super === VOID ? this.
|
|
33465
|
+
return $super === VOID ? this.l3y(originalRoomMode, previousPlayers) : $super.l3y.call(this, originalRoomMode, previousPlayers);
|
|
33463
33466
|
};
|
|
33464
33467
|
protoOf(RevengeRoomTransition).toString = function () {
|
|
33465
33468
|
return 'RevengeRoomTransition(originalRoomMode=' + this.originalRoomMode.toString() + ', previousPlayers=' + toString_0(this.f2f_1) + ')';
|
|
@@ -33485,19 +33488,19 @@
|
|
|
33485
33488
|
this.playerIds = playerIds;
|
|
33486
33489
|
this.w3g_1 = previousPlayers;
|
|
33487
33490
|
}
|
|
33488
|
-
protoOf(GameToRoomTransition).
|
|
33491
|
+
protoOf(GameToRoomTransition).q3t = function () {
|
|
33489
33492
|
return this.roomId;
|
|
33490
33493
|
};
|
|
33491
33494
|
protoOf(GameToRoomTransition).m3y = function () {
|
|
33492
33495
|
return this.playerIds;
|
|
33493
33496
|
};
|
|
33494
|
-
protoOf(GameToRoomTransition).
|
|
33497
|
+
protoOf(GameToRoomTransition).i3y = function () {
|
|
33495
33498
|
return this.w3g_1;
|
|
33496
33499
|
};
|
|
33497
|
-
protoOf(GameToRoomTransition).
|
|
33500
|
+
protoOf(GameToRoomTransition).p3v = function () {
|
|
33498
33501
|
return true;
|
|
33499
33502
|
};
|
|
33500
|
-
protoOf(GameToRoomTransition).
|
|
33503
|
+
protoOf(GameToRoomTransition).j3y = function () {
|
|
33501
33504
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
33502
33505
|
var this_0 = this.playerIds;
|
|
33503
33506
|
return copyToArray(this_0);
|
|
@@ -33571,10 +33574,10 @@
|
|
|
33571
33574
|
protoOf(StartGameMechanicAction).o3y = function () {
|
|
33572
33575
|
return this.t3y_1;
|
|
33573
33576
|
};
|
|
33574
|
-
protoOf(StartGameMechanicAction).
|
|
33577
|
+
protoOf(StartGameMechanicAction).u3t = function () {
|
|
33575
33578
|
return this.u3y_1;
|
|
33576
33579
|
};
|
|
33577
|
-
protoOf(StartGameMechanicAction).
|
|
33580
|
+
protoOf(StartGameMechanicAction).n3x = function () {
|
|
33578
33581
|
return this.v3y_1;
|
|
33579
33582
|
};
|
|
33580
33583
|
protoOf(StartGameMechanicAction).i3t = function () {
|
|
@@ -33674,7 +33677,7 @@
|
|
|
33674
33677
|
protoOf(StartNewGameMechanicAction).l15 = function () {
|
|
33675
33678
|
return this.gameId;
|
|
33676
33679
|
};
|
|
33677
|
-
protoOf(StartNewGameMechanicAction).
|
|
33680
|
+
protoOf(StartNewGameMechanicAction).n3x = function () {
|
|
33678
33681
|
return this.x3y_1;
|
|
33679
33682
|
};
|
|
33680
33683
|
protoOf(StartNewGameMechanicAction).sc = function () {
|
|
@@ -33727,7 +33730,7 @@
|
|
|
33727
33730
|
tmp = true;
|
|
33728
33731
|
} else {
|
|
33729
33732
|
var tmp3_safe_receiver = table == null ? null : table.sceneInfo;
|
|
33730
|
-
tmp = (tmp3_safe_receiver == null ? null : tmp3_safe_receiver.
|
|
33733
|
+
tmp = (tmp3_safe_receiver == null ? null : tmp3_safe_receiver.x3w()) === true;
|
|
33731
33734
|
}
|
|
33732
33735
|
var tmp6_isRoundHistorySaved = tmp;
|
|
33733
33736
|
return new FinishingGameMechanicAction(reason, isGameFinished, transition, tmp4_sessionAnalytics, tmp5_gameHistory, tmp6_isRoundHistorySaved);
|
|
@@ -33763,10 +33766,10 @@
|
|
|
33763
33766
|
protoOf(FinishingGameMechanicAction).y1p = function () {
|
|
33764
33767
|
return this.b3z_1;
|
|
33765
33768
|
};
|
|
33766
|
-
protoOf(FinishingGameMechanicAction).
|
|
33769
|
+
protoOf(FinishingGameMechanicAction).y3t = function () {
|
|
33767
33770
|
return this.c3z_1;
|
|
33768
33771
|
};
|
|
33769
|
-
protoOf(FinishingGameMechanicAction).
|
|
33772
|
+
protoOf(FinishingGameMechanicAction).k3x = function () {
|
|
33770
33773
|
return this.d3z_1;
|
|
33771
33774
|
};
|
|
33772
33775
|
protoOf(FinishingGameMechanicAction).f3z = function () {
|
|
@@ -33778,7 +33781,7 @@
|
|
|
33778
33781
|
protoOf(FinishingGameMechanicAction).g3z = function () {
|
|
33779
33782
|
return this.isRoundHistorySaved;
|
|
33780
33783
|
};
|
|
33781
|
-
protoOf(FinishingGameMechanicAction).
|
|
33784
|
+
protoOf(FinishingGameMechanicAction).n3x = function () {
|
|
33782
33785
|
return this.e3z_1;
|
|
33783
33786
|
};
|
|
33784
33787
|
protoOf(FinishingGameMechanicAction).toString = function () {
|
|
@@ -33907,13 +33910,13 @@
|
|
|
33907
33910
|
protoOf(FinishGameMechanicAction).y1p = function () {
|
|
33908
33911
|
return this.i3z_1;
|
|
33909
33912
|
};
|
|
33910
|
-
protoOf(FinishGameMechanicAction).
|
|
33913
|
+
protoOf(FinishGameMechanicAction).y3t = function () {
|
|
33911
33914
|
return this.j3z_1;
|
|
33912
33915
|
};
|
|
33913
|
-
protoOf(FinishGameMechanicAction).
|
|
33916
|
+
protoOf(FinishGameMechanicAction).n3x = function () {
|
|
33914
33917
|
return this.k3z_1;
|
|
33915
33918
|
};
|
|
33916
|
-
protoOf(FinishGameMechanicAction).
|
|
33919
|
+
protoOf(FinishGameMechanicAction).k3x = function () {
|
|
33917
33920
|
return this.l3z_1;
|
|
33918
33921
|
};
|
|
33919
33922
|
protoOf(FinishGameMechanicAction).toString = function () {
|
|
@@ -34021,13 +34024,10 @@
|
|
|
34021
34024
|
protoOf(SceneMechanicAction).n3z = function () {
|
|
34022
34025
|
return this.r3z_1;
|
|
34023
34026
|
};
|
|
34024
|
-
protoOf(SceneMechanicAction).
|
|
34027
|
+
protoOf(SceneMechanicAction).n3x = function () {
|
|
34025
34028
|
return this.s3z_1;
|
|
34026
34029
|
};
|
|
34027
|
-
protoOf(SceneMechanicAction).
|
|
34028
|
-
return this.p3z_1 === 'WAITING';
|
|
34029
|
-
};
|
|
34030
|
-
protoOf(SceneMechanicAction).notValidateWhenFinishing = function () {
|
|
34030
|
+
protoOf(SceneMechanicAction).ignoreValidation = function () {
|
|
34031
34031
|
return this.p3z_1 === 'WAITING';
|
|
34032
34032
|
};
|
|
34033
34033
|
protoOf(SceneMechanicAction).toString = function () {
|
|
@@ -34185,7 +34185,7 @@
|
|
|
34185
34185
|
protoOf(PlayerConnectionChangedMechanicAction).a40 = function () {
|
|
34186
34186
|
return this.reconnectUntilTime;
|
|
34187
34187
|
};
|
|
34188
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
34188
|
+
protoOf(PlayerConnectionChangedMechanicAction).n3x = function () {
|
|
34189
34189
|
return this.x3z_1;
|
|
34190
34190
|
};
|
|
34191
34191
|
protoOf(PlayerConnectionChangedMechanicAction).b40 = function () {
|
|
@@ -34308,13 +34308,13 @@
|
|
|
34308
34308
|
this.f40_1 = payload;
|
|
34309
34309
|
this.g40_1 = aid;
|
|
34310
34310
|
}
|
|
34311
|
-
protoOf(ContinueGameMechanicAction).
|
|
34311
|
+
protoOf(ContinueGameMechanicAction).n3x = function () {
|
|
34312
34312
|
return this.g40_1;
|
|
34313
34313
|
};
|
|
34314
34314
|
protoOf(ContinueGameMechanicAction).h15 = function () {
|
|
34315
34315
|
return this.d40_1.id;
|
|
34316
34316
|
};
|
|
34317
|
-
protoOf(ContinueGameMechanicAction).
|
|
34317
|
+
protoOf(ContinueGameMechanicAction).u3t = function () {
|
|
34318
34318
|
// Inline function 'kotlin.collections.map' call
|
|
34319
34319
|
var this_0 = this.d40_1.players;
|
|
34320
34320
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -34367,7 +34367,7 @@
|
|
|
34367
34367
|
this.h40_1 = reason;
|
|
34368
34368
|
this.i40_1 = aid;
|
|
34369
34369
|
}
|
|
34370
|
-
protoOf(RestartGameMechanicAction).
|
|
34370
|
+
protoOf(RestartGameMechanicAction).n3x = function () {
|
|
34371
34371
|
return this.i40_1;
|
|
34372
34372
|
};
|
|
34373
34373
|
protoOf(RestartGameMechanicAction).toString = function () {
|
|
@@ -34407,7 +34407,7 @@
|
|
|
34407
34407
|
protoOf(SceneActMechanicAction).n3z = function () {
|
|
34408
34408
|
return this.l40_1;
|
|
34409
34409
|
};
|
|
34410
|
-
protoOf(SceneActMechanicAction).
|
|
34410
|
+
protoOf(SceneActMechanicAction).n3x = function () {
|
|
34411
34411
|
return this.m40_1;
|
|
34412
34412
|
};
|
|
34413
34413
|
protoOf(SceneActMechanicAction).toString = function () {
|
|
@@ -34443,7 +34443,7 @@
|
|
|
34443
34443
|
this.p40_1 = aid;
|
|
34444
34444
|
this.q40_1 = listOf([this.n40_1.f1s(), this.o40_1.c1d(), this.n40_1.f1s(), this.o40_1.c1d()]);
|
|
34445
34445
|
}
|
|
34446
|
-
protoOf(TeamsDataMechanicAction).
|
|
34446
|
+
protoOf(TeamsDataMechanicAction).n3x = function () {
|
|
34447
34447
|
return this.p40_1;
|
|
34448
34448
|
};
|
|
34449
34449
|
protoOf(TeamsDataMechanicAction).p3y = function () {
|
|
@@ -34477,7 +34477,7 @@
|
|
|
34477
34477
|
this.r40_1 = currentTurnPlayerId;
|
|
34478
34478
|
this.s40_1 = aid;
|
|
34479
34479
|
}
|
|
34480
|
-
protoOf(PlayerReadyMechanicAction).
|
|
34480
|
+
protoOf(PlayerReadyMechanicAction).n3x = function () {
|
|
34481
34481
|
return this.s40_1;
|
|
34482
34482
|
};
|
|
34483
34483
|
protoOf(PlayerReadyMechanicAction).o1p = function () {
|
|
@@ -34512,7 +34512,7 @@
|
|
|
34512
34512
|
this.w40_1 = nextTurnPlayerIds;
|
|
34513
34513
|
this.x40_1 = aid;
|
|
34514
34514
|
}
|
|
34515
|
-
protoOf(SuitChoiceMechanicAction).
|
|
34515
|
+
protoOf(SuitChoiceMechanicAction).n3x = function () {
|
|
34516
34516
|
return this.x40_1;
|
|
34517
34517
|
};
|
|
34518
34518
|
protoOf(SuitChoiceMechanicAction).o1p = function () {
|
|
@@ -34554,7 +34554,7 @@
|
|
|
34554
34554
|
this.a41_1 = currentTurnPlayerId;
|
|
34555
34555
|
this.b41_1 = aid;
|
|
34556
34556
|
}
|
|
34557
|
-
protoOf(CombinationChoiceMechanicAction).
|
|
34557
|
+
protoOf(CombinationChoiceMechanicAction).n3x = function () {
|
|
34558
34558
|
return this.b41_1;
|
|
34559
34559
|
};
|
|
34560
34560
|
protoOf(CombinationChoiceMechanicAction).o1p = function () {
|
|
@@ -34595,7 +34595,7 @@
|
|
|
34595
34595
|
this.f41_1 = nextTurnPlayerIds;
|
|
34596
34596
|
this.g41_1 = aid;
|
|
34597
34597
|
}
|
|
34598
|
-
protoOf(PutCardMechanicAction).
|
|
34598
|
+
protoOf(PutCardMechanicAction).n3x = function () {
|
|
34599
34599
|
return this.g41_1;
|
|
34600
34600
|
};
|
|
34601
34601
|
protoOf(PutCardMechanicAction).o1p = function () {
|
|
@@ -34673,7 +34673,7 @@
|
|
|
34673
34673
|
this.h41_1 = suit;
|
|
34674
34674
|
this.i41_1 = aid;
|
|
34675
34675
|
}
|
|
34676
|
-
protoOf(TrumpMechanicAction).
|
|
34676
|
+
protoOf(TrumpMechanicAction).n3x = function () {
|
|
34677
34677
|
return this.i41_1;
|
|
34678
34678
|
};
|
|
34679
34679
|
protoOf(TrumpMechanicAction).toString = function () {
|
|
@@ -34702,7 +34702,7 @@
|
|
|
34702
34702
|
this.k41_1 = numberOfBribe;
|
|
34703
34703
|
this.l41_1 = aid;
|
|
34704
34704
|
}
|
|
34705
|
-
protoOf(PickUpBribeMechanicAction).
|
|
34705
|
+
protoOf(PickUpBribeMechanicAction).n3x = function () {
|
|
34706
34706
|
return this.l41_1;
|
|
34707
34707
|
};
|
|
34708
34708
|
protoOf(PickUpBribeMechanicAction).toString = function () {
|
|
@@ -34733,7 +34733,7 @@
|
|
|
34733
34733
|
this.m41_1 = winnerCombinations;
|
|
34734
34734
|
this.n41_1 = aid;
|
|
34735
34735
|
}
|
|
34736
|
-
protoOf(WinnerCombinationsMechanicAction).
|
|
34736
|
+
protoOf(WinnerCombinationsMechanicAction).n3x = function () {
|
|
34737
34737
|
return this.n41_1;
|
|
34738
34738
|
};
|
|
34739
34739
|
protoOf(WinnerCombinationsMechanicAction).toString = function () {
|
|
@@ -34761,7 +34761,7 @@
|
|
|
34761
34761
|
this.o41_1 = message;
|
|
34762
34762
|
this.p41_1 = aid;
|
|
34763
34763
|
}
|
|
34764
|
-
protoOf(MessageMechanicAction).
|
|
34764
|
+
protoOf(MessageMechanicAction).n3x = function () {
|
|
34765
34765
|
return this.p41_1;
|
|
34766
34766
|
};
|
|
34767
34767
|
protoOf(MessageMechanicAction).toString = function () {
|
|
@@ -34789,7 +34789,7 @@
|
|
|
34789
34789
|
this.q41_1 = error;
|
|
34790
34790
|
this.r41_1 = aid;
|
|
34791
34791
|
}
|
|
34792
|
-
protoOf(ErrorAction).
|
|
34792
|
+
protoOf(ErrorAction).n3x = function () {
|
|
34793
34793
|
return this.r41_1;
|
|
34794
34794
|
};
|
|
34795
34795
|
protoOf(ErrorAction).toString = function () {
|
|
@@ -36151,17 +36151,17 @@
|
|
|
36151
36151
|
this.n42_1 = encoderDecoderProvider;
|
|
36152
36152
|
}
|
|
36153
36153
|
protoOf(ParserHelperImpl).encodeFromClientEvent = function (action) {
|
|
36154
|
-
return this.n42_1.
|
|
36154
|
+
return this.n42_1.y3w(mapToDto_20(action));
|
|
36155
36155
|
};
|
|
36156
36156
|
protoOf(ParserHelperImpl).decodeFromClientEvent = function (fromPlayerId, json) {
|
|
36157
|
-
return mapFromDto_16(this.n42_1.
|
|
36157
|
+
return mapFromDto_16(this.n42_1.b3x(json), fromPlayerId);
|
|
36158
36158
|
};
|
|
36159
36159
|
protoOf(ParserHelperImpl).encodeToClientEvent = function (action) {
|
|
36160
|
-
return this.n42_1.
|
|
36160
|
+
return this.n42_1.z3w(mapToDto_74(action));
|
|
36161
36161
|
};
|
|
36162
36162
|
protoOf(ParserHelperImpl).decodeToClientEventToMechanicActions = function (playerId, engine, json) {
|
|
36163
36163
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
36164
|
-
var this_0 = mapFromClientDtoListWithPayload(this.n42_1.
|
|
36164
|
+
var this_0 = mapFromClientDtoListWithPayload(this.n42_1.c3x(json), playerId, engine);
|
|
36165
36165
|
return copyToArray(this_0);
|
|
36166
36166
|
};
|
|
36167
36167
|
protoOf(ParserHelperImpl).encodeGameRound = function (round) {
|
|
@@ -36264,7 +36264,7 @@
|
|
|
36264
36264
|
return tmp0.b1w(tmp$ret$1, value);
|
|
36265
36265
|
};
|
|
36266
36266
|
protoOf(ParserHelperImpl).decodeTableLite = function (json) {
|
|
36267
|
-
return mapFromDto_64(this.n42_1.
|
|
36267
|
+
return mapFromDto_64(this.n42_1.a3x(json));
|
|
36268
36268
|
};
|
|
36269
36269
|
protoOf(ParserHelperImpl).decodeFullGameHistoryToTableLite = function (json, round) {
|
|
36270
36270
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
@@ -36284,13 +36284,13 @@
|
|
|
36284
36284
|
this.o42_1 = userRatingInteractor;
|
|
36285
36285
|
}
|
|
36286
36286
|
protoOf(RatingHelperImpl).isValidRatingForLeague = function (league, rating) {
|
|
36287
|
-
return this.o42_1.
|
|
36287
|
+
return this.o42_1.h3x(league, rating);
|
|
36288
36288
|
};
|
|
36289
36289
|
protoOf(RatingHelperImpl).mapRatingToLeague = function (rating) {
|
|
36290
|
-
return this.o42_1.
|
|
36290
|
+
return this.o42_1.j3x(rating);
|
|
36291
36291
|
};
|
|
36292
36292
|
protoOf(RatingHelperImpl).getLeaguesConfig = function () {
|
|
36293
|
-
return this.o42_1.
|
|
36293
|
+
return this.o42_1.i3x();
|
|
36294
36294
|
};
|
|
36295
36295
|
function engineHelpersModule() {
|
|
36296
36296
|
return Module_init_$Create$('Engine helpers Module', VOID, VOID, engineHelpersModule$lambda);
|
|
@@ -36788,26 +36788,27 @@
|
|
|
36788
36788
|
protoOf($serializer_101).sv = typeParametersSerializers;
|
|
36789
36789
|
protoOf($serializer_102).sv = typeParametersSerializers;
|
|
36790
36790
|
protoOf($serializer_103).sv = typeParametersSerializers;
|
|
36791
|
+
defineProp(protoOf(JassTable), 'roomId', protoOf(JassTable).q3t);
|
|
36791
36792
|
defineProp(protoOf(JassTable), 'gameId', protoOf(JassTable).l15);
|
|
36792
|
-
defineProp(protoOf(JassTable), 'gameDuration', protoOf(JassTable).
|
|
36793
|
-
defineProp(protoOf(JassTable), 'gameCreatedAt', protoOf(JassTable).
|
|
36794
|
-
defineProp(protoOf(JassTable), 'playersConnections', protoOf(JassTable).
|
|
36795
|
-
defineProp(protoOf(JassTable), 'users', protoOf(JassTable).
|
|
36796
|
-
defineProp(protoOf(JassTable), 'isCardDeckExist', protoOf(JassTable).
|
|
36797
|
-
defineProp(protoOf(JassTable), 'requireCardDeck', protoOf(JassTable).
|
|
36798
|
-
defineProp(protoOf(JassTable), 'currentTrump', protoOf(JassTable).
|
|
36799
|
-
defineProp(protoOf(JassTable), 'isGameFinished', protoOf(JassTable).
|
|
36793
|
+
defineProp(protoOf(JassTable), 'gameDuration', protoOf(JassTable).r3t);
|
|
36794
|
+
defineProp(protoOf(JassTable), 'gameCreatedAt', protoOf(JassTable).s3t);
|
|
36795
|
+
defineProp(protoOf(JassTable), 'playersConnections', protoOf(JassTable).t3t);
|
|
36796
|
+
defineProp(protoOf(JassTable), 'users', protoOf(JassTable).u3t);
|
|
36797
|
+
defineProp(protoOf(JassTable), 'isCardDeckExist', protoOf(JassTable).v3t);
|
|
36798
|
+
defineProp(protoOf(JassTable), 'requireCardDeck', protoOf(JassTable).w3t);
|
|
36799
|
+
defineProp(protoOf(JassTable), 'currentTrump', protoOf(JassTable).x3t);
|
|
36800
|
+
defineProp(protoOf(JassTable), 'isGameFinished', protoOf(JassTable).y3t);
|
|
36800
36801
|
defineProp(protoOf(CardOnTable), 'playerId', function () {
|
|
36801
36802
|
return this.o1p();
|
|
36802
36803
|
});
|
|
36803
|
-
protoOf(Combination).
|
|
36804
|
+
protoOf(Combination).h3u = requireCards;
|
|
36804
36805
|
defineProp(protoOf(CombinationState), 'name', protoOf(CombinationState).i2);
|
|
36805
36806
|
defineProp(protoOf(CombinationState), 'ordinal', protoOf(CombinationState).j2);
|
|
36806
|
-
defineProp(protoOf(Companion_139), 'withFirstCardCombination', protoOf(Companion_139).
|
|
36807
|
-
defineProp(protoOf(Companion_139), 'inRowCombinations', protoOf(Companion_139).
|
|
36808
|
-
defineProp(protoOf(Companion_139), 'fourCardsCombinations', protoOf(Companion_139).
|
|
36809
|
-
defineProp(protoOf(Companion_139), 'debertzWithFirstCardCombinations', protoOf(Companion_139).
|
|
36810
|
-
defineProp(protoOf(Companion_139), 'belotWithFirstCardCombination', protoOf(Companion_139).
|
|
36807
|
+
defineProp(protoOf(Companion_139), 'withFirstCardCombination', protoOf(Companion_139).m3u);
|
|
36808
|
+
defineProp(protoOf(Companion_139), 'inRowCombinations', protoOf(Companion_139).n3u);
|
|
36809
|
+
defineProp(protoOf(Companion_139), 'fourCardsCombinations', protoOf(Companion_139).o3u);
|
|
36810
|
+
defineProp(protoOf(Companion_139), 'debertzWithFirstCardCombinations', protoOf(Companion_139).p3u);
|
|
36811
|
+
defineProp(protoOf(Companion_139), 'belotWithFirstCardCombination', protoOf(Companion_139).q3u);
|
|
36811
36812
|
defineProp(protoOf(CombinationType), 'name', protoOf(CombinationType).i2);
|
|
36812
36813
|
defineProp(protoOf(CombinationType), 'ordinal', protoOf(CombinationType).j2);
|
|
36813
36814
|
defineProp(protoOf(PlayerCombinations), 'playerId', function () {
|
|
@@ -36818,23 +36819,23 @@
|
|
|
36818
36819
|
});
|
|
36819
36820
|
defineProp(protoOf(BotIntelligenceLevel), 'name', protoOf(BotIntelligenceLevel).i2);
|
|
36820
36821
|
defineProp(protoOf(BotIntelligenceLevel), 'ordinal', protoOf(BotIntelligenceLevel).j2);
|
|
36821
|
-
defineProp(protoOf(Config), 'playerHandCardsSize', protoOf(Config).
|
|
36822
|
-
defineProp(protoOf(PlayersMode), 'isTeamGame', protoOf(PlayersMode).
|
|
36822
|
+
defineProp(protoOf(Config), 'playerHandCardsSize', protoOf(Config).e3v);
|
|
36823
|
+
defineProp(protoOf(PlayersMode), 'isTeamGame', protoOf(PlayersMode).r3v);
|
|
36823
36824
|
defineProp(protoOf(PlayersMode), 'count', protoOf(PlayersMode).i15);
|
|
36824
36825
|
defineProp(protoOf(PlayersMode), 'name', protoOf(PlayersMode).i2);
|
|
36825
36826
|
defineProp(protoOf(PlayersMode), 'ordinal', protoOf(PlayersMode).j2);
|
|
36826
36827
|
defineProp(protoOf(PointsMode), 'name', protoOf(PointsMode).i2);
|
|
36827
36828
|
defineProp(protoOf(PointsMode), 'ordinal', protoOf(PointsMode).j2);
|
|
36828
|
-
defineProp(protoOf(RoomMode), 'shufflePlayers', protoOf(RoomMode).
|
|
36829
|
-
defineProp(protoOf(RoomMode), 'hasRatingSupport', protoOf(RoomMode).
|
|
36830
|
-
defineProp(protoOf(RoomMode), 'isEnableChoosePartnerScreen', protoOf(RoomMode).
|
|
36829
|
+
defineProp(protoOf(RoomMode), 'shufflePlayers', protoOf(RoomMode).w3v);
|
|
36830
|
+
defineProp(protoOf(RoomMode), 'hasRatingSupport', protoOf(RoomMode).x3v);
|
|
36831
|
+
defineProp(protoOf(RoomMode), 'isEnableChoosePartnerScreen', protoOf(RoomMode).p3v);
|
|
36831
36832
|
defineProp(protoOf(RoomMode), 'name', protoOf(RoomMode).i2);
|
|
36832
36833
|
defineProp(protoOf(RoomMode), 'ordinal', protoOf(RoomMode).j2);
|
|
36833
|
-
defineProp(protoOf(GameHistory), 'date', protoOf(GameHistory).
|
|
36834
|
-
defineProp(protoOf(GameHistory), 'lastRoundHistory', protoOf(GameHistory).
|
|
36835
|
-
defineProp(protoOf(GameHistory), 'isFirstRound', protoOf(GameHistory).
|
|
36836
|
-
defineProp(protoOf(GameHistory), 'roundsCount', protoOf(GameHistory).
|
|
36837
|
-
defineProp(protoOf(RoundHistory), 'contractStateName', protoOf(RoundHistory).
|
|
36834
|
+
defineProp(protoOf(GameHistory), 'date', protoOf(GameHistory).d3w);
|
|
36835
|
+
defineProp(protoOf(GameHistory), 'lastRoundHistory', protoOf(GameHistory).e3w);
|
|
36836
|
+
defineProp(protoOf(GameHistory), 'isFirstRound', protoOf(GameHistory).f3w);
|
|
36837
|
+
defineProp(protoOf(GameHistory), 'roundsCount', protoOf(GameHistory).g3w);
|
|
36838
|
+
defineProp(protoOf(RoundHistory), 'contractStateName', protoOf(RoundHistory).p3w);
|
|
36838
36839
|
defineProp(protoOf(RoundHistoryItem), 'createdAt', function () {
|
|
36839
36840
|
return this.g3t();
|
|
36840
36841
|
});
|
|
@@ -36856,14 +36857,13 @@
|
|
|
36856
36857
|
defineProp(protoOf(PlayerConnectionItem), 'playerId', function () {
|
|
36857
36858
|
return this.o1p();
|
|
36858
36859
|
});
|
|
36859
|
-
defineProp(protoOf(Round), 'selectedTrump', protoOf(Round).
|
|
36860
|
-
defineProp(protoOf(Round), 'numberOfBribeOrZero', protoOf(Round).
|
|
36861
|
-
defineProp(protoOf(Round), 'nextBribeNumber', protoOf(Round).
|
|
36860
|
+
defineProp(protoOf(Round), 'selectedTrump', protoOf(Round).t3w);
|
|
36861
|
+
defineProp(protoOf(Round), 'numberOfBribeOrZero', protoOf(Round).u3w);
|
|
36862
|
+
defineProp(protoOf(Round), 'nextBribeNumber', protoOf(Round).v3w);
|
|
36862
36863
|
defineProp(protoOf(DealerStrategy), 'name', protoOf(DealerStrategy).i2);
|
|
36863
36864
|
defineProp(protoOf(DealerStrategy), 'ordinal', protoOf(DealerStrategy).j2);
|
|
36864
36865
|
protoOf(ClearAction).g1v = get_actionTag;
|
|
36865
|
-
protoOf(ClearAction).
|
|
36866
|
-
protoOf(ClearAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
36866
|
+
protoOf(ClearAction).ignoreValidation = ignoreValidation;
|
|
36867
36867
|
defineProp(protoOf(ClearAction), 'actionTag', function () {
|
|
36868
36868
|
return this.g1v();
|
|
36869
36869
|
});
|
|
@@ -36872,7 +36872,7 @@
|
|
|
36872
36872
|
return this.o1p();
|
|
36873
36873
|
});
|
|
36874
36874
|
defineProp(protoOf(FromClientAction), 'fromBot', function () {
|
|
36875
|
-
return this.
|
|
36875
|
+
return this.m3x();
|
|
36876
36876
|
});
|
|
36877
36877
|
defineProp(protoOf(FromClientAction), 'actionTag', function () {
|
|
36878
36878
|
return this.g1v();
|
|
@@ -36919,14 +36919,14 @@
|
|
|
36919
36919
|
defineProp(protoOf(RequestedCardDecksFromClientAction), 'actionTag', function () {
|
|
36920
36920
|
return this.g1v();
|
|
36921
36921
|
});
|
|
36922
|
-
defineProp(protoOf(ActionDeliveryPayload), 'excludePlayerOrNull', protoOf(ActionDeliveryPayload).
|
|
36923
|
-
defineProp(protoOf(ActionDeliveryPayload), 'sendToPlayerId', protoOf(ActionDeliveryPayload).
|
|
36924
|
-
defineProp(protoOf(ActionDeliveryPayload), 'excludePlayerId', protoOf(ActionDeliveryPayload).
|
|
36922
|
+
defineProp(protoOf(ActionDeliveryPayload), 'excludePlayerOrNull', protoOf(ActionDeliveryPayload).r3x);
|
|
36923
|
+
defineProp(protoOf(ActionDeliveryPayload), 'sendToPlayerId', protoOf(ActionDeliveryPayload).s3x);
|
|
36924
|
+
defineProp(protoOf(ActionDeliveryPayload), 'excludePlayerId', protoOf(ActionDeliveryPayload).t3x);
|
|
36925
36925
|
defineProp(protoOf(ActionDeliveryType), 'name', protoOf(ActionDeliveryType).i2);
|
|
36926
36926
|
defineProp(protoOf(ActionDeliveryType), 'ordinal', protoOf(ActionDeliveryType).j2);
|
|
36927
36927
|
protoOf(ToClientAction).g1v = get_actionTag;
|
|
36928
36928
|
defineProp(protoOf(ToClientAction), 'deliveryPayload', function () {
|
|
36929
|
-
return this.
|
|
36929
|
+
return this.y3x();
|
|
36930
36930
|
});
|
|
36931
36931
|
defineProp(protoOf(ToClientAction), 'actionTag', function () {
|
|
36932
36932
|
return this.g1v();
|
|
@@ -36935,11 +36935,11 @@
|
|
|
36935
36935
|
defineProp(protoOf(GameAction), 'actionTag', function () {
|
|
36936
36936
|
return this.g1v();
|
|
36937
36937
|
});
|
|
36938
|
-
defineProp(protoOf(RoundStartedAction), 'roomModeString', protoOf(RoundStartedAction).
|
|
36938
|
+
defineProp(protoOf(RoundStartedAction), 'roomModeString', protoOf(RoundStartedAction).b3y);
|
|
36939
36939
|
defineProp(protoOf(RoundStartedAction), 'actionTag', function () {
|
|
36940
36940
|
return this.g1v();
|
|
36941
36941
|
});
|
|
36942
|
-
defineProp(protoOf(RoundEndedAction), 'isGameFinished', protoOf(RoundEndedAction).
|
|
36942
|
+
defineProp(protoOf(RoundEndedAction), 'isGameFinished', protoOf(RoundEndedAction).y3t);
|
|
36943
36943
|
defineProp(protoOf(RoundEndedAction), 'actionTag', function () {
|
|
36944
36944
|
return this.g1v();
|
|
36945
36945
|
});
|
|
@@ -36947,28 +36947,28 @@
|
|
|
36947
36947
|
defineProp(protoOf(PartyRestartedAction), 'actionTag', function () {
|
|
36948
36948
|
return this.g1v();
|
|
36949
36949
|
});
|
|
36950
|
-
protoOf(RevengeRoomTransition).
|
|
36950
|
+
protoOf(RevengeRoomTransition).p3v = get_isEnableChoosePartnerScreen;
|
|
36951
36951
|
defineProp(protoOf(RevengeRoomTransition), 'previousPlayers', function () {
|
|
36952
|
-
return this.
|
|
36952
|
+
return this.i3y();
|
|
36953
36953
|
});
|
|
36954
36954
|
defineProp(protoOf(RevengeRoomTransition), 'readyPlayerIdsArray', function () {
|
|
36955
|
-
return this.
|
|
36955
|
+
return this.j3y();
|
|
36956
36956
|
});
|
|
36957
36957
|
defineProp(protoOf(RevengeRoomTransition), 'isEnableChoosePartnerScreen', function () {
|
|
36958
|
-
return this.
|
|
36958
|
+
return this.p3v();
|
|
36959
36959
|
});
|
|
36960
36960
|
defineProp(protoOf(GameToRoomTransition), 'previousPlayers', function () {
|
|
36961
|
-
return this.
|
|
36961
|
+
return this.i3y();
|
|
36962
36962
|
});
|
|
36963
36963
|
defineProp(protoOf(GameToRoomTransition), 'isEnableChoosePartnerScreen', function () {
|
|
36964
|
-
return this.
|
|
36964
|
+
return this.p3v();
|
|
36965
36965
|
});
|
|
36966
36966
|
defineProp(protoOf(GameToRoomTransition), 'readyPlayerIdsArray', function () {
|
|
36967
|
-
return this.
|
|
36967
|
+
return this.j3y();
|
|
36968
36968
|
});
|
|
36969
36969
|
protoOf(MechanicAction).g1v = get_actionTag;
|
|
36970
36970
|
defineProp(protoOf(MechanicAction), 'aid', function () {
|
|
36971
|
-
return this.
|
|
36971
|
+
return this.n3x();
|
|
36972
36972
|
});
|
|
36973
36973
|
defineProp(protoOf(MechanicAction), 'actionTag', function () {
|
|
36974
36974
|
return this.g1v();
|
|
@@ -36986,7 +36986,7 @@
|
|
|
36986
36986
|
return this.o3y();
|
|
36987
36987
|
});
|
|
36988
36988
|
defineProp(protoOf(StartGameMechanicAction), 'users', function () {
|
|
36989
|
-
return this.
|
|
36989
|
+
return this.u3t();
|
|
36990
36990
|
});
|
|
36991
36991
|
defineProp(protoOf(StartGameMechanicAction), 'usersOrder', function () {
|
|
36992
36992
|
return this.p3y();
|
|
@@ -36997,28 +36997,28 @@
|
|
|
36997
36997
|
defineProp(protoOf(StartNewGameMechanicAction), 'actionTag', function () {
|
|
36998
36998
|
return this.g1v();
|
|
36999
36999
|
});
|
|
37000
|
-
protoOf(FinishingGameMechanicAction).
|
|
37000
|
+
protoOf(FinishingGameMechanicAction).ignoreValidation = ignoreValidation_0;
|
|
37001
37001
|
defineProp(protoOf(FinishingGameMechanicAction), 'reason', function () {
|
|
37002
37002
|
return this.y1p();
|
|
37003
37003
|
});
|
|
37004
37004
|
defineProp(protoOf(FinishingGameMechanicAction), 'isGameFinished', function () {
|
|
37005
|
-
return this.
|
|
37005
|
+
return this.y3t();
|
|
37006
37006
|
});
|
|
37007
37007
|
defineProp(protoOf(FinishingGameMechanicAction), 'transition', function () {
|
|
37008
|
-
return this.
|
|
37008
|
+
return this.k3x();
|
|
37009
37009
|
});
|
|
37010
37010
|
defineProp(protoOf(FinishingGameMechanicAction), 'actionTag', function () {
|
|
37011
37011
|
return this.g1v();
|
|
37012
37012
|
});
|
|
37013
|
-
protoOf(FinishGameMechanicAction).
|
|
37013
|
+
protoOf(FinishGameMechanicAction).ignoreValidation = ignoreValidation_0;
|
|
37014
37014
|
defineProp(protoOf(FinishGameMechanicAction), 'reason', function () {
|
|
37015
37015
|
return this.y1p();
|
|
37016
37016
|
});
|
|
37017
37017
|
defineProp(protoOf(FinishGameMechanicAction), 'isGameFinished', function () {
|
|
37018
|
-
return this.
|
|
37018
|
+
return this.y3t();
|
|
37019
37019
|
});
|
|
37020
37020
|
defineProp(protoOf(FinishGameMechanicAction), 'transition', function () {
|
|
37021
|
-
return this.
|
|
37021
|
+
return this.k3x();
|
|
37022
37022
|
});
|
|
37023
37023
|
defineProp(protoOf(FinishGameMechanicAction), 'actionTag', function () {
|
|
37024
37024
|
return this.g1v();
|
|
@@ -37038,20 +37038,18 @@
|
|
|
37038
37038
|
defineProp(protoOf(SceneMechanicAction), 'actionTag', function () {
|
|
37039
37039
|
return this.g1v();
|
|
37040
37040
|
});
|
|
37041
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
37042
|
-
protoOf(PlayerConnectionChangedMechanicAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
37041
|
+
protoOf(PlayerConnectionChangedMechanicAction).ignoreValidation = ignoreValidation;
|
|
37043
37042
|
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionChangedMechanicAction).b40);
|
|
37044
37043
|
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isDeleted', protoOf(PlayerConnectionChangedMechanicAction).r1r);
|
|
37045
37044
|
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'actionTag', function () {
|
|
37046
37045
|
return this.g1v();
|
|
37047
37046
|
});
|
|
37048
|
-
protoOf(ContinueGameMechanicAction).
|
|
37049
|
-
protoOf(ContinueGameMechanicAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
37047
|
+
protoOf(ContinueGameMechanicAction).ignoreValidation = ignoreValidation;
|
|
37050
37048
|
defineProp(protoOf(ContinueGameMechanicAction), 'id', function () {
|
|
37051
37049
|
return this.h15();
|
|
37052
37050
|
});
|
|
37053
37051
|
defineProp(protoOf(ContinueGameMechanicAction), 'users', function () {
|
|
37054
|
-
return this.
|
|
37052
|
+
return this.u3t();
|
|
37055
37053
|
});
|
|
37056
37054
|
defineProp(protoOf(ContinueGameMechanicAction), 'gameCreatorPlayerId', function () {
|
|
37057
37055
|
return this.o3y();
|
|
@@ -37122,8 +37120,7 @@
|
|
|
37122
37120
|
defineProp(protoOf(MessageMechanicAction), 'actionTag', function () {
|
|
37123
37121
|
return this.g1v();
|
|
37124
37122
|
});
|
|
37125
|
-
protoOf(ErrorAction).
|
|
37126
|
-
protoOf(ErrorAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
37123
|
+
protoOf(ErrorAction).ignoreValidation = ignoreValidation;
|
|
37127
37124
|
defineProp(protoOf(ErrorAction), 'actionTag', function () {
|
|
37128
37125
|
return this.g1v();
|
|
37129
37126
|
});
|