raspberry_games_server_game_logic 1.8.391 → 1.8.393

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.
Files changed (34) hide show
  1. package/Kosi-Kaverit-kaverit.js +13 -13
  2. package/Kosi-Kodein-kodein-di.js +37 -37
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +90 -90
  4. package/Logic_Debertz-core.js +58 -58
  5. package/Logic_Debertz-engine.js +104 -104
  6. package/Logic_Debertz-engine.js.map +1 -1
  7. package/Logic_Debertz-game_server.d.ts +23 -26
  8. package/Logic_Debertz-game_server.js +402 -432
  9. package/Logic_Debertz-game_server.js.map +1 -1
  10. package/error-library-error.js +5 -5
  11. package/kotlin-kotlin-stdlib.js +288 -301
  12. package/kotlin-kotlin-stdlib.js.map +1 -1
  13. package/kotlinx-atomicfu.js +9 -9
  14. package/kotlinx-coroutines-core.js +71 -71
  15. package/kotlinx-io-kotlinx-io-core.js +30 -30
  16. package/kotlinx-serialization-kotlinx-serialization-core.js +79 -79
  17. package/kotlinx-serialization-kotlinx-serialization-json.js +88 -88
  18. package/ktor-ktor-client-content-negotiation.js +21 -21
  19. package/ktor-ktor-client-core.js +67 -67
  20. package/ktor-ktor-client-logging.js +23 -23
  21. package/ktor-ktor-events.js +5 -5
  22. package/ktor-ktor-http.js +72 -72
  23. package/ktor-ktor-io.js +50 -50
  24. package/ktor-ktor-serialization-kotlinx.js +15 -15
  25. package/ktor-ktor-serialization.js +15 -15
  26. package/ktor-ktor-utils.js +45 -45
  27. package/ktor-ktor-websockets.js +13 -13
  28. package/package.json +1 -1
  29. package/random-library-crypto-rand.js +11 -11
  30. package/random-library-secure-random.js +5 -5
  31. package/raspberry-cardgame-lib-core.js +34 -34
  32. package/raspberry-cardgame-lib-logger.js +12 -12
  33. package/raspberry-cardgame-lib-random.js +39 -39
  34. package/uuid.js +12 -12
@@ -43,35 +43,35 @@
43
43
  'use strict';
44
44
  //region block: imports
45
45
  var imul = Math.imul;
46
- var CoroutineImpl = kotlin_kotlin.$_$.pa;
46
+ var CoroutineImpl = kotlin_kotlin.$_$.oa;
47
47
  var Unit_instance = kotlin_kotlin.$_$.f5;
48
- var protoOf = kotlin_kotlin.$_$.jd;
49
- var THROW_CCE = kotlin_kotlin.$_$.lh;
48
+ var protoOf = kotlin_kotlin.$_$.id;
49
+ var THROW_CCE = kotlin_kotlin.$_$.kh;
50
50
  var ToClientAction = kotlin_io_raspberryapps_game_engine_engine.$_$.g1;
51
- var initMetadataForLambda = kotlin_kotlin.$_$.nc;
51
+ var initMetadataForLambda = kotlin_kotlin.$_$.mc;
52
52
  var VOID = kotlin_kotlin.$_$.b;
53
- var isInterface = kotlin_kotlin.$_$.xc;
54
- var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.aa;
55
- var initMetadataForCoroutine = kotlin_kotlin.$_$.lc;
53
+ var isInterface = kotlin_kotlin.$_$.wc;
54
+ var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.z9;
55
+ var initMetadataForCoroutine = kotlin_kotlin.$_$.kc;
56
56
  var Flow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.t;
57
- var initMetadataForClass = kotlin_kotlin.$_$.jc;
57
+ var initMetadataForClass = kotlin_kotlin.$_$.ic;
58
58
  var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.s;
59
- var fromInt = kotlin_kotlin.$_$.eb;
59
+ var fromInt = kotlin_kotlin.$_$.db;
60
60
  var windowedByInterval = kotlin_io_raspberryapps_game_engine_core.$_$.a;
61
61
  var emitAll = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.b;
62
- var to = kotlin_kotlin.$_$.qi;
62
+ var to = kotlin_kotlin.$_$.pi;
63
63
  var AppState = kotlin_io_raspberryapps_game_engine_engine.$_$.v3;
64
- var defineProp = kotlin_kotlin.$_$.bc;
64
+ var defineProp = kotlin_kotlin.$_$.ac;
65
65
  var PlayerIdContract = kotlin_io_raspberryapps_game_engine_core.$_$.f;
66
- var KProperty1 = kotlin_kotlin.$_$.he;
67
- var getPropertyCallableRef = kotlin_kotlin.$_$.gc;
66
+ var KProperty1 = kotlin_kotlin.$_$.ge;
67
+ var getPropertyCallableRef = kotlin_kotlin.$_$.fc;
68
68
  var transformLatest = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.b1;
69
69
  var distinctUntilChanged = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.x;
70
70
  var distinctUntilChanged_0 = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.y;
71
- var initMetadataForCompanion = kotlin_kotlin.$_$.kc;
72
- var equals = kotlin_kotlin.$_$.cc;
73
- var FunctionAdapter = kotlin_kotlin.$_$.pb;
74
- var hashCode = kotlin_kotlin.$_$.ic;
71
+ var initMetadataForCompanion = kotlin_kotlin.$_$.jc;
72
+ var equals = kotlin_kotlin.$_$.bc;
73
+ var FunctionAdapter = kotlin_kotlin.$_$.ob;
74
+ var hashCode = kotlin_kotlin.$_$.hc;
75
75
  var SecureRandom = kotlin_io_raspberryapps_cardgame_random.$_$.j;
76
76
  var CoroutineScope = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.j1;
77
77
  var flow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.a1;
@@ -84,8 +84,8 @@
84
84
  var get_isFinishing = kotlin_io_raspberryapps_game_engine_engine.$_$.d4;
85
85
  var PlayerConnectionState_LIVE_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.s3;
86
86
  var PlayerConnectionState_LEFT_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.r3;
87
- var toList = kotlin_kotlin.$_$.m9;
88
- var toString = kotlin_kotlin.$_$.md;
87
+ var toList = kotlin_kotlin.$_$.l9;
88
+ var toString = kotlin_kotlin.$_$.ld;
89
89
  var Companion_instance = kotlin_io_raspberryapps_game_engine_engine.$_$.n4;
90
90
  var Reason_SERVER_ERROR_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.z3;
91
91
  var GameErrorReason = kotlin_io_raspberryapps_game_engine_core.$_$.h1;
@@ -94,7 +94,7 @@
94
94
  var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.h;
95
95
  var filterByPlayerId = kotlin_io_raspberryapps_game_engine_core.$_$.m;
96
96
  var firstOrNull = kotlin_kotlin.$_$.h7;
97
- var toMutableList = kotlin_kotlin.$_$.p9;
97
+ var toMutableList = kotlin_kotlin.$_$.o9;
98
98
  var getPlayer = kotlin_io_raspberryapps_game_engine_core.$_$.o;
99
99
  var GameEngineConfig_instance = kotlin_io_raspberryapps_game_engine_core.$_$.z4;
100
100
  var get_versionOrDefault = kotlin_io_raspberryapps_game_engine_core.$_$.l3;
@@ -113,41 +113,40 @@
113
113
  var toDomainEnumSafe = kotlin_io_raspberryapps_game_engine_core.$_$.a3;
114
114
  var Reason_DEPLOY_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.b4;
115
115
  var GameFinishedReason = kotlin_io_raspberryapps_game_engine_core.$_$.i1;
116
- var noWhenBranchMatchedException = kotlin_kotlin.$_$.ji;
116
+ var noWhenBranchMatchedException = kotlin_kotlin.$_$.ii;
117
117
  var BaseGame = kotlin_io_raspberryapps_game_engine_engine.$_$.e4;
118
118
  var emptyList = kotlin_kotlin.$_$.d7;
119
- var getKClass = kotlin_kotlin.$_$.de;
120
- var arrayOf = kotlin_kotlin.$_$.zh;
121
- var createKType = kotlin_kotlin.$_$.be;
119
+ var getKClass = kotlin_kotlin.$_$.ce;
120
+ var arrayOf = kotlin_kotlin.$_$.yh;
121
+ var createKType = kotlin_kotlin.$_$.ae;
122
122
  var typeToken = kotlin_org_kodein_type_kaverit.$_$.d;
123
123
  var TypeToken = kotlin_org_kodein_type_kaverit.$_$.b;
124
124
  var Instance = kotlin_org_kodein_di_kodein_di.$_$.f;
125
125
  var FromClientEventsObserver = kotlin_io_raspberryapps_game_engine_engine.$_$.w;
126
126
  var PlayerConnectionInteractor = kotlin_io_raspberryapps_game_engine_engine.$_$.z;
127
127
  var TeamsLogicProvider = kotlin_io_raspberryapps_game_engine_engine.$_$.r;
128
- var lazy = kotlin_kotlin.$_$.ii;
128
+ var lazy = kotlin_kotlin.$_$.hi;
129
129
  var IdsProvider = kotlin_io_raspberryapps_game_engine_core.$_$.n1;
130
130
  var ServerReduxConfig = kotlin_io_raspberryapps_game_engine_engine.$_$.g;
131
131
  var EncoderDecoderProvider = kotlin_io_raspberryapps_game_engine_engine.$_$.q;
132
- var plus = kotlin_kotlin.$_$.r8;
132
+ var plus = kotlin_kotlin.$_$.q8;
133
133
  var GameStore = kotlin_io_raspberryapps_game_engine_engine.$_$.g4;
134
- var toString_0 = kotlin_kotlin.$_$.pi;
134
+ var toString_0 = kotlin_kotlin.$_$.oi;
135
135
  var mapOf = kotlin_kotlin.$_$.j8;
136
- var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.q;
137
- var getStringHashCode = kotlin_kotlin.$_$.hc;
138
- var Enum = kotlin_kotlin.$_$.bh;
139
- var getBooleanHashCode = kotlin_kotlin.$_$.ec;
136
+ var Enum = kotlin_kotlin.$_$.ah;
137
+ var getBooleanHashCode = kotlin_kotlin.$_$.dc;
140
138
  var SealedClassSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.d;
141
139
  var SerializerFactory = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.f2;
142
- var initMetadataForInterface = kotlin_kotlin.$_$.mc;
140
+ var initMetadataForInterface = kotlin_kotlin.$_$.lc;
143
141
  var PluginGeneratedSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.e2;
144
142
  var UnknownFieldException_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g;
145
143
  var StringSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.v;
146
144
  var typeParametersSerializers = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.z1;
147
145
  var GeneratedSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.a2;
148
- var initMetadataForObject = kotlin_kotlin.$_$.oc;
146
+ var initMetadataForObject = kotlin_kotlin.$_$.nc;
149
147
  var throwMissingFieldException = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.j2;
150
- var objectCreate = kotlin_kotlin.$_$.id;
148
+ var objectCreate = kotlin_kotlin.$_$.hd;
149
+ var getStringHashCode = kotlin_kotlin.$_$.gc;
151
150
  var mapToDto = kotlin_io_raspberryapps_game_engine_engine.$_$.k;
152
151
  var mapToDto_0 = kotlin_io_raspberryapps_game_engine_engine.$_$.l;
153
152
  var Module_init_$Create$ = kotlin_org_kodein_di_kodein_di.$_$.a;
@@ -164,12 +163,13 @@
164
163
  var StoreContract = kotlin_io_raspberryapps_game_engine_engine.$_$.e3;
165
164
  var StateProvider = kotlin_io_raspberryapps_game_engine_engine.$_$.h4;
166
165
  var GameStoreContract = kotlin_io_raspberryapps_game_engine_engine.$_$.f4;
166
+ var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.q;
167
167
  var CombinedToClientAction = kotlin_io_raspberryapps_game_engine_engine.$_$.e1;
168
- var single = kotlin_kotlin.$_$.b9;
168
+ var single = kotlin_kotlin.$_$.a9;
169
169
  var copyToArray = kotlin_kotlin.$_$.y6;
170
170
  var ActionDeliveryPayload = kotlin_io_raspberryapps_game_engine_engine.$_$.d1;
171
171
  var KtList = kotlin_kotlin.$_$.n5;
172
- var Long = kotlin_kotlin.$_$.gh;
172
+ var Long = kotlin_kotlin.$_$.fh;
173
173
  var delay = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.e;
174
174
  var atomic$ref$1 = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.e;
175
175
  var get_atomicfu$reentrantLock = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.a;
@@ -248,18 +248,16 @@
248
248
  var StartNewGameMechanicAction = kotlin_io_raspberryapps_game_engine_engine.$_$.t2;
249
249
  var mapToClient_17 = kotlin_io_raspberryapps_game_engine_engine.$_$.j1;
250
250
  var Reducer = kotlin_io_raspberryapps_game_engine_core.$_$.i2;
251
- var Pair = kotlin_kotlin.$_$.ih;
252
- var plus_0 = kotlin_kotlin.$_$.p8;
253
251
  var Companion_instance_1 = kotlin_io_raspberryapps_game_engine_core.$_$.o4;
254
252
  var Companion_instance_2 = kotlin_io_raspberryapps_game_engine_core.$_$.m4;
255
253
  var Companion_getInstance = kotlin_kotlin.$_$.v4;
256
254
  var DurationUnit_MILLISECONDS_getInstance = kotlin_kotlin.$_$.c;
257
- var toDuration = kotlin_kotlin.$_$.tg;
255
+ var toDuration = kotlin_kotlin.$_$.sg;
258
256
  var BaseMechanicLifecycleReducer = kotlin_io_raspberryapps_game_engine_engine.$_$.q3;
259
257
  var GameLifecycleState_CREATED_getInstance = kotlin_io_raspberryapps_game_engine_engine.$_$.k4;
260
- var singleOrNull = kotlin_kotlin.$_$.a9;
258
+ var singleOrNull = kotlin_kotlin.$_$.z8;
261
259
  var Collection = kotlin_kotlin.$_$.h5;
262
- var toSet = kotlin_kotlin.$_$.s9;
260
+ var toSet = kotlin_kotlin.$_$.r9;
263
261
  var Spectator = kotlin_io_raspberryapps_game_engine_engine.$_$.i;
264
262
  var AppStatePayload = kotlin_io_raspberryapps_game_engine_engine.$_$.u3;
265
263
  var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.l1;
@@ -289,7 +287,7 @@
289
287
  var GameResources = kotlin_io_raspberryapps_game_engine_engine.$_$.b;
290
288
  var Logger_getInstance = kotlin_io_raspberryapps_cardgame_logger.$_$.m;
291
289
  var Companion_instance_6 = kotlin_io_raspberryapps_cardgame_logger.$_$.n;
292
- var toList_0 = kotlin_kotlin.$_$.l9;
290
+ var toList_0 = kotlin_kotlin.$_$.k9;
293
291
  var middleware = kotlin_io_raspberryapps_game_engine_core.$_$.l2;
294
292
  var get_direct = kotlin_org_kodein_di_kodein_di.$_$.g;
295
293
  var get_botGameModule = kotlin_io_raspberryapps_game_engine_engine.$_$.s;
@@ -298,6 +296,7 @@
298
296
  var FromClientActionPayloadProvider = kotlin_io_raspberryapps_game_engine_engine.$_$.b1;
299
297
  var mapFromClient = kotlin_io_raspberryapps_game_engine_engine.$_$.h1;
300
298
  var NextPlayerTurnAction = kotlin_io_raspberryapps_game_engine_engine.$_$.k2;
299
+ var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.p1;
301
300
  var get_ratingModule = kotlin_io_raspberryapps_game_engine_engine.$_$.v;
302
301
  var engineHelpersModule = kotlin_io_raspberryapps_game_engine_engine.$_$.e;
303
302
  //endregion
@@ -393,8 +392,6 @@
393
392
  }
394
393
  initMetadataForInterface(ServerGameEngineContract, 'ServerGameEngineContract', VOID, VOID, [GameStoreContract]);
395
394
  initMetadataForClass(GameServer, 'GameServer', VOID, BaseGame, [BaseGame, ServerGameEngineContract]);
396
- initMetadataForClass(RoomMetadata, 'RoomMetadata', RoomMetadata);
397
- initMetadataForClass(GameMetadata, 'GameMetadata');
398
395
  initMetadataForClass(ServerShutdownReason, 'ServerShutdownReason', VOID, Enum);
399
396
  initMetadataForCompanion(Companion_0);
400
397
  initMetadataForClass(ServerConfig, 'ServerConfig');
@@ -455,7 +452,7 @@
455
452
  dealerConfig = dealerConfig === VOID ? new DealerConfig() : dealerConfig;
456
453
  ratingConfig = ratingConfig === VOID ? new RatingConfig() : ratingConfig;
457
454
  coreConfig = coreConfig === VOID ? new CoreConfig() : coreConfig;
458
- return $super === VOID ? this.ha1(reducers, middlewares, serverConfig, logicConfig, dealerConfig, ratingConfig, coreConfig) : $super.ha1.call(this, reducers, middlewares, serverConfig, logicConfig, dealerConfig, ratingConfig, coreConfig);
455
+ return $super === VOID ? this.fa1(reducers, middlewares, serverConfig, logicConfig, dealerConfig, ratingConfig, coreConfig) : $super.fa1.call(this, reducers, middlewares, serverConfig, logicConfig, dealerConfig, ratingConfig, coreConfig);
459
456
  }
460
457
  initMetadataForInterface(GameEngineController, 'GameEngineController');
461
458
  initMetadataForClass(GameServerEngineControllerImpl$createGameEngineWithLogic$$inlined$map$1, VOID, VOID, VOID, [Reducer]);
@@ -464,6 +461,8 @@
464
461
  initMetadataForClass(GameServerHelperImpl, 'GameServerHelperImpl', GameServerHelperImpl, VOID, [GameServerHelper]);
465
462
  initMetadataForInterface(TestHelper, 'TestHelper');
466
463
  initMetadataForClass(TestHelperImpl, 'TestHelperImpl', VOID, VOID, [TestHelper]);
464
+ initMetadataForClass(RoomMetadata, 'RoomMetadata', RoomMetadata);
465
+ initMetadataForClass(GameMetadata, 'GameMetadata');
467
466
  //endregion
468
467
  function GameServer$subscribeToClientAction$slambda$slambda($subscriber, resultContinuation) {
469
468
  this.z9f_1 = $subscriber;
@@ -1131,7 +1130,7 @@
1131
1130
  var tmp0 = this.k9l_1;
1132
1131
  var value = this.l9l_1;
1133
1132
  this.r8_1 = 1;
1134
- suspendResult = tmp0.n28(value.ie_1, this);
1133
+ suspendResult = tmp0.n28(value.me_1, this);
1135
1134
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1136
1135
  return suspendResult;
1137
1136
  }
@@ -1846,7 +1845,7 @@
1846
1845
  return this.o28(collector, $completion);
1847
1846
  };
1848
1847
  function GameServer$observeTableWhenRoundChanges$lambda(old, new_0) {
1849
- return old.he_1 === new_0.he_1;
1848
+ return old.le_1 === new_0.le_1;
1850
1849
  }
1851
1850
  function GameServer$observeTableWhenRoundChanges$$inlined$map$2($this) {
1852
1851
  this.w9l_1 = $this;
@@ -2047,7 +2046,7 @@
2047
2046
  return Unit_instance;
2048
2047
  }
