raspberry_games_engine_helpers 1.8.383 → 1.8.385
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Logic_Debertz-engine.js
CHANGED
|
@@ -826,15 +826,15 @@
|
|
|
826
826
|
initMetadataForClass(ErrorAction, 'ErrorAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
|
|
827
827
|
function filterLivePlayers(store, playerIds, includeBots, $super) {
|
|
828
828
|
includeBots = includeBots === VOID ? false : includeBots;
|
|
829
|
-
return $super === VOID ? this.
|
|
829
|
+
return $super === VOID ? this.s41(store, playerIds, includeBots) : $super.s41.call(this, store, playerIds, includeBots);
|
|
830
830
|
}
|
|
831
831
|
function filterLiveDuringGamePlayers(store, playerIds, includeBots, $super) {
|
|
832
832
|
includeBots = includeBots === VOID ? false : includeBots;
|
|
833
|
-
return $super === VOID ? this.
|
|
833
|
+
return $super === VOID ? this.t41(store, playerIds, includeBots) : $super.t41.call(this, store, playerIds, includeBots);
|
|
834
834
|
}
|
|
835
835
|
function createConfig(mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league, $super) {
|
|
836
836
|
league = league === VOID ? null : league;
|
|
837
|
-
return $super === VOID ? this.
|
|
837
|
+
return $super === VOID ? this.u41(mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) : $super.u41.call(this, mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league);
|
|
838
838
|
}
|
|
839
839
|
initMetadataForInterface(GameHelper, 'GameHelper');
|
|
840
840
|
initMetadataForClass(GameHelperImpl, 'GameHelperImpl', VOID, VOID, [GameHelper]);
|
|
@@ -847,7 +847,7 @@
|
|
|
847
847
|
tmp = existingNicknames;
|
|
848
848
|
}
|
|
849
849
|
existingNicknames = tmp;
|
|
850
|
-
return $super === VOID ? this.
|
|
850
|
+
return $super === VOID ? this.z41(playerId, existingNicknames) : $super.z41.call(this, playerId, existingNicknames);
|
|
851
851
|
}
|
|
852
852
|
initMetadataForInterface(GameResources, 'GameResources');
|
|
853
853
|
initMetadataForCompanion(Companion_152);
|
|
@@ -32826,7 +32826,7 @@
|
|
|
32826
32826
|
}
|
|
32827
32827
|
var tmp5_aid = _this__u8e3s4.t2v_1;
|
|
32828
32828
|
var tmp6_spectators = emptyList();
|
|
32829
|
-
return new StartGameMechanicAction(tmp3_config, tmp0_roomId, tmp1_version, tmp2_gameCreatorPlayerId, destination, tmp5_aid, tmp6_spectators
|
|
32829
|
+
return new StartGameMechanicAction(tmp3_config, tmp0_roomId, tmp1_version, tmp2_gameCreatorPlayerId, destination, tmp5_aid, tmp6_spectators);
|
|
32830
32830
|
}
|
|
32831
32831
|
function mapFromClientDto_1(_this__u8e3s4) {
|
|
32832
32832
|
var tmp0_gameId = _this__u8e3s4.w2v_1;
|
|
@@ -32835,7 +32835,7 @@
|
|
|
32835
32835
|
return new StartNewGameMechanicAction(tmp1_previousGameId, tmp0_gameId, tmp2_aid);
|
|
32836
32836
|
}
|
|
32837
32837
|
function mapFromClientDto_2(_this__u8e3s4, payload) {
|
|
32838
|
-
return new ContinueGameMechanicAction(mapFromClient_0(mapFromDto_65(_this__u8e3s4.c2w_1), payload), _this__u8e3s4.d2w_1, _this__u8e3s4.e2w_1, _this__u8e3s4.f2w_1
|
|
32838
|
+
return new ContinueGameMechanicAction(mapFromClient_0(mapFromDto_65(_this__u8e3s4.c2w_1), payload), _this__u8e3s4.d2w_1, _this__u8e3s4.e2w_1, _this__u8e3s4.f2w_1);
|
|
32839
32839
|
}
|
|
32840
32840
|
function mapFromClientDto_3(_this__u8e3s4) {
|
|
32841
32841
|
var tmp = mapFromDto_1(_this__u8e3s4.j2w_1);
|
|
@@ -33548,7 +33548,7 @@
|
|
|
33548
33548
|
}
|
|
33549
33549
|
function PlayerOrderChangeMechanicAction() {
|
|
33550
33550
|
}
|
|
33551
|
-
function StartGameMechanicAction(config, roomId, version, gameCreatorPlayerId, users, aid, spectators
|
|
33551
|
+
function StartGameMechanicAction(config, roomId, version, gameCreatorPlayerId, users, aid, spectators) {
|
|
33552
33552
|
aid = aid === VOID ? null : aid;
|
|
33553
33553
|
MechanicAction.call(this);
|
|
33554
33554
|
this.q3y_1 = config;
|
|
@@ -33558,7 +33558,6 @@
|
|
|
33558
33558
|
this.u3y_1 = users;
|
|
33559
33559
|
this.v3y_1 = aid;
|
|
33560
33560
|
this.spectators = spectators;
|
|
33561
|
-
this.w3y_1 = metadata;
|
|
33562
33561
|
}
|
|
33563
33562
|
protoOf(StartGameMechanicAction).h3t = function () {
|
|
33564
33563
|
return this.q3y_1;
|
|
@@ -33581,9 +33580,6 @@
|
|
|
33581
33580
|
protoOf(StartGameMechanicAction).i3t = function () {
|
|
33582
33581
|
return this.spectators;
|
|
33583
33582
|
};
|
|
33584
|
-
protoOf(StartGameMechanicAction).y3v = function () {
|
|
33585
|
-
return this.w3y_1;
|
|
33586
|
-
};
|
|
33587
33583
|
protoOf(StartGameMechanicAction).p3y = function () {
|
|
33588
33584
|
// Inline function 'kotlin.collections.map' call
|
|
33589
33585
|
var this_0 = this.u3y_1;
|
|
@@ -33618,13 +33614,10 @@
|
|
|
33618
33614
|
protoOf(StartGameMechanicAction).m1q = function () {
|
|
33619
33615
|
return this.spectators;
|
|
33620
33616
|
};
|
|
33621
|
-
protoOf(StartGameMechanicAction).
|
|
33622
|
-
return
|
|
33623
|
-
};
|
|
33624
|
-
protoOf(StartGameMechanicAction).x3y = function (config, roomId, version, gameCreatorPlayerId, users, aid, spectators, metadata) {
|
|
33625
|
-
return new StartGameMechanicAction(config, roomId, version, gameCreatorPlayerId, users, aid, spectators, metadata);
|
|
33617
|
+
protoOf(StartGameMechanicAction).w3y = function (config, roomId, version, gameCreatorPlayerId, users, aid, spectators) {
|
|
33618
|
+
return new StartGameMechanicAction(config, roomId, version, gameCreatorPlayerId, users, aid, spectators);
|
|
33626
33619
|
};
|
|
33627
|
-
protoOf(StartGameMechanicAction).copy = function (config, roomId, version, gameCreatorPlayerId, users, aid, spectators,
|
|
33620
|
+
protoOf(StartGameMechanicAction).copy = function (config, roomId, version, gameCreatorPlayerId, users, aid, spectators, $super) {
|
|
33628
33621
|
config = config === VOID ? this.q3y_1 : config;
|
|
33629
33622
|
roomId = roomId === VOID ? this.r3y_1 : roomId;
|
|
33630
33623
|
version = version === VOID ? this.s3y_1 : version;
|
|
@@ -33632,11 +33625,10 @@
|
|
|
33632
33625
|
users = users === VOID ? this.u3y_1 : users;
|
|
33633
33626
|
aid = aid === VOID ? this.v3y_1 : aid;
|
|
33634
33627
|
spectators = spectators === VOID ? this.spectators : spectators;
|
|
33635
|
-
|
|
33636
|
-
return $super === VOID ? this.x3y(config, roomId, version, gameCreatorPlayerId, users, aid, spectators, metadata) : $super.x3y.call(this, config, roomId, version, gameCreatorPlayerId, users, aid, spectators, metadata);
|
|
33628
|
+
return $super === VOID ? this.w3y(config, roomId, version, gameCreatorPlayerId, users, aid, spectators) : $super.w3y.call(this, config, roomId, version, gameCreatorPlayerId, users, aid, spectators);
|
|
33637
33629
|
};
|
|
33638
33630
|
protoOf(StartGameMechanicAction).toString = function () {
|
|
33639
|
-
return 'StartGameMechanicAction(config=' + this.q3y_1.toString() + ', roomId=' + this.r3y_1 + ', version=' + this.s3y_1 + ', gameCreatorPlayerId=' + this.t3y_1 + ', users=' + toString(this.u3y_1) + ', aid=' + this.v3y_1 + ', spectators=' + toString(this.spectators) + '
|
|
33631
|
+
return 'StartGameMechanicAction(config=' + this.q3y_1.toString() + ', roomId=' + this.r3y_1 + ', version=' + this.s3y_1 + ', gameCreatorPlayerId=' + this.t3y_1 + ', users=' + toString(this.u3y_1) + ', aid=' + this.v3y_1 + ', spectators=' + toString(this.spectators) + ')';
|
|
33640
33632
|
};
|
|
33641
33633
|
protoOf(StartGameMechanicAction).hashCode = function () {
|
|
33642
33634
|
var result = this.q3y_1.hashCode();
|
|
@@ -33646,7 +33638,6 @@
|
|
|
33646
33638
|
result = imul(result, 31) + hashCode(this.u3y_1) | 0;
|
|
33647
33639
|
result = imul(result, 31) + (this.v3y_1 == null ? 0 : getStringHashCode(this.v3y_1)) | 0;
|
|
33648
33640
|
result = imul(result, 31) + hashCode(this.spectators) | 0;
|
|
33649
|
-
result = imul(result, 31) + (this.w3y_1 == null ? 0 : hashCode(this.w3y_1)) | 0;
|
|
33650
33641
|
return result;
|
|
33651
33642
|
};
|
|
33652
33643
|
protoOf(StartGameMechanicAction).equals = function (other) {
|
|
@@ -33668,8 +33659,6 @@
|
|
|
33668
33659
|
return false;
|
|
33669
33660
|
if (!equals(this.spectators, other.spectators))
|
|
33670
33661
|
return false;
|
|
33671
|
-
if (!equals(this.w3y_1, other.w3y_1))
|
|
33672
|
-
return false;
|
|
33673
33662
|
return true;
|
|
33674
33663
|
};
|
|
33675
33664
|
function StartNewGameMechanicAction(previousGameId, gameId, aid) {
|
|
@@ -33677,16 +33666,16 @@
|
|
|
33677
33666
|
MechanicAction.call(this);
|
|
33678
33667
|
this.previousGameId = previousGameId;
|
|
33679
33668
|
this.gameId = gameId;
|
|
33680
|
-
this.
|
|
33669
|
+
this.x3y_1 = aid;
|
|
33681
33670
|
}
|
|
33682
|
-
protoOf(StartNewGameMechanicAction).
|
|
33671
|
+
protoOf(StartNewGameMechanicAction).y3y = function () {
|
|
33683
33672
|
return this.previousGameId;
|
|
33684
33673
|
};
|
|
33685
33674
|
protoOf(StartNewGameMechanicAction).l15 = function () {
|
|
33686
33675
|
return this.gameId;
|
|
33687
33676
|
};
|
|
33688
33677
|
protoOf(StartNewGameMechanicAction).m3x = function () {
|
|
33689
|
-
return this.
|
|
33678
|
+
return this.x3y_1;
|
|
33690
33679
|
};
|
|
33691
33680
|
protoOf(StartNewGameMechanicAction).sc = function () {
|
|
33692
33681
|
return this.previousGameId;
|
|
@@ -33695,24 +33684,24 @@
|
|
|
33695
33684
|
return this.gameId;
|
|
33696
33685
|
};
|
|
33697
33686
|
protoOf(StartNewGameMechanicAction).ei = function () {
|
|
33698
|
-
return this.
|
|
33687
|
+
return this.x3y_1;
|
|
33699
33688
|
};
|
|
33700
|
-
protoOf(StartNewGameMechanicAction).
|
|
33689
|
+
protoOf(StartNewGameMechanicAction).z3y = function (previousGameId, gameId, aid) {
|
|
33701
33690
|
return new StartNewGameMechanicAction(previousGameId, gameId, aid);
|
|
33702
33691
|
};
|
|
33703
33692
|
protoOf(StartNewGameMechanicAction).copy = function (previousGameId, gameId, aid, $super) {
|
|
33704
33693
|
previousGameId = previousGameId === VOID ? this.previousGameId : previousGameId;
|
|
33705
33694
|
gameId = gameId === VOID ? this.gameId : gameId;
|
|
33706
|
-
aid = aid === VOID ? this.
|
|
33707
|
-
return $super === VOID ? this.
|
|
33695
|
+
aid = aid === VOID ? this.x3y_1 : aid;
|
|
33696
|
+
return $super === VOID ? this.z3y(previousGameId, gameId, aid) : $super.z3y.call(this, previousGameId, gameId, aid);
|
|
33708
33697
|
};
|
|
33709
33698
|
protoOf(StartNewGameMechanicAction).toString = function () {
|
|
33710
|
-
return 'StartNewGameMechanicAction(previousGameId=' + this.previousGameId + ', gameId=' + this.gameId + ', aid=' + this.
|
|
33699
|
+
return 'StartNewGameMechanicAction(previousGameId=' + this.previousGameId + ', gameId=' + this.gameId + ', aid=' + this.x3y_1 + ')';
|
|
33711
33700
|
};
|
|
33712
33701
|
protoOf(StartNewGameMechanicAction).hashCode = function () {
|
|
33713
33702
|
var result = getStringHashCode(this.previousGameId);
|
|
33714
33703
|
result = imul(result, 31) + getStringHashCode(this.gameId) | 0;
|
|
33715
|
-
result = imul(result, 31) + (this.
|
|
33704
|
+
result = imul(result, 31) + (this.x3y_1 == null ? 0 : getStringHashCode(this.x3y_1)) | 0;
|
|
33716
33705
|
return result;
|
|
33717
33706
|
};
|
|
33718
33707
|
protoOf(StartNewGameMechanicAction).equals = function (other) {
|
|
@@ -33724,13 +33713,13 @@
|
|
|
33724
33713
|
return false;
|
|
33725
33714
|
if (!(this.gameId === other.gameId))
|
|
33726
33715
|
return false;
|
|
33727
|
-
if (!(this.
|
|
33716
|
+
if (!(this.x3y_1 == other.x3y_1))
|
|
33728
33717
|
return false;
|
|
33729
33718
|
return true;
|
|
33730
33719
|
};
|
|
33731
33720
|
function Companion_151() {
|
|
33732
33721
|
}
|
|
33733
|
-
protoOf(Companion_151).
|
|
33722
|
+
protoOf(Companion_151).a3z = function (reason, isGameFinished, table, transition) {
|
|
33734
33723
|
var tmp4_sessionAnalytics = table == null ? null : mapGameSessionAnalytics(table);
|
|
33735
33724
|
var tmp5_gameHistory = table == null ? null : table.gameHistory;
|
|
33736
33725
|
var tmp;
|
|
@@ -33745,7 +33734,7 @@
|
|
|
33745
33734
|
};
|
|
33746
33735
|
protoOf(Companion_151).fromTableWithAnalytics = function (reason, isGameFinished, table, transition, $super) {
|
|
33747
33736
|
transition = transition === VOID ? null : transition;
|
|
33748
|
-
return $super === VOID ? this.
|
|
33737
|
+
return $super === VOID ? this.a3z(reason, isGameFinished, table, transition) : $super.a3z.call(this, reason, isGameFinished, table, transition);
|
|
33749
33738
|
};
|
|
33750
33739
|
protoOf(Companion_151).fromTable = function (table) {
|
|
33751
33740
|
var tmp2_reason = ProcessingReason_getInstance();
|
|
@@ -33763,37 +33752,37 @@
|
|
|
33763
33752
|
isRoundHistorySaved = isRoundHistorySaved === VOID ? true : isRoundHistorySaved;
|
|
33764
33753
|
aid = aid === VOID ? null : aid;
|
|
33765
33754
|
MechanicAction.call(this);
|
|
33766
|
-
this.
|
|
33767
|
-
this.
|
|
33768
|
-
this.
|
|
33755
|
+
this.b3z_1 = reason;
|
|
33756
|
+
this.c3z_1 = isGameFinished;
|
|
33757
|
+
this.d3z_1 = transition;
|
|
33769
33758
|
this.sessionAnalytics = sessionAnalytics;
|
|
33770
33759
|
this.gameHistory = gameHistory;
|
|
33771
33760
|
this.isRoundHistorySaved = isRoundHistorySaved;
|
|
33772
|
-
this.
|
|
33761
|
+
this.e3z_1 = aid;
|
|
33773
33762
|
}
|
|
33774
33763
|
protoOf(FinishingGameMechanicAction).y1p = function () {
|
|
33775
|
-
return this.
|
|
33764
|
+
return this.b3z_1;
|
|
33776
33765
|
};
|
|
33777
33766
|
protoOf(FinishingGameMechanicAction).x3t = function () {
|
|
33778
|
-
return this.
|
|
33767
|
+
return this.c3z_1;
|
|
33779
33768
|
};
|
|
33780
33769
|
protoOf(FinishingGameMechanicAction).j3x = function () {
|
|
33781
|
-
return this.
|
|
33770
|
+
return this.d3z_1;
|
|
33782
33771
|
};
|
|
33783
|
-
protoOf(FinishingGameMechanicAction).
|
|
33772
|
+
protoOf(FinishingGameMechanicAction).f3z = function () {
|
|
33784
33773
|
return this.sessionAnalytics;
|
|
33785
33774
|
};
|
|
33786
33775
|
protoOf(FinishingGameMechanicAction).p3t = function () {
|
|
33787
33776
|
return this.gameHistory;
|
|
33788
33777
|
};
|
|
33789
|
-
protoOf(FinishingGameMechanicAction).
|
|
33778
|
+
protoOf(FinishingGameMechanicAction).g3z = function () {
|
|
33790
33779
|
return this.isRoundHistorySaved;
|
|
33791
33780
|
};
|
|
33792
33781
|
protoOf(FinishingGameMechanicAction).m3x = function () {
|
|
33793
|
-
return this.
|
|
33782
|
+
return this.e3z_1;
|
|
33794
33783
|
};
|
|
33795
33784
|
protoOf(FinishingGameMechanicAction).toString = function () {
|
|
33796
|
-
var tmp = 'reason=' + toString(this.
|
|
33785
|
+
var tmp = 'reason=' + toString(this.b3z_1);
|
|
33797
33786
|
// Inline function 'kotlin.takeIf' call
|
|
33798
33787
|
var this_0 = 'sessionAnalytics=' + toString_0(this.sessionAnalytics);
|
|
33799
33788
|
var tmp_0;
|
|
@@ -33804,9 +33793,9 @@
|
|
|
33804
33793
|
}
|
|
33805
33794
|
var tmp_1 = tmp_0;
|
|
33806
33795
|
// Inline function 'kotlin.takeIf' call
|
|
33807
|
-
var this_1 = 'isGameFinished=' + this.
|
|
33796
|
+
var this_1 = 'isGameFinished=' + this.c3z_1;
|
|
33808
33797
|
var tmp_2;
|
|
33809
|
-
if (this.
|
|
33798
|
+
if (this.c3z_1) {
|
|
33810
33799
|
tmp_2 = this_1;
|
|
33811
33800
|
} else {
|
|
33812
33801
|
tmp_2 = null;
|
|
@@ -33822,18 +33811,18 @@
|
|
|
33822
33811
|
}
|
|
33823
33812
|
var tmp_5 = tmp_4;
|
|
33824
33813
|
// Inline function 'kotlin.takeIf' call
|
|
33825
|
-
var this_3 = 'transition=' + toString_0(this.
|
|
33814
|
+
var this_3 = 'transition=' + toString_0(this.d3z_1);
|
|
33826
33815
|
var tmp_6;
|
|
33827
|
-
if (!(this.
|
|
33816
|
+
if (!(this.d3z_1 == null)) {
|
|
33828
33817
|
tmp_6 = this_3;
|
|
33829
33818
|
} else {
|
|
33830
33819
|
tmp_6 = null;
|
|
33831
33820
|
}
|
|
33832
33821
|
var tmp_7 = tmp_6;
|
|
33833
33822
|
// Inline function 'kotlin.takeIf' call
|
|
33834
|
-
var this_4 = 'aid=' + this.
|
|
33823
|
+
var this_4 = 'aid=' + this.e3z_1;
|
|
33835
33824
|
var tmp_8;
|
|
33836
|
-
if (!(this.
|
|
33825
|
+
if (!(this.e3z_1 == null)) {
|
|
33837
33826
|
tmp_8 = this_4;
|
|
33838
33827
|
} else {
|
|
33839
33828
|
tmp_8 = null;
|
|
@@ -33842,13 +33831,13 @@
|
|
|
33842
33831
|
return 'FinishingGameMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp_5, tmp_7, tmp$ret$9])) + ')';
|
|
33843
33832
|
};
|
|
33844
33833
|
protoOf(FinishingGameMechanicAction).sc = function () {
|
|
33845
|
-
return this.
|
|
33834
|
+
return this.b3z_1;
|
|
33846
33835
|
};
|
|
33847
33836
|
protoOf(FinishingGameMechanicAction).tc = function () {
|
|
33848
|
-
return this.
|
|
33837
|
+
return this.c3z_1;
|
|
33849
33838
|
};
|
|
33850
33839
|
protoOf(FinishingGameMechanicAction).ei = function () {
|
|
33851
|
-
return this.
|
|
33840
|
+
return this.d3z_1;
|
|
33852
33841
|
};
|
|
33853
33842
|
protoOf(FinishingGameMechanicAction).s15 = function () {
|
|
33854
33843
|
return this.sessionAnalytics;
|
|
@@ -33860,29 +33849,29 @@
|
|
|
33860
33849
|
return this.isRoundHistorySaved;
|
|
33861
33850
|
};
|
|
33862
33851
|
protoOf(FinishingGameMechanicAction).m1q = function () {
|
|
33863
|
-
return this.
|
|
33852
|
+
return this.e3z_1;
|
|
33864
33853
|
};
|
|
33865
|
-
protoOf(FinishingGameMechanicAction).
|
|
33854
|
+
protoOf(FinishingGameMechanicAction).h3z = function (reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid) {
|
|
33866
33855
|
return new FinishingGameMechanicAction(reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid);
|
|
33867
33856
|
};
|
|
33868
33857
|
protoOf(FinishingGameMechanicAction).copy = function (reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid, $super) {
|
|
33869
|
-
reason = reason === VOID ? this.
|
|
33870
|
-
isGameFinished = isGameFinished === VOID ? this.
|
|
33871
|
-
transition = transition === VOID ? this.
|
|
33858
|
+
reason = reason === VOID ? this.b3z_1 : reason;
|
|
33859
|
+
isGameFinished = isGameFinished === VOID ? this.c3z_1 : isGameFinished;
|
|
33860
|
+
transition = transition === VOID ? this.d3z_1 : transition;
|
|
33872
33861
|
sessionAnalytics = sessionAnalytics === VOID ? this.sessionAnalytics : sessionAnalytics;
|
|
33873
33862
|
gameHistory = gameHistory === VOID ? this.gameHistory : gameHistory;
|
|
33874
33863
|
isRoundHistorySaved = isRoundHistorySaved === VOID ? this.isRoundHistorySaved : isRoundHistorySaved;
|
|
33875
|
-
aid = aid === VOID ? this.
|
|
33876
|
-
return $super === VOID ? this.
|
|
33864
|
+
aid = aid === VOID ? this.e3z_1 : aid;
|
|
33865
|
+
return $super === VOID ? this.h3z(reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid) : $super.h3z.call(this, reason, isGameFinished, transition, sessionAnalytics, gameHistory, isRoundHistorySaved, aid);
|
|
33877
33866
|
};
|
|
33878
33867
|
protoOf(FinishingGameMechanicAction).hashCode = function () {
|
|
33879
|
-
var result = hashCode(this.
|
|
33880
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
33881
|
-
result = imul(result, 31) + (this.
|
|
33868
|
+
var result = hashCode(this.b3z_1);
|
|
33869
|
+
result = imul(result, 31) + getBooleanHashCode(this.c3z_1) | 0;
|
|
33870
|
+
result = imul(result, 31) + (this.d3z_1 == null ? 0 : hashCode(this.d3z_1)) | 0;
|
|
33882
33871
|
result = imul(result, 31) + (this.sessionAnalytics == null ? 0 : this.sessionAnalytics.hashCode()) | 0;
|
|
33883
33872
|
result = imul(result, 31) + (this.gameHistory == null ? 0 : this.gameHistory.hashCode()) | 0;
|
|
33884
33873
|
result = imul(result, 31) + getBooleanHashCode(this.isRoundHistorySaved) | 0;
|
|
33885
|
-
result = imul(result, 31) + (this.
|
|
33874
|
+
result = imul(result, 31) + (this.e3z_1 == null ? 0 : getStringHashCode(this.e3z_1)) | 0;
|
|
33886
33875
|
return result;
|
|
33887
33876
|
};
|
|
33888
33877
|
protoOf(FinishingGameMechanicAction).equals = function (other) {
|
|
@@ -33890,11 +33879,11 @@
|
|
|
33890
33879
|
return true;
|
|
33891
33880
|
if (!(other instanceof FinishingGameMechanicAction))
|
|
33892
33881
|
return false;
|
|
33893
|
-
if (!equals(this.
|
|
33882
|
+
if (!equals(this.b3z_1, other.b3z_1))
|
|
33894
33883
|
return false;
|
|
33895
|
-
if (!(this.
|
|
33884
|
+
if (!(this.c3z_1 === other.c3z_1))
|
|
33896
33885
|
return false;
|
|
33897
|
-
if (!equals(this.
|
|
33886
|
+
if (!equals(this.d3z_1, other.d3z_1))
|
|
33898
33887
|
return false;
|
|
33899
33888
|
if (!equals(this.sessionAnalytics, other.sessionAnalytics))
|
|
33900
33889
|
return false;
|
|
@@ -33902,7 +33891,7 @@
|
|
|
33902
33891
|
return false;
|
|
33903
33892
|
if (!(this.isRoundHistorySaved === other.isRoundHistorySaved))
|
|
33904
33893
|
return false;
|
|
33905
|
-
if (!(this.
|
|
33894
|
+
if (!(this.e3z_1 == other.e3z_1))
|
|
33906
33895
|
return false;
|
|
33907
33896
|
return true;
|
|
33908
33897
|
};
|
|
@@ -33910,47 +33899,47 @@
|
|
|
33910
33899
|
aid = aid === VOID ? null : aid;
|
|
33911
33900
|
transition = transition === VOID ? null : transition;
|
|
33912
33901
|
MechanicAction.call(this);
|
|
33913
|
-
this.
|
|
33914
|
-
this.
|
|
33915
|
-
this.
|
|
33916
|
-
this.
|
|
33902
|
+
this.i3z_1 = reason;
|
|
33903
|
+
this.j3z_1 = isGameFinished;
|
|
33904
|
+
this.k3z_1 = aid;
|
|
33905
|
+
this.l3z_1 = transition;
|
|
33917
33906
|
}
|
|
33918
33907
|
protoOf(FinishGameMechanicAction).y1p = function () {
|
|
33919
|
-
return this.
|
|
33908
|
+
return this.i3z_1;
|
|
33920
33909
|
};
|
|
33921
33910
|
protoOf(FinishGameMechanicAction).x3t = function () {
|
|
33922
|
-
return this.
|
|
33911
|
+
return this.j3z_1;
|
|
33923
33912
|
};
|
|
33924
33913
|
protoOf(FinishGameMechanicAction).m3x = function () {
|
|
33925
|
-
return this.
|
|
33914
|
+
return this.k3z_1;
|
|
33926
33915
|
};
|
|
33927
33916
|
protoOf(FinishGameMechanicAction).j3x = function () {
|
|
33928
|
-
return this.
|
|
33917
|
+
return this.l3z_1;
|
|
33929
33918
|
};
|
|
33930
33919
|
protoOf(FinishGameMechanicAction).toString = function () {
|
|
33931
|
-
var tmp = 'reason=' + toString(this.
|
|
33920
|
+
var tmp = 'reason=' + toString(this.i3z_1);
|
|
33932
33921
|
// Inline function 'kotlin.takeIf' call
|
|
33933
|
-
var this_0 = 'isGameFinished=' + this.
|
|
33922
|
+
var this_0 = 'isGameFinished=' + this.j3z_1;
|
|
33934
33923
|
var tmp_0;
|
|
33935
|
-
if (this.
|
|
33924
|
+
if (this.j3z_1) {
|
|
33936
33925
|
tmp_0 = this_0;
|
|
33937
33926
|
} else {
|
|
33938
33927
|
tmp_0 = null;
|
|
33939
33928
|
}
|
|
33940
33929
|
var tmp_1 = tmp_0;
|
|
33941
33930
|
// Inline function 'kotlin.takeIf' call
|
|
33942
|
-
var this_1 = 'hasTransition=' + !(this.
|
|
33931
|
+
var this_1 = 'hasTransition=' + !(this.l3z_1 == null);
|
|
33943
33932
|
var tmp_2;
|
|
33944
|
-
if (!(this.
|
|
33933
|
+
if (!(this.l3z_1 == null)) {
|
|
33945
33934
|
tmp_2 = this_1;
|
|
33946
33935
|
} else {
|
|
33947
33936
|
tmp_2 = null;
|
|
33948
33937
|
}
|
|
33949
33938
|
var tmp_3 = tmp_2;
|
|
33950
33939
|
// Inline function 'kotlin.takeIf' call
|
|
33951
|
-
var this_2 = 'aid=' + this.
|
|
33940
|
+
var this_2 = 'aid=' + this.k3z_1;
|
|
33952
33941
|
var tmp_4;
|
|
33953
|
-
if (!(this.
|
|
33942
|
+
if (!(this.k3z_1 == null)) {
|
|
33954
33943
|
tmp_4 = this_2;
|
|
33955
33944
|
} else {
|
|
33956
33945
|
tmp_4 = null;
|
|
@@ -33959,32 +33948,32 @@
|
|
|
33959
33948
|
return 'FinishGameMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp$ret$5])) + ')';
|
|
33960
33949
|
};
|
|
33961
33950
|
protoOf(FinishGameMechanicAction).sc = function () {
|
|
33962
|
-
return this.
|
|
33951
|
+
return this.i3z_1;
|
|
33963
33952
|
};
|
|
33964
33953
|
protoOf(FinishGameMechanicAction).tc = function () {
|
|
33965
|
-
return this.
|
|
33954
|
+
return this.j3z_1;
|
|
33966
33955
|
};
|
|
33967
33956
|
protoOf(FinishGameMechanicAction).ei = function () {
|
|
33968
|
-
return this.
|
|
33957
|
+
return this.k3z_1;
|
|
33969
33958
|
};
|
|
33970
33959
|
protoOf(FinishGameMechanicAction).s15 = function () {
|
|
33971
|
-
return this.
|
|
33960
|
+
return this.l3z_1;
|
|
33972
33961
|
};
|
|
33973
|
-
protoOf(FinishGameMechanicAction).
|
|
33962
|
+
protoOf(FinishGameMechanicAction).m3z = function (reason, isGameFinished, aid, transition) {
|
|
33974
33963
|
return new FinishGameMechanicAction(reason, isGameFinished, aid, transition);
|
|
33975
33964
|
};
|
|
33976
33965
|
protoOf(FinishGameMechanicAction).copy = function (reason, isGameFinished, aid, transition, $super) {
|
|
33977
|
-
reason = reason === VOID ? this.
|
|
33978
|
-
isGameFinished = isGameFinished === VOID ? this.
|
|
33979
|
-
aid = aid === VOID ? this.
|
|
33980
|
-
transition = transition === VOID ? this.
|
|
33981
|
-
return $super === VOID ? this.
|
|
33966
|
+
reason = reason === VOID ? this.i3z_1 : reason;
|
|
33967
|
+
isGameFinished = isGameFinished === VOID ? this.j3z_1 : isGameFinished;
|
|
33968
|
+
aid = aid === VOID ? this.k3z_1 : aid;
|
|
33969
|
+
transition = transition === VOID ? this.l3z_1 : transition;
|
|
33970
|
+
return $super === VOID ? this.m3z(reason, isGameFinished, aid, transition) : $super.m3z.call(this, reason, isGameFinished, aid, transition);
|
|
33982
33971
|
};
|
|
33983
33972
|
protoOf(FinishGameMechanicAction).hashCode = function () {
|
|
33984
|
-
var result = hashCode(this.
|
|
33985
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
33986
|
-
result = imul(result, 31) + (this.
|
|
33987
|
-
result = imul(result, 31) + (this.
|
|
33973
|
+
var result = hashCode(this.i3z_1);
|
|
33974
|
+
result = imul(result, 31) + getBooleanHashCode(this.j3z_1) | 0;
|
|
33975
|
+
result = imul(result, 31) + (this.k3z_1 == null ? 0 : getStringHashCode(this.k3z_1)) | 0;
|
|
33976
|
+
result = imul(result, 31) + (this.l3z_1 == null ? 0 : hashCode(this.l3z_1)) | 0;
|
|
33988
33977
|
return result;
|
|
33989
33978
|
};
|
|
33990
33979
|
protoOf(FinishGameMechanicAction).equals = function (other) {
|
|
@@ -33992,13 +33981,13 @@
|
|
|
33992
33981
|
return true;
|
|
33993
33982
|
if (!(other instanceof FinishGameMechanicAction))
|
|
33994
33983
|
return false;
|
|
33995
|
-
if (!equals(this.
|
|
33984
|
+
if (!equals(this.i3z_1, other.i3z_1))
|
|
33996
33985
|
return false;
|
|
33997
|
-
if (!(this.
|
|
33986
|
+
if (!(this.j3z_1 === other.j3z_1))
|
|
33998
33987
|
return false;
|
|
33999
|
-
if (!(this.
|
|
33988
|
+
if (!(this.k3z_1 == other.k3z_1))
|
|
34000
33989
|
return false;
|
|
34001
|
-
if (!equals(this.
|
|
33990
|
+
if (!equals(this.l3z_1, other.l3z_1))
|
|
34002
33991
|
return false;
|
|
34003
33992
|
return true;
|
|
34004
33993
|
};
|
|
@@ -34010,43 +33999,43 @@
|
|
|
34010
33999
|
actData = actData === VOID ? null : actData;
|
|
34011
34000
|
aid = aid === VOID ? null : aid;
|
|
34012
34001
|
MechanicAction.call(this);
|
|
34013
|
-
this.
|
|
34014
|
-
this.
|
|
34015
|
-
this.
|
|
34002
|
+
this.o3z_1 = currentTurnPlayerId;
|
|
34003
|
+
this.p3z_1 = sceneId;
|
|
34004
|
+
this.q3z_1 = actId;
|
|
34016
34005
|
this.sceneData = sceneData;
|
|
34017
|
-
this.
|
|
34018
|
-
this.
|
|
34006
|
+
this.r3z_1 = actData;
|
|
34007
|
+
this.s3z_1 = aid;
|
|
34019
34008
|
}
|
|
34020
|
-
protoOf(SceneMechanicAction).
|
|
34021
|
-
return this.
|
|
34009
|
+
protoOf(SceneMechanicAction).t3z = function () {
|
|
34010
|
+
return this.o3z_1;
|
|
34022
34011
|
};
|
|
34023
34012
|
protoOf(SceneMechanicAction).b2s = function () {
|
|
34024
|
-
return this.
|
|
34013
|
+
return this.p3z_1;
|
|
34025
34014
|
};
|
|
34026
34015
|
protoOf(SceneMechanicAction).j2r = function () {
|
|
34027
|
-
return this.
|
|
34016
|
+
return this.q3z_1;
|
|
34028
34017
|
};
|
|
34029
|
-
protoOf(SceneMechanicAction).
|
|
34018
|
+
protoOf(SceneMechanicAction).u3z = function () {
|
|
34030
34019
|
return this.sceneData;
|
|
34031
34020
|
};
|
|
34032
|
-
protoOf(SceneMechanicAction).
|
|
34033
|
-
return this.
|
|
34021
|
+
protoOf(SceneMechanicAction).n3z = function () {
|
|
34022
|
+
return this.r3z_1;
|
|
34034
34023
|
};
|
|
34035
34024
|
protoOf(SceneMechanicAction).m3x = function () {
|
|
34036
|
-
return this.
|
|
34025
|
+
return this.s3z_1;
|
|
34037
34026
|
};
|
|
34038
34027
|
protoOf(SceneMechanicAction).notValidateWhenFinished = function () {
|
|
34039
|
-
return this.
|
|
34028
|
+
return this.p3z_1 === 'WAITING';
|
|
34040
34029
|
};
|
|
34041
34030
|
protoOf(SceneMechanicAction).notValidateWhenFinishing = function () {
|
|
34042
|
-
return this.
|
|
34031
|
+
return this.p3z_1 === 'WAITING';
|
|
34043
34032
|
};
|
|
34044
34033
|
protoOf(SceneMechanicAction).toString = function () {
|
|
34045
|
-
var tmp = "sceneId='" + this.
|
|
34034
|
+
var tmp = "sceneId='" + this.p3z_1 + "'";
|
|
34046
34035
|
// Inline function 'kotlin.takeIf' call
|
|
34047
|
-
var this_0 = 'actId=' + this.
|
|
34036
|
+
var this_0 = 'actId=' + this.q3z_1;
|
|
34048
34037
|
var tmp_0;
|
|
34049
|
-
if (!(this.
|
|
34038
|
+
if (!(this.q3z_1 == null)) {
|
|
34050
34039
|
tmp_0 = this_0;
|
|
34051
34040
|
} else {
|
|
34052
34041
|
tmp_0 = null;
|
|
@@ -34062,18 +34051,18 @@
|
|
|
34062
34051
|
}
|
|
34063
34052
|
var tmp_3 = tmp_2;
|
|
34064
34053
|
// Inline function 'kotlin.takeIf' call
|
|
34065
|
-
var this_2 = 'actData=' + toString_0(this.
|
|
34054
|
+
var this_2 = 'actData=' + toString_0(this.r3z_1);
|
|
34066
34055
|
var tmp_4;
|
|
34067
|
-
if (!(this.
|
|
34056
|
+
if (!(this.r3z_1 == null)) {
|
|
34068
34057
|
tmp_4 = this_2;
|
|
34069
34058
|
} else {
|
|
34070
34059
|
tmp_4 = null;
|
|
34071
34060
|
}
|
|
34072
34061
|
var tmp_5 = tmp_4;
|
|
34073
34062
|
// Inline function 'kotlin.takeIf' call
|
|
34074
|
-
var this_3 = 'aid=' + this.
|
|
34063
|
+
var this_3 = 'aid=' + this.s3z_1;
|
|
34075
34064
|
var tmp_6;
|
|
34076
|
-
if (!(this.
|
|
34065
|
+
if (!(this.s3z_1 == null)) {
|
|
34077
34066
|
tmp_6 = this_3;
|
|
34078
34067
|
} else {
|
|
34079
34068
|
tmp_6 = null;
|
|
@@ -34081,20 +34070,20 @@
|
|
|
34081
34070
|
var tmp$ret$7 = tmp_6;
|
|
34082
34071
|
return 'SceneMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_3, tmp_5, tmp$ret$7])) + ')';
|
|
34083
34072
|
};
|
|
34084
|
-
protoOf(SceneMechanicAction).
|
|
34073
|
+
protoOf(SceneMechanicAction).v3z = function () {
|
|
34085
34074
|
var tmp = this.sceneData;
|
|
34086
34075
|
if (!(tmp == null) ? isInterface(tmp, PlayerTurnSceneSupport) : false) {
|
|
34087
34076
|
return this.sceneData.k2r();
|
|
34088
34077
|
}
|
|
34089
|
-
var tmp_0 = this.
|
|
34078
|
+
var tmp_0 = this.r3z_1;
|
|
34090
34079
|
if (!(tmp_0 == null) ? isInterface(tmp_0, PlayerTurnSceneSupport) : false) {
|
|
34091
|
-
return this.
|
|
34080
|
+
return this.r3z_1.k2r();
|
|
34092
34081
|
}
|
|
34093
34082
|
return emptyList();
|
|
34094
34083
|
};
|
|
34095
34084
|
protoOf(SceneMechanicAction).o1p = function () {
|
|
34096
34085
|
// Inline function 'kotlin.requireNotNull' call
|
|
34097
|
-
var tmp0 = this.
|
|
34086
|
+
var tmp0 = this.o3z_1;
|
|
34098
34087
|
var tmp$ret$1;
|
|
34099
34088
|
$l$block: {
|
|
34100
34089
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -34109,42 +34098,42 @@
|
|
|
34109
34098
|
return tmp$ret$1;
|
|
34110
34099
|
};
|
|
34111
34100
|
protoOf(SceneMechanicAction).sc = function () {
|
|
34112
|
-
return this.
|
|
34101
|
+
return this.o3z_1;
|
|
34113
34102
|
};
|
|
34114
34103
|
protoOf(SceneMechanicAction).tc = function () {
|
|
34115
|
-
return this.
|
|
34104
|
+
return this.p3z_1;
|
|
34116
34105
|
};
|
|
34117
34106
|
protoOf(SceneMechanicAction).ei = function () {
|
|
34118
|
-
return this.
|
|
34107
|
+
return this.q3z_1;
|
|
34119
34108
|
};
|
|
34120
34109
|
protoOf(SceneMechanicAction).s15 = function () {
|
|
34121
34110
|
return this.sceneData;
|
|
34122
34111
|
};
|
|
34123
34112
|
protoOf(SceneMechanicAction).k1q = function () {
|
|
34124
|
-
return this.
|
|
34113
|
+
return this.r3z_1;
|
|
34125
34114
|
};
|
|
34126
34115
|
protoOf(SceneMechanicAction).l1q = function () {
|
|
34127
|
-
return this.
|
|
34116
|
+
return this.s3z_1;
|
|
34128
34117
|
};
|
|
34129
|
-
protoOf(SceneMechanicAction).
|
|
34118
|
+
protoOf(SceneMechanicAction).w3z = function (currentTurnPlayerId, sceneId, actId, sceneData, actData, aid) {
|
|
34130
34119
|
return new SceneMechanicAction(currentTurnPlayerId, sceneId, actId, sceneData, actData, aid);
|
|
34131
34120
|
};
|
|
34132
34121
|
protoOf(SceneMechanicAction).copy = function (currentTurnPlayerId, sceneId, actId, sceneData, actData, aid, $super) {
|
|
34133
|
-
currentTurnPlayerId = currentTurnPlayerId === VOID ? this.
|
|
34134
|
-
sceneId = sceneId === VOID ? this.
|
|
34135
|
-
actId = actId === VOID ? this.
|
|
34122
|
+
currentTurnPlayerId = currentTurnPlayerId === VOID ? this.o3z_1 : currentTurnPlayerId;
|
|
34123
|
+
sceneId = sceneId === VOID ? this.p3z_1 : sceneId;
|
|
34124
|
+
actId = actId === VOID ? this.q3z_1 : actId;
|
|
34136
34125
|
sceneData = sceneData === VOID ? this.sceneData : sceneData;
|
|
34137
|
-
actData = actData === VOID ? this.
|
|
34138
|
-
aid = aid === VOID ? this.
|
|
34139
|
-
return $super === VOID ? this.
|
|
34126
|
+
actData = actData === VOID ? this.r3z_1 : actData;
|
|
34127
|
+
aid = aid === VOID ? this.s3z_1 : aid;
|
|
34128
|
+
return $super === VOID ? this.w3z(currentTurnPlayerId, sceneId, actId, sceneData, actData, aid) : $super.w3z.call(this, currentTurnPlayerId, sceneId, actId, sceneData, actData, aid);
|
|
34140
34129
|
};
|
|
34141
34130
|
protoOf(SceneMechanicAction).hashCode = function () {
|
|
34142
|
-
var result = this.
|
|
34143
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
34144
|
-
result = imul(result, 31) + (this.
|
|
34131
|
+
var result = this.o3z_1 == null ? 0 : getStringHashCode(this.o3z_1);
|
|
34132
|
+
result = imul(result, 31) + getStringHashCode(this.p3z_1) | 0;
|
|
34133
|
+
result = imul(result, 31) + (this.q3z_1 == null ? 0 : getStringHashCode(this.q3z_1)) | 0;
|
|
34145
34134
|
result = imul(result, 31) + (this.sceneData == null ? 0 : hashCode(this.sceneData)) | 0;
|
|
34146
|
-
result = imul(result, 31) + (this.
|
|
34147
|
-
result = imul(result, 31) + (this.
|
|
34135
|
+
result = imul(result, 31) + (this.r3z_1 == null ? 0 : hashCode(this.r3z_1)) | 0;
|
|
34136
|
+
result = imul(result, 31) + (this.s3z_1 == null ? 0 : getStringHashCode(this.s3z_1)) | 0;
|
|
34148
34137
|
return result;
|
|
34149
34138
|
};
|
|
34150
34139
|
protoOf(SceneMechanicAction).equals = function (other) {
|
|
@@ -34152,17 +34141,17 @@
|
|
|
34152
34141
|
return true;
|
|
34153
34142
|
if (!(other instanceof SceneMechanicAction))
|
|
34154
34143
|
return false;
|
|
34155
|
-
if (!(this.
|
|
34144
|
+
if (!(this.o3z_1 == other.o3z_1))
|
|
34156
34145
|
return false;
|
|
34157
|
-
if (!(this.
|
|
34146
|
+
if (!(this.p3z_1 === other.p3z_1))
|
|
34158
34147
|
return false;
|
|
34159
|
-
if (!(this.
|
|
34148
|
+
if (!(this.q3z_1 == other.q3z_1))
|
|
34160
34149
|
return false;
|
|
34161
34150
|
if (!equals(this.sceneData, other.sceneData))
|
|
34162
34151
|
return false;
|
|
34163
|
-
if (!equals(this.
|
|
34152
|
+
if (!equals(this.r3z_1, other.r3z_1))
|
|
34164
34153
|
return false;
|
|
34165
|
-
if (!(this.
|
|
34154
|
+
if (!(this.s3z_1 == other.s3z_1))
|
|
34166
34155
|
return false;
|
|
34167
34156
|
return true;
|
|
34168
34157
|
};
|
|
@@ -34179,7 +34168,7 @@
|
|
|
34179
34168
|
this.causeState = causeState;
|
|
34180
34169
|
this.isNoneActivePlayers = isNoneActivePlayers;
|
|
34181
34170
|
this.reconnectUntilTime = reconnectUntilTime;
|
|
34182
|
-
this.
|
|
34171
|
+
this.x3z_1 = aid;
|
|
34183
34172
|
}
|
|
34184
34173
|
protoOf(PlayerConnectionChangedMechanicAction).o1p = function () {
|
|
34185
34174
|
return this.playerId;
|
|
@@ -34187,19 +34176,19 @@
|
|
|
34187
34176
|
protoOf(PlayerConnectionChangedMechanicAction).q1q = function () {
|
|
34188
34177
|
return this.state;
|
|
34189
34178
|
};
|
|
34190
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
34179
|
+
protoOf(PlayerConnectionChangedMechanicAction).y3z = function () {
|
|
34191
34180
|
return this.causeState;
|
|
34192
34181
|
};
|
|
34193
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
34182
|
+
protoOf(PlayerConnectionChangedMechanicAction).z3z = function () {
|
|
34194
34183
|
return this.isNoneActivePlayers;
|
|
34195
34184
|
};
|
|
34196
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
34185
|
+
protoOf(PlayerConnectionChangedMechanicAction).a40 = function () {
|
|
34197
34186
|
return this.reconnectUntilTime;
|
|
34198
34187
|
};
|
|
34199
34188
|
protoOf(PlayerConnectionChangedMechanicAction).m3x = function () {
|
|
34200
|
-
return this.
|
|
34189
|
+
return this.x3z_1;
|
|
34201
34190
|
};
|
|
34202
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
34191
|
+
protoOf(PlayerConnectionChangedMechanicAction).b40 = function () {
|
|
34203
34192
|
var tmp;
|
|
34204
34193
|
if (this.state.isDisconnecting) {
|
|
34205
34194
|
tmp = (!(this.causeState == null) && this.causeState.isClientDisconnectReason);
|
|
@@ -34242,9 +34231,9 @@
|
|
|
34242
34231
|
}
|
|
34243
34232
|
var tmp_6 = tmp_5;
|
|
34244
34233
|
// Inline function 'kotlin.takeIf' call
|
|
34245
|
-
var this_3 = 'aid=' + this.
|
|
34234
|
+
var this_3 = 'aid=' + this.x3z_1;
|
|
34246
34235
|
var tmp_7;
|
|
34247
|
-
if (!(this.
|
|
34236
|
+
if (!(this.x3z_1 == null)) {
|
|
34248
34237
|
tmp_7 = this_3;
|
|
34249
34238
|
} else {
|
|
34250
34239
|
tmp_7 = null;
|
|
@@ -34268,9 +34257,9 @@
|
|
|
34268
34257
|
return this.reconnectUntilTime;
|
|
34269
34258
|
};
|
|
34270
34259
|
protoOf(PlayerConnectionChangedMechanicAction).l1q = function () {
|
|
34271
|
-
return this.
|
|
34260
|
+
return this.x3z_1;
|
|
34272
34261
|
};
|
|
34273
|
-
protoOf(PlayerConnectionChangedMechanicAction).
|
|
34262
|
+
protoOf(PlayerConnectionChangedMechanicAction).c40 = function (playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid) {
|
|
34274
34263
|
return new PlayerConnectionChangedMechanicAction(playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid);
|
|
34275
34264
|
};
|
|
34276
34265
|
protoOf(PlayerConnectionChangedMechanicAction).copy = function (playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid, $super) {
|
|
@@ -34279,8 +34268,8 @@
|
|
|
34279
34268
|
causeState = causeState === VOID ? this.causeState : causeState;
|
|
34280
34269
|
isNoneActivePlayers = isNoneActivePlayers === VOID ? this.isNoneActivePlayers : isNoneActivePlayers;
|
|
34281
34270
|
reconnectUntilTime = reconnectUntilTime === VOID ? this.reconnectUntilTime : reconnectUntilTime;
|
|
34282
|
-
aid = aid === VOID ? this.
|
|
34283
|
-
return $super === VOID ? this.
|
|
34271
|
+
aid = aid === VOID ? this.x3z_1 : aid;
|
|
34272
|
+
return $super === VOID ? this.c40(playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid) : $super.c40.call(this, playerId, state, causeState, isNoneActivePlayers, reconnectUntilTime, aid);
|
|
34284
34273
|
};
|
|
34285
34274
|
protoOf(PlayerConnectionChangedMechanicAction).hashCode = function () {
|
|
34286
34275
|
var result = getStringHashCode(this.playerId);
|
|
@@ -34288,7 +34277,7 @@
|
|
|
34288
34277
|
result = imul(result, 31) + (this.causeState == null ? 0 : this.causeState.hashCode()) | 0;
|
|
34289
34278
|
result = imul(result, 31) + getBooleanHashCode(this.isNoneActivePlayers) | 0;
|
|
34290
34279
|
result = imul(result, 31) + (this.reconnectUntilTime == null ? 0 : getStringHashCode(this.reconnectUntilTime)) | 0;
|
|
34291
|
-
result = imul(result, 31) + (this.
|
|
34280
|
+
result = imul(result, 31) + (this.x3z_1 == null ? 0 : getStringHashCode(this.x3z_1)) | 0;
|
|
34292
34281
|
return result;
|
|
34293
34282
|
};
|
|
34294
34283
|
protoOf(PlayerConnectionChangedMechanicAction).equals = function (other) {
|
|
@@ -34306,32 +34295,28 @@
|
|
|
34306
34295
|
return false;
|
|
34307
34296
|
if (!(this.reconnectUntilTime == other.reconnectUntilTime))
|
|
34308
34297
|
return false;
|
|
34309
|
-
if (!(this.
|
|
34298
|
+
if (!(this.x3z_1 == other.x3z_1))
|
|
34310
34299
|
return false;
|
|
34311
34300
|
return true;
|
|
34312
34301
|
};
|
|
34313
|
-
function ContinueGameMechanicAction(table, reason, payload, aid
|
|
34302
|
+
function ContinueGameMechanicAction(table, reason, payload, aid) {
|
|
34314
34303
|
payload = payload === VOID ? null : payload;
|
|
34315
34304
|
aid = aid === VOID ? null : aid;
|
|
34316
34305
|
MechanicAction.call(this);
|
|
34317
|
-
this.
|
|
34318
|
-
this.
|
|
34319
|
-
this.
|
|
34320
|
-
this.
|
|
34321
|
-
this.i40_1 = metadata;
|
|
34306
|
+
this.d40_1 = table;
|
|
34307
|
+
this.e40_1 = reason;
|
|
34308
|
+
this.f40_1 = payload;
|
|
34309
|
+
this.g40_1 = aid;
|
|
34322
34310
|
}
|
|
34323
34311
|
protoOf(ContinueGameMechanicAction).m3x = function () {
|
|
34324
|
-
return this.
|
|
34325
|
-
};
|
|
34326
|
-
protoOf(ContinueGameMechanicAction).y3v = function () {
|
|
34327
|
-
return this.i40_1;
|
|
34312
|
+
return this.g40_1;
|
|
34328
34313
|
};
|
|
34329
34314
|
protoOf(ContinueGameMechanicAction).h15 = function () {
|
|
34330
|
-
return this.
|
|
34315
|
+
return this.d40_1.id;
|
|
34331
34316
|
};
|
|
34332
34317
|
protoOf(ContinueGameMechanicAction).t3t = function () {
|
|
34333
34318
|
// Inline function 'kotlin.collections.map' call
|
|
34334
|
-
var this_0 = this.
|
|
34319
|
+
var this_0 = this.d40_1.players;
|
|
34335
34320
|
// Inline function 'kotlin.collections.mapTo' call
|
|
34336
34321
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
34337
34322
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -34343,23 +34328,22 @@
|
|
|
34343
34328
|
return destination;
|
|
34344
34329
|
};
|
|
34345
34330
|
protoOf(ContinueGameMechanicAction).o3y = function () {
|
|
34346
|
-
return getGameCreator(this.
|
|
34331
|
+
return getGameCreator(this.d40_1.players).playerId;
|
|
34347
34332
|
};
|
|
34348
34333
|
protoOf(ContinueGameMechanicAction).k17 = function () {
|
|
34349
|
-
return this.
|
|
34334
|
+
return this.d40_1.version;
|
|
34350
34335
|
};
|
|
34351
34336
|
protoOf(ContinueGameMechanicAction).h3t = function () {
|
|
34352
|
-
return this.
|
|
34337
|
+
return this.d40_1.config;
|
|
34353
34338
|
};
|
|
34354
34339
|
protoOf(ContinueGameMechanicAction).toString = function () {
|
|
34355
|
-
return 'ContinueGameMechanicAction(reason = ' + toString(this.
|
|
34340
|
+
return 'ContinueGameMechanicAction(reason = ' + toString(this.e40_1) + ', aid = ' + this.g40_1 + ')';
|
|
34356
34341
|
};
|
|
34357
34342
|
protoOf(ContinueGameMechanicAction).hashCode = function () {
|
|
34358
|
-
var result = this.
|
|
34359
|
-
result = imul(result, 31) + hashCode(this.
|
|
34360
|
-
result = imul(result, 31) + (this.
|
|
34361
|
-
result = imul(result, 31) + (this.
|
|
34362
|
-
result = imul(result, 31) + (this.i40_1 == null ? 0 : hashCode(this.i40_1)) | 0;
|
|
34343
|
+
var result = this.d40_1.hashCode();
|
|
34344
|
+
result = imul(result, 31) + hashCode(this.e40_1) | 0;
|
|
34345
|
+
result = imul(result, 31) + (this.f40_1 == null ? 0 : hashCode(this.f40_1)) | 0;
|
|
34346
|
+
result = imul(result, 31) + (this.g40_1 == null ? 0 : getStringHashCode(this.g40_1)) | 0;
|
|
34363
34347
|
return result;
|
|
34364
34348
|
};
|
|
34365
34349
|
protoOf(ContinueGameMechanicAction).equals = function (other) {
|
|
@@ -34367,33 +34351,31 @@
|
|
|
34367
34351
|
return true;
|
|
34368
34352
|
if (!(other instanceof ContinueGameMechanicAction))
|
|
34369
34353
|
return false;
|
|
34370
|
-
if (!this.
|
|
34354
|
+
if (!this.d40_1.equals(other.d40_1))
|
|
34371
34355
|
return false;
|
|
34372
|
-
if (!equals(this.
|
|
34373
|
-
return false;
|
|
34374
|
-
if (!equals(this.g40_1, other.g40_1))
|
|
34356
|
+
if (!equals(this.e40_1, other.e40_1))
|
|
34375
34357
|
return false;
|
|
34376
|
-
if (!(this.
|
|
34358
|
+
if (!equals(this.f40_1, other.f40_1))
|
|
34377
34359
|
return false;
|
|
34378
|
-
if (!
|
|
34360
|
+
if (!(this.g40_1 == other.g40_1))
|
|
34379
34361
|
return false;
|
|
34380
34362
|
return true;
|
|
34381
34363
|
};
|
|
34382
34364
|
function RestartGameMechanicAction(reason, aid) {
|
|
34383
34365
|
aid = aid === VOID ? null : aid;
|
|
34384
34366
|
MechanicAction.call(this);
|
|
34385
|
-
this.
|
|
34386
|
-
this.
|
|
34367
|
+
this.h40_1 = reason;
|
|
34368
|
+
this.i40_1 = aid;
|
|
34387
34369
|
}
|
|
34388
34370
|
protoOf(RestartGameMechanicAction).m3x = function () {
|
|
34389
|
-
return this.
|
|
34371
|
+
return this.i40_1;
|
|
34390
34372
|
};
|
|
34391
34373
|
protoOf(RestartGameMechanicAction).toString = function () {
|
|
34392
|
-
return 'RestartGameMechanicAction(reason=' + this.
|
|
34374
|
+
return 'RestartGameMechanicAction(reason=' + this.h40_1.toString() + ', aid=' + this.i40_1 + ')';
|
|
34393
34375
|
};
|
|
34394
34376
|
protoOf(RestartGameMechanicAction).hashCode = function () {
|
|
34395
|
-
var result = this.
|
|
34396
|
-
result = imul(result, 31) + (this.
|
|
34377
|
+
var result = this.h40_1.hashCode();
|
|
34378
|
+
result = imul(result, 31) + (this.i40_1 == null ? 0 : getStringHashCode(this.i40_1)) | 0;
|
|
34397
34379
|
return result;
|
|
34398
34380
|
};
|
|
34399
34381
|
protoOf(RestartGameMechanicAction).equals = function (other) {
|
|
@@ -34401,9 +34383,9 @@
|
|
|
34401
34383
|
return true;
|
|
34402
34384
|
if (!(other instanceof RestartGameMechanicAction))
|
|
34403
34385
|
return false;
|
|
34404
|
-
if (!this.
|
|
34386
|
+
if (!this.h40_1.equals(other.h40_1))
|
|
34405
34387
|
return false;
|
|
34406
|
-
if (!(this.
|
|
34388
|
+
if (!(this.i40_1 == other.i40_1))
|
|
34407
34389
|
return false;
|
|
34408
34390
|
return true;
|
|
34409
34391
|
};
|
|
@@ -34411,31 +34393,31 @@
|
|
|
34411
34393
|
actData = actData === VOID ? null : actData;
|
|
34412
34394
|
aid = aid === VOID ? null : aid;
|
|
34413
34395
|
MechanicAction.call(this);
|
|
34414
|
-
this.
|
|
34415
|
-
this.
|
|
34416
|
-
this.
|
|
34417
|
-
this.
|
|
34396
|
+
this.j40_1 = sceneId;
|
|
34397
|
+
this.k40_1 = actId;
|
|
34398
|
+
this.l40_1 = actData;
|
|
34399
|
+
this.m40_1 = aid;
|
|
34418
34400
|
}
|
|
34419
34401
|
protoOf(SceneActMechanicAction).b2s = function () {
|
|
34420
|
-
return this.
|
|
34402
|
+
return this.j40_1;
|
|
34421
34403
|
};
|
|
34422
34404
|
protoOf(SceneActMechanicAction).j2r = function () {
|
|
34423
|
-
return this.
|
|
34405
|
+
return this.k40_1;
|
|
34424
34406
|
};
|
|
34425
|
-
protoOf(SceneActMechanicAction).
|
|
34426
|
-
return this.
|
|
34407
|
+
protoOf(SceneActMechanicAction).n3z = function () {
|
|
34408
|
+
return this.l40_1;
|
|
34427
34409
|
};
|
|
34428
34410
|
protoOf(SceneActMechanicAction).m3x = function () {
|
|
34429
|
-
return this.
|
|
34411
|
+
return this.m40_1;
|
|
34430
34412
|
};
|
|
34431
34413
|
protoOf(SceneActMechanicAction).toString = function () {
|
|
34432
|
-
return 'SceneActMechanicAction(sceneId=' + this.
|
|
34414
|
+
return 'SceneActMechanicAction(sceneId=' + this.j40_1 + ', actId=' + this.k40_1 + ', actData=' + toString_0(this.l40_1) + ', aid=' + this.m40_1 + ')';
|
|
34433
34415
|
};
|
|
34434
34416
|
protoOf(SceneActMechanicAction).hashCode = function () {
|
|
34435
|
-
var result = getStringHashCode(this.
|
|
34436
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
34437
|
-
result = imul(result, 31) + (this.
|
|
34438
|
-
result = imul(result, 31) + (this.
|
|
34417
|
+
var result = getStringHashCode(this.j40_1);
|
|
34418
|
+
result = imul(result, 31) + getStringHashCode(this.k40_1) | 0;
|
|
34419
|
+
result = imul(result, 31) + (this.l40_1 == null ? 0 : hashCode(this.l40_1)) | 0;
|
|
34420
|
+
result = imul(result, 31) + (this.m40_1 == null ? 0 : getStringHashCode(this.m40_1)) | 0;
|
|
34439
34421
|
return result;
|
|
34440
34422
|
};
|
|
34441
34423
|
protoOf(SceneActMechanicAction).equals = function (other) {
|
|
@@ -34443,37 +34425,37 @@
|
|
|
34443
34425
|
return true;
|
|
34444
34426
|
if (!(other instanceof SceneActMechanicAction))
|
|
34445
34427
|
return false;
|
|
34446
|
-
if (!(this.
|
|
34428
|
+
if (!(this.j40_1 === other.j40_1))
|
|
34447
34429
|
return false;
|
|
34448
|
-
if (!(this.
|
|
34430
|
+
if (!(this.k40_1 === other.k40_1))
|
|
34449
34431
|
return false;
|
|
34450
|
-
if (!equals(this.
|
|
34432
|
+
if (!equals(this.l40_1, other.l40_1))
|
|
34451
34433
|
return false;
|
|
34452
|
-
if (!(this.
|
|
34434
|
+
if (!(this.m40_1 == other.m40_1))
|
|
34453
34435
|
return false;
|
|
34454
34436
|
return true;
|
|
34455
34437
|
};
|
|
34456
34438
|
function TeamsDataMechanicAction(team1, team2, aid) {
|
|
34457
34439
|
aid = aid === VOID ? null : aid;
|
|
34458
34440
|
MechanicAction.call(this);
|
|
34459
|
-
this.
|
|
34460
|
-
this.
|
|
34461
|
-
this.
|
|
34462
|
-
this.
|
|
34441
|
+
this.n40_1 = team1;
|
|
34442
|
+
this.o40_1 = team2;
|
|
34443
|
+
this.p40_1 = aid;
|
|
34444
|
+
this.q40_1 = listOf([this.n40_1.f1s(), this.o40_1.c1d(), this.n40_1.f1s(), this.o40_1.c1d()]);
|
|
34463
34445
|
}
|
|
34464
34446
|
protoOf(TeamsDataMechanicAction).m3x = function () {
|
|
34465
|
-
return this.
|
|
34447
|
+
return this.p40_1;
|
|
34466
34448
|
};
|
|
34467
34449
|
protoOf(TeamsDataMechanicAction).p3y = function () {
|
|
34468
|
-
return this.
|
|
34450
|
+
return this.q40_1;
|
|
34469
34451
|
};
|
|
34470
34452
|
protoOf(TeamsDataMechanicAction).toString = function () {
|
|
34471
|
-
return 'TeamsDataMechanicAction(team1=' + this.
|
|
34453
|
+
return 'TeamsDataMechanicAction(team1=' + this.n40_1.toString() + ', team2=' + this.o40_1.toString() + ', aid=' + this.p40_1 + ')';
|
|
34472
34454
|
};
|
|
34473
34455
|
protoOf(TeamsDataMechanicAction).hashCode = function () {
|
|
34474
|
-
var result = this.
|
|
34475
|
-
result = imul(result, 31) + this.
|
|
34476
|
-
result = imul(result, 31) + (this.
|
|
34456
|
+
var result = this.n40_1.hashCode();
|
|
34457
|
+
result = imul(result, 31) + this.o40_1.hashCode() | 0;
|
|
34458
|
+
result = imul(result, 31) + (this.p40_1 == null ? 0 : getStringHashCode(this.p40_1)) | 0;
|
|
34477
34459
|
return result;
|
|
34478
34460
|
};
|
|
34479
34461
|
protoOf(TeamsDataMechanicAction).equals = function (other) {
|
|
@@ -34481,32 +34463,32 @@
|
|
|
34481
34463
|
return true;
|
|
34482
34464
|
if (!(other instanceof TeamsDataMechanicAction))
|
|
34483
34465
|
return false;
|
|
34484
|
-
if (!this.
|
|
34466
|
+
if (!this.n40_1.equals(other.n40_1))
|
|
34485
34467
|
return false;
|
|
34486
|
-
if (!this.
|
|
34468
|
+
if (!this.o40_1.equals(other.o40_1))
|
|
34487
34469
|
return false;
|
|
34488
|
-
if (!(this.
|
|
34470
|
+
if (!(this.p40_1 == other.p40_1))
|
|
34489
34471
|
return false;
|
|
34490
34472
|
return true;
|
|
34491
34473
|
};
|
|
34492
34474
|
function PlayerReadyMechanicAction(currentTurnPlayerId, aid) {
|
|
34493
34475
|
aid = aid === VOID ? null : aid;
|
|
34494
34476
|
MechanicAction.call(this);
|
|
34495
|
-
this.
|
|
34496
|
-
this.
|
|
34477
|
+
this.r40_1 = currentTurnPlayerId;
|
|
34478
|
+
this.s40_1 = aid;
|
|
34497
34479
|
}
|
|
34498
34480
|
protoOf(PlayerReadyMechanicAction).m3x = function () {
|
|
34499
|
-
return this.
|
|
34481
|
+
return this.s40_1;
|
|
34500
34482
|
};
|
|
34501
34483
|
protoOf(PlayerReadyMechanicAction).o1p = function () {
|
|
34502
|
-
return this.
|
|
34484
|
+
return this.r40_1;
|
|
34503
34485
|
};
|
|
34504
34486
|
protoOf(PlayerReadyMechanicAction).toString = function () {
|
|
34505
|
-
return 'PlayerReadyMechanicAction(currentTurnPlayerId=' + this.
|
|
34487
|
+
return 'PlayerReadyMechanicAction(currentTurnPlayerId=' + this.r40_1 + ', aid=' + this.s40_1 + ')';
|
|
34506
34488
|
};
|
|
34507
34489
|
protoOf(PlayerReadyMechanicAction).hashCode = function () {
|
|
34508
|
-
var result = getStringHashCode(this.
|
|
34509
|
-
result = imul(result, 31) + (this.
|
|
34490
|
+
var result = getStringHashCode(this.r40_1);
|
|
34491
|
+
result = imul(result, 31) + (this.s40_1 == null ? 0 : getStringHashCode(this.s40_1)) | 0;
|
|
34510
34492
|
return result;
|
|
34511
34493
|
};
|
|
34512
34494
|
protoOf(PlayerReadyMechanicAction).equals = function (other) {
|
|
@@ -34514,9 +34496,9 @@
|
|
|
34514
34496
|
return true;
|
|
34515
34497
|
if (!(other instanceof PlayerReadyMechanicAction))
|
|
34516
34498
|
return false;
|
|
34517
|
-
if (!(this.
|
|
34499
|
+
if (!(this.r40_1 === other.r40_1))
|
|
34518
34500
|
return false;
|
|
34519
|
-
if (!(this.
|
|
34501
|
+
if (!(this.s40_1 == other.s40_1))
|
|
34520
34502
|
return false;
|
|
34521
34503
|
return true;
|
|
34522
34504
|
};
|
|
@@ -34524,27 +34506,27 @@
|
|
|
34524
34506
|
restartRound = restartRound === VOID ? false : restartRound;
|
|
34525
34507
|
aid = aid === VOID ? null : aid;
|
|
34526
34508
|
MechanicAction.call(this);
|
|
34527
|
-
this.
|
|
34528
|
-
this.
|
|
34529
|
-
this.
|
|
34530
|
-
this.
|
|
34531
|
-
this.
|
|
34509
|
+
this.t40_1 = suit;
|
|
34510
|
+
this.u40_1 = restartRound;
|
|
34511
|
+
this.v40_1 = currentTurnPlayerId;
|
|
34512
|
+
this.w40_1 = nextTurnPlayerIds;
|
|
34513
|
+
this.x40_1 = aid;
|
|
34532
34514
|
}
|
|
34533
34515
|
protoOf(SuitChoiceMechanicAction).m3x = function () {
|
|
34534
|
-
return this.
|
|
34516
|
+
return this.x40_1;
|
|
34535
34517
|
};
|
|
34536
34518
|
protoOf(SuitChoiceMechanicAction).o1p = function () {
|
|
34537
|
-
return this.
|
|
34519
|
+
return this.v40_1;
|
|
34538
34520
|
};
|
|
34539
34521
|
protoOf(SuitChoiceMechanicAction).toString = function () {
|
|
34540
|
-
return 'SuitChoiceMechanicAction(suit=' + toString_0(this.
|
|
34522
|
+
return 'SuitChoiceMechanicAction(suit=' + toString_0(this.t40_1) + ', restartRound=' + this.u40_1 + ', currentTurnPlayerId=' + this.v40_1 + ', nextTurnPlayerIds=' + toString(this.w40_1) + ', aid=' + this.x40_1 + ')';
|
|
34541
34523
|
};
|
|
34542
34524
|
protoOf(SuitChoiceMechanicAction).hashCode = function () {
|
|
34543
|
-
var result = this.
|
|
34544
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
34545
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
34546
|
-
result = imul(result, 31) + hashCode(this.
|
|
34547
|
-
result = imul(result, 31) + (this.
|
|
34525
|
+
var result = this.t40_1 == null ? 0 : this.t40_1.hashCode();
|
|
34526
|
+
result = imul(result, 31) + getBooleanHashCode(this.u40_1) | 0;
|
|
34527
|
+
result = imul(result, 31) + getStringHashCode(this.v40_1) | 0;
|
|
34528
|
+
result = imul(result, 31) + hashCode(this.w40_1) | 0;
|
|
34529
|
+
result = imul(result, 31) + (this.x40_1 == null ? 0 : getStringHashCode(this.x40_1)) | 0;
|
|
34548
34530
|
return result;
|
|
34549
34531
|
};
|
|
34550
34532
|
protoOf(SuitChoiceMechanicAction).equals = function (other) {
|
|
@@ -34552,40 +34534,40 @@
|
|
|
34552
34534
|
return true;
|
|
34553
34535
|
if (!(other instanceof SuitChoiceMechanicAction))
|
|
34554
34536
|
return false;
|
|
34555
|
-
if (!equals(this.
|
|
34537
|
+
if (!equals(this.t40_1, other.t40_1))
|
|
34556
34538
|
return false;
|
|
34557
|
-
if (!(this.
|
|
34539
|
+
if (!(this.u40_1 === other.u40_1))
|
|
34558
34540
|
return false;
|
|
34559
|
-
if (!(this.
|
|
34541
|
+
if (!(this.v40_1 === other.v40_1))
|
|
34560
34542
|
return false;
|
|
34561
|
-
if (!equals(this.
|
|
34543
|
+
if (!equals(this.w40_1, other.w40_1))
|
|
34562
34544
|
return false;
|
|
34563
|
-
if (!(this.
|
|
34545
|
+
if (!(this.x40_1 == other.x40_1))
|
|
34564
34546
|
return false;
|
|
34565
34547
|
return true;
|
|
34566
34548
|
};
|
|
34567
34549
|
function CombinationChoiceMechanicAction(isAnnounced, combinations, currentTurnPlayerId, aid) {
|
|
34568
34550
|
aid = aid === VOID ? null : aid;
|
|
34569
34551
|
MechanicAction.call(this);
|
|
34570
|
-
this.
|
|
34571
|
-
this.
|
|
34572
|
-
this.
|
|
34573
|
-
this.
|
|
34552
|
+
this.y40_1 = isAnnounced;
|
|
34553
|
+
this.z40_1 = combinations;
|
|
34554
|
+
this.a41_1 = currentTurnPlayerId;
|
|
34555
|
+
this.b41_1 = aid;
|
|
34574
34556
|
}
|
|
34575
34557
|
protoOf(CombinationChoiceMechanicAction).m3x = function () {
|
|
34576
|
-
return this.
|
|
34558
|
+
return this.b41_1;
|
|
34577
34559
|
};
|
|
34578
34560
|
protoOf(CombinationChoiceMechanicAction).o1p = function () {
|
|
34579
|
-
return this.
|
|
34561
|
+
return this.a41_1;
|
|
34580
34562
|
};
|
|
34581
34563
|
protoOf(CombinationChoiceMechanicAction).toString = function () {
|
|
34582
|
-
return 'CombinationChoiceMechanicAction(isAnnounced=' + this.
|
|
34564
|
+
return 'CombinationChoiceMechanicAction(isAnnounced=' + this.y40_1 + ', combinations=' + toString(this.z40_1) + ', currentTurnPlayerId=' + this.a41_1 + ', aid=' + this.b41_1 + ')';
|
|
34583
34565
|
};
|
|
34584
34566
|
protoOf(CombinationChoiceMechanicAction).hashCode = function () {
|
|
34585
|
-
var result = getBooleanHashCode(this.
|
|
34586
|
-
result = imul(result, 31) + hashCode(this.
|
|
34587
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
34588
|
-
result = imul(result, 31) + (this.
|
|
34567
|
+
var result = getBooleanHashCode(this.y40_1);
|
|
34568
|
+
result = imul(result, 31) + hashCode(this.z40_1) | 0;
|
|
34569
|
+
result = imul(result, 31) + getStringHashCode(this.a41_1) | 0;
|
|
34570
|
+
result = imul(result, 31) + (this.b41_1 == null ? 0 : getStringHashCode(this.b41_1)) | 0;
|
|
34589
34571
|
return result;
|
|
34590
34572
|
};
|
|
34591
34573
|
protoOf(CombinationChoiceMechanicAction).equals = function (other) {
|
|
@@ -34593,13 +34575,13 @@
|
|
|
34593
34575
|
return true;
|
|
34594
34576
|
if (!(other instanceof CombinationChoiceMechanicAction))
|
|
34595
34577
|
return false;
|
|
34596
|
-
if (!(this.
|
|
34578
|
+
if (!(this.y40_1 === other.y40_1))
|
|
34597
34579
|
return false;
|
|
34598
|
-
if (!equals(this.
|
|
34580
|
+
if (!equals(this.z40_1, other.z40_1))
|
|
34599
34581
|
return false;
|
|
34600
|
-
if (!(this.
|
|
34582
|
+
if (!(this.a41_1 === other.a41_1))
|
|
34601
34583
|
return false;
|
|
34602
|
-
if (!(this.
|
|
34584
|
+
if (!(this.b41_1 == other.b41_1))
|
|
34603
34585
|
return false;
|
|
34604
34586
|
return true;
|
|
34605
34587
|
};
|
|
@@ -34607,35 +34589,35 @@
|
|
|
34607
34589
|
combinations = combinations === VOID ? null : combinations;
|
|
34608
34590
|
aid = aid === VOID ? null : aid;
|
|
34609
34591
|
MechanicAction.call(this);
|
|
34610
|
-
this.
|
|
34611
|
-
this.
|
|
34612
|
-
this.
|
|
34613
|
-
this.
|
|
34614
|
-
this.
|
|
34592
|
+
this.c41_1 = card;
|
|
34593
|
+
this.d41_1 = combinations;
|
|
34594
|
+
this.e41_1 = currentTurnPlayerId;
|
|
34595
|
+
this.f41_1 = nextTurnPlayerIds;
|
|
34596
|
+
this.g41_1 = aid;
|
|
34615
34597
|
}
|
|
34616
34598
|
protoOf(PutCardMechanicAction).m3x = function () {
|
|
34617
|
-
return this.
|
|
34599
|
+
return this.g41_1;
|
|
34618
34600
|
};
|
|
34619
34601
|
protoOf(PutCardMechanicAction).o1p = function () {
|
|
34620
|
-
return this.
|
|
34602
|
+
return this.e41_1;
|
|
34621
34603
|
};
|
|
34622
34604
|
protoOf(PutCardMechanicAction).toString = function () {
|
|
34623
|
-
var tmp = "currentTurnPlayerId='" + this.
|
|
34605
|
+
var tmp = "currentTurnPlayerId='" + this.e41_1 + "'";
|
|
34624
34606
|
// Inline function 'kotlin.takeIf' call
|
|
34625
|
-
var this_0 = 'nextTurnPlayerIds=' + toString(this.
|
|
34607
|
+
var this_0 = 'nextTurnPlayerIds=' + toString(this.f41_1);
|
|
34626
34608
|
var tmp_0;
|
|
34627
34609
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
34628
|
-
if (!this.
|
|
34610
|
+
if (!this.f41_1.r()) {
|
|
34629
34611
|
tmp_0 = this_0;
|
|
34630
34612
|
} else {
|
|
34631
34613
|
tmp_0 = null;
|
|
34632
34614
|
}
|
|
34633
34615
|
var tmp_1 = tmp_0;
|
|
34634
|
-
var tmp_2 = 'card=' + this.
|
|
34616
|
+
var tmp_2 = 'card=' + this.c41_1.toString();
|
|
34635
34617
|
// Inline function 'kotlin.takeIf' call
|
|
34636
|
-
var this_1 = 'combinations=' + toString_0(this.
|
|
34618
|
+
var this_1 = 'combinations=' + toString_0(this.d41_1);
|
|
34637
34619
|
var tmp_3;
|
|
34638
|
-
var tmp0_safe_receiver = this.
|
|
34620
|
+
var tmp0_safe_receiver = this.d41_1;
|
|
34639
34621
|
var tmp_4;
|
|
34640
34622
|
if (tmp0_safe_receiver == null) {
|
|
34641
34623
|
tmp_4 = null;
|
|
@@ -34650,9 +34632,9 @@
|
|
|
34650
34632
|
}
|
|
34651
34633
|
var tmp_5 = tmp_3;
|
|
34652
34634
|
// Inline function 'kotlin.takeIf' call
|
|
34653
|
-
var this_2 = 'aid=' + this.
|
|
34635
|
+
var this_2 = 'aid=' + this.g41_1;
|
|
34654
34636
|
var tmp_6;
|
|
34655
|
-
if (!(this.
|
|
34637
|
+
if (!(this.g41_1 == null)) {
|
|
34656
34638
|
tmp_6 = this_2;
|
|
34657
34639
|
} else {
|
|
34658
34640
|
tmp_6 = null;
|
|
@@ -34661,11 +34643,11 @@
|
|
|
34661
34643
|
return 'PutCardMechanicAction(' + joinToString(listOfNotNull([tmp, tmp_1, tmp_2, tmp_5, tmp$ret$7])) + ')';
|
|
34662
34644
|
};
|
|
34663
34645
|
protoOf(PutCardMechanicAction).hashCode = function () {
|
|
34664
|
-
var result = this.
|
|
34665
|
-
result = imul(result, 31) + (this.
|
|
34666
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
34667
|
-
result = imul(result, 31) + hashCode(this.
|
|
34668
|
-
result = imul(result, 31) + (this.
|
|
34646
|
+
var result = this.c41_1.hashCode();
|
|
34647
|
+
result = imul(result, 31) + (this.d41_1 == null ? 0 : hashCode(this.d41_1)) | 0;
|
|
34648
|
+
result = imul(result, 31) + getStringHashCode(this.e41_1) | 0;
|
|
34649
|
+
result = imul(result, 31) + hashCode(this.f41_1) | 0;
|
|
34650
|
+
result = imul(result, 31) + (this.g41_1 == null ? 0 : getStringHashCode(this.g41_1)) | 0;
|
|
34669
34651
|
return result;
|
|
34670
34652
|
};
|
|
34671
34653
|
protoOf(PutCardMechanicAction).equals = function (other) {
|
|
@@ -34673,33 +34655,33 @@
|
|
|
34673
34655
|
return true;
|
|
34674
34656
|
if (!(other instanceof PutCardMechanicAction))
|
|
34675
34657
|
return false;
|
|
34676
|
-
if (!this.
|
|
34658
|
+
if (!this.c41_1.equals(other.c41_1))
|
|
34677
34659
|
return false;
|
|
34678
|
-
if (!equals(this.
|
|
34660
|
+
if (!equals(this.d41_1, other.d41_1))
|
|
34679
34661
|
return false;
|
|
34680
|
-
if (!(this.
|
|
34662
|
+
if (!(this.e41_1 === other.e41_1))
|
|
34681
34663
|
return false;
|
|
34682
|
-
if (!equals(this.
|
|
34664
|
+
if (!equals(this.f41_1, other.f41_1))
|
|
34683
34665
|
return false;
|
|
34684
|
-
if (!(this.
|
|
34666
|
+
if (!(this.g41_1 == other.g41_1))
|
|
34685
34667
|
return false;
|
|
34686
34668
|
return true;
|
|
34687
34669
|
};
|
|
34688
34670
|
function TrumpMechanicAction(suit, aid) {
|
|
34689
34671
|
aid = aid === VOID ? null : aid;
|
|
34690
34672
|
MechanicAction.call(this);
|
|
34691
|
-
this.
|
|
34692
|
-
this.
|
|
34673
|
+
this.h41_1 = suit;
|
|
34674
|
+
this.i41_1 = aid;
|
|
34693
34675
|
}
|
|
34694
34676
|
protoOf(TrumpMechanicAction).m3x = function () {
|
|
34695
|
-
return this.
|
|
34677
|
+
return this.i41_1;
|
|
34696
34678
|
};
|
|
34697
34679
|
protoOf(TrumpMechanicAction).toString = function () {
|
|
34698
|
-
return 'TrumpMechanicAction(suit=' + this.
|
|
34680
|
+
return 'TrumpMechanicAction(suit=' + this.h41_1.toString() + ', aid=' + this.i41_1 + ')';
|
|
34699
34681
|
};
|
|
34700
34682
|
protoOf(TrumpMechanicAction).hashCode = function () {
|
|
34701
|
-
var result = this.
|
|
34702
|
-
result = imul(result, 31) + (this.
|
|
34683
|
+
var result = this.h41_1.hashCode();
|
|
34684
|
+
result = imul(result, 31) + (this.i41_1 == null ? 0 : getStringHashCode(this.i41_1)) | 0;
|
|
34703
34685
|
return result;
|
|
34704
34686
|
};
|
|
34705
34687
|
protoOf(TrumpMechanicAction).equals = function (other) {
|
|
@@ -34707,29 +34689,29 @@
|
|
|
34707
34689
|
return true;
|
|
34708
34690
|
if (!(other instanceof TrumpMechanicAction))
|
|
34709
34691
|
return false;
|
|
34710
|
-
if (!this.
|
|
34692
|
+
if (!this.h41_1.equals(other.h41_1))
|
|
34711
34693
|
return false;
|
|
34712
|
-
if (!(this.
|
|
34694
|
+
if (!(this.i41_1 == other.i41_1))
|
|
34713
34695
|
return false;
|
|
34714
34696
|
return true;
|
|
34715
34697
|
};
|
|
34716
34698
|
function PickUpBribeMechanicAction(whoGotBribePlayerId, numberOfBribe, aid) {
|
|
34717
34699
|
aid = aid === VOID ? null : aid;
|
|
34718
34700
|
MechanicAction.call(this);
|
|
34719
|
-
this.
|
|
34720
|
-
this.
|
|
34721
|
-
this.
|
|
34701
|
+
this.j41_1 = whoGotBribePlayerId;
|
|
34702
|
+
this.k41_1 = numberOfBribe;
|
|
34703
|
+
this.l41_1 = aid;
|
|
34722
34704
|
}
|
|
34723
34705
|
protoOf(PickUpBribeMechanicAction).m3x = function () {
|
|
34724
|
-
return this.
|
|
34706
|
+
return this.l41_1;
|
|
34725
34707
|
};
|
|
34726
34708
|
protoOf(PickUpBribeMechanicAction).toString = function () {
|
|
34727
|
-
return 'PickUpBribeMechanicAction(whoGotBribePlayerId=' + this.
|
|
34709
|
+
return 'PickUpBribeMechanicAction(whoGotBribePlayerId=' + this.j41_1 + ', numberOfBribe=' + this.k41_1 + ', aid=' + this.l41_1 + ')';
|
|
34728
34710
|
};
|
|
34729
34711
|
protoOf(PickUpBribeMechanicAction).hashCode = function () {
|
|
34730
|
-
var result = getStringHashCode(this.
|
|
34731
|
-
result = imul(result, 31) + this.
|
|
34732
|
-
result = imul(result, 31) + (this.
|
|
34712
|
+
var result = getStringHashCode(this.j41_1);
|
|
34713
|
+
result = imul(result, 31) + this.k41_1 | 0;
|
|
34714
|
+
result = imul(result, 31) + (this.l41_1 == null ? 0 : getStringHashCode(this.l41_1)) | 0;
|
|
34733
34715
|
return result;
|
|
34734
34716
|
};
|
|
34735
34717
|
protoOf(PickUpBribeMechanicAction).equals = function (other) {
|
|
@@ -34737,29 +34719,29 @@
|
|
|
34737
34719
|
return true;
|
|
34738
34720
|
if (!(other instanceof PickUpBribeMechanicAction))
|
|
34739
34721
|
return false;
|
|
34740
|
-
if (!(this.
|
|
34722
|
+
if (!(this.j41_1 === other.j41_1))
|
|
34741
34723
|
return false;
|
|
34742
|
-
if (!(this.
|
|
34724
|
+
if (!(this.k41_1 === other.k41_1))
|
|
34743
34725
|
return false;
|
|
34744
|
-
if (!(this.
|
|
34726
|
+
if (!(this.l41_1 == other.l41_1))
|
|
34745
34727
|
return false;
|
|
34746
34728
|
return true;
|
|
34747
34729
|
};
|
|
34748
34730
|
function WinnerCombinationsMechanicAction(winnerCombinations, aid) {
|
|
34749
34731
|
aid = aid === VOID ? null : aid;
|
|
34750
34732
|
MechanicAction.call(this);
|
|
34751
|
-
this.
|
|
34752
|
-
this.
|
|
34733
|
+
this.m41_1 = winnerCombinations;
|
|
34734
|
+
this.n41_1 = aid;
|
|
34753
34735
|
}
|
|
34754
34736
|
protoOf(WinnerCombinationsMechanicAction).m3x = function () {
|
|
34755
|
-
return this.
|
|
34737
|
+
return this.n41_1;
|
|
34756
34738
|
};
|
|
34757
34739
|
protoOf(WinnerCombinationsMechanicAction).toString = function () {
|
|
34758
|
-
return 'WinnerCombinationsMechanicAction(winnerCombinations=' + toString(this.
|
|
34740
|
+
return 'WinnerCombinationsMechanicAction(winnerCombinations=' + toString(this.m41_1) + ', aid=' + this.n41_1 + ')';
|
|
34759
34741
|
};
|
|
34760
34742
|
protoOf(WinnerCombinationsMechanicAction).hashCode = function () {
|
|
34761
|
-
var result = hashCode(this.
|
|
34762
|
-
result = imul(result, 31) + (this.
|
|
34743
|
+
var result = hashCode(this.m41_1);
|
|
34744
|
+
result = imul(result, 31) + (this.n41_1 == null ? 0 : getStringHashCode(this.n41_1)) | 0;
|
|
34763
34745
|
return result;
|
|
34764
34746
|
};
|
|
34765
34747
|
protoOf(WinnerCombinationsMechanicAction).equals = function (other) {
|
|
@@ -34767,27 +34749,27 @@
|
|
|
34767
34749
|
return true;
|
|
34768
34750
|
if (!(other instanceof WinnerCombinationsMechanicAction))
|
|
34769
34751
|
return false;
|
|
34770
|
-
if (!equals(this.
|
|
34752
|
+
if (!equals(this.m41_1, other.m41_1))
|
|
34771
34753
|
return false;
|
|
34772
|
-
if (!(this.
|
|
34754
|
+
if (!(this.n41_1 == other.n41_1))
|
|
34773
34755
|
return false;
|
|
34774
34756
|
return true;
|
|
34775
34757
|
};
|
|
34776
34758
|
function MessageMechanicAction(message, aid) {
|
|
34777
34759
|
aid = aid === VOID ? null : aid;
|
|
34778
34760
|
MechanicAction.call(this);
|
|
34779
|
-
this.
|
|
34780
|
-
this.
|
|
34761
|
+
this.o41_1 = message;
|
|
34762
|
+
this.p41_1 = aid;
|
|
34781
34763
|
}
|
|
34782
34764
|
protoOf(MessageMechanicAction).m3x = function () {
|
|
34783
|
-
return this.
|
|
34765
|
+
return this.p41_1;
|
|
34784
34766
|
};
|
|
34785
34767
|
protoOf(MessageMechanicAction).toString = function () {
|
|
34786
|
-
return 'MessageMechanicAction(message=' + toString(this.
|
|
34768
|
+
return 'MessageMechanicAction(message=' + toString(this.o41_1) + ', aid=' + this.p41_1 + ')';
|
|
34787
34769
|
};
|
|
34788
34770
|
protoOf(MessageMechanicAction).hashCode = function () {
|
|
34789
|
-
var result = hashCode(this.
|
|
34790
|
-
result = imul(result, 31) + (this.
|
|
34771
|
+
var result = hashCode(this.o41_1);
|
|
34772
|
+
result = imul(result, 31) + (this.p41_1 == null ? 0 : getStringHashCode(this.p41_1)) | 0;
|
|
34791
34773
|
return result;
|
|
34792
34774
|
};
|
|
34793
34775
|
protoOf(MessageMechanicAction).equals = function (other) {
|
|
@@ -34795,27 +34777,27 @@
|
|
|
34795
34777
|
return true;
|
|
34796
34778
|
if (!(other instanceof MessageMechanicAction))
|
|
34797
34779
|
return false;
|
|
34798
|
-
if (!equals(this.
|
|
34780
|
+
if (!equals(this.o41_1, other.o41_1))
|
|
34799
34781
|
return false;
|
|
34800
|
-
if (!(this.
|
|
34782
|
+
if (!(this.p41_1 == other.p41_1))
|
|
34801
34783
|
return false;
|
|
34802
34784
|
return true;
|
|
34803
34785
|
};
|
|
34804
34786
|
function ErrorAction(error, aid) {
|
|
34805
34787
|
aid = aid === VOID ? null : aid;
|
|
34806
34788
|
MechanicAction.call(this);
|
|
34807
|
-
this.
|
|
34808
|
-
this.
|
|
34789
|
+
this.q41_1 = error;
|
|
34790
|
+
this.r41_1 = aid;
|
|
34809
34791
|
}
|
|
34810
34792
|
protoOf(ErrorAction).m3x = function () {
|
|
34811
|
-
return this.
|
|
34793
|
+
return this.r41_1;
|
|
34812
34794
|
};
|
|
34813
34795
|
protoOf(ErrorAction).toString = function () {
|
|
34814
|
-
return 'ErrorAction(error=' + this.
|
|
34796
|
+
return 'ErrorAction(error=' + this.q41_1.toString() + ', aid=' + this.r41_1 + ')';
|
|
34815
34797
|
};
|
|
34816
34798
|
protoOf(ErrorAction).hashCode = function () {
|
|
34817
|
-
var result = this.
|
|
34818
|
-
result = imul(result, 31) + (this.
|
|
34799
|
+
var result = this.q41_1.hashCode();
|
|
34800
|
+
result = imul(result, 31) + (this.r41_1 == null ? 0 : getStringHashCode(this.r41_1)) | 0;
|
|
34819
34801
|
return result;
|
|
34820
34802
|
};
|
|
34821
34803
|
protoOf(ErrorAction).equals = function (other) {
|
|
@@ -34823,9 +34805,9 @@
|
|
|
34823
34805
|
return true;
|
|
34824
34806
|
if (!(other instanceof ErrorAction))
|
|
34825
34807
|
return false;
|
|
34826
|
-
if (!this.
|
|
34808
|
+
if (!this.q41_1.equals(other.q41_1))
|
|
34827
34809
|
return false;
|
|
34828
|
-
if (!(this.
|
|
34810
|
+
if (!(this.r41_1 == other.r41_1))
|
|
34829
34811
|
return false;
|
|
34830
34812
|
return true;
|
|
34831
34813
|
};
|
|
@@ -35358,9 +35340,9 @@
|
|
|
35358
35340
|
}
|
|
35359
35341
|
}
|
|
35360
35342
|
function GameHelperImpl(logger) {
|
|
35361
|
-
this.
|
|
35343
|
+
this.v41_1 = logger;
|
|
35362
35344
|
}
|
|
35363
|
-
protoOf(GameHelperImpl).
|
|
35345
|
+
protoOf(GameHelperImpl).s41 = function (store, playerIds, includeBots) {
|
|
35364
35346
|
var state = store.state;
|
|
35365
35347
|
var tmp;
|
|
35366
35348
|
if (!state.q2e()) {
|
|
@@ -35406,7 +35388,7 @@
|
|
|
35406
35388
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
35407
35389
|
return copyToArray(destination_1);
|
|
35408
35390
|
};
|
|
35409
|
-
protoOf(GameHelperImpl).
|
|
35391
|
+
protoOf(GameHelperImpl).t41 = function (store, playerIds, includeBots) {
|
|
35410
35392
|
var state = store.state;
|
|
35411
35393
|
var tmp;
|
|
35412
35394
|
if (!state.q2e()) {
|
|
@@ -35577,10 +35559,10 @@
|
|
|
35577
35559
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
35578
35560
|
return copyToArray(destination);
|
|
35579
35561
|
};
|
|
35580
|
-
protoOf(GameHelperImpl).
|
|
35562
|
+
protoOf(GameHelperImpl).u41 = function (mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) {
|
|
35581
35563
|
var roomMode = mapToRoomMode(mode);
|
|
35582
35564
|
var isEnableChoosePartnerScreen = (transition == null || transition.isEnableChoosePartnerScreen) && roomMode.isEnableChoosePartnerScreen;
|
|
35583
|
-
this.
|
|
35565
|
+
this.v41_1.v(VOID, 'createConfig: ' + ('mode = ' + roomMode.toString() + ', ') + ('transition = ' + toString_0(transition) + ', ') + ('isPrivate = ' + isPrivate + ', ') + ('dealerStrategy = ' + dealerStrategy + ', ') + ('league = ' + league + ', ') + ('isEnableChoosePartnerScreen = ' + isEnableChoosePartnerScreen + ' '));
|
|
35584
35566
|
var options = Companion_instance_145.getServerOptions(isEnableChat, isBotsEnabled, isEnableChoosePartnerScreen);
|
|
35585
35567
|
var playersMode = this.mapPlayers(players);
|
|
35586
35568
|
var pointsMode = this.mapPoints(points);
|
|
@@ -36015,40 +35997,40 @@
|
|
|
36015
35997
|
function getRandomAvatarData_0($this) {
|
|
36016
35998
|
var avatarSetNumber = Default_getInstance().wd(get_entries_5().o());
|
|
36017
35999
|
var avatarSet = get_entries_5().p(avatarSetNumber);
|
|
36018
|
-
return new AvatarData(Default_getInstance().wd(avatarSet.
|
|
36000
|
+
return new AvatarData(Default_getInstance().wd(avatarSet.c42()), avatarSet);
|
|
36019
36001
|
}
|
|
36020
36002
|
function getAvatarUrlByIndex($this, data) {
|
|
36021
36003
|
return mapToPattern($this, data);
|
|
36022
36004
|
}
|
|
36023
36005
|
function getNicknameByIndex($this, data) {
|
|
36024
|
-
return data.
|
|
36006
|
+
return data.e42_1.f42(data.d42_1);
|
|
36025
36007
|
}
|
|
36026
36008
|
function mapToPattern($this, data) {
|
|
36027
|
-
return 'debertz://raspberry.games/' + data.
|
|
36009
|
+
return 'debertz://raspberry.games/' + data.e42_1.h2_1 + '/' + data.d42_1;
|
|
36028
36010
|
}
|
|
36029
36011
|
function Companion_152() {
|
|
36030
36012
|
Companion_instance_156 = this;
|
|
36031
|
-
this.
|
|
36013
|
+
this.g42_1 = 'debertz://raspberry.games';
|
|
36032
36014
|
var tmp = this;
|
|
36033
36015
|
// Inline function 'kotlin.arrayOf' call
|
|
36034
36016
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
36035
36017
|
// Inline function 'kotlin.js.asDynamic' call
|
|
36036
|
-
tmp.
|
|
36018
|
+
tmp.h42_1 = ['Helen', 'Kelvin', 'Josh', 'Cler', 'Anna', 'Emily', 'Tom', 'Peter', 'Kate', 'Lucy', 'Bob', 'Holly', 'Alex', 'Mark', 'Sarah', 'Naomi'];
|
|
36037
36019
|
var tmp_0 = this;
|
|
36038
36020
|
// Inline function 'kotlin.arrayOf' call
|
|
36039
36021
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
36040
36022
|
// Inline function 'kotlin.js.asDynamic' call
|
|
36041
|
-
tmp_0.
|
|
36023
|
+
tmp_0.i42_1 = ['\u0422\u0430\u043D\u044F', 'TheBest', '\u0425\u0430\u0440\u043A\u0456\u0432\u041C\u0456\u0441\u0442\u043E\u0413\u0435\u0440\u043E\u0439', '\u0412\u0430\u043B\u044F', '\u041C\u0430\u0440\u0433\u0430\u0440\u0438\u0442\u0430', 'Dasha', '\u0410\u0440\u0442\u0435\u043C', '\u041F\u0435\u0442\u0440\u043E\u0432\u0438\u0447', '\u041A\u0440\u0438\u0441', '\u041C\u0430\u0440\u0456\u0430\u043D\u0430', '\u0421\u0430\u043B\u0442\u0456\u0432\u043A\u0430', '\u042F\u043D\u0430', 'Alex', '\u041E\u0434\u0435\u0441\u0441\u0430\u041C\u0430\u043C\u0430', 'Vika', '\u0421\u0432\u0456\u0442\u043B\u0430\u043D\u0430'];
|
|
36042
36024
|
var tmp_1 = this;
|
|
36043
36025
|
// Inline function 'kotlin.arrayOf' call
|
|
36044
36026
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
36045
36027
|
// Inline function 'kotlin.js.asDynamic' call
|
|
36046
|
-
tmp_1.
|
|
36028
|
+
tmp_1.j42_1 = ['Fedya', 'Shurik', 'Student', 'Student girl', 'District policeman', 'George', 'Zina', 'Shuller', 'Tanya', 'Katerina', 'Innocent', 'Lyolik', 'Nina', 'Experienced', 'Jigid', 'Just a Tsar'];
|
|
36047
36029
|
var tmp_2 = this;
|
|
36048
36030
|
// Inline function 'kotlin.arrayOf' call
|
|
36049
36031
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
36050
36032
|
// Inline function 'kotlin.js.asDynamic' call
|
|
36051
|
-
tmp_2.
|
|
36033
|
+
tmp_2.k42_1 = ['\u0423\u0441\u0456\u043C\u0414\u043E\u0431\u0440\u0430', '\u0410\u043B\u0435\u043A\u0441', 'MOLOTOK', '\u041B\u042F\u041B\u042F', '\u0406\u0412\u0410\u041D', '\u041C\u0438\u043A\u0438\u0442\u0430', '\u0410\u043B\u0456\u0441\u0430', '\u041C\u0430\u043A\u0441\u0438\u043C', '\u0421\u043E\u043B\u043E\u043C\u0456\u044F', '\u0414\u0436\u0435\u0432\u0435\u043B\u0456\u043D\u0430', '\u041A\u0441\u044E\u0445\u0430', '\u0422\u0410\u0420\u0410\u0421', '\u041E\u043B\u044F', '\u0414\u043E\u0420\u043E\u0431\u043E\u0442\u0438', '\u0421\u043B\u0430\u0432\u0430\u0417\u0421\u0423!', '\u0426\u0430\u0440\u044C\u0414\u0435\u0431\u0430'];
|
|
36052
36034
|
}
|
|
36053
36035
|
var Companion_instance_156;
|
|
36054
36036
|
function Companion_getInstance_159() {
|
|
@@ -36059,14 +36041,14 @@
|
|
|
36059
36041
|
function AvatarSet(name, ordinal) {
|
|
36060
36042
|
Enum.call(this, name, ordinal);
|
|
36061
36043
|
}
|
|
36062
|
-
protoOf(AvatarSet).
|
|
36044
|
+
protoOf(AvatarSet).c42 = function () {
|
|
36063
36045
|
var tmp;
|
|
36064
36046
|
switch (this.h2_1) {
|
|
36065
36047
|
case 0:
|
|
36066
|
-
tmp = Companion_getInstance_159().
|
|
36048
|
+
tmp = Companion_getInstance_159().i42_1.length;
|
|
36067
36049
|
break;
|
|
36068
36050
|
case 1:
|
|
36069
|
-
tmp = Companion_getInstance_159().
|
|
36051
|
+
tmp = Companion_getInstance_159().k42_1.length;
|
|
36070
36052
|
break;
|
|
36071
36053
|
default:
|
|
36072
36054
|
noWhenBranchMatchedException();
|
|
@@ -36074,14 +36056,14 @@
|
|
|
36074
36056
|
}
|
|
36075
36057
|
return tmp;
|
|
36076
36058
|
};
|
|
36077
|
-
protoOf(AvatarSet).
|
|
36059
|
+
protoOf(AvatarSet).f42 = function (index) {
|
|
36078
36060
|
var tmp;
|
|
36079
36061
|
switch (this.h2_1) {
|
|
36080
36062
|
case 0:
|
|
36081
|
-
tmp = Companion_getInstance_159().
|
|
36063
|
+
tmp = Companion_getInstance_159().i42_1[index];
|
|
36082
36064
|
break;
|
|
36083
36065
|
case 1:
|
|
36084
|
-
tmp = Companion_getInstance_159().
|
|
36066
|
+
tmp = Companion_getInstance_159().k42_1[index];
|
|
36085
36067
|
break;
|
|
36086
36068
|
default:
|
|
36087
36069
|
noWhenBranchMatchedException();
|
|
@@ -36090,8 +36072,8 @@
|
|
|
36090
36072
|
return tmp;
|
|
36091
36073
|
};
|
|
36092
36074
|
function AvatarData(index, avatarSet) {
|
|
36093
|
-
this.
|
|
36094
|
-
this.
|
|
36075
|
+
this.d42_1 = index;
|
|
36076
|
+
this.e42_1 = avatarSet;
|
|
36095
36077
|
}
|
|
36096
36078
|
function AvatarSet_ORIGIN_getInstance() {
|
|
36097
36079
|
AvatarSet_initEntries();
|
|
@@ -36104,7 +36086,7 @@
|
|
|
36104
36086
|
function GameResourcesImpl() {
|
|
36105
36087
|
Companion_getInstance_159();
|
|
36106
36088
|
}
|
|
36107
|
-
protoOf(GameResourcesImpl).
|
|
36089
|
+
protoOf(GameResourcesImpl).z41 = function (playerId, existingNicknames) {
|
|
36108
36090
|
return createUser(this, playerId, existingNicknames);
|
|
36109
36091
|
};
|
|
36110
36092
|
protoOf(GameResourcesImpl).createBotUsers = function (playerIds) {
|
|
@@ -36145,45 +36127,45 @@
|
|
|
36145
36127
|
}
|
|
36146
36128
|
var WARN;
|
|
36147
36129
|
function LoggerCallbacksWrapperLoggerOutput(loggerCallback) {
|
|
36148
|
-
this.
|
|
36130
|
+
this.l42_1 = loggerCallback;
|
|
36149
36131
|
}
|
|
36150
36132
|
protoOf(LoggerCallbacksWrapperLoggerOutput).j16 = function (tag, message, payload) {
|
|
36151
|
-
this.
|
|
36133
|
+
this.l42_1('debug', tag, message, null, payload);
|
|
36152
36134
|
};
|
|
36153
36135
|
protoOf(LoggerCallbacksWrapperLoggerOutput).k16 = function (tag, message, exception, payload) {
|
|
36154
|
-
this.
|
|
36136
|
+
this.l42_1('error', tag, generateMsg(message, exception), exception, payload);
|
|
36155
36137
|
};
|
|
36156
36138
|
protoOf(LoggerCallbacksWrapperLoggerOutput).n16 = function (tag, message, payload) {
|
|
36157
|
-
this.
|
|
36139
|
+
this.l42_1('debug', tag, message, null, payload);
|
|
36158
36140
|
};
|
|
36159
36141
|
protoOf(LoggerCallbacksWrapperLoggerOutput).m16 = function (tag, message, exception, payload) {
|
|
36160
|
-
this.
|
|
36142
|
+
this.l42_1('debug', tag, generateMsg(message, exception), exception, payload);
|
|
36161
36143
|
};
|
|
36162
36144
|
protoOf(LoggerCallbacksWrapperLoggerOutput).l16 = function (tag, message, exception, payload) {
|
|
36163
|
-
this.
|
|
36145
|
+
this.l42_1('warn', tag, generateMsg(message, exception), exception, payload);
|
|
36164
36146
|
};
|
|
36165
36147
|
function ParserHelper() {
|
|
36166
36148
|
}
|
|
36167
36149
|
function ParserHelperImpl(json, encoderDecoderProvider) {
|
|
36168
|
-
this.
|
|
36169
|
-
this.
|
|
36150
|
+
this.m42_1 = json;
|
|
36151
|
+
this.n42_1 = encoderDecoderProvider;
|
|
36170
36152
|
}
|
|
36171
36153
|
protoOf(ParserHelperImpl).encodeFromClientEvent = function (action) {
|
|
36172
|
-
return this.
|
|
36154
|
+
return this.n42_1.x3w(mapToDto_20(action));
|
|
36173
36155
|
};
|
|
36174
36156
|
protoOf(ParserHelperImpl).decodeFromClientEvent = function (fromPlayerId, json) {
|
|
36175
|
-
return mapFromDto_16(this.
|
|
36157
|
+
return mapFromDto_16(this.n42_1.a3x(json), fromPlayerId);
|
|
36176
36158
|
};
|
|
36177
36159
|
protoOf(ParserHelperImpl).encodeToClientEvent = function (action) {
|
|
36178
|
-
return this.
|
|
36160
|
+
return this.n42_1.y3w(mapToDto_74(action));
|
|
36179
36161
|
};
|
|
36180
36162
|
protoOf(ParserHelperImpl).decodeToClientEventToMechanicActions = function (playerId, engine, json) {
|
|
36181
36163
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
36182
|
-
var this_0 = mapFromClientDtoListWithPayload(this.
|
|
36164
|
+
var this_0 = mapFromClientDtoListWithPayload(this.n42_1.b3x(json), playerId, engine);
|
|
36183
36165
|
return copyToArray(this_0);
|
|
36184
36166
|
};
|
|
36185
36167
|
protoOf(ParserHelperImpl).encodeGameRound = function (round) {
|
|
36186
|
-
var tmp0 = this.
|
|
36168
|
+
var tmp0 = this.m42_1;
|
|
36187
36169
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
36188
36170
|
var value = mapToDto_34(round);
|
|
36189
36171
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -36194,7 +36176,7 @@
|
|
|
36194
36176
|
return tmp0.b1w(tmp$ret$1, value);
|
|
36195
36177
|
};
|
|
36196
36178
|
protoOf(ParserHelperImpl).encodeGameRoundItems = function (round) {
|
|
36197
|
-
var tmp0 = this.
|
|
36179
|
+
var tmp0 = this.m42_1;
|
|
36198
36180
|
// Inline function 'kotlin.collections.map' call
|
|
36199
36181
|
var this_0 = round.items;
|
|
36200
36182
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -36216,7 +36198,7 @@
|
|
|
36216
36198
|
return tmp0.b1w(tmp$ret$4, destination);
|
|
36217
36199
|
};
|
|
36218
36200
|
protoOf(ParserHelperImpl).encodeGameMetadata = function (metadata) {
|
|
36219
|
-
var tmp0 = this.
|
|
36201
|
+
var tmp0 = this.m42_1;
|
|
36220
36202
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
36221
36203
|
var value = mapToDto_33(metadata);
|
|
36222
36204
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -36227,7 +36209,7 @@
|
|
|
36227
36209
|
return tmp0.b1w(tmp$ret$1, value);
|
|
36228
36210
|
};
|
|
36229
36211
|
protoOf(ParserHelperImpl).encodeRoomConfig = function (config) {
|
|
36230
|
-
var tmp0 = this.
|
|
36212
|
+
var tmp0 = this.m42_1;
|
|
36231
36213
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
36232
36214
|
var value = mapToDto_59(config);
|
|
36233
36215
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -36238,7 +36220,7 @@
|
|
|
36238
36220
|
return tmp0.b1w(tmp$ret$1, value);
|
|
36239
36221
|
};
|
|
36240
36222
|
protoOf(ParserHelperImpl).encodeGameToRoomTransition = function (transition) {
|
|
36241
|
-
var tmp0 = this.
|
|
36223
|
+
var tmp0 = this.m42_1;
|
|
36242
36224
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
36243
36225
|
var value = mapToDto_95(transition);
|
|
36244
36226
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -36250,7 +36232,7 @@
|
|
|
36250
36232
|
};
|
|
36251
36233
|
protoOf(ParserHelperImpl).decodeGameToRoomTransition = function (json) {
|
|
36252
36234
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
36253
|
-
var this_0 = this.
|
|
36235
|
+
var this_0 = this.m42_1;
|
|
36254
36236
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
36255
36237
|
var this_1 = this_0.zn();
|
|
36256
36238
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -36261,7 +36243,7 @@
|
|
|
36261
36243
|
};
|
|
36262
36244
|
protoOf(ParserHelperImpl).decodeTableStateWithActions = function (json) {
|
|
36263
36245
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
36264
|
-
var this_0 = this.
|
|
36246
|
+
var this_0 = this.m42_1;
|
|
36265
36247
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
36266
36248
|
var this_1 = this_0.zn();
|
|
36267
36249
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -36271,7 +36253,7 @@
|
|
|
36271
36253
|
return mapFromDto_97(tmp$ret$2);
|
|
36272
36254
|
};
|
|
36273
36255
|
protoOf(ParserHelperImpl).encodeTableStateWithActions = function (table) {
|
|
36274
|
-
var tmp0 = this.
|
|
36256
|
+
var tmp0 = this.m42_1;
|
|
36275
36257
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
36276
36258
|
var value = mapToDto_126(table);
|
|
36277
36259
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
@@ -36282,11 +36264,11 @@
|
|
|
36282
36264
|
return tmp0.b1w(tmp$ret$1, value);
|
|
36283
36265
|
};
|
|
36284
36266
|
protoOf(ParserHelperImpl).decodeTableLite = function (json) {
|
|
36285
|
-
return mapFromDto_64(this.
|
|
36267
|
+
return mapFromDto_64(this.n42_1.z3w(json));
|
|
36286
36268
|
};
|
|
36287
36269
|
protoOf(ParserHelperImpl).decodeFullGameHistoryToTableLite = function (json, round) {
|
|
36288
36270
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
36289
|
-
var this_0 = this.
|
|
36271
|
+
var this_0 = this.m42_1;
|
|
36290
36272
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
36291
36273
|
var this_1 = this_0.zn();
|
|
36292
36274
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -36299,16 +36281,16 @@
|
|
|
36299
36281
|
function RatingHelper() {
|
|
36300
36282
|
}
|
|
36301
36283
|
function RatingHelperImpl(userRatingInteractor) {
|
|
36302
|
-
this.
|
|
36284
|
+
this.o42_1 = userRatingInteractor;
|
|
36303
36285
|
}
|
|
36304
36286
|
protoOf(RatingHelperImpl).isValidRatingForLeague = function (league, rating) {
|
|
36305
|
-
return this.
|
|
36287
|
+
return this.o42_1.g3x(league, rating);
|
|
36306
36288
|
};
|
|
36307
36289
|
protoOf(RatingHelperImpl).mapRatingToLeague = function (rating) {
|
|
36308
|
-
return this.
|
|
36290
|
+
return this.o42_1.i3x(rating);
|
|
36309
36291
|
};
|
|
36310
36292
|
protoOf(RatingHelperImpl).getLeaguesConfig = function () {
|
|
36311
|
-
return this.
|
|
36293
|
+
return this.o42_1.h3x();
|
|
36312
36294
|
};
|
|
36313
36295
|
function engineHelpersModule() {
|
|
36314
36296
|
return Module_init_$Create$('Engine helpers Module', VOID, VOID, engineHelpersModule$lambda);
|
|
@@ -36413,14 +36395,14 @@
|
|
|
36413
36395
|
return new GameResourcesImpl();
|
|
36414
36396
|
}
|
|
36415
36397
|
function _get_logger__rkp4sl($this) {
|
|
36416
|
-
var tmp0 = $this.
|
|
36398
|
+
var tmp0 = $this.q42_1;
|
|
36417
36399
|
var tmp = KProperty1;
|
|
36418
36400
|
// Inline function 'kotlin.getValue' call
|
|
36419
36401
|
getPropertyCallableRef('logger', 1, tmp, EngineHelpersFactory$_get_logger_$ref_np7wt5(), null);
|
|
36420
36402
|
return tmp0.v1();
|
|
36421
36403
|
}
|
|
36422
36404
|
function _get_di__ndbzja($this) {
|
|
36423
|
-
var tmp0 = $this.
|
|
36405
|
+
var tmp0 = $this.r42_1;
|
|
36424
36406
|
var tmp = KProperty1;
|
|
36425
36407
|
// Inline function 'kotlin.getValue' call
|
|
36426
36408
|
getPropertyCallableRef('di', 1, tmp, EngineHelpersFactory$_get_di_$ref_w4qz4i(), null);
|
|
@@ -36429,11 +36411,11 @@
|
|
|
36429
36411
|
function EngineHelpersFactory$logger$delegate$lambda(this$0) {
|
|
36430
36412
|
return function () {
|
|
36431
36413
|
var tmp;
|
|
36432
|
-
if (this$0.
|
|
36414
|
+
if (this$0.p42_1 == null) {
|
|
36433
36415
|
tmp = null;
|
|
36434
36416
|
} else {
|
|
36435
36417
|
// Inline function 'kotlin.let' call
|
|
36436
|
-
tmp = new CombinedRaspberryLogger(mutableListOf([new LoggerCallbacksWrapperLoggerOutput(this$0.
|
|
36418
|
+
tmp = new CombinedRaspberryLogger(mutableListOf([new LoggerCallbacksWrapperLoggerOutput(this$0.p42_1)]));
|
|
36437
36419
|
}
|
|
36438
36420
|
var tmp1_elvis_lhs = tmp;
|
|
36439
36421
|
return tmp1_elvis_lhs == null ? new PlatformRaspberryLogger() : tmp1_elvis_lhs;
|
|
@@ -36523,11 +36505,11 @@
|
|
|
36523
36505
|
}
|
|
36524
36506
|
function EngineHelpersFactory(loggerCallback) {
|
|
36525
36507
|
loggerCallback = loggerCallback === VOID ? null : loggerCallback;
|
|
36526
|
-
this.
|
|
36508
|
+
this.p42_1 = loggerCallback;
|
|
36527
36509
|
var tmp = this;
|
|
36528
|
-
tmp.
|
|
36510
|
+
tmp.q42_1 = lazy_0(EngineHelpersFactory$logger$delegate$lambda(this));
|
|
36529
36511
|
var tmp_0 = this;
|
|
36530
|
-
tmp_0.
|
|
36512
|
+
tmp_0.r42_1 = lazy_0(EngineHelpersFactory$di$delegate$lambda(this));
|
|
36531
36513
|
var tmp_1 = this;
|
|
36532
36514
|
// Inline function 'org.kodein.di.instance' call
|
|
36533
36515
|
var this_0 = _get_di__ndbzja(this);
|
|
@@ -36536,7 +36518,7 @@
|
|
|
36536
36518
|
var tmp$ret$0 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
36537
36519
|
var tmp_3 = Instance(this_0, tmp$ret$0, null);
|
|
36538
36520
|
var tmp_4 = KProperty1;
|
|
36539
|
-
tmp_1.
|
|
36521
|
+
tmp_1.s42_1 = tmp_3.n2e(this, getPropertyCallableRef('ratingHelper', 1, tmp_4, EngineHelpersFactory$_get_ratingHelper_$ref_pl08ks(), null));
|
|
36540
36522
|
var tmp_5 = this;
|
|
36541
36523
|
// Inline function 'org.kodein.di.instance' call
|
|
36542
36524
|
var this_1 = _get_di__ndbzja(this);
|
|
@@ -36545,7 +36527,7 @@
|
|
|
36545
36527
|
var tmp$ret$2 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
|
|
36546
36528
|
var tmp_7 = Instance(this_1, tmp$ret$2, null);
|
|
36547
36529
|
var tmp_8 = KProperty1;
|
|
36548
|
-
tmp_5.
|
|
36530
|
+
tmp_5.t42_1 = tmp_7.n2e(this, getPropertyCallableRef('parserHelper', 1, tmp_8, EngineHelpersFactory$_get_parserHelper_$ref_egvg46(), null));
|
|
36549
36531
|
var tmp_9 = this;
|
|
36550
36532
|
// Inline function 'org.kodein.di.instance' call
|
|
36551
36533
|
var this_2 = _get_di__ndbzja(this);
|
|
@@ -36554,7 +36536,7 @@
|
|
|
36554
36536
|
var tmp$ret$4 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
|
|
36555
36537
|
var tmp_11 = Instance(this_2, tmp$ret$4, null);
|
|
36556
36538
|
var tmp_12 = KProperty1;
|
|
36557
|
-
tmp_9.
|
|
36539
|
+
tmp_9.u42_1 = tmp_11.n2e(this, getPropertyCallableRef('gameHelper', 1, tmp_12, EngineHelpersFactory$_get_gameHelper_$ref_7u8j93(), null));
|
|
36558
36540
|
var tmp_13 = this;
|
|
36559
36541
|
// Inline function 'org.kodein.di.instance' call
|
|
36560
36542
|
var this_3 = _get_di__ndbzja(this);
|
|
@@ -36563,31 +36545,31 @@
|
|
|
36563
36545
|
var tmp$ret$6 = isInterface(tmp_14, TypeToken) ? tmp_14 : THROW_CCE();
|
|
36564
36546
|
var tmp_15 = Instance(this_3, tmp$ret$6, null);
|
|
36565
36547
|
var tmp_16 = KProperty1;
|
|
36566
|
-
tmp_13.
|
|
36548
|
+
tmp_13.v42_1 = tmp_15.n2e(this, getPropertyCallableRef('gameResources', 1, tmp_16, EngineHelpersFactory$_get_gameResources_$ref_kynd2o(), null));
|
|
36567
36549
|
}
|
|
36568
|
-
protoOf(EngineHelpersFactory).
|
|
36569
|
-
var tmp0 = this.
|
|
36550
|
+
protoOf(EngineHelpersFactory).w42 = function () {
|
|
36551
|
+
var tmp0 = this.s42_1;
|
|
36570
36552
|
var tmp = KProperty1;
|
|
36571
36553
|
// Inline function 'kotlin.getValue' call
|
|
36572
36554
|
getPropertyCallableRef('ratingHelper', 1, tmp, EngineHelpersFactory$_get_ratingHelper_$ref_pl08ks_0(), null);
|
|
36573
36555
|
return tmp0.v1();
|
|
36574
36556
|
};
|
|
36575
|
-
protoOf(EngineHelpersFactory).
|
|
36576
|
-
var tmp0 = this.
|
|
36557
|
+
protoOf(EngineHelpersFactory).x42 = function () {
|
|
36558
|
+
var tmp0 = this.t42_1;
|
|
36577
36559
|
var tmp = KProperty1;
|
|
36578
36560
|
// Inline function 'kotlin.getValue' call
|
|
36579
36561
|
getPropertyCallableRef('parserHelper', 1, tmp, EngineHelpersFactory$_get_parserHelper_$ref_egvg46_0(), null);
|
|
36580
36562
|
return tmp0.v1();
|
|
36581
36563
|
};
|
|
36582
|
-
protoOf(EngineHelpersFactory).
|
|
36583
|
-
var tmp0 = this.
|
|
36564
|
+
protoOf(EngineHelpersFactory).y42 = function () {
|
|
36565
|
+
var tmp0 = this.u42_1;
|
|
36584
36566
|
var tmp = KProperty1;
|
|
36585
36567
|
// Inline function 'kotlin.getValue' call
|
|
36586
36568
|
getPropertyCallableRef('gameHelper', 1, tmp, EngineHelpersFactory$_get_gameHelper_$ref_7u8j93_0(), null);
|
|
36587
36569
|
return tmp0.v1();
|
|
36588
36570
|
};
|
|
36589
|
-
protoOf(EngineHelpersFactory).
|
|
36590
|
-
var tmp0 = this.
|
|
36571
|
+
protoOf(EngineHelpersFactory).z42 = function () {
|
|
36572
|
+
var tmp0 = this.v42_1;
|
|
36591
36573
|
var tmp = KProperty1;
|
|
36592
36574
|
// Inline function 'kotlin.getValue' call
|
|
36593
36575
|
getPropertyCallableRef('gameResources', 1, tmp, EngineHelpersFactory$_get_gameResources_$ref_kynd2o_0(), null);
|
|
@@ -37006,9 +36988,6 @@
|
|
|
37006
36988
|
defineProp(protoOf(StartGameMechanicAction), 'users', function () {
|
|
37007
36989
|
return this.t3t();
|
|
37008
36990
|
});
|
|
37009
|
-
defineProp(protoOf(StartGameMechanicAction), 'metadata', function () {
|
|
37010
|
-
return this.y3v();
|
|
37011
|
-
});
|
|
37012
36991
|
defineProp(protoOf(StartGameMechanicAction), 'usersOrder', function () {
|
|
37013
36992
|
return this.p3y();
|
|
37014
36993
|
});
|
|
@@ -37051,7 +37030,7 @@
|
|
|
37051
37030
|
return this.j2r();
|
|
37052
37031
|
});
|
|
37053
37032
|
defineProp(protoOf(SceneMechanicAction), 'actData', function () {
|
|
37054
|
-
return this.
|
|
37033
|
+
return this.n3z();
|
|
37055
37034
|
});
|
|
37056
37035
|
defineProp(protoOf(SceneMechanicAction), 'playerId', function () {
|
|
37057
37036
|
return this.o1p();
|
|
@@ -37061,16 +37040,13 @@
|
|
|
37061
37040
|
});
|
|
37062
37041
|
protoOf(PlayerConnectionChangedMechanicAction).notValidateWhenFinishing = notValidateWhenFinishing;
|
|
37063
37042
|
protoOf(PlayerConnectionChangedMechanicAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
37064
|
-
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionChangedMechanicAction).
|
|
37043
|
+
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionChangedMechanicAction).b40);
|
|
37065
37044
|
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'isDeleted', protoOf(PlayerConnectionChangedMechanicAction).r1r);
|
|
37066
37045
|
defineProp(protoOf(PlayerConnectionChangedMechanicAction), 'actionTag', function () {
|
|
37067
37046
|
return this.g1v();
|
|
37068
37047
|
});
|
|
37069
37048
|
protoOf(ContinueGameMechanicAction).notValidateWhenFinishing = notValidateWhenFinishing;
|
|
37070
37049
|
protoOf(ContinueGameMechanicAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
37071
|
-
defineProp(protoOf(ContinueGameMechanicAction), 'metadata', function () {
|
|
37072
|
-
return this.y3v();
|
|
37073
|
-
});
|
|
37074
37050
|
defineProp(protoOf(ContinueGameMechanicAction), 'id', function () {
|
|
37075
37051
|
return this.h15();
|
|
37076
37052
|
});
|
|
@@ -37099,7 +37075,7 @@
|
|
|
37099
37075
|
return this.j2r();
|
|
37100
37076
|
});
|
|
37101
37077
|
defineProp(protoOf(SceneActMechanicAction), 'actData', function () {
|
|
37102
|
-
return this.
|
|
37078
|
+
return this.n3z();
|
|
37103
37079
|
});
|
|
37104
37080
|
defineProp(protoOf(SceneActMechanicAction), 'actionTag', function () {
|
|
37105
37081
|
return this.g1v();
|
|
@@ -37160,10 +37136,10 @@
|
|
|
37160
37136
|
protoOf(LoggerCallbacksWrapperLoggerOutput).i = i;
|
|
37161
37137
|
protoOf(LoggerCallbacksWrapperLoggerOutput).v = v;
|
|
37162
37138
|
protoOf(LoggerCallbacksWrapperLoggerOutput).w = w;
|
|
37163
|
-
defineProp(protoOf(EngineHelpersFactory), 'ratingHelper', protoOf(EngineHelpersFactory).
|
|
37164
|
-
defineProp(protoOf(EngineHelpersFactory), 'parserHelper', protoOf(EngineHelpersFactory).
|
|
37165
|
-
defineProp(protoOf(EngineHelpersFactory), 'gameHelper', protoOf(EngineHelpersFactory).
|
|
37166
|
-
defineProp(protoOf(EngineHelpersFactory), 'gameResources', protoOf(EngineHelpersFactory).
|
|
37139
|
+
defineProp(protoOf(EngineHelpersFactory), 'ratingHelper', protoOf(EngineHelpersFactory).w42);
|
|
37140
|
+
defineProp(protoOf(EngineHelpersFactory), 'parserHelper', protoOf(EngineHelpersFactory).x42);
|
|
37141
|
+
defineProp(protoOf(EngineHelpersFactory), 'gameHelper', protoOf(EngineHelpersFactory).y42);
|
|
37142
|
+
defineProp(protoOf(EngineHelpersFactory), 'gameResources', protoOf(EngineHelpersFactory).z42);
|
|
37167
37143
|
//endregion
|
|
37168
37144
|
//region block: init
|
|
37169
37145
|
Companion_instance_3 = new Companion();
|