2049
2048
  if (!get_isCreated(this.t9q_1.state) || !this.q9q_1.u66().u6n()) {
2050
- this.q9q_1.h4q().w('GameEngine_API', 'playerLive: ' + this.r9q_1 + ' before game is created');
2049
+ this.q9q_1.h4q().v('GameEngine_API', 'playerLive: ' + this.r9q_1 + ' before game is created');
2051
2050
  return Unit_instance;
2052
2051
  }
2053
2052
  var tmp_0 = this.t9q_1.dispatch;
@@ -2980,76 +2979,6 @@
2980
2979
  serverShutdownReasonMapping = mapOf([to('deploy', ServerShutdownReason_DEPLOY_getInstance()), to('error', ServerShutdownReason_ERROR_getInstance())]);
2981
2980
  }
2982
2981
  }
2983
- function RoomMetadata(games) {
2984
- var tmp;
2985
- if (games === VOID) {
2986
- // Inline function 'kotlin.collections.mutableMapOf' call
2987
- tmp = LinkedHashMap_init_$Create$();
2988
- } else {
2989
- tmp = games;
2990
- }
2991
- games = tmp;
2992
- this.games = games;
2993
- }
2994
- protoOf(RoomMetadata).n9w = function () {
2995
- return this.games;
2996
- };
2997
- protoOf(RoomMetadata).ne = function () {
2998
- return this.games;
2999
- };
3000
- protoOf(RoomMetadata).o9w = function (games) {
3001
- return new RoomMetadata(games);
3002
- };
3003
- protoOf(RoomMetadata).copy = function (games, $super) {
3004
- games = games === VOID ? this.games : games;
3005
- return $super === VOID ? this.o9w(games) : $super.o9w.call(this, games);
3006
- };
3007
- protoOf(RoomMetadata).toString = function () {
3008
- return 'RoomMetadata(games=' + toString(this.games) + ')';
3009
- };
3010
- protoOf(RoomMetadata).hashCode = function () {
3011
- return hashCode(this.games);
3012
- };
3013
- protoOf(RoomMetadata).equals = function (other) {
3014
- if (this === other)
3015
- return true;
3016
- if (!(other instanceof RoomMetadata))
3017
- return false;
3018
- if (!equals(this.games, other.games))
3019
- return false;
3020
- return true;
3021
- };
3022
- function GameMetadata(gameId) {
3023
- this.gameId = gameId;
3024
- }
3025
- protoOf(GameMetadata).c54 = function () {
3026
- return this.gameId;
3027
- };
3028
- protoOf(GameMetadata).ne = function () {
3029
- return this.gameId;
3030
- };
3031
- protoOf(GameMetadata).a66 = function (gameId) {
3032
- return new GameMetadata(gameId);
3033
- };
3034
- protoOf(GameMetadata).copy = function (gameId, $super) {
3035
- gameId = gameId === VOID ? this.gameId : gameId;
3036
- return $super === VOID ? this.a66(gameId) : $super.a66.call(this, gameId);
3037
- };
3038
- protoOf(GameMetadata).toString = function () {
3039
- return 'GameMetadata(gameId=' + this.gameId + ')';
3040
- };
3041
- protoOf(GameMetadata).hashCode = function () {
3042
- return getStringHashCode(this.gameId);
3043
- };
3044
- protoOf(GameMetadata).equals = function (other) {
3045
- if (this === other)
3046
- return true;
3047
- if (!(other instanceof GameMetadata))
3048
- return false;
3049
- if (!(this.gameId === other.gameId))
3050
- return false;
3051
- return true;
3052
- };
3053
2982
  var ServerShutdownReason_DEPLOY_instance;
3054
2983
  var ServerShutdownReason_ERROR_instance;
3055
2984
  var ServerShutdownReason_entriesInitialized;
@@ -3084,10 +3013,10 @@
3084
3013
  this.fromRound = fromRound;
3085
3014
  this.canStartNewGame = canStartNewGame;
3086
3015
  }
3087
- protoOf(ServerConfig).p9w = function () {
3016
+ protoOf(ServerConfig).n9w = function () {
3088
3017
  return this.fromRound;
3089
3018
  };
3090
- protoOf(ServerConfig).q9w = function () {
3019
+ protoOf(ServerConfig).o9w = function () {
3091
3020
  return this.canStartNewGame;
3092
3021
  };
3093
3022
  protoOf(ServerConfig).ne = function () {
@@ -3096,13 +3025,13 @@
3096
3025
  protoOf(ServerConfig).oe = function () {
3097
3026
  return this.canStartNewGame;
3098
3027
  };
3099
- protoOf(ServerConfig).r9w = function (fromRound, canStartNewGame) {
3028
+ protoOf(ServerConfig).p9w = function (fromRound, canStartNewGame) {
3100
3029
  return new ServerConfig(fromRound, canStartNewGame);
3101
3030
  };
3102
3031
  protoOf(ServerConfig).copy = function (fromRound, canStartNewGame, $super) {
3103
3032
  fromRound = fromRound === VOID ? this.fromRound : fromRound;
3104
3033
  canStartNewGame = canStartNewGame === VOID ? this.canStartNewGame : canStartNewGame;
3105
- return $super === VOID ? this.r9w(fromRound, canStartNewGame) : $super.r9w.call(this, fromRound, canStartNewGame);
3034
+ return $super === VOID ? this.p9w(fromRound, canStartNewGame) : $super.p9w.call(this, fromRound, canStartNewGame);
3106
3035
  };
3107
3036
  protoOf(ServerConfig).toString = function () {
3108
3037
  return 'ServerConfig(fromRound=' + this.fromRound + ', canStartNewGame=' + this.canStartNewGame + ')';
@@ -3164,20 +3093,20 @@
3164
3093
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('games.jass.logic.server.data.models.serializable.TableStateUpdateDto', this, 2);
3165
3094
  tmp0_serialDesc.gz('roomId', false);
3166
3095
  tmp0_serialDesc.gz('table', false);
3167
- this.s9w_1 = tmp0_serialDesc;
3096
+ this.q9w_1 = tmp0_serialDesc;
3168
3097
  }
3169
- protoOf($serializer).t9w = function (encoder, value) {
3170
- var tmp0_desc = this.s9w_1;
3098
+ protoOf($serializer).r9w = function (encoder, value) {
3099
+ var tmp0_desc = this.q9w_1;
3171
3100
  var tmp1_output = encoder.or(tmp0_desc);
3172
- tmp1_output.dt(tmp0_desc, 0, value.u9w_1);
3101
+ tmp1_output.dt(tmp0_desc, 0, value.s9w_1);
3173
3102
  tmp1_output.dt(tmp0_desc, 1, value.table);
3174
3103
  tmp1_output.pr(tmp0_desc);
3175
3104
  };
3176
3105
  protoOf($serializer).co = function (encoder, value) {
3177
- return this.t9w(encoder, value instanceof TableStateUpdateDto ? value : THROW_CCE());
3106
+ return this.r9w(encoder, value instanceof TableStateUpdateDto ? value : THROW_CCE());
3178
3107
  };
3179
3108
  protoOf($serializer).do = function (decoder) {
3180
- var tmp0_desc = this.s9w_1;
3109
+ var tmp0_desc = this.q9w_1;
3181
3110
  var tmp1_flag = true;
3182
3111
  var tmp2_index = 0;
3183
3112
  var tmp3_bitMask0 = 0;
@@ -3212,7 +3141,7 @@
3212
3141
  return TableStateUpdateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
3213
3142
  };
3214
3143
  protoOf($serializer).bo = function () {
3215
- return this.s9w_1;
3144
+ return this.q9w_1;
3216
3145
  };
3217
3146
  protoOf($serializer).vz = function () {
3218
3147
  // Inline function 'kotlin.arrayOf' call
@@ -3228,9 +3157,9 @@
3228
3157
  }
3229
3158
  function TableStateUpdateDto_init_$Init$(seen0, roomId, table, serializationConstructorMarker, $this) {
3230
3159
  if (!(3 === (3 & seen0))) {
3231
- throwMissingFieldException(seen0, 3, $serializer_getInstance().s9w_1);
3160
+ throwMissingFieldException(seen0, 3, $serializer_getInstance().q9w_1);
3232
3161
  }
3233
- $this.u9w_1 = roomId;
3162
+ $this.s9w_1 = roomId;
3234
3163
  $this.table = table;
3235
3164
  return $this;
3236
3165
  }
@@ -3238,17 +3167,17 @@
3238
3167
  return TableStateUpdateDto_init_$Init$(seen0, roomId, table, serializationConstructorMarker, objectCreate(protoOf(TableStateUpdateDto)));
3239
3168
  }
3240
3169
  function TableStateUpdateDto(roomId, table) {
3241
- this.u9w_1 = roomId;
3170
+ this.s9w_1 = roomId;
3242
3171
  this.table = table;
3243
3172
  }
3244
3173
  protoOf(TableStateUpdateDto).p8b = function () {
3245
- return this.u9w_1;
3174
+ return this.s9w_1;
3246
3175
  };
3247
3176
  protoOf(TableStateUpdateDto).t6n = function () {
3248
3177
  return this.table;
3249
3178
  };
3250
3179
  protoOf(TableStateUpdateDto).ne = function () {
3251
- return this.u9w_1;
3180
+ return this.s9w_1;
3252
3181
  };
3253
3182
  protoOf(TableStateUpdateDto).oe = function () {
3254
3183
  return this.table;
@@ -3257,15 +3186,15 @@
3257
3186
  return new TableStateUpdateDto(roomId, table);
3258
3187
  };
3259
3188
  protoOf(TableStateUpdateDto).copy = function (roomId, table, $super) {
3260
- roomId = roomId === VOID ? this.u9w_1 : roomId;
3189
+ roomId = roomId === VOID ? this.s9w_1 : roomId;
3261
3190
  table = table === VOID ? this.table : table;
3262
3191
  return $super === VOID ? this.e54(roomId, table) : $super.e54.call(this, roomId, table);
3263
3192
  };
3264
3193
  protoOf(TableStateUpdateDto).toString = function () {
3265
- return 'TableStateUpdateDto(roomId=' + this.u9w_1 + ', table=' + this.table + ')';
3194
+ return 'TableStateUpdateDto(roomId=' + this.s9w_1 + ', table=' + this.table + ')';
3266
3195
  };
3267
3196
  protoOf(TableStateUpdateDto).hashCode = function () {
3268
- var result = getStringHashCode(this.u9w_1);
3197
+ var result = getStringHashCode(this.s9w_1);
3269
3198
  result = imul(result, 31) + getStringHashCode(this.table) | 0;
3270
3199
  return result;
3271
3200
  };
@@ -3274,7 +3203,7 @@
3274
3203
  return true;
3275
3204
  if (!(other instanceof TableStateUpdateDto))
3276
3205
  return false;
3277
- if (!(this.u9w_1 === other.u9w_1))
3206
+ if (!(this.s9w_1 === other.s9w_1))
3278
3207
  return false;
3279
3208
  if (!(this.table === other.table))
3280
3209
  return false;
@@ -3294,20 +3223,20 @@
3294
3223
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('games.jass.logic.server.data.models.serializable.ActionsStateUpdateDto', this, 2);
3295
3224
  tmp0_serialDesc.gz('roomId', false);
3296
3225
  tmp0_serialDesc.gz('actions', false);
3297
- this.v9w_1 = tmp0_serialDesc;
3226
+ this.t9w_1 = tmp0_serialDesc;
3298
3227
  }
3299
- protoOf($serializer_0).w9w = function (encoder, value) {
3300
- var tmp0_desc = this.v9w_1;
3228
+ protoOf($serializer_0).u9w = function (encoder, value) {
3229
+ var tmp0_desc = this.t9w_1;
3301
3230
  var tmp1_output = encoder.or(tmp0_desc);
3302
- tmp1_output.dt(tmp0_desc, 0, value.x9w_1);
3231
+ tmp1_output.dt(tmp0_desc, 0, value.v9w_1);
3303
3232
  tmp1_output.dt(tmp0_desc, 1, value.actions);
3304
3233
  tmp1_output.pr(tmp0_desc);
3305
3234
  };
3306
3235
  protoOf($serializer_0).co = function (encoder, value) {
3307
- return this.w9w(encoder, value instanceof ActionsStateUpdateDto ? value : THROW_CCE());
3236
+ return this.u9w(encoder, value instanceof ActionsStateUpdateDto ? value : THROW_CCE());
3308
3237
  };
3309
3238
  protoOf($serializer_0).do = function (decoder) {
3310
- var tmp0_desc = this.v9w_1;
3239
+ var tmp0_desc = this.t9w_1;
3311
3240
  var tmp1_flag = true;
3312
3241
  var tmp2_index = 0;
3313
3242
  var tmp3_bitMask0 = 0;
@@ -3342,7 +3271,7 @@
3342
3271
  return ActionsStateUpdateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
3343
3272
  };
3344
3273
  protoOf($serializer_0).bo = function () {
3345
- return this.v9w_1;
3274
+ return this.t9w_1;
3346
3275
  };
3347
3276
  protoOf($serializer_0).vz = function () {
3348
3277
  // Inline function 'kotlin.arrayOf' call
@@ -3358,9 +3287,9 @@
3358
3287
  }
3359
3288
  function ActionsStateUpdateDto_init_$Init$(seen0, roomId, actions, serializationConstructorMarker, $this) {
3360
3289
  if (!(3 === (3 & seen0))) {
3361
- throwMissingFieldException(seen0, 3, $serializer_getInstance_0().v9w_1);
3290
+ throwMissingFieldException(seen0, 3, $serializer_getInstance_0().t9w_1);
3362
3291
  }
3363
- $this.x9w_1 = roomId;
3292
+ $this.v9w_1 = roomId;
3364
3293
  $this.actions = actions;
3365
3294
  return $this;
3366
3295
  }
@@ -3368,17 +3297,17 @@
3368
3297
  return ActionsStateUpdateDto_init_$Init$(seen0, roomId, actions, serializationConstructorMarker, objectCreate(protoOf(ActionsStateUpdateDto)));
3369
3298
  }
3370
3299
  function ActionsStateUpdateDto(roomId, actions) {
3371
- this.x9w_1 = roomId;
3300
+ this.v9w_1 = roomId;
3372
3301
  this.actions = actions;
3373
3302
  }
3374
3303
  protoOf(ActionsStateUpdateDto).p8b = function () {
3375
- return this.x9w_1;
3304
+ return this.v9w_1;
3376
3305
  };
3377
3306
  protoOf(ActionsStateUpdateDto).c8c = function () {
3378
3307
  return this.actions;
3379
3308
  };
3380
3309
  protoOf(ActionsStateUpdateDto).ne = function () {
3381
- return this.x9w_1;
3310
+ return this.v9w_1;
3382
3311
  };
3383
3312
  protoOf(ActionsStateUpdateDto).oe = function () {
3384
3313
  return this.actions;
@@ -3387,15 +3316,15 @@
3387
3316
  return new ActionsStateUpdateDto(roomId, actions);
3388
3317
  };
3389
3318
  protoOf(ActionsStateUpdateDto).copy = function (roomId, actions, $super) {
3390
- roomId = roomId === VOID ? this.x9w_1 : roomId;
3319
+ roomId = roomId === VOID ? this.v9w_1 : roomId;
3391
3320
  actions = actions === VOID ? this.actions : actions;
3392
3321
  return $super === VOID ? this.e54(roomId, actions) : $super.e54.call(this, roomId, actions);
3393
3322
  };
3394
3323
  protoOf(ActionsStateUpdateDto).toString = function () {
3395
- return 'ActionsStateUpdateDto(roomId=' + this.x9w_1 + ', actions=' + this.actions + ')';
3324
+ return 'ActionsStateUpdateDto(roomId=' + this.v9w_1 + ', actions=' + this.actions + ')';
3396
3325
  };
3397
3326
  protoOf(ActionsStateUpdateDto).hashCode = function () {
3398
- var result = getStringHashCode(this.x9w_1);
3327
+ var result = getStringHashCode(this.v9w_1);
3399
3328
  result = imul(result, 31) + getStringHashCode(this.actions) | 0;
3400
3329
  return result;
3401
3330
  };
@@ -3404,7 +3333,7 @@
3404
3333
  return true;
3405
3334
  if (!(other instanceof ActionsStateUpdateDto))
3406
3335
  return false;
3407
- if (!(this.x9w_1 === other.x9w_1))
3336
+ if (!(this.v9w_1 === other.v9w_1))
3408
3337
  return false;
3409
3338
  if (!(this.actions === other.actions))
3410
3339
  return false;
@@ -3434,42 +3363,42 @@
3434
3363
  var tmp$ret$0 = mapToDto(item);
3435
3364
  destination.j(tmp$ret$0);
3436
3365
  }
3437
- return new ActionsStateUpdateDto(_this__u8e3s4.y9w_1, encoderDecoderProvider.v8i(destination));
3366
+ return new ActionsStateUpdateDto(_this__u8e3s4.w9w_1, encoderDecoderProvider.v8i(destination));
3438
3367
  }
3439
3368
  function mapToDto_3(_this__u8e3s4, encoderDecoderProvider) {
3440
- return new TableStateUpdateDto(_this__u8e3s4.z9w_1, encoderDecoderProvider.t8i(mapToDto_0(_this__u8e3s4.table)));
3369
+ return new TableStateUpdateDto(_this__u8e3s4.x9w_1, encoderDecoderProvider.t8i(mapToDto_0(_this__u8e3s4.table)));
3441
3370
  }
3442
3371
  function ServerStateUpdate() {
3443
3372
  }
3444
3373
  function TableStateUpdate(roomId, table) {
3445
- this.z9w_1 = roomId;
3374
+ this.x9w_1 = roomId;
3446
3375
  this.table = table;
3447
3376
  }
3448
3377
  protoOf(TableStateUpdate).p8b = function () {
3449
- return this.z9w_1;
3378
+ return this.x9w_1;
3450
3379
  };
3451
3380
  protoOf(TableStateUpdate).t6n = function () {
3452
3381
  return this.table;
3453
3382
  };
3454
3383
  protoOf(TableStateUpdate).ne = function () {
3455
- return this.z9w_1;
3384
+ return this.x9w_1;
3456
3385
  };
3457
3386
  protoOf(TableStateUpdate).oe = function () {
3458
3387
  return this.table;
3459
3388
  };
3460
- protoOf(TableStateUpdate).a9x = function (roomId, table) {
3389
+ protoOf(TableStateUpdate).y9w = function (roomId, table) {
3461
3390
  return new TableStateUpdate(roomId, table);
3462
3391
  };
3463
3392
  protoOf(TableStateUpdate).copy = function (roomId, table, $super) {
3464
- roomId = roomId === VOID ? this.z9w_1 : roomId;
3393
+ roomId = roomId === VOID ? this.x9w_1 : roomId;
3465
3394
  table = table === VOID ? this.table : table;
3466
- return $super === VOID ? this.a9x(roomId, table) : $super.a9x.call(this, roomId, table);
3395
+ return $super === VOID ? this.y9w(roomId, table) : $super.y9w.call(this, roomId, table);
3467
3396
  };
3468
3397
  protoOf(TableStateUpdate).toString = function () {
3469
- return 'TableStateUpdate(roomId=' + this.z9w_1 + ', table=' + this.table.toString() + ')';
3398
+ return 'TableStateUpdate(roomId=' + this.x9w_1 + ', table=' + this.table.toString() + ')';
3470
3399
  };
3471
3400
  protoOf(TableStateUpdate).hashCode = function () {
3472
- var result = getStringHashCode(this.z9w_1);
3401
+ var result = getStringHashCode(this.x9w_1);
3473
3402
  result = imul(result, 31) + this.table.hashCode() | 0;
3474
3403
  return result;
3475
3404
  };
@@ -3478,41 +3407,41 @@
3478
3407
  return true;
3479
3408
  if (!(other instanceof TableStateUpdate))
3480
3409
  return false;
3481
- if (!(this.z9w_1 === other.z9w_1))
3410
+ if (!(this.x9w_1 === other.x9w_1))
3482
3411
  return false;
3483
3412
  if (!this.table.equals(other.table))
3484
3413
  return false;
3485
3414
  return true;
3486
3415
  };
3487
3416
  function ActionsStateUpdate(roomId, actions) {
3488
- this.y9w_1 = roomId;
3417
+ this.w9w_1 = roomId;
3489
3418
  this.actions = actions;
3490
3419
  }
3491
3420
  protoOf(ActionsStateUpdate).p8b = function () {
3492
- return this.y9w_1;
3421
+ return this.w9w_1;
3493
3422
  };
3494
3423
  protoOf(ActionsStateUpdate).c8c = function () {
3495
3424
  return this.actions;
3496
3425
  };
3497
3426
  protoOf(ActionsStateUpdate).ne = function () {
3498
- return this.y9w_1;
3427
+ return this.w9w_1;
3499
3428
  };
3500
3429
  protoOf(ActionsStateUpdate).oe = function () {
3501
3430
  return this.actions;
3502
3431
  };
3503
- protoOf(ActionsStateUpdate).b9x = function (roomId, actions) {
3432
+ protoOf(ActionsStateUpdate).z9w = function (roomId, actions) {
3504
3433
  return new ActionsStateUpdate(roomId, actions);
3505
3434
  };
3506
3435
  protoOf(ActionsStateUpdate).copy = function (roomId, actions, $super) {
3507
- roomId = roomId === VOID ? this.y9w_1 : roomId;
3436
+ roomId = roomId === VOID ? this.w9w_1 : roomId;
3508
3437
  actions = actions === VOID ? this.actions : actions;
3509
- return $super === VOID ? this.b9x(roomId, actions) : $super.b9x.call(this, roomId, actions);
3438
+ return $super === VOID ? this.z9w(roomId, actions) : $super.z9w.call(this, roomId, actions);
3510
3439
  };
3511
3440
  protoOf(ActionsStateUpdate).toString = function () {
3512
- return 'ActionsStateUpdate(roomId=' + this.y9w_1 + ', actions=' + toString(this.actions) + ')';
3441
+ return 'ActionsStateUpdate(roomId=' + this.w9w_1 + ', actions=' + toString(this.actions) + ')';
3513
3442
  };
3514
3443
  protoOf(ActionsStateUpdate).hashCode = function () {
3515
- var result = getStringHashCode(this.y9w_1);
3444
+ var result = getStringHashCode(this.w9w_1);
3516
3445
  result = imul(result, 31) + hashCode(this.actions) | 0;
3517
3446
  return result;
3518
3447
  };
@@ -3521,7 +3450,7 @@
3521
3450
  return true;
3522
3451
  if (!(other instanceof ActionsStateUpdate))
3523
3452
  return false;
3524
- if (!(this.y9w_1 === other.y9w_1))
3453
+ if (!(this.w9w_1 === other.w9w_1))
3525
3454
  return false;
3526
3455
  if (!equals(this.actions, other.actions))
3527
3456
  return false;
@@ -3755,18 +3684,18 @@
3755
3684
  function ToClientEventsObserver() {
3756
3685
  }
3757
3686
  function ToClientEventsObserverImpl$observeEvents$slambda$slambda(this$0, $actions, resultContinuation) {
3758
- this.l9x_1 = this$0;
3759
- this.m9x_1 = $actions;
3687
+ this.j9x_1 = this$0;
3688
+ this.k9x_1 = $actions;
3760
3689
  CoroutineImpl.call(this, resultContinuation);
3761
3690
  }
3762
- protoOf(ToClientEventsObserverImpl$observeEvents$slambda$slambda).p9x = function ($this$flow, $completion) {
3763
- var tmp = this.q9x($this$flow, $completion);
3691
+ protoOf(ToClientEventsObserverImpl$observeEvents$slambda$slambda).n9x = function ($this$flow, $completion) {
3692
+ var tmp = this.o9x($this$flow, $completion);
3764
3693
  tmp.t8_1 = Unit_instance;
3765
3694
  tmp.u8_1 = null;
3766
3695
  return tmp.z8();
3767
3696
  };
3768
3697
  protoOf(ToClientEventsObserverImpl$observeEvents$slambda$slambda).h9 = function (p1, $completion) {
3769
- return this.p9x((!(p1 == null) ? isInterface(p1, FlowCollector) : false) ? p1 : THROW_CCE(), $completion);
3698
+ return this.n9x((!(p1 == null) ? isInterface(p1, FlowCollector) : false) ? p1 : THROW_CCE(), $completion);
3770
3699
  };
3771
3700
  protoOf(ToClientEventsObserverImpl$observeEvents$slambda$slambda).z8 = function () {
3772
3701
  var suspendResult = this.t8_1;
@@ -3776,19 +3705,19 @@
3776
3705
  switch (tmp) {
3777
3706
  case 0:
3778
3707
  this.s8_1 = 4;
3779
- this.l9x_1.v9x_1;
3780
- this.o9x_1 = transformToEmits(this.l9x_1, this.m9x_1).l();
3708
+ this.j9x_1.t9x_1;
3709
+ this.m9x_1 = transformToEmits(this.j9x_1, this.k9x_1).l();
3781
3710
  this.r8_1 = 1;
3782
3711
  continue $sm;
3783
3712
  case 1:
3784
- if (!this.o9x_1.m()) {
3713
+ if (!this.m9x_1.m()) {
3785
3714
  this.r8_1 = 3;
3786
3715
  continue $sm;
3787
3716
  }
3788
3717
 
3789
- var element = this.o9x_1.n();
3718
+ var element = this.m9x_1.n();
3790
3719
  this.r8_1 = 2;
3791
- suspendResult = this.n9x_1.n28(element, this);
3720
+ suspendResult = this.l9x_1.n28(element, this);
3792
3721
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
3793
3722
  return suspendResult;
3794
3723
  }
@@ -3798,11 +3727,11 @@
3798
3727
  this.r8_1 = 1;
3799
3728
  continue $sm;
3800
3729
  case 3:
3801
- var tmp0 = this.l9x_1.u9x_1;
3730
+ var tmp0 = this.j9x_1.s9x_1;
3802
3731
  l$ret$1: do {
3803
3732
  while (true) {
3804
3733
  var cur = tmp0.kotlinx$atomicfu$value;
3805
- var upd = cur - this.m9x_1.o() | 0;
3734
+ var upd = cur - this.k9x_1.o() | 0;
3806
3735
  if (tmp0.atomicfu$compareAndSet(cur, upd)) {
3807
3736
  break l$ret$1;
3808
3737
  }
@@ -3824,15 +3753,15 @@
3824
3753
  }
3825
3754
  while (true);
3826
3755
  };
3827
- protoOf(ToClientEventsObserverImpl$observeEvents$slambda$slambda).q9x = function ($this$flow, completion) {
3828
- var i = new ToClientEventsObserverImpl$observeEvents$slambda$slambda(this.l9x_1, this.m9x_1, completion);
3829
- i.n9x_1 = $this$flow;
3756
+ protoOf(ToClientEventsObserverImpl$observeEvents$slambda$slambda).o9x = function ($this$flow, completion) {
3757
+ var i = new ToClientEventsObserverImpl$observeEvents$slambda$slambda(this.j9x_1, this.k9x_1, completion);
3758
+ i.l9x_1 = $this$flow;
3830
3759
  return i;
3831
3760
  };
3832
3761
  function ToClientEventsObserverImpl$observeEvents$slambda$slambda_0(this$0, $actions, resultContinuation) {
3833
3762
  var i = new ToClientEventsObserverImpl$observeEvents$slambda$slambda(this$0, $actions, resultContinuation);
3834
3763
  var l = function ($this$flow, $completion) {
3835
- return i.p9x($this$flow, $completion);
3764
+ return i.n9x($this$flow, $completion);
3836
3765
  };
3837
3766
  l.$arity = 1;
3838
3767
  return l;
@@ -3902,29 +3831,29 @@
3902
3831
  return new GroupKey(_this__u8e3s4.id, toList(_this__u8e3s4.includePlayers), toList(_this__u8e3s4.excludePlayers), _this__u8e3s4.deliveryType);
3903
3832
  }
3904
3833
  function mapFromGroupKey($this, _this__u8e3s4) {
3905
- var tmp = $this.t9x_1.c6e();
3834
+ var tmp = $this.r9x_1.c6e();
3906
3835
  // Inline function 'kotlin.collections.toTypedArray' call
3907
- var this_0 = _this__u8e3s4.y9x_1;
3836
+ var this_0 = _this__u8e3s4.w9x_1;
3908
3837
  var tmp_0 = copyToArray(this_0);
3909
3838
  // Inline function 'kotlin.collections.toTypedArray' call
3910
- var this_1 = _this__u8e3s4.z9x_1;
3839
+ var this_1 = _this__u8e3s4.x9x_1;
3911
3840
  var tmp$ret$1 = copyToArray(this_1);
3912
- return new ActionDeliveryPayload(_this__u8e3s4.x9x_1, tmp, tmp_0, tmp$ret$1, _this__u8e3s4.a9y_1);
3841
+ return new ActionDeliveryPayload(_this__u8e3s4.v9x_1, tmp, tmp_0, tmp$ret$1, _this__u8e3s4.y9x_1);
3913
3842
  }
3914
3843
  function GroupKey(tableId, includePlayers, excludePlayers, deliveryType) {
3915
- this.x9x_1 = tableId;
3916
- this.y9x_1 = includePlayers;
3917
- this.z9x_1 = excludePlayers;
3918
- this.a9y_1 = deliveryType;
3844
+ this.v9x_1 = tableId;
3845
+ this.w9x_1 = includePlayers;
3846
+ this.x9x_1 = excludePlayers;
3847
+ this.y9x_1 = deliveryType;
3919
3848
  }
3920
3849
  protoOf(GroupKey).toString = function () {
3921
- return 'GroupKey(tableId=' + this.x9x_1 + ', includePlayers=' + toString(this.y9x_1) + ', excludePlayers=' + toString(this.z9x_1) + ', deliveryType=' + this.a9y_1.toString() + ')';
3850
+ return 'GroupKey(tableId=' + this.v9x_1 + ', includePlayers=' + toString(this.w9x_1) + ', excludePlayers=' + toString(this.x9x_1) + ', deliveryType=' + this.y9x_1.toString() + ')';
3922
3851
  };
3923
3852
  protoOf(GroupKey).hashCode = function () {
3924
- var result = getStringHashCode(this.x9x_1);
3925
- result = imul(result, 31) + hashCode(this.y9x_1) | 0;
3926
- result = imul(result, 31) + hashCode(this.z9x_1) | 0;
3927
- result = imul(result, 31) + this.a9y_1.hashCode() | 0;
3853
+ var result = getStringHashCode(this.v9x_1);
3854
+ result = imul(result, 31) + hashCode(this.w9x_1) | 0;
3855
+ result = imul(result, 31) + hashCode(this.x9x_1) | 0;
3856
+ result = imul(result, 31) + this.y9x_1.hashCode() | 0;
3928
3857
  return result;
3929
3858
  };
3930
3859
  protoOf(GroupKey).equals = function (other) {
@@ -3932,35 +3861,35 @@
3932
3861
  return true;
3933
3862
  if (!(other instanceof GroupKey))
3934
3863
  return false;
3935
- if (!(this.x9x_1 === other.x9x_1))
3864
+ if (!(this.v9x_1 === other.v9x_1))
3936
3865
  return false;
3937
- if (!equals(this.y9x_1, other.y9x_1))
3866
+ if (!equals(this.w9x_1, other.w9x_1))
3938
3867
  return false;
3939
- if (!equals(this.z9x_1, other.z9x_1))
3868
+ if (!equals(this.x9x_1, other.x9x_1))
3940
3869
  return false;
3941
- if (!this.a9y_1.equals(other.a9y_1))
3870
+ if (!this.y9x_1.equals(other.y9x_1))
3942
3871
  return false;
3943
3872
  return true;
3944
3873
  };
3945
3874
  function Companion_4() {
3946
- this.b9y_1 = 6;
3875
+ this.z9x_1 = 6;
3947
3876
  }
3948
3877
  var Companion_instance_12;
3949
3878
  function Companion_getInstance_5() {
3950
3879
  return Companion_instance_12;
3951
3880
  }
3952
3881
  function ToClientEventsObserverImpl$observeEvents$slambda(this$0, resultContinuation) {
3953
- this.k9y_1 = this$0;
3882
+ this.i9y_1 = this$0;
3954
3883
  CoroutineImpl.call(this, resultContinuation);
3955
3884
  }
3956
- protoOf(ToClientEventsObserverImpl$observeEvents$slambda).m9y = function (actions, $completion) {
3957
- var tmp = this.n9y(actions, $completion);
3885
+ protoOf(ToClientEventsObserverImpl$observeEvents$slambda).k9y = function (actions, $completion) {
3886
+ var tmp = this.l9y(actions, $completion);
3958
3887
  tmp.t8_1 = Unit_instance;
3959
3888
  tmp.u8_1 = null;
3960
3889
  return tmp.z8();
3961
3890
  };
3962
3891
  protoOf(ToClientEventsObserverImpl$observeEvents$slambda).h9 = function (p1, $completion) {
3963
- return this.m9y((!(p1 == null) ? isInterface(p1, KtList) : false) ? p1 : THROW_CCE(), $completion);
3892
+ return this.k9y((!(p1 == null) ? isInterface(p1, KtList) : false) ? p1 : THROW_CCE(), $completion);
3964
3893
  };
3965
3894
  protoOf(ToClientEventsObserverImpl$observeEvents$slambda).z8 = function () {
3966
3895
  var suspendResult = this.t8_1;
@@ -3969,7 +3898,7 @@
3969
3898
  var tmp = this.r8_1;
3970
3899
  if (tmp === 0) {
3971
3900
  this.s8_1 = 1;
3972
- return flow(ToClientEventsObserverImpl$observeEvents$slambda$slambda_0(this.k9y_1, this.l9y_1, null));
3901
+ return flow(ToClientEventsObserverImpl$observeEvents$slambda$slambda_0(this.i9y_1, this.j9y_1, null));
3973
3902
  } else if (tmp === 1) {
3974
3903
  throw this.u8_1;
3975
3904
  }
@@ -3979,23 +3908,23 @@
3979
3908
  }
3980
3909
  while (true);
3981
3910
  };
3982
- protoOf(ToClientEventsObserverImpl$observeEvents$slambda).n9y = function (actions, completion) {
3983
- var i = new ToClientEventsObserverImpl$observeEvents$slambda(this.k9y_1, completion);
3984
- i.l9y_1 = actions;
3911
+ protoOf(ToClientEventsObserverImpl$observeEvents$slambda).l9y = function (actions, completion) {
3912
+ var i = new ToClientEventsObserverImpl$observeEvents$slambda(this.i9y_1, completion);
3913
+ i.j9y_1 = actions;
3985
3914
  return i;
3986
3915
  };
3987
3916
  function ToClientEventsObserverImpl$observeEvents$slambda_0(this$0, resultContinuation) {
3988
3917
  var i = new ToClientEventsObserverImpl$observeEvents$slambda(this$0, resultContinuation);
3989
3918
  var l = function (actions, $completion) {
3990
- return i.m9y(actions, $completion);
3919
+ return i.k9y(actions, $completion);
3991
3920
  };
3992
3921
  l.$arity = 1;
3993
3922
  return l;
3994
3923
  }
3995
3924
  function $sentEventCOROUTINE$(_this__u8e3s4, fromEvent, resultContinuation) {
3996
3925
  CoroutineImpl.call(this, resultContinuation);
3997
- this.w9y_1 = _this__u8e3s4;
3998
- this.x9y_1 = fromEvent;
3926
+ this.u9y_1 = _this__u8e3s4;
3927
+ this.v9y_1 = fromEvent;
3999
3928
  }
4000
3929
  protoOf($sentEventCOROUTINE$).z8 = function () {
4001
3930
  var suspendResult = this.t8_1;
@@ -4005,8 +3934,8 @@
4005
3934
  switch (tmp) {
4006
3935
  case 0:
4007
3936
  this.s8_1 = 2;
4008
- this.w9y_1.v9x_1;
4009
- var tmp0 = this.w9y_1.u9x_1;
3937
+ this.u9y_1.t9x_1;
3938
+ var tmp0 = this.u9y_1.s9x_1;
4010
3939
  l$ret$1: do {
4011
3940
  while (true) {
4012
3941
  var cur = tmp0.kotlinx$atomicfu$value;
@@ -4018,7 +3947,7 @@
4018
3947
  }
4019
3948
  while (false);
4020
3949
  this.r8_1 = 1;
4021
- suspendResult = this.w9y_1.w9x_1.n28(this.x9y_1, this);
3950
+ suspendResult = this.u9y_1.u9x_1.n28(this.v9y_1, this);
4022
3951
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
4023
3952
  return suspendResult;
4024
3953
  }
@@ -4042,7 +3971,7 @@
4042
3971
  };
4043
3972
  function $waitForCOROUTINE$(_this__u8e3s4, resultContinuation) {
4044
3973
  CoroutineImpl.call(this, resultContinuation);
4045
- this.g9z_1 = _this__u8e3s4;
3974
+ this.e9z_1 = _this__u8e3s4;
4046
3975
  }
4047
3976
  protoOf($waitForCOROUTINE$).z8 = function () {
4048
3977
  var suspendResult = this.t8_1;
@@ -4052,12 +3981,12 @@
4052
3981
  switch (tmp) {
4053
3982
  case 0:
4054
3983
  this.s8_1 = 5;
4055
- this.g9z_1.v9x_1;
4056
- this.h9z_1 = 0;
3984
+ this.e9z_1.t9x_1;
3985
+ this.f9z_1 = 0;
4057
3986
  this.r8_1 = 1;
4058
3987
  continue $sm;
4059
3988
  case 1:
4060
- if (!!(this.g9z_1.u9x_1.kotlinx$atomicfu$value === 0)) {
3989
+ if (!!(this.e9z_1.s9x_1.kotlinx$atomicfu$value === 0)) {
4061
3990
  this.r8_1 = 4;
4062
3991
  continue $sm;
4063
3992
  }
@@ -4070,9 +3999,9 @@
4070
3999
 
4071
4000
  continue $sm;
4072
4001
  case 2:
4073
- this.h9z_1 = this.h9z_1 + 1 | 0;
4074
- if (this.h9z_1 > 6) {
4075
- this.g9z_1.s9x_1.w('ToClientEventsObserver', "waitUntilEmpty: can't finish in 6 cycles, not delivered events count = " + this.g9z_1.u9x_1.kotlinx$atomicfu$value);
4002
+ this.f9z_1 = this.f9z_1 + 1 | 0;
4003
+ if (this.f9z_1 > 6) {
4004
+ this.e9z_1.q9x_1.w('ToClientEventsObserver', "waitUntilEmpty: can't finish in 6 cycles, not delivered events count = " + this.e9z_1.s9x_1.kotlinx$atomicfu$value);
4076
4005
  this.r8_1 = 4;
4077
4006
  continue $sm;
4078
4007
  } else {
@@ -4100,16 +4029,16 @@
4100
4029
  while (true);
4101
4030
  };
4102
4031
  function ToClientEventsObserverImpl(serverReduxConfig, logger, idsProvider) {
4103
- this.r9x_1 = serverReduxConfig;
4104
- this.s9x_1 = logger;
4105
- this.t9x_1 = idsProvider;
4106
- this.u9x_1 = atomic$ref$1(0);
4032
+ this.p9x_1 = serverReduxConfig;
4033
+ this.q9x_1 = logger;
4034
+ this.r9x_1 = idsProvider;
4035
+ this.s9x_1 = atomic$ref$1(0);
4107
4036
  var tmp = this;
4108
4037
  // Inline function 'kotlinx.atomicfu.locks.reentrantLock' call
4109
- tmp.v9x_1 = get_atomicfu$reentrantLock();
4110
- this.w9x_1 = MutableSharedFlow();
4038
+ tmp.t9x_1 = get_atomicfu$reentrantLock();
4039
+ this.u9x_1 = MutableSharedFlow();
4111
4040
  }
4112
- protoOf(ToClientEventsObserverImpl).c9x = function (fromEvent, $completion) {
4041
+ protoOf(ToClientEventsObserverImpl).a9x = function (fromEvent, $completion) {
4113
4042
  var tmp = new $sentEventCOROUTINE$(this, fromEvent, $completion);
4114
4043
  tmp.t8_1 = Unit_instance;
4115
4044
  tmp.u8_1 = null;
@@ -4122,161 +4051,161 @@
4122
4051
  return tmp.z8();
4123
4052
  };
4124
4053
  protoOf(ToClientEventsObserverImpl).p9n = function () {
4125
- if (!this.r9x_1.enabledCombinedEvents) {
4126
- return this.w9x_1;
4054
+ if (!this.p9x_1.enabledCombinedEvents) {
4055
+ return this.u9x_1;
4127
4056
  }
4128
- var tmp = windowedByInterval(this.w9x_1, fromInt(this.r9x_1.combinedEventsIntervalMillis));
4057
+ var tmp = windowedByInterval(this.u9x_1, fromInt(this.p9x_1.combinedEventsIntervalMillis));
4129
4058
  return flatMapConcat(tmp, ToClientEventsObserverImpl$observeEvents$slambda_0(this, null));
4130
4059
  };
4131
4060
  function UpdateServerConfigAction(serverConfig) {
4132
- this.i9z_1 = serverConfig;
4061
+ this.g9z_1 = serverConfig;
4133
4062
  }
4134
4063
  protoOf(UpdateServerConfigAction).toString = function () {
4135
- return 'UpdateServerConfigAction(serverConfig=' + this.i9z_1.toString() + ')';
4064
+ return 'UpdateServerConfigAction(serverConfig=' + this.g9z_1.toString() + ')';
4136
4065
  };
4137
4066
  protoOf(UpdateServerConfigAction).hashCode = function () {
4138
- return this.i9z_1.hashCode();
4067
+ return this.g9z_1.hashCode();
4139
4068
  };
4140
4069
  protoOf(UpdateServerConfigAction).equals = function (other) {
4141
4070
  if (this === other)
4142
4071
  return true;
4143
4072
  if (!(other instanceof UpdateServerConfigAction))
4144
4073
  return false;
4145
- if (!this.i9z_1.equals(other.i9z_1))
4074
+ if (!this.g9z_1.equals(other.g9z_1))
4146
4075
  return false;
4147
4076
  return true;
4148
4077
  };
4149
4078
  function SpectatorsAction() {
4150
4079
  }
4151
4080
  function AddSpectatorsAction(spectators) {
4152
- this.j9z_1 = spectators;
4081
+ this.h9z_1 = spectators;
4153
4082
  }
4154
4083
  protoOf(AddSpectatorsAction).toString = function () {
4155
- return 'AddSpectatorsAction(spectators=' + toString(this.j9z_1) + ')';
4084
+ return 'AddSpectatorsAction(spectators=' + toString(this.h9z_1) + ')';
4156
4085
  };
4157
4086
  protoOf(AddSpectatorsAction).hashCode = function () {
4158
- return hashCode(this.j9z_1);
4087
+ return hashCode(this.h9z_1);
4159
4088
  };
4160
4089
  protoOf(AddSpectatorsAction).equals = function (other) {
4161
4090
  if (this === other)
4162
4091
  return true;
4163
4092
  if (!(other instanceof AddSpectatorsAction))
4164
4093
  return false;
4165
- if (!equals(this.j9z_1, other.j9z_1))
4094
+ if (!equals(this.h9z_1, other.h9z_1))
4166
4095
  return false;
4167
4096
  return true;
4168
4097
  };
4169
4098
  function RemoveSpectatorsAction(spectators) {
4170
- this.k9z_1 = spectators;
4099
+ this.i9z_1 = spectators;
4171
4100
  }
4172
4101
  protoOf(RemoveSpectatorsAction).toString = function () {
4173
- return 'RemoveSpectatorsAction(spectators=' + toString(this.k9z_1) + ')';
4102
+ return 'RemoveSpectatorsAction(spectators=' + toString(this.i9z_1) + ')';
4174
4103
  };
4175
4104
  protoOf(RemoveSpectatorsAction).hashCode = function () {
4176
- return hashCode(this.k9z_1);
4105
+ return hashCode(this.i9z_1);
4177
4106
  };
4178
4107
  protoOf(RemoveSpectatorsAction).equals = function (other) {
4179
4108
  if (this === other)
4180
4109
  return true;
4181
4110
  if (!(other instanceof RemoveSpectatorsAction))
4182
4111
  return false;
4183
- if (!equals(this.k9z_1, other.k9z_1))
4112
+ if (!equals(this.i9z_1, other.i9z_1))
4184
4113
  return false;
4185
4114
  return true;
4186
4115
  };
4187
4116
  function _get_asyncProvider__jbpyhw($this) {
4188
- var tmp0 = $this.q9z_1;
4117
+ var tmp0 = $this.o9z_1;
4189
4118
  var tmp = KProperty1;
4190
4119
  // Inline function 'kotlin.getValue' call
4191
4120
  getPropertyCallableRef('asyncProvider', 1, tmp, ServerGameStoreContract$_get_asyncProvider_$ref_1q7po3_0(), null);
4192
4121
  return tmp0.w();
4193
4122
  }
4194
4123
  function _get_logger__rkp4sl($this) {
4195
- var tmp0 = $this.r9z_1;
4124
+ var tmp0 = $this.p9z_1;
4196
4125
  var tmp = KProperty1;
4197
4126
  // Inline function 'kotlin.getValue' call
4198
4127
  getPropertyCallableRef('logger', 1, tmp, ServerGameStoreContract$_get_logger_$ref_zbgw28_0(), null);
4199
4128
  return tmp0.w();
4200
4129
  }
4201
4130
  function _get_playerConnectionInteractor__si6cxf_0($this) {
4202
- var tmp0 = $this.s9z_1;
4131
+ var tmp0 = $this.q9z_1;
4203
4132
  var tmp = KProperty1;
4204
4133
  // Inline function 'kotlin.getValue' call
4205
4134
  getPropertyCallableRef('playerConnectionInteractor', 1, tmp, ServerGameStoreContract$_get_playerConnectionInteractor_$ref_d9n2s8_0(), null);
4206
4135
  return tmp0.w();
4207
4136
  }
4208
4137
  function _get_lastCardInteractor__h6lq3w($this) {
4209
- var tmp0 = $this.t9z_1;
4138
+ var tmp0 = $this.r9z_1;
4210
4139
  var tmp = KProperty1;
4211
4140
  // Inline function 'kotlin.getValue' call
4212
4141
  getPropertyCallableRef('lastCardInteractor', 1, tmp, ServerGameStoreContract$_get_lastCardInteractor_$ref_khpgh_0(), null);
4213
4142
  return tmp0.w();
4214
4143
  }
4215
4144
  function _get_serverConfig__rk2g06($this) {
4216
- var tmp0 = $this.u9z_1;
4145
+ var tmp0 = $this.s9z_1;
4217
4146
  var tmp = KProperty1;
4218
4147
  // Inline function 'kotlin.getValue' call
4219
4148
  getPropertyCallableRef('serverConfig', 1, tmp, ServerGameStoreContract$_get_serverConfig_$ref_bz2891_0(), null);
4220
4149
  return tmp0.w();
4221
4150
  }
4222
4151
  function _get_logicConfig__52ww9d($this) {
4223
- var tmp0 = $this.v9z_1;
4152
+ var tmp0 = $this.t9z_1;
4224
4153
  var tmp = KProperty1;
4225
4154
  // Inline function 'kotlin.getValue' call
4226
4155
  getPropertyCallableRef('logicConfig', 1, tmp, ServerGameStoreContract$_get_logicConfig_$ref_nqj2yi_0(), null);
4227
4156
  return tmp0.w();
4228
4157
  }
4229
4158
  function _get_idsProvider__fnfajc_0($this) {
4230
- var tmp0 = $this.w9z_1;
4159
+ var tmp0 = $this.u9z_1;
4231
4160
  var tmp = KProperty1;
4232
4161
  // Inline function 'kotlin.getValue' call
4233
4162
  getPropertyCallableRef('idsProvider', 1, tmp, ServerGameStoreContract$_get_idsProvider_$ref_rf1ck1_0(), null);
4234
4163
  return tmp0.w();
4235
4164
  }
4236
4165
  function _get_botConfig__cpaxzc($this) {
4237
- var tmp0 = $this.x9z_1;
4166
+ var tmp0 = $this.v9z_1;
4238
4167
  var tmp = KProperty1;
4239
4168
  // Inline function 'kotlin.getValue' call
4240
4169
  getPropertyCallableRef('botConfig', 1, tmp, ServerGameStoreContract$_get_botConfig_$ref_nebw1d_0(), null);
4241
4170
  return tmp0.w();
4242
4171
  }
4243
4172
  function _get_scenePositionProvider__kn0n1n($this) {
4244
- var tmp0 = $this.y9z_1;
4173
+ var tmp0 = $this.w9z_1;
4245
4174
  var tmp = KProperty1;
4246
4175
  // Inline function 'kotlin.getValue' call
4247
4176
  getPropertyCallableRef('scenePositionProvider', 1, tmp, ServerGameStoreContract$_get_scenePositionProvider_$ref_ue39g4_0(), null);
4248
4177
  return tmp0.w();
4249
4178
  }
4250
4179
  function _get_toClientEventsObserver__6rp51y_0($this) {
4251
- var tmp0 = $this.z9z_1;
4180
+ var tmp0 = $this.x9z_1;
4252
4181
  var tmp = KProperty1;
4253
4182
  // Inline function 'kotlin.getValue' call
4254
4183
  getPropertyCallableRef('toClientEventsObserver', 1, tmp, ServerGameStoreContract$_get_toClientEventsObserver_$ref_nkgv3p_0(), null);
4255
4184
  return tmp0.w();
4256
4185
  }
4257
4186
  function _get_fromClientEventsObserver__a7vzd3_0($this) {
4258
- var tmp0 = $this.aa0_1;
4187
+ var tmp0 = $this.y9z_1;
4259
4188
  var tmp = KProperty1;
4260
4189
  // Inline function 'kotlin.getValue' call
4261
4190
  getPropertyCallableRef('fromClientEventsObserver', 1, tmp, ServerGameStoreContract$_get_fromClientEventsObserver_$ref_v1j2bg_0(), null);
4262
4191
  return tmp0.w();
4263
4192
  }
4264
4193
  function _get_dealerConfig__183ci8($this) {
4265
- var tmp0 = $this.ba0_1;
4194
+ var tmp0 = $this.z9z_1;
4266
4195
  var tmp = KProperty1;
4267
4196
  // Inline function 'kotlin.getValue' call
4268
4197
  getPropertyCallableRef('dealerConfig', 1, tmp, ServerGameStoreContract$_get_dealerConfig_$ref_mdo2zp_0(), null);
4269
4198
  return tmp0.w();
4270
4199
  }
4271
4200
  function _get_poolProvider__tqti6a($this) {
4272
- var tmp0 = $this.ca0_1;
4201
+ var tmp0 = $this.aa0_1;
4273
4202
  var tmp = KProperty1;
4274
4203
  // Inline function 'kotlin.getValue' call
4275
4204
  getPropertyCallableRef('poolProvider', 1, tmp, ServerGameStoreContract$_get_poolProvider_$ref_4pfoc3_0(), null);
4276
4205
  return tmp0.w();
4277
4206
  }
4278
4207
  function _get_cardsDealerProvider__bekjpg($this) {
4279
- var tmp0 = $this.da0_1;
4208
+ var tmp0 = $this.ba0_1;
4280
4209
  var tmp = KProperty1;
4281
4210
  // Inline function 'kotlin.getValue' call
4282
4211
  getPropertyCallableRef('cardsDealerProvider', 1, tmp, ServerGameStoreContract$_get_cardsDealerProvider_$ref_ipxqoj_0(), null);
@@ -4440,11 +4369,11 @@
4440
4369
  tmp = fileLoggerStoreContract;
4441
4370
  }
4442
4371
  fileLoggerStoreContract = tmp;
4443
- this.l9z_1 = validationStoreContract;
4444
- this.m9z_1 = timersStoreContract;
4445
- this.n9z_1 = botGameStoreContract;
4446
- this.o9z_1 = gameMechanicStoreContract;
4447
- this.p9z_1 = fileLoggerStoreContract;
4372
+ this.j9z_1 = validationStoreContract;
4373
+ this.k9z_1 = timersStoreContract;
4374
+ this.l9z_1 = botGameStoreContract;
4375
+ this.m9z_1 = gameMechanicStoreContract;
4376
+ this.n9z_1 = fileLoggerStoreContract;
4448
4377
  var tmp_0 = this;
4449
4378
  // Inline function 'org.kodein.di.instance' call
4450
4379
  // Inline function 'org.kodein.type.generic' call
@@ -4452,7 +4381,7 @@
4452
4381
  var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
4453
4382
  var tmp_2 = Instance(di, tmp$ret$0, null);
4454
4383
  var tmp_3 = KProperty1;
4455
- tmp_0.q9z_1 = tmp_2.w64(this, getPropertyCallableRef('asyncProvider', 1, tmp_3, ServerGameStoreContract$_get_asyncProvider_$ref_1q7po3(), null));
4384
+ tmp_0.o9z_1 = tmp_2.w64(this, getPropertyCallableRef('asyncProvider', 1, tmp_3, ServerGameStoreContract$_get_asyncProvider_$ref_1q7po3(), null));
4456
4385
  var tmp_4 = this;
4457
4386
  // Inline function 'org.kodein.di.instance' call
4458
4387
  // Inline function 'org.kodein.type.generic' call
@@ -4460,7 +4389,7 @@
4460
4389
  var tmp$ret$2 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
4461
4390
  var tmp_6 = Instance(di, tmp$ret$2, null);
4462
4391
  var tmp_7 = KProperty1;
4463
- tmp_4.r9z_1 = tmp_6.w64(this, getPropertyCallableRef('logger', 1, tmp_7, ServerGameStoreContract$_get_logger_$ref_zbgw28(), null));
4392
+ tmp_4.p9z_1 = tmp_6.w64(this, getPropertyCallableRef('logger', 1, tmp_7, ServerGameStoreContract$_get_logger_$ref_zbgw28(), null));
4464
4393
  var tmp_8 = this;
4465
4394
  // Inline function 'org.kodein.di.instance' call
4466
4395
  // Inline function 'org.kodein.type.generic' call
@@ -4468,7 +4397,7 @@
4468
4397
  var tmp$ret$4 = isInterface(tmp_9, TypeToken) ? tmp_9 : THROW_CCE();
4469
4398
  var tmp_10 = Instance(di, tmp$ret$4, null);
4470
4399
  var tmp_11 = KProperty1;
4471
- tmp_8.s9z_1 = tmp_10.w64(this, getPropertyCallableRef('playerConnectionInteractor', 1, tmp_11, ServerGameStoreContract$_get_playerConnectionInteractor_$ref_d9n2s8(), null));
4400
+ tmp_8.q9z_1 = tmp_10.w64(this, getPropertyCallableRef('playerConnectionInteractor', 1, tmp_11, ServerGameStoreContract$_get_playerConnectionInteractor_$ref_d9n2s8(), null));
4472
4401
  var tmp_12 = this;
4473
4402
  // Inline function 'org.kodein.di.instance' call
4474
4403
  // Inline function 'org.kodein.type.generic' call
@@ -4476,7 +4405,7 @@
4476
4405
  var tmp$ret$6 = isInterface(tmp_13, TypeToken) ? tmp_13 : THROW_CCE();
4477
4406
  var tmp_14 = Instance(di, tmp$ret$6, null);
4478
4407
  var tmp_15 = KProperty1;
4479
- tmp_12.t9z_1 = tmp_14.w64(this, getPropertyCallableRef('lastCardInteractor', 1, tmp_15, ServerGameStoreContract$_get_lastCardInteractor_$ref_khpgh(), null));
4408
+ tmp_12.r9z_1 = tmp_14.w64(this, getPropertyCallableRef('lastCardInteractor', 1, tmp_15, ServerGameStoreContract$_get_lastCardInteractor_$ref_khpgh(), null));
4480
4409
  var tmp_16 = this;
4481
4410
  // Inline function 'org.kodein.di.instance' call
4482
4411
  // Inline function 'org.kodein.type.generic' call
@@ -4484,7 +4413,7 @@
4484
4413
  var tmp$ret$8 = isInterface(tmp_17, TypeToken) ? tmp_17 : THROW_CCE();
4485
4414
  var tmp_18 = Instance(di, tmp$ret$8, null);
4486
4415
  var tmp_19 = KProperty1;
4487
- tmp_16.u9z_1 = tmp_18.w64(this, getPropertyCallableRef('serverConfig', 1, tmp_19, ServerGameStoreContract$_get_serverConfig_$ref_bz2891(), null));
4416
+ tmp_16.s9z_1 = tmp_18.w64(this, getPropertyCallableRef('serverConfig', 1, tmp_19, ServerGameStoreContract$_get_serverConfig_$ref_bz2891(), null));
4488
4417
  var tmp_20 = this;
4489
4418
  // Inline function 'org.kodein.di.instance' call
4490
4419
  // Inline function 'org.kodein.type.generic' call
@@ -4492,7 +4421,7 @@
4492
4421
  var tmp$ret$10 = isInterface(tmp_21, TypeToken) ? tmp_21 : THROW_CCE();
4493
4422
  var tmp_22 = Instance(di, tmp$ret$10, null);
4494
4423
  var tmp_23 = KProperty1;
4495
- tmp_20.v9z_1 = tmp_22.w64(this, getPropertyCallableRef('logicConfig', 1, tmp_23, ServerGameStoreContract$_get_logicConfig_$ref_nqj2yi(), null));
4424
+ tmp_20.t9z_1 = tmp_22.w64(this, getPropertyCallableRef('logicConfig', 1, tmp_23, ServerGameStoreContract$_get_logicConfig_$ref_nqj2yi(), null));
4496
4425
  var tmp_24 = this;
4497
4426
  // Inline function 'org.kodein.di.instance' call
4498
4427
  // Inline function 'org.kodein.type.generic' call
@@ -4500,7 +4429,7 @@
4500
4429
  var tmp$ret$12 = isInterface(tmp_25, TypeToken) ? tmp_25 : THROW_CCE();
4501
4430
  var tmp_26 = Instance(di, tmp$ret$12, null);
4502
4431
  var tmp_27 = KProperty1;
4503
- tmp_24.w9z_1 = tmp_26.w64(this, getPropertyCallableRef('idsProvider', 1, tmp_27, ServerGameStoreContract$_get_idsProvider_$ref_rf1ck1(), null));
4432
+ tmp_24.u9z_1 = tmp_26.w64(this, getPropertyCallableRef('idsProvider', 1, tmp_27, ServerGameStoreContract$_get_idsProvider_$ref_rf1ck1(), null));
4504
4433
  var tmp_28 = this;
4505
4434
  // Inline function 'org.kodein.di.instance' call
4506
4435
  // Inline function 'org.kodein.type.generic' call
@@ -4508,7 +4437,7 @@
4508
4437
  var tmp$ret$14 = isInterface(tmp_29, TypeToken) ? tmp_29 : THROW_CCE();
4509
4438
  var tmp_30 = Instance(di, tmp$ret$14, null);
4510
4439
  var tmp_31 = KProperty1;
4511
- tmp_28.x9z_1 = tmp_30.w64(this, getPropertyCallableRef('botConfig', 1, tmp_31, ServerGameStoreContract$_get_botConfig_$ref_nebw1d(), null));
4440
+ tmp_28.v9z_1 = tmp_30.w64(this, getPropertyCallableRef('botConfig', 1, tmp_31, ServerGameStoreContract$_get_botConfig_$ref_nebw1d(), null));
4512
4441
  var tmp_32 = this;
4513
4442
  // Inline function 'org.kodein.di.instance' call
4514
4443
  // Inline function 'org.kodein.type.generic' call
@@ -4516,7 +4445,7 @@
4516
4445
  var tmp$ret$16 = isInterface(tmp_33, TypeToken) ? tmp_33 : THROW_CCE();
4517
4446
  var tmp_34 = Instance(di, tmp$ret$16, null);
4518
4447
  var tmp_35 = KProperty1;
4519
- tmp_32.y9z_1 = tmp_34.w64(this, getPropertyCallableRef('scenePositionProvider', 1, tmp_35, ServerGameStoreContract$_get_scenePositionProvider_$ref_ue39g4(), null));
4448
+ tmp_32.w9z_1 = tmp_34.w64(this, getPropertyCallableRef('scenePositionProvider', 1, tmp_35, ServerGameStoreContract$_get_scenePositionProvider_$ref_ue39g4(), null));
4520
4449
  var tmp_36 = this;
4521
4450
  // Inline function 'org.kodein.di.instance' call
4522
4451
  // Inline function 'org.kodein.type.generic' call
@@ -4524,7 +4453,7 @@
4524
4453
  var tmp$ret$18 = isInterface(tmp_37, TypeToken) ? tmp_37 : THROW_CCE();
4525
4454
  var tmp_38 = Instance(di, tmp$ret$18, null);
4526
4455
  var tmp_39 = KProperty1;
4527
- tmp_36.z9z_1 = tmp_38.w64(this, getPropertyCallableRef('toClientEventsObserver', 1, tmp_39, ServerGameStoreContract$_get_toClientEventsObserver_$ref_nkgv3p(), null));
4456
+ tmp_36.x9z_1 = tmp_38.w64(this, getPropertyCallableRef('toClientEventsObserver', 1, tmp_39, ServerGameStoreContract$_get_toClientEventsObserver_$ref_nkgv3p(), null));
4528
4457
  var tmp_40 = this;
4529
4458
  // Inline function 'org.kodein.di.instance' call
4530
4459
  // Inline function 'org.kodein.type.generic' call
@@ -4532,7 +4461,7 @@
4532
4461
  var tmp$ret$20 = isInterface(tmp_41, TypeToken) ? tmp_41 : THROW_CCE();
4533
4462
  var tmp_42 = Instance(di, tmp$ret$20, null);
4534
4463
  var tmp_43 = KProperty1;
4535
- tmp_40.aa0_1 = tmp_42.w64(this, getPropertyCallableRef('fromClientEventsObserver', 1, tmp_43, ServerGameStoreContract$_get_fromClientEventsObserver_$ref_v1j2bg(), null));
4464
+ tmp_40.y9z_1 = tmp_42.w64(this, getPropertyCallableRef('fromClientEventsObserver', 1, tmp_43, ServerGameStoreContract$_get_fromClientEventsObserver_$ref_v1j2bg(), null));
4536
4465
  var tmp_44 = this;
4537
4466
  // Inline function 'org.kodein.di.instance' call
4538
4467
  // Inline function 'org.kodein.type.generic' call
@@ -4540,7 +4469,7 @@
4540
4469
  var tmp$ret$22 = isInterface(tmp_45, TypeToken) ? tmp_45 : THROW_CCE();
4541
4470
  var tmp_46 = Instance(di, tmp$ret$22, null);
4542
4471
  var tmp_47 = KProperty1;
4543
- tmp_44.ba0_1 = tmp_46.w64(this, getPropertyCallableRef('dealerConfig', 1, tmp_47, ServerGameStoreContract$_get_dealerConfig_$ref_mdo2zp(), null));
4472
+ tmp_44.z9z_1 = tmp_46.w64(this, getPropertyCallableRef('dealerConfig', 1, tmp_47, ServerGameStoreContract$_get_dealerConfig_$ref_mdo2zp(), null));
4544
4473
  var tmp_48 = this;
4545
4474
  // Inline function 'org.kodein.di.instance' call
4546
4475
  // Inline function 'org.kodein.type.generic' call
@@ -4548,7 +4477,7 @@
4548
4477
  var tmp$ret$24 = isInterface(tmp_49, TypeToken) ? tmp_49 : THROW_CCE();
4549
4478
  var tmp_50 = Instance(di, tmp$ret$24, null);
4550
4479
  var tmp_51 = KProperty1;
4551
- tmp_48.ca0_1 = tmp_50.w64(this, getPropertyCallableRef('poolProvider', 1, tmp_51, ServerGameStoreContract$_get_poolProvider_$ref_4pfoc3(), null));
4480
+ tmp_48.aa0_1 = tmp_50.w64(this, getPropertyCallableRef('poolProvider', 1, tmp_51, ServerGameStoreContract$_get_poolProvider_$ref_4pfoc3(), null));
4552
4481
  var tmp_52 = this;
4553
4482
  // Inline function 'org.kodein.di.instance' call
4554
4483
  // Inline function 'org.kodein.type.generic' call
@@ -4556,13 +4485,13 @@
4556
4485
  var tmp$ret$26 = isInterface(tmp_53, TypeToken) ? tmp_53 : THROW_CCE();
4557
4486
  var tmp_54 = Instance(di, tmp$ret$26, null);
4558
4487
  var tmp_55 = KProperty1;
4559
- tmp_52.da0_1 = tmp_54.w64(this, getPropertyCallableRef('cardsDealerProvider', 1, tmp_55, ServerGameStoreContract$_get_cardsDealerProvider_$ref_ipxqoj(), null));
4488
+ tmp_52.ba0_1 = tmp_54.w64(this, getPropertyCallableRef('cardsDealerProvider', 1, tmp_55, ServerGameStoreContract$_get_cardsDealerProvider_$ref_ipxqoj(), null));
4560
4489
  }
4561
4490
  protoOf(ServerGameStoreContract).o8y = function () {
4562
- return plus(plus(plus(plus(plus(this.l9z_1.o8y(), this.o9z_1.o8y()), this.m9z_1.o8y()), this.n9z_1.o8y()), this.p9z_1.o8y()), listOf([serverConfigReducer(), spectatorsReducer(_get_logger__rkp4sl(this))]));
4491
+ return plus(plus(plus(plus(plus(this.j9z_1.o8y(), this.m9z_1.o8y()), this.k9z_1.o8y()), this.l9z_1.o8y()), this.n9z_1.o8y()), listOf([serverConfigReducer(), spectatorsReducer(_get_logger__rkp4sl(this))]));
4563
4492
  };
4564
4493
  protoOf(ServerGameStoreContract).p8y = function () {
4565
- var tmp = plus(plus(plus(plus(plus(plus(plus(this.l9z_1.p8y(), listOfNotNull(_get_serverConfig__rk2g06(this).finishGameWhenNotLiveStrategy.equals(FinishGameWhenNotLiveStrategy_ALL_REPLACED_WITH_BOT_getInstance()) ? checkBotsMiddleware(_get_logger__rkp4sl(this)) : null)), this.o9z_1.p8y()), this.m9z_1.p8y()), this.n9z_1.p8y()), this.p9z_1.p8y()), listOfNotNull_0([playerConnectionUpdateMiddleware(_get_playerConnectionInteractor__si6cxf_0(this)), playerReconnectionWaitingTimerTickMiddleware(_get_playerConnectionInteractor__si6cxf_0(this))])), listOfNotNull_0([sendFromClientEventsMiddleware(_get_asyncProvider__jbpyhw(this), _get_fromClientEventsObserver__a7vzd3_0(this)), sendToClientActionMiddleware(_get_asyncProvider__jbpyhw(this), _get_toClientEventsObserver__6rp51y_0(this)), (new ServerMapMechanicToClientActionMiddleware(_get_logicConfig__52ww9d(this), _get_idsProvider__fnfajc_0(this))).v90(), finishingGameWhenCantStartNewMiddleware()]));
4494
+ var tmp = plus(plus(plus(plus(plus(plus(plus(this.j9z_1.p8y(), listOfNotNull(_get_serverConfig__rk2g06(this).finishGameWhenNotLiveStrategy.equals(FinishGameWhenNotLiveStrategy_ALL_REPLACED_WITH_BOT_getInstance()) ? checkBotsMiddleware(_get_logger__rkp4sl(this)) : null)), this.m9z_1.p8y()), this.k9z_1.p8y()), this.l9z_1.p8y()), this.n9z_1.p8y()), listOfNotNull_0([playerConnectionUpdateMiddleware(_get_playerConnectionInteractor__si6cxf_0(this)), playerReconnectionWaitingTimerTickMiddleware(_get_playerConnectionInteractor__si6cxf_0(this))])), listOfNotNull_0([sendFromClientEventsMiddleware(_get_asyncProvider__jbpyhw(this), _get_fromClientEventsObserver__a7vzd3_0(this)), sendToClientActionMiddleware(_get_asyncProvider__jbpyhw(this), _get_toClientEventsObserver__6rp51y_0(this)), (new ServerMapMechanicToClientActionMiddleware(_get_logicConfig__52ww9d(this), _get_idsProvider__fnfajc_0(this))).v90(), finishingGameWhenCantStartNewMiddleware()]));
4566
4495
  var tmp_0 = roundLifecycleMiddleware(_get_scenePositionProvider__kn0n1n(this), _get_logger__rkp4sl(this));
4567
4496
  var tmp0_serverConfig = _get_serverConfig__rk2g06(this);
4568
4497
  var tmp1_logger = _get_logger__rkp4sl(this);
@@ -4613,7 +4542,7 @@
4613
4542
  return this.p6h(store, next, action);
4614
4543
  };
4615
4544
  function ServerMapMechanicToClientActionMiddleware$middleware$$inlined$middlewareForActionType$1(this$0) {
4616
- this.ga0_1 = this$0;
4545
+ this.ea0_1 = this$0;
4617
4546
  }
4618
4547
  protoOf(ServerMapMechanicToClientActionMiddleware$middleware$$inlined$middlewareForActionType$1).a6g = function (action) {
4619
4548
  return action instanceof MechanicAction;
@@ -4624,7 +4553,7 @@
4624
4553
  // Inline function 'kotlin.with' call
4625
4554
  var tmp;
4626
4555
  if (action_0 instanceof StartGameMechanicAction) {
4627
- var tmp0 = this.ga0_1;
4556
+ var tmp0 = this.ea0_1;
4628
4557
  var tmp2 = action_0.a8v_1;
4629
4558
  var tmp4 = action_0.c8v_1;
4630
4559
  // Inline function 'kotlin.collections.map' call
@@ -4644,7 +4573,7 @@
4644
4573
  var _iterator__ex2g4s_0 = destination.l();
4645
4574
  while (_iterator__ex2g4s_0.m()) {
4646
4575
  var element = _iterator__ex2g4s_0.n();
4647
- if (element.ie_1.isLive) {
4576
+ if (element.me_1.isLive) {
4648
4577
  destination_0.j(element);
4649
4578
  }
4650
4579
  }
@@ -4654,7 +4583,7 @@
4654
4583
  var _iterator__ex2g4s_1 = destination_0.l();
4655
4584
  while (_iterator__ex2g4s_1.m()) {
4656
4585
  var item_0 = _iterator__ex2g4s_1.n();
4657
- var tmp$ret$6 = item_0.he_1;
4586
+ var tmp$ret$6 = item_0.le_1;
4658
4587
  destination_1.j(tmp$ret$6);
4659
4588
  }
4660
4589
  // Inline function 'kotlin.collections.mapNotNull' call
@@ -4664,14 +4593,14 @@
4664
4593
  var _iterator__ex2g4s_2 = destination_1.l();
4665
4594
  while (_iterator__ex2g4s_2.m()) {
4666
4595
  var element_0 = _iterator__ex2g4s_2.n();
4667
- var tmp0_aid = tmp0.fa0_1.c6e();
4596
+ var tmp0_aid = tmp0.da0_1.c6e();
4668
4597
  // Inline function 'kotlin.collections.map' call
4669
4598
  // Inline function 'kotlin.collections.mapTo' call
4670
4599
  var destination_3 = ArrayList_init_$Create$(collectionSizeOrDefault(destination, 10));
4671
4600
  var _iterator__ex2g4s_3 = destination.l();
4672
4601
  while (_iterator__ex2g4s_3.m()) {
4673
4602
  var item_1 = _iterator__ex2g4s_3.n();
4674
- var tmp$ret$9 = item_1.he_1;
4603
+ var tmp$ret$9 = item_1.le_1;
4675
4604
  destination_3.j(tmp$ret$9);
4676
4605
  }
4677
4606
  var sendToPlayer = UserActionPayload_init_$Create$(tmp0_aid, tmp2, tmp4, element_0, destination_3);
@@ -4686,15 +4615,15 @@
4686
4615
  tmp = destination_2;
4687
4616
  } else {
4688
4617
  if (action_0 instanceof StartNewGameMechanicAction) {
4689
- var tmp0_0 = this.ga0_1;
4618
+ var tmp0_0 = this.ea0_1;
4690
4619
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createRoomActionFromTable' call
4691
4620
  var table = state.t6n();
4692
- var sendToPlayer_0 = new RoomActionPayload(tmp0_0.fa0_1.c6e(), table.id, null);
4621
+ var sendToPlayer_0 = new RoomActionPayload(tmp0_0.da0_1.c6e(), table.id, null);
4693
4622
  var tmp$ret$21 = mapToClient_16(action_0, sendToPlayer_0);
4694
4623
  tmp = listOfNotNull(tmp$ret$21);
4695
4624
  } else {
4696
4625
  if (action_0 instanceof ContinueGameMechanicAction) {
4697
- var tmp0_1 = this.ga0_1;
4626
+ var tmp0_1 = this.ea0_1;
4698
4627
  var tmp2_0 = action_0.g8v_1.id;
4699
4628
  var tmp4_0 = action_0.gameCreatorPlayerId;
4700
4629
  // Inline function 'kotlin.collections.map' call
@@ -4714,7 +4643,7 @@
4714
4643
  var _iterator__ex2g4s_5 = destination_4.l();
4715
4644
  while (_iterator__ex2g4s_5.m()) {
4716
4645
  var element_1 = _iterator__ex2g4s_5.n();
4717
- if (element_1.ie_1.isLive) {
4646
+ if (element_1.me_1.isLive) {
4718
4647
  destination_5.j(element_1);
4719
4648
  }
4720
4649
  }
@@ -4724,7 +4653,7 @@
4724
4653
  var _iterator__ex2g4s_6 = destination_5.l();
4725
4654
  while (_iterator__ex2g4s_6.m()) {
4726
4655
  var item_3 = _iterator__ex2g4s_6.n();
4727
- var tmp$ret$29 = item_3.he_1;
4656
+ var tmp$ret$29 = item_3.le_1;
4728
4657
  destination_6.j(tmp$ret$29);
4729
4658
  }
4730
4659
  // Inline function 'kotlin.collections.mapNotNull' call
@@ -4734,14 +4663,14 @@
4734
4663
  var _iterator__ex2g4s_7 = destination_6.l();
4735
4664
  while (_iterator__ex2g4s_7.m()) {
4736
4665
  var element_2 = _iterator__ex2g4s_7.n();
4737
- var tmp0_aid_0 = tmp0_1.fa0_1.c6e();
4666
+ var tmp0_aid_0 = tmp0_1.da0_1.c6e();
4738
4667
  // Inline function 'kotlin.collections.map' call
4739
4668
  // Inline function 'kotlin.collections.mapTo' call
4740
4669
  var destination_8 = ArrayList_init_$Create$(collectionSizeOrDefault(destination_4, 10));
4741
4670
  var _iterator__ex2g4s_8 = destination_4.l();
4742
4671
  while (_iterator__ex2g4s_8.m()) {
4743
4672
  var item_4 = _iterator__ex2g4s_8.n();
4744
- var tmp$ret$32 = item_4.he_1;
4673
+ var tmp$ret$32 = item_4.le_1;
4745
4674
  destination_8.j(tmp$ret$32);
4746
4675
  }
4747
4676
  var sendToPlayer_1 = UserActionPayload_init_$Create$(tmp0_aid_0, tmp2_0, tmp4_0, element_2, destination_8);
@@ -4756,39 +4685,39 @@
4756
4685
  tmp = destination_7;
4757
4686
  } else {
4758
4687
  if (action_0 instanceof FinishingGameMechanicAction) {
4759
- var tmp0_2 = this.ga0_1;
4688
+ var tmp0_2 = this.ea0_1;
4760
4689
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createRoomActionFromTable' call
4761
4690
  var table_0 = state.t6n();
4762
- var sendToPlayer_2 = new RoomActionPayload(tmp0_2.fa0_1.c6e(), table_0.id, null);
4691
+ var sendToPlayer_2 = new RoomActionPayload(tmp0_2.da0_1.c6e(), table_0.id, null);
4763
4692
  var tmp$ret$44 = mapToClient_14(action_0, sendToPlayer_2);
4764
4693
  tmp = listOfNotNull(tmp$ret$44);
4765
4694
  } else {
4766
4695
  if (action_0 instanceof FinishGameMechanicAction) {
4767
- var tmp0_3 = this.ga0_1;
4696
+ var tmp0_3 = this.ea0_1;
4768
4697
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createRoomActionFromTable' call
4769
4698
  var table_1 = state.t6n();
4770
- var sendToPlayer_3 = new RoomActionPayload(tmp0_3.fa0_1.c6e(), table_1.id, null);
4699
+ var sendToPlayer_3 = new RoomActionPayload(tmp0_3.da0_1.c6e(), table_1.id, null);
4771
4700
  var tmp$ret$46 = mapToClient_13(action_0, sendToPlayer_3);
4772
4701
  tmp = listOfNotNull(tmp$ret$46);
4773
4702
  } else {
4774
4703
  if (action_0 instanceof RestartGameMechanicAction) {
4775
- var tmp0_4 = this.ga0_1;
4704
+ var tmp0_4 = this.ea0_1;
4776
4705
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createRoomActionFromTable' call
4777
4706
  var table_2 = state.t6n();
4778
- var sendToPlayer_4 = new RoomActionPayload(tmp0_4.fa0_1.c6e(), table_2.id, null);
4707
+ var sendToPlayer_4 = new RoomActionPayload(tmp0_4.da0_1.c6e(), table_2.id, null);
4779
4708
  var tmp$ret$48 = mapToClient_12(action_0, sendToPlayer_4);
4780
4709
  tmp = listOfNotNull(tmp$ret$48);
4781
4710
  } else {
4782
4711
  if (action_0 instanceof ErrorAction) {
4783
- var tmp0_5 = this.ga0_1;
4712
+ var tmp0_5 = this.ea0_1;
4784
4713
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createRoomActionFromTable' call
4785
4714
  var table_3 = state.t6n();
4786
- var sendToPlayer_5 = new RoomActionPayload(tmp0_5.fa0_1.c6e(), table_3.id, null);
4715
+ var sendToPlayer_5 = new RoomActionPayload(tmp0_5.da0_1.c6e(), table_3.id, null);
4787
4716
  var tmp$ret$50 = mapToClient_11(action_0, sendToPlayer_5);
4788
4717
  tmp = listOfNotNull(tmp$ret$50);
4789
4718
  } else {
4790
4719
  if (action_0 instanceof SceneMechanicAction) {
4791
- var tmp0_6 = this.ga0_1;
4720
+ var tmp0_6 = this.ea0_1;
4792
4721
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createUserActionFromTable' call
4793
4722
  var table_4 = state.t6n();
4794
4723
  var tmp2_1 = table_4.id;
@@ -4801,7 +4730,7 @@
4801
4730
  var _iterator__ex2g4s_9 = players.l();
4802
4731
  while (_iterator__ex2g4s_9.m()) {
4803
4732
  var element_3 = _iterator__ex2g4s_9.n();
4804
- if (element_3.ie_1.isLive) {
4733
+ if (element_3.me_1.isLive) {
4805
4734
  destination_9.j(element_3);
4806
4735
  }
4807
4736
  }
@@ -4811,7 +4740,7 @@
4811
4740
  var _iterator__ex2g4s_10 = destination_9.l();
4812
4741
  while (_iterator__ex2g4s_10.m()) {
4813
4742
  var item_5 = _iterator__ex2g4s_10.n();
4814
- var tmp$ret$55 = item_5.he_1;
4743
+ var tmp$ret$55 = item_5.le_1;
4815
4744
  destination_10.j(tmp$ret$55);
4816
4745
  }
4817
4746
  // Inline function 'kotlin.collections.mapNotNull' call
@@ -4821,14 +4750,14 @@
4821
4750
  var _iterator__ex2g4s_11 = destination_10.l();
4822
4751
  while (_iterator__ex2g4s_11.m()) {
4823
4752
  var element_4 = _iterator__ex2g4s_11.n();
4824
- var tmp0_aid_1 = tmp0_6.fa0_1.c6e();
4753
+ var tmp0_aid_1 = tmp0_6.da0_1.c6e();
4825
4754
  // Inline function 'kotlin.collections.map' call
4826
4755
  // Inline function 'kotlin.collections.mapTo' call
4827
4756
  var destination_12 = ArrayList_init_$Create$(collectionSizeOrDefault(players, 10));
4828
4757
  var _iterator__ex2g4s_12 = players.l();
4829
4758
  while (_iterator__ex2g4s_12.m()) {
4830
4759
  var item_6 = _iterator__ex2g4s_12.n();
4831
- var tmp$ret$58 = item_6.he_1;
4760
+ var tmp$ret$58 = item_6.le_1;
4832
4761
  destination_12.j(tmp$ret$58);
4833
4762
  }
4834
4763
  var sendToPlayer_6 = UserActionPayload_init_$Create$(tmp0_aid_1, tmp2_1, tmp4_1, element_4, destination_12);
@@ -4843,7 +4772,7 @@
4843
4772
  tmp = destination_11;
4844
4773
  } else {
4845
4774
  if (action_0 instanceof SceneActMechanicAction) {
4846
- var tmp0_7 = this.ga0_1;
4775
+ var tmp0_7 = this.ea0_1;
4847
4776
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createUserActionFromTable' call
4848
4777
  var table_5 = state.t6n();
4849
4778
  var tmp2_2 = table_5.id;
@@ -4856,7 +4785,7 @@
4856
4785
  var _iterator__ex2g4s_13 = players_0.l();
4857
4786
  while (_iterator__ex2g4s_13.m()) {
4858
4787
  var element_5 = _iterator__ex2g4s_13.n();
4859
- if (element_5.ie_1.isLive) {
4788
+ if (element_5.me_1.isLive) {
4860
4789
  destination_13.j(element_5);
4861
4790
  }
4862
4791
  }
@@ -4866,7 +4795,7 @@
4866
4795
  var _iterator__ex2g4s_14 = destination_13.l();
4867
4796
  while (_iterator__ex2g4s_14.m()) {
4868
4797
  var item_7 = _iterator__ex2g4s_14.n();
4869
- var tmp$ret$74 = item_7.he_1;
4798
+ var tmp$ret$74 = item_7.le_1;
4870
4799
  destination_14.j(tmp$ret$74);
4871
4800
  }
4872
4801
  // Inline function 'kotlin.collections.mapNotNull' call
@@ -4876,14 +4805,14 @@
4876
4805
  var _iterator__ex2g4s_15 = destination_14.l();
4877
4806
  while (_iterator__ex2g4s_15.m()) {
4878
4807
  var element_6 = _iterator__ex2g4s_15.n();
4879
- var tmp0_aid_2 = tmp0_7.fa0_1.c6e();
4808
+ var tmp0_aid_2 = tmp0_7.da0_1.c6e();
4880
4809
  // Inline function 'kotlin.collections.map' call
4881
4810
  // Inline function 'kotlin.collections.mapTo' call
4882
4811
  var destination_16 = ArrayList_init_$Create$(collectionSizeOrDefault(players_0, 10));
4883
4812
  var _iterator__ex2g4s_16 = players_0.l();
4884
4813
  while (_iterator__ex2g4s_16.m()) {
4885
4814
  var item_8 = _iterator__ex2g4s_16.n();
4886
- var tmp$ret$77 = item_8.he_1;
4815
+ var tmp$ret$77 = item_8.le_1;
4887
4816
  destination_16.j(tmp$ret$77);
4888
4817
  }
4889
4818
  var sendToPlayer_7 = UserActionPayload_init_$Create$(tmp0_aid_2, tmp2_2, tmp4_2, element_6, destination_16);
@@ -4898,7 +4827,7 @@
4898
4827
  tmp = destination_15;
4899
4828
  } else {
4900
4829
  if (action_0 instanceof TeamsDataMechanicAction) {
4901
- var tmp0_8 = this.ga0_1;
4830
+ var tmp0_8 = this.ea0_1;
4902
4831
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createUserActionFromTable' call
4903
4832
  var table_6 = state.t6n();
4904
4833
  var tmp2_3 = table_6.id;
@@ -4911,7 +4840,7 @@
4911
4840
  var _iterator__ex2g4s_17 = players_1.l();
4912
4841
  while (_iterator__ex2g4s_17.m()) {
4913
4842
  var element_7 = _iterator__ex2g4s_17.n();
4914
- if (element_7.ie_1.isLive) {
4843
+ if (element_7.me_1.isLive) {
4915
4844
  destination_17.j(element_7);
4916
4845
  }
4917
4846
  }
@@ -4921,7 +4850,7 @@
4921
4850
  var _iterator__ex2g4s_18 = destination_17.l();
4922
4851
  while (_iterator__ex2g4s_18.m()) {
4923
4852
  var item_9 = _iterator__ex2g4s_18.n();
4924
- var tmp$ret$93 = item_9.he_1;
4853
+ var tmp$ret$93 = item_9.le_1;
4925
4854
  destination_18.j(tmp$ret$93);
4926
4855
  }
4927
4856
  // Inline function 'kotlin.collections.mapNotNull' call
@@ -4931,19 +4860,19 @@
4931
4860
  var _iterator__ex2g4s_19 = destination_18.l();
4932
4861
  while (_iterator__ex2g4s_19.m()) {
4933
4862
  var element_8 = _iterator__ex2g4s_19.n();
4934
- var tmp0_aid_3 = tmp0_8.fa0_1.c6e();
4863
+ var tmp0_aid_3 = tmp0_8.da0_1.c6e();
4935
4864
  // Inline function 'kotlin.collections.map' call
4936
4865
  // Inline function 'kotlin.collections.mapTo' call
4937
4866
  var destination_20 = ArrayList_init_$Create$(collectionSizeOrDefault(players_1, 10));
4938
4867
  var _iterator__ex2g4s_20 = players_1.l();
4939
4868
  while (_iterator__ex2g4s_20.m()) {
4940
4869
  var item_10 = _iterator__ex2g4s_20.n();
4941
- var tmp$ret$96 = item_10.he_1;
4870
+ var tmp$ret$96 = item_10.le_1;
4942
4871
  destination_20.j(tmp$ret$96);
4943
4872
  }
4944
4873
  var sendToPlayer_8 = UserActionPayload_init_$Create$(tmp0_aid_3, tmp2_3, tmp4_3, element_8, destination_20);
4945
4874
  var tmp_0;
4946
- if (this.ga0_1.ea0_1.supportBackwardActions && getPlayer(state.t6n().players, sendToPlayer_8.k7b_1).a6r_1.p6u_1) {
4875
+ if (this.ea0_1.ca0_1.supportBackwardActions && getPlayer(state.t6n().players, sendToPlayer_8.k7b_1).a6r_1.p6u_1) {
4947
4876
  tmp_0 = null;
4948
4877
  } else {
4949
4878
  tmp_0 = mapToClient_8(action_0, sendToPlayer_8);
@@ -4959,72 +4888,72 @@
4959
4888
  tmp = destination_19;
4960
4889
  } else {
4961
4890
  if (action_0 instanceof PlayerReadyMechanicAction) {
4962
- var tmp0_9 = this.ga0_1;
4891
+ var tmp0_9 = this.ea0_1;
4963
4892
  var tmp2_4 = state.t6n();
4964
4893
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createRoomActionFromTable' call
4965
- var exceptPlayerId = this.ga0_1.ea0_1.supportBackwardActions ? action_0.b8w_1 : null;
4966
- var sendToPlayer_9 = new RoomActionPayload(tmp0_9.fa0_1.c6e(), tmp2_4.id, exceptPlayerId);
4894
+ var exceptPlayerId = this.ea0_1.ca0_1.supportBackwardActions ? action_0.b8w_1 : null;
4895
+ var sendToPlayer_9 = new RoomActionPayload(tmp0_9.da0_1.c6e(), tmp2_4.id, exceptPlayerId);
4967
4896
  var tmp$ret$109 = mapToClient_7(action_0, sendToPlayer_9);
4968
4897
  tmp = listOfNotNull(tmp$ret$109);
4969
4898
  } else {
4970
4899
  if (action_0 instanceof SuitChoiceMechanicAction) {
4971
- var tmp0_10 = this.ga0_1;
4900
+ var tmp0_10 = this.ea0_1;
4972
4901
  var tmp2_5 = state.t6n();
4973
4902
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createRoomActionFromTable' call
4974
- var exceptPlayerId_0 = this.ga0_1.ea0_1.supportBackwardActions ? action_0.d8r_1 : null;
4975
- var sendToPlayer_10 = new RoomActionPayload(tmp0_10.fa0_1.c6e(), tmp2_5.id, exceptPlayerId_0);
4903
+ var exceptPlayerId_0 = this.ea0_1.ca0_1.supportBackwardActions ? action_0.d8r_1 : null;
4904
+ var sendToPlayer_10 = new RoomActionPayload(tmp0_10.da0_1.c6e(), tmp2_5.id, exceptPlayerId_0);
4976
4905
  var tmp$ret$111 = mapToClient_6(action_0, sendToPlayer_10);
4977
4906
  tmp = listOfNotNull(tmp$ret$111);
4978
4907
  } else {
4979
4908
  if (action_0 instanceof TrumpMechanicAction) {
4980
- var tmp0_11 = this.ga0_1;
4909
+ var tmp0_11 = this.ea0_1;
4981
4910
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createRoomActionFromTable' call
4982
4911
  var table_7 = state.t6n();
4983
- var sendToPlayer_11 = new RoomActionPayload(tmp0_11.fa0_1.c6e(), table_7.id, null);
4912
+ var sendToPlayer_11 = new RoomActionPayload(tmp0_11.da0_1.c6e(), table_7.id, null);
4984
4913
  var tmp$ret$113 = mapToClient_5(action_0, sendToPlayer_11);
4985
4914
  tmp = listOfNotNull(tmp$ret$113);
4986
4915
  } else {
4987
4916
  if (action_0 instanceof CombinationChoiceMechanicAction) {
4988
- var tmp0_12 = this.ga0_1;
4917
+ var tmp0_12 = this.ea0_1;
4989
4918
  var tmp2_6 = state.t6n();
4990
4919
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createRoomActionFromTable' call
4991
- var exceptPlayerId_1 = this.ga0_1.ea0_1.supportBackwardActions ? action_0.h8w_1 : null;
4992
- var sendToPlayer_12 = new RoomActionPayload(tmp0_12.fa0_1.c6e(), tmp2_6.id, exceptPlayerId_1);
4920
+ var exceptPlayerId_1 = this.ea0_1.ca0_1.supportBackwardActions ? action_0.h8w_1 : null;
4921
+ var sendToPlayer_12 = new RoomActionPayload(tmp0_12.da0_1.c6e(), tmp2_6.id, exceptPlayerId_1);
4993
4922
  var tmp$ret$115 = mapToClient_4(action_0, sendToPlayer_12);
4994
4923
  tmp = listOfNotNull(tmp$ret$115);
4995
4924
  } else {
4996
4925
  if (action_0 instanceof PutCardMechanicAction) {
4997
- var tmp0_13 = this.ga0_1;
4926
+ var tmp0_13 = this.ea0_1;
4998
4927
  var tmp2_7 = state.t6n();
4999
4928
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createRoomActionFromTable' call
5000
- var exceptPlayerId_2 = this.ga0_1.ea0_1.supportBackwardActions ? action_0.i8r_1 : null;
5001
- var sendToPlayer_13 = new RoomActionPayload(tmp0_13.fa0_1.c6e(), tmp2_7.id, exceptPlayerId_2);
4929
+ var exceptPlayerId_2 = this.ea0_1.ca0_1.supportBackwardActions ? action_0.i8r_1 : null;
4930
+ var sendToPlayer_13 = new RoomActionPayload(tmp0_13.da0_1.c6e(), tmp2_7.id, exceptPlayerId_2);
5002
4931
  var tmp$ret$117 = mapToClient_3(action_0, sendToPlayer_13);
5003
4932
  tmp = listOfNotNull(tmp$ret$117);
5004
4933
  } else {
5005
4934
  if (action_0 instanceof PickUpBribeMechanicAction) {
5006
- var tmp0_14 = this.ga0_1;
4935
+ var tmp0_14 = this.ea0_1;
5007
4936
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createRoomActionFromTable' call
5008
4937
  var table_8 = state.t6n();
5009
- var sendToPlayer_14 = new RoomActionPayload(tmp0_14.fa0_1.c6e(), table_8.id, null);
4938
+ var sendToPlayer_14 = new RoomActionPayload(tmp0_14.da0_1.c6e(), table_8.id, null);
5010
4939
  var tmp$ret$119 = mapToClient_2(action_0, sendToPlayer_14);
5011
4940
  tmp = listOfNotNull(tmp$ret$119);
5012
4941
  } else {
5013
4942
  if (action_0 instanceof WinnerCombinationsMechanicAction) {
5014
- var tmp0_15 = this.ga0_1;
4943
+ var tmp0_15 = this.ea0_1;
5015
4944
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createRoomActionFromTable' call
5016
4945
  var table_9 = state.t6n();
5017
- var sendToPlayer_15 = new RoomActionPayload(tmp0_15.fa0_1.c6e(), table_9.id, null);
4946
+ var sendToPlayer_15 = new RoomActionPayload(tmp0_15.da0_1.c6e(), table_9.id, null);
5018
4947
  var tmp$ret$121 = mapToClient_1(action_0, sendToPlayer_15);
5019
4948
  tmp = listOfNotNull(tmp$ret$121);
5020
4949
  } else {
5021
4950
  if (action_0 instanceof MessageMechanicAction) {
5022
4951
  var message = action_0.l8w_1;
5023
- var tmp0_16 = this.ga0_1;
4952
+ var tmp0_16 = this.ea0_1;
5024
4953
  var tmp2_8 = state.t6n();
5025
4954
  var tmp_1;
5026
4955
  var tmp_2;
5027
- if (this.ga0_1.ea0_1.supportBackwardActions) {
4956
+ if (this.ea0_1.ca0_1.supportBackwardActions) {
5028
4957
  tmp_2 = isInterface(message, UserMessage);
5029
4958
  } else {
5030
4959
  tmp_2 = false;
@@ -5036,16 +4965,16 @@
5036
4965
  }
5037
4966
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createRoomActionFromTable' call
5038
4967
  var exceptPlayerId_3 = tmp_1;
5039
- var sendToPlayer_16 = new RoomActionPayload(tmp0_16.fa0_1.c6e(), tmp2_8.id, exceptPlayerId_3);
4968
+ var sendToPlayer_16 = new RoomActionPayload(tmp0_16.da0_1.c6e(), tmp2_8.id, exceptPlayerId_3);
5040
4969
  var tmp$ret$123 = mapToClient_0(action_0, sendToPlayer_16);
5041
4970
  tmp = listOfNotNull(tmp$ret$123);
5042
4971
  } else {
5043
4972
  if (action_0 instanceof PlayerConnectionChangedMechanicAction) {
5044
- var tmp0_17 = this.ga0_1;
4973
+ var tmp0_17 = this.ea0_1;
5045
4974
  var tmp2_9 = state.t6n();
5046
4975
  // Inline function 'games.jass.logic.server.redux.middlewares.ServerMapMechanicToClientActionMiddleware.createRoomActionFromTable' call
5047
4976
  var exceptPlayerId_4 = action_0.playerId;
5048
- var sendToPlayer_17 = new RoomActionPayload(tmp0_17.fa0_1.c6e(), tmp2_9.id, exceptPlayerId_4);
4977
+ var sendToPlayer_17 = new RoomActionPayload(tmp0_17.da0_1.c6e(), tmp2_9.id, exceptPlayerId_4);
5049
4978
  var tmp$ret$125 = mapToClient(action_0, sendToPlayer_17);
5050
4979
  tmp = listOfNotNull(tmp$ret$125);
5051
4980
  } else {
@@ -5082,8 +5011,8 @@
5082
5011
  return this.p6h(store, next, action);
5083
5012
  };
5084
5013
  function ServerMapMechanicToClientActionMiddleware(logicConfig, idsProvider) {
5085
- this.ea0_1 = logicConfig;
5086
- this.fa0_1 = idsProvider;
5014
+ this.ca0_1 = logicConfig;
5015
+ this.da0_1 = idsProvider;
5087
5016
  }
5088
5017
  protoOf(ServerMapMechanicToClientActionMiddleware).v90 = function () {
5089
5018
  // Inline function 'com.logic.redux.store.definitions.middlewareForActionType' call
@@ -5094,8 +5023,8 @@
5094
5023
  return new sendToClientActionMiddleware$$inlined$middlewareForActionType$1(asyncProvider, provider);
5095
5024
  }
5096
5025
  function sendToClientActionMiddleware$o$handle$slambda($provider, $action, resultContinuation) {
5097
- this.pa0_1 = $provider;
5098
- this.qa0_1 = $action;
5026
+ this.na0_1 = $provider;
5027
+ this.oa0_1 = $action;
5099
5028
  CoroutineImpl.call(this, resultContinuation);
5100
5029
  }
5101
5030
  protoOf(sendToClientActionMiddleware$o$handle$slambda).b2d = function ($this$launchDefault, $completion) {
@@ -5116,7 +5045,7 @@
5116
5045
  case 0:
5117
5046
  this.s8_1 = 2;
5118
5047
  this.r8_1 = 1;
5119
- suspendResult = this.pa0_1.c9x(this.qa0_1, this);
5048
+ suspendResult = this.na0_1.a9x(this.oa0_1, this);
5120
5049
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
5121
5050
  return suspendResult;
5122
5051
  }
@@ -5139,8 +5068,8 @@
5139
5068
  while (true);
5140
5069
  };
5141
5070
  protoOf(sendToClientActionMiddleware$o$handle$slambda).c2d = function ($this$launchDefault, completion) {
5142
- var i = new sendToClientActionMiddleware$o$handle$slambda(this.pa0_1, this.qa0_1, completion);
5143
- i.ra0_1 = $this$launchDefault;
5071
+ var i = new sendToClientActionMiddleware$o$handle$slambda(this.na0_1, this.oa0_1, completion);
5072
+ i.pa0_1 = $this$launchDefault;
5144
5073
  return i;
5145
5074
  };
5146
5075
  function sendToClientActionMiddleware$o$handle$slambda_0($provider, $action, resultContinuation) {
@@ -5152,15 +5081,15 @@
5152
5081
  return l;
5153
5082
  }
5154
5083
  function sendToClientActionMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $provider) {
5155
- this.sa0_1 = $asyncProvider;
5156
- this.ta0_1 = $provider;
5084
+ this.qa0_1 = $asyncProvider;
5085
+ this.ra0_1 = $provider;
5157
5086
  }
5158
5087
  protoOf(sendToClientActionMiddleware$$inlined$middlewareForActionType$1).a6g = function (action) {
5159
5088
  return action instanceof ToClientAction;
5160
5089
  };
5161
5090
  protoOf(sendToClientActionMiddleware$$inlined$middlewareForActionType$1).p6h = function (store, next, action) {
5162
5091
  var action_0 = action instanceof ToClientAction ? action : THROW_CCE();
5163
- this.sa0_1.h6c(VOID, sendToClientActionMiddleware$o$handle$slambda_0(this.ta0_1, action_0, null));
5092
+ this.qa0_1.h6c(VOID, sendToClientActionMiddleware$o$handle$slambda_0(this.ra0_1, action_0, null));
5164
5093
  next(action_0);
5165
5094
  };
5166
5095
  protoOf(sendToClientActionMiddleware$$inlined$middlewareForActionType$1).z6f = function (store, next, action) {
@@ -5177,16 +5106,17 @@
5177
5106
  };
5178
5107
  protoOf(serverConfigReducer$$inlined$reducerForActionType$1).o99 = function (state, action) {
5179
5108
  var action_0 = action instanceof UpdateServerConfigAction ? action : THROW_CCE();
5180
- return state.b8u(VOID, get_serverStatePayload_0(state).copy(action_0.i9z_1));
5109
+ return state.b8u(VOID, get_serverStatePayload_0(state).copy(action_0.g9z_1));
5181
5110
  };
5182
5111
  protoOf(serverConfigReducer$$inlined$reducerForActionType$1).q6h = function (state, action) {
5183
5112
  return this.o99((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
5184
5113
  };
5185
5114
  function addRoomMetadata($this, _this__u8e3s4, gameId) {
5186
- return _this__u8e3s4.metadata.copy(plus_0(_this__u8e3s4.metadata.games, new Pair(gameId, new GameMetadata(gameId))));
5115
+ _this__u8e3s4.metadata.addGame(gameId, new GameMetadata(gameId));
5116
+ return _this__u8e3s4.metadata;
5187
5117
  }
5188
5118
  function Companion_5() {
5189
- this.ua0_1 = 'ServerMechanicLifecycleReducer';
5119
+ this.sa0_1 = 'ServerMechanicLifecycleReducer';
5190
5120
  }
5191
5121
  var Companion_instance_13;
5192
5122
  function Companion_getInstance_6() {
@@ -5212,10 +5142,10 @@
5212
5142
  }
5213
5143
  function ServerMechanicLifecycleReducer(logger, tableLifecycleReducer, randomPoolProvider) {
5214
5144
  BaseMechanicLifecycleReducer.call(this, tableLifecycleReducer, randomPoolProvider);
5215
- this.xa0_1 = logger;
5145
+ this.va0_1 = logger;
5216
5146
  }
5217
5147
  protoOf(ServerMechanicLifecycleReducer).a9b = function (state, action) {
5218
- this.xa0_1.d('ServerMechanicLifecycleReducer', 'onStart ' + get_versionOrDefault(GameEngineConfig_instance), action);
5148
+ this.va0_1.d('ServerMechanicLifecycleReducer', 'onStart ' + get_versionOrDefault(GameEngineConfig_instance), action);
5219
5149
  var serverState = get_serverStatePayloadOrNull(state.payload);
5220
5150
  var tableId = action.a8v_1;
5221
5151
  var tmp6_gameLifecycleState = GameLifecycleState_CREATED_getInstance();
@@ -5228,7 +5158,7 @@
5228
5158
  var tmp7_tableOrNull = tmp0_$this.h9c(tableId, tableId, tmp2_config, tmp1_version, tmp3_users, tmp4_spectators, tmp5_gameCreatorPlayerId, ServerMechanicLifecycleReducer$onStart$lambda(action));
5229
5159
  var tmp;
5230
5160
  if (serverState == null) {
5231
- this.xa0_1.w(VOID, 'ServerPayload is not onStart');
5161
+ this.va0_1.w(VOID, 'ServerPayload is not onStart');
5232
5162
  tmp = Companion_instance_14.initial(VOID, addRoomMetadata(this, get_serverStatePayload_0(state), tableId));
5233
5163
  } else {
5234
5164
  tmp = serverState.copy(VOID, addRoomMetadata(this, get_serverStatePayload_0(state), tableId));
@@ -5237,7 +5167,7 @@
5237
5167
  return state.b8u(tmp7_tableOrNull, tmp8_payload, tmp6_gameLifecycleState);
5238
5168
  };
5239
5169
  protoOf(ServerMechanicLifecycleReducer).y9a = function (state, action) {
5240
- this.xa0_1.d('ServerMechanicLifecycleReducer', 'onContinue ' + get_versionOrDefault(GameEngineConfig_instance), action);
5170
+ this.va0_1.d('ServerMechanicLifecycleReducer', 'onContinue ' + get_versionOrDefault(GameEngineConfig_instance), action);
5241
5171
  var tmp1_gameLifecycleState = GameLifecycleState_CREATED_getInstance();
5242
5172
  var tmp2_tableOrNull = action.g8v_1;
5243
5173
  var tmp = Companion_instance_14;
@@ -5259,7 +5189,7 @@
5259
5189
  return new spectatorsReducer$$inlined$reducerForActionType$1(logger);
5260
5190
  }
5261
5191
  function spectatorsReducer$$inlined$reducerForActionType$1($logger) {
5262
- this.ya0_1 = $logger;
5192
+ this.wa0_1 = $logger;
5263
5193
  }
5264
5194
  protoOf(spectatorsReducer$$inlined$reducerForActionType$1).a6g = function (action) {
5265
5195
  return isInterface(action, SpectatorsAction);
@@ -5270,7 +5200,7 @@
5270
5200
  var tmp;
5271
5201
  if (action_0 instanceof AddSpectatorsAction) {
5272
5202
  // Inline function 'kotlin.collections.mapNotNull' call
5273
- var tmp0 = action_0.j9z_1;
5203
+ var tmp0 = action_0.h9z_1;
5274
5204
  // Inline function 'kotlin.collections.mapNotNullTo' call
5275
5205
  var destination = ArrayList_init_$Create$_0();
5276
5206
  // Inline function 'kotlin.collections.forEach' call
@@ -5289,9 +5219,9 @@
5289
5219
  var tmp_0;
5290
5220
  // Inline function 'kotlin.collections.isNotEmpty' call
5291
5221
  if (!sameSpectators.r()) {
5292
- this.ya0_1.w('spectatorsReducer', 'AddSpectatorsAction: This spectator is already exists in this room, ' + toString(sameSpectators));
5222
+ this.wa0_1.w('spectatorsReducer', 'AddSpectatorsAction: This spectator is already exists in this room, ' + toString(sameSpectators));
5293
5223
  // Inline function 'kotlin.collections.filterNot' call
5294
- var tmp0_0 = action_0.j9z_1;
5224
+ var tmp0_0 = action_0.h9z_1;
5295
5225
  // Inline function 'kotlin.collections.filterNotTo' call
5296
5226
  var destination_0 = ArrayList_init_$Create$_0();
5297
5227
  var _iterator__ex2g4s_0 = tmp0_0.l();
@@ -5326,7 +5256,7 @@
5326
5256
  }
5327
5257
  tmp_0 = destination_0;
5328
5258
  } else {
5329
- tmp_0 = action_0.j9z_1;
5259
+ tmp_0 = action_0.h9z_1;
5330
5260
  }
5331
5261
  // Inline function 'kotlin.collections.map' call
5332
5262
  var this_0 = tmp_0;
@@ -5343,7 +5273,7 @@
5343
5273
  } else {
5344
5274
  if (action_0 instanceof RemoveSpectatorsAction) {
5345
5275
  // Inline function 'kotlin.collections.mapNotNull' call
5346
- var tmp0_1 = action_0.k9z_1;
5276
+ var tmp0_1 = action_0.i9z_1;
5347
5277
  // Inline function 'kotlin.collections.mapNotNullTo' call
5348
5278
  var destination_2 = ArrayList_init_$Create$_0();
5349
5279
  // Inline function 'kotlin.collections.forEach' call
@@ -5362,9 +5292,9 @@
5362
5292
  var tmp_2;
5363
5293
  // Inline function 'kotlin.collections.isNotEmpty' call
5364
5294
  if (!sameSpectators_0.r()) {
5365
- this.ya0_1.w('spectatorsReducer', 'RemoveSpectatorsAction: This spectator is already exists in this room, ' + toString(sameSpectators_0));
5295
+ this.wa0_1.w('spectatorsReducer', 'RemoveSpectatorsAction: This spectator is already exists in this room, ' + toString(sameSpectators_0));
5366
5296
  // Inline function 'kotlin.collections.filterNot' call
5367
- var tmp0_2 = action_0.k9z_1;
5297
+ var tmp0_2 = action_0.i9z_1;
5368
5298
  // Inline function 'kotlin.collections.filterNotTo' call
5369
5299
  var destination_3 = ArrayList_init_$Create$_0();
5370
5300
  var _iterator__ex2g4s_4 = tmp0_2.l();
@@ -5399,7 +5329,7 @@
5399
5329
  }
5400
5330
  tmp_2 = destination_3;
5401
5331
  } else {
5402
- tmp_2 = action_0.k9z_1;
5332
+ tmp_2 = action_0.i9z_1;
5403
5333
  }
5404
5334
  var spectatorsToRemove = toSet(tmp_2);
5405
5335
  // Inline function 'kotlin.collections.filterNot' call
@@ -5448,13 +5378,13 @@
5448
5378
  };
5449
5379
  function Companion_6() {
5450
5380
  }
5451
- protoOf(Companion_6).za0 = function (config, metadata) {
5381
+ protoOf(Companion_6).xa0 = function (config, metadata) {
5452
5382
  return new ServerStatePayload(config, metadata);
5453
5383
  };
5454
5384
  protoOf(Companion_6).initial = function (config, metadata, $super) {
5455
5385
  config = config === VOID ? Companion_instance_8.initial(null) : config;
5456
5386
  metadata = metadata === VOID ? new RoomMetadata() : metadata;
5457
- return $super === VOID ? this.za0(config, metadata) : $super.za0.call(this, config, metadata);
5387
+ return $super === VOID ? this.xa0(config, metadata) : $super.xa0.call(this, config, metadata);
5458
5388
  };
5459
5389
  var Companion_instance_14;
5460
5390
  function Companion_getInstance_7() {
@@ -5476,20 +5406,20 @@
5476
5406
  protoOf(ServerStatePayload).oe = function () {
5477
5407
  return this.metadata;
5478
5408
  };
5479
- protoOf(ServerStatePayload).aa1 = function (config, metadata) {
5409
+ protoOf(ServerStatePayload).ya0 = function (config, metadata) {
5480
5410
  return new ServerStatePayload(config, metadata);
5481
5411
  };
5482
5412
  protoOf(ServerStatePayload).copy = function (config, metadata, $super) {
5483
5413
  config = config === VOID ? this.config : config;
5484
5414
  metadata = metadata === VOID ? this.metadata : metadata;
5485
- return $super === VOID ? this.aa1(config, metadata) : $super.aa1.call(this, config, metadata);
5415
+ return $super === VOID ? this.ya0(config, metadata) : $super.ya0.call(this, config, metadata);
5486
5416
  };
5487
5417
  protoOf(ServerStatePayload).toString = function () {
5488
- return 'ServerStatePayload(config=' + this.config.toString() + ', metadata=' + this.metadata.toString() + ')';
5418
+ return 'ServerStatePayload(config=' + this.config.toString() + ', metadata=' + toString(this.metadata) + ')';
5489
5419
  };
5490
5420
  protoOf(ServerStatePayload).hashCode = function () {
5491
5421
  var result = this.config.hashCode();
5492
- result = imul(result, 31) + this.metadata.hashCode() | 0;
5422
+ result = imul(result, 31) + hashCode(this.metadata) | 0;
5493
5423
  return result;
5494
5424
  };
5495
5425
  protoOf(ServerStatePayload).equals = function (other) {
@@ -5499,7 +5429,7 @@
5499
5429
  return false;
5500
5430
  if (!this.config.equals(other.config))
5501
5431
  return false;
5502
- if (!this.metadata.equals(other.metadata))
5432
+ if (!equals(this.metadata, other.metadata))
5503
5433
  return false;
5504
5434
  return true;
5505
5435
  };
@@ -5547,14 +5477,14 @@
5547
5477
  return new GameServerEngineControllerImpl(loggerCallback, randomOrgConfig);
5548
5478
  }
5549
5479
  function _get_logger__rkp4sl_0($this) {
5550
- var tmp0 = $this.ka1_1;
5480
+ var tmp0 = $this.ia1_1;
5551
5481
  var tmp = KProperty1;
5552
5482
  // Inline function 'kotlin.getValue' call
5553
5483
  getPropertyCallableRef('logger', 1, tmp, GameServerEngineControllerImpl$_get_logger_$ref_b9j0th(), null);
5554
5484
  return tmp0.w();
5555
5485
  }
5556
5486
  function _get_di__ndbzja($this) {
5557
- var tmp0 = $this.la1_1;
5487
+ var tmp0 = $this.ja1_1;
5558
5488
  var tmp = KProperty1;
5559
5489
  // Inline function 'kotlin.getValue' call
5560
5490
  getPropertyCallableRef('di', 1, tmp, GameServerEngineControllerImpl$_get_di_$ref_cvlqo6(), null);
@@ -5571,8 +5501,8 @@
5571
5501
  }
5572
5502
  function createCallbackOutput($this, gameServer) {
5573
5503
  var tmp;
5574
- if (!($this.ia1_1 == null)) {
5575
- var tmp_0 = new LoggerCallbacksWrapperLoggerOutput($this.ia1_1);
5504
+ if (!($this.ga1_1 == null)) {
5505
+ var tmp_0 = new LoggerCallbacksWrapperLoggerOutput($this.ga1_1);
5576
5506
  tmp = new CallbackWrapperLoggerOutput(tmp_0, GameServerEngineControllerImpl$createCallbackOutput$lambda(gameServer));
5577
5507
  } else {
5578
5508
  tmp = null;
@@ -5586,11 +5516,11 @@
5586
5516
  function GameServerEngineControllerImpl$logger$delegate$lambda(this$0) {
5587
5517
  return function () {
5588
5518
  var tmp;
5589
- if (this$0.ia1_1 == null) {
5519
+ if (this$0.ga1_1 == null) {
5590
5520
  tmp = null;
5591
5521
  } else {
5592
5522
  // Inline function 'kotlin.let' call
5593
- tmp = new CombinedRaspberryLogger(mutableListOf([new LoggerCallbacksWrapperLoggerOutput(this$0.ia1_1)]));
5523
+ tmp = new CombinedRaspberryLogger(mutableListOf([new LoggerCallbacksWrapperLoggerOutput(this$0.ga1_1)]));
5594
5524
  }
5595
5525
  var tmp1_elvis_lhs = tmp;
5596
5526
  return tmp1_elvis_lhs == null ? new PlatformRaspberryLogger() : tmp1_elvis_lhs;
@@ -5623,7 +5553,7 @@
5623
5553
  tmp_0.z62(tmp$ret$3);
5624
5554
  $this$DI.d5z(jsonModule());
5625
5555
  $this$DI.d5z(serverHelpersModule());
5626
- $this$DI.d5z(randomOrgModule(this$0.ja1_1));
5556
+ $this$DI.d5z(randomOrgModule(this$0.ha1_1));
5627
5557
  return Unit_instance;
5628
5558
  };
5629
5559
  }
@@ -5699,13 +5629,13 @@
5699
5629
  };
5700
5630
  }
5701
5631
  function GameServerEngineControllerImpl$createGameEngineWithLogic$$inlined$map$1($reducer) {
5702
- this.sa1_1 = $reducer;
5632
+ this.qa1_1 = $reducer;
5703
5633
  }
5704
5634
  protoOf(GameServerEngineControllerImpl$createGameEngineWithLogic$$inlined$map$1).a6g = function (action) {
5705
5635
  return isInterface(action, Action);
5706
5636
  };
5707
5637
  protoOf(GameServerEngineControllerImpl$createGameEngineWithLogic$$inlined$map$1).o99 = function (state, action) {
5708
- return this.sa1_1(state, isInterface(action, Action) ? action : THROW_CCE());
5638
+ return this.qa1_1(state, isInterface(action, Action) ? action : THROW_CCE());
5709
5639
  };
5710
5640
  protoOf(GameServerEngineControllerImpl$createGameEngineWithLogic$$inlined$map$1).q6h = function (state, action) {
5711
5641
  return this.o99((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
@@ -5809,7 +5739,7 @@
5809
5739
  // Inline function 'kotlin.let' call
5810
5740
  $this$DI.d5z(tmp0_safe_receiver);
5811
5741
  }
5812
- $this$DI.d5z(dealerModule(this$0.randomPoolProvider, this$0.ja1_1));
5742
+ $this$DI.d5z(dealerModule(this$0.randomPoolProvider, this$0.ha1_1));
5813
5743
  $this$DI.d5z(coreModule($coreConfig));
5814
5744
  $this$DI.d5z(createGameServerDI($serverConfig, $logicConfig, $botConfig, $dealerConfig, $ratingConfig, $externalReducers, $externalMiddlewares));
5815
5745
  return Unit_instance;
@@ -5818,13 +5748,13 @@
5818
5748
  function GameServerEngineControllerImpl(loggerCallback, randomOrgConfig, production) {
5819
5749
  loggerCallback = loggerCallback === VOID ? null : loggerCallback;
5820
5750
  production = production === VOID ? true : production;
5821
- this.ia1_1 = loggerCallback;
5822
- this.ja1_1 = randomOrgConfig;
5751
+ this.ga1_1 = loggerCallback;
5752
+ this.ha1_1 = randomOrgConfig;
5823
5753
  AppEnvironment_getInstance().x6l(production ? AppEnvironmentValue_PRODUCTION_getInstance() : AppEnvironmentValue_DEVELOPMENT_getInstance());
5824
5754
  var tmp = this;
5825
- tmp.ka1_1 = lazy(GameServerEngineControllerImpl$logger$delegate$lambda(this));
5755
+ tmp.ia1_1 = lazy(GameServerEngineControllerImpl$logger$delegate$lambda(this));
5826
5756
  var tmp_0 = this;
5827
- tmp_0.la1_1 = lazy(GameServerEngineControllerImpl$di$delegate$lambda(this));
5757
+ tmp_0.ja1_1 = lazy(GameServerEngineControllerImpl$di$delegate$lambda(this));
5828
5758
  var tmp_1 = this;
5829
5759
  // Inline function 'org.kodein.di.instance' call
5830
5760
  var this_0 = _get_di__ndbzja(this);
@@ -5833,7 +5763,7 @@
5833
5763
  var tmp$ret$0 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
5834
5764
  var tmp_3 = Instance(this_0, tmp$ret$0, null);
5835
5765
  var tmp_4 = KProperty1;
5836
- tmp_1.ma1_1 = tmp_3.w64(this, getPropertyCallableRef('parser', 1, tmp_4, GameServerEngineControllerImpl$_get_parser_$ref_3gee3w(), null));
5766
+ tmp_1.ka1_1 = tmp_3.w64(this, getPropertyCallableRef('parser', 1, tmp_4, GameServerEngineControllerImpl$_get_parser_$ref_3gee3w(), null));
5837
5767
  var tmp_5 = this;
5838
5768
  // Inline function 'org.kodein.di.instance' call
5839
5769
  var this_1 = _get_di__ndbzja(this);
@@ -5842,7 +5772,7 @@
5842
5772
  var tmp$ret$2 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
5843
5773
  var tmp_7 = Instance(this_1, tmp$ret$2, null);
5844
5774
  var tmp_8 = KProperty1;
5845
- tmp_5.na1_1 = tmp_7.w64(this, getPropertyCallableRef('helper', 1, tmp_8, GameServerEngineControllerImpl$_get_helper_$ref_y2ht1f(), null));
5775
+ tmp_5.la1_1 = tmp_7.w64(this, getPropertyCallableRef('helper', 1, tmp_8, GameServerEngineControllerImpl$_get_helper_$ref_y2ht1f(), null));
5846
5776
  var tmp_9 = this;
5847
5777
  // Inline function 'org.kodein.di.instance' call
5848
5778
  var this_2 = _get_di__ndbzja(this);
@@ -5851,7 +5781,7 @@
5851
5781
  var tmp$ret$4 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
5852
5782
  var tmp_11 = Instance(this_2, tmp$ret$4, null);
5853
5783
  var tmp_12 = KProperty1;
5854
- tmp_9.oa1_1 = tmp_11.w64(this, getPropertyCallableRef('serverHelper', 1, tmp_12, GameServerEngineControllerImpl$_get_serverHelper_$ref_o2mqre(), null));
5784
+ tmp_9.ma1_1 = tmp_11.w64(this, getPropertyCallableRef('serverHelper', 1, tmp_12, GameServerEngineControllerImpl$_get_serverHelper_$ref_o2mqre(), null));
5855
5785
  var tmp_13 = this;
5856
5786
  // Inline function 'org.kodein.di.instance' call
5857
5787
  var this_3 = _get_di__ndbzja(this);
@@ -5860,7 +5790,7 @@
5860
5790
  var tmp$ret$6 = isInterface(tmp_14, TypeToken) ? tmp_14 : THROW_CCE();
5861
5791
  var tmp_15 = Instance(this_3, tmp$ret$6, null);
5862
5792
  var tmp_16 = KProperty1;
5863
- tmp_13.pa1_1 = tmp_15.w64(this, getPropertyCallableRef('resources', 1, tmp_16, GameServerEngineControllerImpl$_get_resources_$ref_dt6416(), null));
5793
+ tmp_13.na1_1 = tmp_15.w64(this, getPropertyCallableRef('resources', 1, tmp_16, GameServerEngineControllerImpl$_get_resources_$ref_dt6416(), null));
5864
5794
  var tmp_17 = this;
5865
5795
  // Inline function 'org.kodein.di.instance' call
5866
5796
  var this_4 = _get_di__ndbzja(this);
@@ -5869,7 +5799,7 @@
5869
5799
  var tmp$ret$8 = isInterface(tmp_18, TypeToken) ? tmp_18 : THROW_CCE();
5870
5800
  var tmp_19 = Instance(this_4, tmp$ret$8, null);
5871
5801
  var tmp_20 = KProperty1;
5872
- tmp_17.qa1_1 = tmp_19.w64(this, getPropertyCallableRef('test', 1, tmp_20, GameServerEngineControllerImpl$_get_test_$ref_ol1cd5(), null));
5802
+ tmp_17.oa1_1 = tmp_19.w64(this, getPropertyCallableRef('test', 1, tmp_20, GameServerEngineControllerImpl$_get_test_$ref_ol1cd5(), null));
5873
5803
  var tmp_21 = this;
5874
5804
  // Inline function 'org.kodein.di.instance' call
5875
5805
  var this_5 = _get_di__ndbzja(this);
@@ -5878,45 +5808,45 @@
5878
5808
  var tmp$ret$10 = isInterface(tmp_22, TypeToken) ? tmp_22 : THROW_CCE();
5879
5809
  var tmp_23 = Instance(this_5, tmp$ret$10, null);
5880
5810
  var tmp_24 = KProperty1;
5881
- tmp_21.ra1_1 = tmp_23.w64(this, getPropertyCallableRef('randomPoolProvider', 1, tmp_24, GameServerEngineControllerImpl$_get_randomPoolProvider_$ref_ut9lgl(), null));
5811
+ tmp_21.pa1_1 = tmp_23.w64(this, getPropertyCallableRef('randomPoolProvider', 1, tmp_24, GameServerEngineControllerImpl$_get_randomPoolProvider_$ref_ut9lgl(), null));
5882
5812
  }
5883
- protoOf(GameServerEngineControllerImpl).ba1 = function () {
5884
- var tmp0 = this.ma1_1;
5813
+ protoOf(GameServerEngineControllerImpl).za0 = function () {
5814
+ var tmp0 = this.ka1_1;
5885
5815
  var tmp = KProperty1;
5886
5816
  // Inline function 'kotlin.getValue' call
5887
5817
  getPropertyCallableRef('parser', 1, tmp, GameServerEngineControllerImpl$_get_parser_$ref_3gee3w_0(), null);
5888
5818
  return tmp0.w();
5889
5819
  };
5890
- protoOf(GameServerEngineControllerImpl).da1 = function () {
5891
- var tmp0 = this.na1_1;
5820
+ protoOf(GameServerEngineControllerImpl).ba1 = function () {
5821
+ var tmp0 = this.la1_1;
5892
5822
  var tmp = KProperty1;
5893
5823
  // Inline function 'kotlin.getValue' call
5894
5824
  getPropertyCallableRef('helper', 1, tmp, GameServerEngineControllerImpl$_get_helper_$ref_y2ht1f_0(), null);
5895
5825
  return tmp0.w();
5896
5826
  };
5897
- protoOf(GameServerEngineControllerImpl).ea1 = function () {
5898
- var tmp0 = this.oa1_1;
5827
+ protoOf(GameServerEngineControllerImpl).ca1 = function () {
5828
+ var tmp0 = this.ma1_1;
5899
5829
  var tmp = KProperty1;
5900
5830
  // Inline function 'kotlin.getValue' call
5901
5831
  getPropertyCallableRef('serverHelper', 1, tmp, GameServerEngineControllerImpl$_get_serverHelper_$ref_o2mqre_0(), null);
5902
5832
  return tmp0.w();
5903
5833
  };
5904
- protoOf(GameServerEngineControllerImpl).fa1 = function () {
5905
- var tmp0 = this.pa1_1;
5834
+ protoOf(GameServerEngineControllerImpl).da1 = function () {
5835
+ var tmp0 = this.na1_1;
5906
5836
  var tmp = KProperty1;
5907
5837
  // Inline function 'kotlin.getValue' call
5908
5838
  getPropertyCallableRef('resources', 1, tmp, GameServerEngineControllerImpl$_get_resources_$ref_dt6416_0(), null);
5909
5839
  return tmp0.w();
5910
5840
  };
5911
- protoOf(GameServerEngineControllerImpl).ca1 = function () {
5912
- var tmp0 = this.qa1_1;
5841
+ protoOf(GameServerEngineControllerImpl).aa1 = function () {
5842
+ var tmp0 = this.oa1_1;
5913
5843
  var tmp = KProperty1;
5914
5844
  // Inline function 'kotlin.getValue' call
5915
5845
  getPropertyCallableRef('test', 1, tmp, GameServerEngineControllerImpl$_get_test_$ref_ol1cd5_0(), null);
5916
5846
  return tmp0.w();
5917
5847
  };
5918
- protoOf(GameServerEngineControllerImpl).ga1 = function () {
5919
- var tmp0 = this.ra1_1;
5848
+ protoOf(GameServerEngineControllerImpl).ea1 = function () {
5849
+ var tmp0 = this.pa1_1;
5920
5850
  var tmp = KProperty1;
5921
5851
  // Inline function 'kotlin.getValue' call
5922
5852
  getPropertyCallableRef('randomPoolProvider', 1, tmp, GameServerEngineControllerImpl$_get_randomPoolProvider_$ref_ut9lgl_0(), null);
@@ -5928,7 +5858,7 @@
5928
5858
  protoOf(GameServerEngineControllerImpl).createGameEngine = function () {
5929
5859
  return this.createGameEngineWithLogic();
5930
5860
  };
5931
- protoOf(GameServerEngineControllerImpl).ha1 = function (reducers, middlewares, serverConfig, logicConfig, dealerConfig, ratingConfig, coreConfig) {
5861
+ protoOf(GameServerEngineControllerImpl).fa1 = function (reducers, middlewares, serverConfig, logicConfig, dealerConfig, ratingConfig, coreConfig) {
5932
5862
  var combinedLogger = Companion_instance_6.mx();
5933
5863
  var gameServer = {_v: null};
5934
5864
  var tmp0_botConfig = new EngineBotConfig(VOID, VOID, VOID, false);
@@ -5977,7 +5907,7 @@
5977
5907
  function TestHelper() {
5978
5908
  }
5979
5909
  function _get_playerAnswerInteractor__msggz1($this) {
5980
- var tmp0 = $this.va1_1;
5910
+ var tmp0 = $this.ta1_1;
5981
5911
  var tmp = KProperty1;
5982
5912
  // Inline function 'kotlin.getValue' call
5983
5913
  getPropertyCallableRef('playerAnswerInteractor', 1, tmp, TestHelperImpl$_get_playerAnswerInteractor_$ref_1j4fiy_0(), null);
@@ -5985,7 +5915,7 @@
5985
5915
  }
5986
5916
  function TestHelperImpl$di$lambda$lambda(this$0) {
5987
5917
  return function ($this$singleton) {
5988
- return this$0.ta1_1;
5918
+ return this$0.ra1_1;
5989
5919
  };
5990
5920
  }
5991
5921
  function TestHelperImpl$di$lambda(this$0) {
@@ -6024,19 +5954,19 @@
6024
5954
  return emptyMap();
6025
5955
  }
6026
5956
  function TestHelperImpl(logger) {
6027
- this.ta1_1 = logger;
5957
+ this.ra1_1 = logger;
6028
5958
  var tmp = this;
6029
5959
  var tmp_0 = Companion_instance_4;
6030
- tmp.ua1_1 = tmp_0.k5z(VOID, TestHelperImpl$di$lambda(this));
5960
+ tmp.sa1_1 = tmp_0.k5z(VOID, TestHelperImpl$di$lambda(this));
6031
5961
  var tmp_1 = this;
6032
5962
  // Inline function 'org.kodein.di.instance' call
6033
- var this_0 = this.ua1_1;
5963
+ var this_0 = this.sa1_1;
6034
5964
  // Inline function 'org.kodein.type.generic' call
6035
5965
  var tmp_2 = typeToken(createKType(getKClass(PlayerAnswerInteractor), arrayOf([]), false));
6036
5966
  var tmp$ret$0 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
6037
5967
  var tmp_3 = Instance(this_0, tmp$ret$0, null);
6038
5968
  var tmp_4 = KProperty1;
6039
- tmp_1.va1_1 = tmp_3.w64(this, getPropertyCallableRef('playerAnswerInteractor', 1, tmp_4, TestHelperImpl$_get_playerAnswerInteractor_$ref_1j4fiy(), null));
5969
+ tmp_1.ta1_1 = tmp_3.w64(this, getPropertyCallableRef('playerAnswerInteractor', 1, tmp_4, TestHelperImpl$_get_playerAnswerInteractor_$ref_1j4fiy(), null));
6040
5970
  }
6041
5971
  protoOf(TestHelperImpl).getPlayerAnswer = function (table, playerId, botConfig) {
6042
5972
  return _get_playerAnswerInteractor__msggz1(this).l8k(playerId, table, botConfig);
@@ -6106,6 +6036,46 @@
6106
6036
  }
6107
6037
  return null;
6108
6038
  };
6039
+ function RoomMetadata() {
6040
+ var tmp = this;
6041
+ // Inline function 'kotlin.collections.mutableMapOf' call
6042
+ tmp.ua1_1 = LinkedHashMap_init_$Create$();
6043
+ this.extras = {};
6044
+ this.extras = this.ua1_1;
6045
+ }
6046
+ protoOf(RoomMetadata).va1 = function () {
6047
+ return this.extras;
6048
+ };
6049
+ protoOf(RoomMetadata).va1 = function () {
6050
+ return this.extras;
6051
+ };
6052
+ protoOf(RoomMetadata).getGame = function (gameId) {
6053
+ var tmp0_elvis_lhs = this.extras.b2(gameId);
6054
+ var tmp;
6055
+ if (tmp0_elvis_lhs == null) {
6056
+ throw IllegalStateException_init_$Create$('RoomMetadata: game ' + gameId + ' not exists');
6057
+ } else {
6058
+ tmp = tmp0_elvis_lhs;
6059
+ }
6060
+ return tmp;
6061
+ };
6062
+ protoOf(RoomMetadata).getGameOrNull = function (gameId) {
6063
+ return this.extras.b2(gameId);
6064
+ };
6065
+ protoOf(RoomMetadata).addGame = function (gameId, game) {
6066
+ // Inline function 'kotlin.collections.set' call
6067
+ this.ua1_1.e2(gameId, game);
6068
+ };
6069
+ function GameMetadata(gameId) {
6070
+ this.gameId = gameId;
6071
+ this.extras = {};
6072
+ }
6073
+ protoOf(GameMetadata).c54 = function () {
6074
+ return this.gameId;
6075
+ };
6076
+ protoOf(GameMetadata).va1 = function () {
6077
+ return this.extras;
6078
+ };
6109
6079
  function serverHelpersModule() {
6110
6080
  return Module_init_$Create$('Server helpers Module', VOID, VOID, serverHelpersModule$lambda);
6111
6081
  }
@@ -6206,22 +6176,22 @@
6206
6176
  });
6207
6177
  protoOf(GameServerEngineControllerImpl).createGameEngineWithLogic = createGameEngineWithLogic;
6208
6178
  defineProp(protoOf(GameServerEngineControllerImpl), 'parser', function () {
6209
- return this.ba1();
6179
+ return this.za0();
6210
6180
  });
6211
6181
  defineProp(protoOf(GameServerEngineControllerImpl), 'helper', function () {
6212
- return this.da1();
6182
+ return this.ba1();
6213
6183
  });
6214
6184
  defineProp(protoOf(GameServerEngineControllerImpl), 'serverHelper', function () {
6215
- return this.ea1();
6185
+ return this.ca1();
6216
6186
  });
6217
6187
  defineProp(protoOf(GameServerEngineControllerImpl), 'resources', function () {
6218
- return this.fa1();
6188
+ return this.da1();
6219
6189
  });
6220
6190
  defineProp(protoOf(GameServerEngineControllerImpl), 'test', function () {
6221
- return this.ca1();
6191
+ return this.aa1();
6222
6192
  });
6223
6193
  defineProp(protoOf(GameServerEngineControllerImpl), 'randomPoolProvider', function () {
6224
- return this.ga1();
6194
+ return this.ea1();
6225
6195
  });
6226
6196
  //endregion
6227
6197
  //region block: init
@@ -6236,14 +6206,6 @@
6236
6206
  //endregion
6237
6207
  //region block: exports
6238
6208
  function $jsExportAll$(_) {
6239
- var $games = _.games || (_.games = {});
6240
- var $games$jass = $games.jass || ($games.jass = {});
6241
- var $games$jass$logic = $games$jass.logic || ($games$jass.logic = {});
6242
- var $games$jass$logic$server = $games$jass$logic.server || ($games$jass$logic.server = {});
6243
- var $games$jass$logic$server$data = $games$jass$logic$server.data || ($games$jass$logic$server.data = {});
6244
- var $games$jass$logic$server$data$models = $games$jass$logic$server$data.models || ($games$jass$logic$server$data.models = {});
6245
- $games$jass$logic$server$data$models.RoomMetadata = RoomMetadata;
6246
- $games$jass$logic$server$data$models.GameMetadata = GameMetadata;
6247
6209
  var $games = _.games || (_.games = {});
6248
6210
  var $games$jass = $games.jass || ($games.jass = {});
6249
6211
  var $games$jass$logic = $games$jass.logic || ($games$jass.logic = {});
@@ -6288,6 +6250,14 @@
6288
6250
  $games$jass$logic$server$redux$state.ServerStatePayload = ServerStatePayload;
6289
6251
  defineProp($games$jass$logic$server$redux$state.ServerStatePayload, 'Companion', Companion_getInstance_7, VOID, true);
6290
6252
  _.createGameServerController = createGameServerController;
6253
+ var $games = _.games || (_.games = {});
6254
+ var $games$jass = $games.jass || ($games.jass = {});
6255
+ var $games$jass$logic = $games$jass.logic || ($games$jass.logic = {});
6256
+ var $games$jass$logic$server = $games$jass$logic.server || ($games$jass$logic.server = {});
6257
+ var $games$jass$logic$server$data = $games$jass$logic$server.data || ($games$jass$logic$server.data = {});
6258
+ var $games$jass$logic$server$data$models = $games$jass$logic$server$data.models || ($games$jass$logic$server$data.models = {});
6259
+ $games$jass$logic$server$data$models.RoomMetadata = RoomMetadata;
6260
+ $games$jass$logic$server$data$models.GameMetadata = GameMetadata;
6291
6261
  }
6292
6262
  $jsExportAll$(_);
6293
6263
  kotlin_kotlin.$jsExportAll$(_);