client_plugin_logic_deb 1.8.303 → 1.8.304
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-client_plugin.js +9 -9
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +161 -162
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +118 -137
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +92 -92
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/package.json +1 -1
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
return tmp;
|
|
378
378
|
}
|
|
379
379
|
initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
|
|
380
|
-
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset,
|
|
380
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset, WithTime, WithDate]);
|
|
381
381
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
382
382
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
383
383
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
var PluginGeneratedSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.c2;
|
|
112
112
|
var $serializer_getInstance = kotlin_io_raspberryapps_game_engine_game_client.$_$.f3;
|
|
113
113
|
var $serializer_getInstance_0 = kotlin_io_raspberryapps_game_engine_core.$_$.r5;
|
|
114
|
-
var $serializer_getInstance_1 = kotlin_io_raspberryapps_game_engine_engine.$_$.
|
|
115
|
-
var $serializer_getInstance_2 = kotlin_io_raspberryapps_game_engine_engine.$_$.
|
|
116
|
-
var $serializer_getInstance_3 = kotlin_io_raspberryapps_game_engine_engine.$_$.
|
|
114
|
+
var $serializer_getInstance_1 = kotlin_io_raspberryapps_game_engine_engine.$_$.s9;
|
|
115
|
+
var $serializer_getInstance_2 = kotlin_io_raspberryapps_game_engine_engine.$_$.u9;
|
|
116
|
+
var $serializer_getInstance_3 = kotlin_io_raspberryapps_game_engine_engine.$_$.t9;
|
|
117
117
|
var $serializer_getInstance_4 = kotlin_io_raspberryapps_game_engine_game_client.$_$.g3;
|
|
118
118
|
var UnknownFieldException_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.f;
|
|
119
119
|
var StringSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.u;
|
|
@@ -136,9 +136,9 @@
|
|
|
136
136
|
var IntSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.s;
|
|
137
137
|
var $serializer_getInstance_5 = kotlin_io_raspberryapps_game_engine_core.$_$.n5;
|
|
138
138
|
var ArrayListSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.v1;
|
|
139
|
-
var $serializer_getInstance_6 = kotlin_io_raspberryapps_game_engine_engine.$_$.
|
|
139
|
+
var $serializer_getInstance_6 = kotlin_io_raspberryapps_game_engine_engine.$_$.l9;
|
|
140
140
|
var Module_init_$Create$ = kotlin_org_kodein_di_kodein_di.$_$.a;
|
|
141
|
-
var UserRatingInteractor = kotlin_io_raspberryapps_game_engine_engine.$_$.
|
|
141
|
+
var UserRatingInteractor = kotlin_io_raspberryapps_game_engine_engine.$_$.i4;
|
|
142
142
|
var Json = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_json.$_$.d;
|
|
143
143
|
var get_clientSerializerModule = kotlin_io_raspberryapps_game_engine_game_client.$_$.d2;
|
|
144
144
|
var listOf = kotlin_kotlin.$_$.p8;
|
|
@@ -183,10 +183,10 @@
|
|
|
183
183
|
var FunctionAdapter = kotlin_kotlin.$_$.ab;
|
|
184
184
|
var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.s;
|
|
185
185
|
var combinedLoggerModule = kotlin_io_raspberryapps_game_engine_core.$_$.h2;
|
|
186
|
-
var FileLoggerOutput = kotlin_io_raspberryapps_game_engine_engine.$_$.
|
|
187
|
-
var FileLoggerOutputImpl = kotlin_io_raspberryapps_game_engine_engine.$_$.
|
|
186
|
+
var FileLoggerOutput = kotlin_io_raspberryapps_game_engine_engine.$_$.i8;
|
|
187
|
+
var FileLoggerOutputImpl = kotlin_io_raspberryapps_game_engine_engine.$_$.h8;
|
|
188
188
|
var dealerModule = kotlin_io_raspberryapps_game_engine_core.$_$.j2;
|
|
189
|
-
var Companion_instance_0 = kotlin_io_raspberryapps_game_engine_engine.$_$.
|
|
189
|
+
var Companion_instance_0 = kotlin_io_raspberryapps_game_engine_engine.$_$.ea;
|
|
190
190
|
var GameClient = kotlin_io_raspberryapps_game_engine_game_client.$_$.e3;
|
|
191
191
|
var Flow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.t;
|
|
192
192
|
var KtList = kotlin_kotlin.$_$.x5;
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
var mapFromDto_10 = kotlin_io_raspberryapps_game_engine_engine.$_$.u1;
|
|
241
241
|
var OnlineGameMechanic = kotlin_io_raspberryapps_game_engine_game_client.$_$.p2;
|
|
242
242
|
var ToClientActionDto = kotlin_io_raspberryapps_game_engine_engine.$_$.l1;
|
|
243
|
-
var mapFromClientDtoListWithPayload = kotlin_io_raspberryapps_game_engine_engine.$_$.
|
|
243
|
+
var mapFromClientDtoListWithPayload = kotlin_io_raspberryapps_game_engine_engine.$_$.y4;
|
|
244
244
|
var SingleGameMechanic = kotlin_io_raspberryapps_game_engine_game_client.$_$.q2;
|
|
245
245
|
var listOf_0 = kotlin_kotlin.$_$.q8;
|
|
246
246
|
var mapToDto_15 = kotlin_io_raspberryapps_game_engine_game_client.$_$.r;
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
420
420
|
//endregion
|
|
421
421
|
function GameEngineConfig() {
|
|
422
|
-
this.version = '1.8.
|
|
422
|
+
this.version = '1.8.304';
|
|
423
423
|
}
|
|
424
424
|
protoOf(GameEngineConfig).k33 = function () {
|
|
425
425
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -63646,168 +63646,167 @@
|
|
|
63646
63646
|
_.$_$.x3 = getEngineGameModule;
|
|
63647
63647
|
_.$_$.y3 = jsonModule;
|
|
63648
63648
|
_.$_$.z3 = get_ratingModule;
|
|
63649
|
-
_.$_$.a4 =
|
|
63650
|
-
_.$_$.b4 =
|
|
63651
|
-
_.$_$.c4 =
|
|
63652
|
-
_.$_$.d4 =
|
|
63653
|
-
_.$_$.e4 =
|
|
63654
|
-
_.$_$.f4 =
|
|
63655
|
-
_.$_$.g4 =
|
|
63656
|
-
_.$_$.h4 =
|
|
63657
|
-
_.$_$.i4 =
|
|
63658
|
-
_.$_$.j4 =
|
|
63659
|
-
_.$_$.k4 =
|
|
63660
|
-
_.$_$.l4 =
|
|
63661
|
-
_.$_$.m4 =
|
|
63662
|
-
_.$_$.n4 =
|
|
63663
|
-
_.$_$.o4 =
|
|
63664
|
-
_.$_$.p4 =
|
|
63665
|
-
_.$_$.q4 =
|
|
63666
|
-
_.$_$.r4 =
|
|
63667
|
-
_.$_$.s4 =
|
|
63668
|
-
_.$_$.t4 =
|
|
63669
|
-
_.$_$.u4 =
|
|
63670
|
-
_.$_$.v4 =
|
|
63671
|
-
_.$_$.w4 =
|
|
63672
|
-
_.$_$.x4 =
|
|
63673
|
-
_.$_$.y4 =
|
|
63674
|
-
_.$_$.z4 =
|
|
63675
|
-
_.$_$.a5 =
|
|
63676
|
-
_.$_$.b5 =
|
|
63677
|
-
_.$_$.c5 =
|
|
63678
|
-
_.$_$.d5 =
|
|
63679
|
-
_.$_$.e5 =
|
|
63680
|
-
_.$_$.f5 =
|
|
63681
|
-
_.$_$.g5 =
|
|
63682
|
-
_.$_$.h5 =
|
|
63683
|
-
_.$_$.i5 =
|
|
63684
|
-
_.$_$.j5 =
|
|
63685
|
-
_.$_$.k5 =
|
|
63686
|
-
_.$_$.l5 =
|
|
63687
|
-
_.$_$.m5 =
|
|
63688
|
-
_.$_$.n5 =
|
|
63689
|
-
_.$_$.o5 =
|
|
63690
|
-
_.$_$.p5 =
|
|
63691
|
-
_.$_$.q5 =
|
|
63692
|
-
_.$_$.r5 =
|
|
63693
|
-
_.$_$.s5 =
|
|
63694
|
-
_.$_$.t5 =
|
|
63695
|
-
_.$_$.u5 =
|
|
63696
|
-
_.$_$.v5 =
|
|
63697
|
-
_.$_$.w5 =
|
|
63698
|
-
_.$_$.x5 =
|
|
63699
|
-
_.$_$.y5 =
|
|
63700
|
-
_.$_$.z5 =
|
|
63701
|
-
_.$_$.a6 =
|
|
63702
|
-
_.$_$.b6 =
|
|
63703
|
-
_.$_$.c6 =
|
|
63704
|
-
_.$_$.d6 =
|
|
63705
|
-
_.$_$.e6 =
|
|
63706
|
-
_.$_$.f6 =
|
|
63707
|
-
_.$_$.g6 =
|
|
63708
|
-
_.$_$.h6 =
|
|
63709
|
-
_.$_$.i6 =
|
|
63710
|
-
_.$_$.j6 =
|
|
63711
|
-
_.$_$.k6 =
|
|
63712
|
-
_.$_$.l6 =
|
|
63713
|
-
_.$_$.m6 =
|
|
63714
|
-
_.$_$.n6 =
|
|
63715
|
-
_.$_$.o6 =
|
|
63716
|
-
_.$_$.p6 =
|
|
63717
|
-
_.$_$.q6 =
|
|
63718
|
-
_.$_$.r6 =
|
|
63719
|
-
_.$_$.s6 =
|
|
63720
|
-
_.$_$.t6 =
|
|
63721
|
-
_.$_$.u6 =
|
|
63722
|
-
_.$_$.v6 =
|
|
63723
|
-
_.$_$.w6 =
|
|
63724
|
-
_.$_$.x6 =
|
|
63725
|
-
_.$_$.y6 =
|
|
63726
|
-
_.$_$.z6 =
|
|
63727
|
-
_.$_$.a7 =
|
|
63728
|
-
_.$_$.b7 =
|
|
63729
|
-
_.$_$.c7 =
|
|
63730
|
-
_.$_$.d7 =
|
|
63731
|
-
_.$_$.e7 =
|
|
63732
|
-
_.$_$.f7 =
|
|
63733
|
-
_.$_$.g7 =
|
|
63734
|
-
_.$_$.h7 =
|
|
63735
|
-
_.$_$.i7 =
|
|
63736
|
-
_.$_$.j7 =
|
|
63737
|
-
_.$_$.k7 =
|
|
63738
|
-
_.$_$.l7 =
|
|
63739
|
-
_.$_$.m7 =
|
|
63740
|
-
_.$_$.n7 =
|
|
63741
|
-
_.$_$.o7 =
|
|
63742
|
-
_.$_$.p7 =
|
|
63743
|
-
_.$_$.q7 =
|
|
63744
|
-
_.$_$.r7 =
|
|
63745
|
-
_.$_$.s7 =
|
|
63746
|
-
_.$_$.t7 =
|
|
63747
|
-
_.$_$.u7 =
|
|
63748
|
-
_.$_$.v7 =
|
|
63749
|
-
_.$_$.w7 =
|
|
63750
|
-
_.$_$.x7 =
|
|
63751
|
-
_.$_$.y7 =
|
|
63752
|
-
_.$_$.z7 =
|
|
63753
|
-
_.$_$.a8 =
|
|
63754
|
-
_.$_$.b8 =
|
|
63755
|
-
_.$_$.c8 =
|
|
63756
|
-
_.$_$.d8 =
|
|
63757
|
-
_.$_$.e8 =
|
|
63758
|
-
_.$_$.f8 =
|
|
63759
|
-
_.$_$.g8 =
|
|
63760
|
-
_.$_$.h8 =
|
|
63761
|
-
_.$_$.i8 =
|
|
63762
|
-
_.$_$.j8 =
|
|
63763
|
-
_.$_$.k8 =
|
|
63764
|
-
_.$_$.l8 =
|
|
63765
|
-
_.$_$.m8 =
|
|
63766
|
-
_.$_$.n8 =
|
|
63767
|
-
_.$_$.o8 =
|
|
63768
|
-
_.$_$.p8 =
|
|
63769
|
-
_.$_$.q8 =
|
|
63770
|
-
_.$_$.r8 =
|
|
63771
|
-
_.$_$.s8 =
|
|
63772
|
-
_.$_$.t8 =
|
|
63773
|
-
_.$_$.u8 =
|
|
63774
|
-
_.$_$.v8 =
|
|
63775
|
-
_.$_$.w8 =
|
|
63776
|
-
_.$_$.x8 =
|
|
63777
|
-
_.$_$.y8 =
|
|
63778
|
-
_.$_$.z8 =
|
|
63779
|
-
_.$_$.a9 =
|
|
63780
|
-
_.$_$.b9 =
|
|
63781
|
-
_.$_$.c9 = UserActionPayload_init_$Create
|
|
63782
|
-
_.$_$.d9 =
|
|
63783
|
-
_.$_$.e9 =
|
|
63784
|
-
_.$_$.f9 =
|
|
63785
|
-
_.$_$.g9 =
|
|
63786
|
-
_.$_$.h9 = $
|
|
63787
|
-
_.$_$.i9 = $
|
|
63788
|
-
_.$_$.j9 = $
|
|
63789
|
-
_.$_$.k9 = $
|
|
63790
|
-
_.$_$.l9 = $
|
|
63791
|
-
_.$_$.m9 = $
|
|
63792
|
-
_.$_$.n9 = $
|
|
63793
|
-
_.$_$.o9 = $
|
|
63794
|
-
_.$_$.p9 = $
|
|
63795
|
-
_.$_$.q9 =
|
|
63796
|
-
_.$_$.r9 =
|
|
63797
|
-
_.$_$.s9 = $
|
|
63798
|
-
_.$_$.t9 = $
|
|
63799
|
-
_.$_$.u9 = $
|
|
63800
|
-
_.$_$.v9 = $
|
|
63801
|
-
_.$_$.w9 =
|
|
63802
|
-
_.$_$.x9 =
|
|
63803
|
-
_.$_$.y9 =
|
|
63804
|
-
_.$_$.z9 =
|
|
63805
|
-
_.$_$.aa =
|
|
63806
|
-
_.$_$.ba =
|
|
63807
|
-
_.$_$.ca =
|
|
63808
|
-
_.$_$.da =
|
|
63809
|
-
_.$_$.ea =
|
|
63810
|
-
_.$_$.fa = Companion_instance_197;
|
|
63649
|
+
_.$_$.a4 = FromClientEventsObserver;
|
|
63650
|
+
_.$_$.b4 = MessageFactory;
|
|
63651
|
+
_.$_$.c4 = LastCardInteractor;
|
|
63652
|
+
_.$_$.d4 = PlayerAnswerInteractor;
|
|
63653
|
+
_.$_$.e4 = CombinationProvider;
|
|
63654
|
+
_.$_$.f4 = DealerInteractor;
|
|
63655
|
+
_.$_$.g4 = GameMechanicLogicInteractor;
|
|
63656
|
+
_.$_$.h4 = PointsInteractor;
|
|
63657
|
+
_.$_$.i4 = UserRatingInteractor;
|
|
63658
|
+
_.$_$.j4 = PlayerConnectionInteractor;
|
|
63659
|
+
_.$_$.k4 = PlayerTurnTagProvider;
|
|
63660
|
+
_.$_$.l4 = notValidateTimerReset;
|
|
63661
|
+
_.$_$.m4 = NotValidateTimerReset;
|
|
63662
|
+
_.$_$.n4 = ScenePositionProvider;
|
|
63663
|
+
_.$_$.o4 = CardFromClientAction;
|
|
63664
|
+
_.$_$.p4 = CombinationChoiceFromClientAction;
|
|
63665
|
+
_.$_$.q4 = ExitFromClientAction;
|
|
63666
|
+
_.$_$.r4 = FromClientActionPayloadProvider;
|
|
63667
|
+
_.$_$.s4 = FromClientAction;
|
|
63668
|
+
_.$_$.t4 = MessageFromClientAction;
|
|
63669
|
+
_.$_$.u4 = PartnerSelectedFromClientAction;
|
|
63670
|
+
_.$_$.v4 = PlayerReadyFromClientAction;
|
|
63671
|
+
_.$_$.w4 = RequestedCardDecksFromClientAction;
|
|
63672
|
+
_.$_$.x4 = SuitChoiceFromClientAction;
|
|
63673
|
+
_.$_$.y4 = mapFromClientDtoListWithPayload;
|
|
63674
|
+
_.$_$.z4 = ActionDeliveryPayload;
|
|
63675
|
+
_.$_$.a5 = CombinedToClientAction;
|
|
63676
|
+
_.$_$.b5 = RoomActionPayload;
|
|
63677
|
+
_.$_$.c5 = ToClientAction;
|
|
63678
|
+
_.$_$.d5 = mapFromClient_6;
|
|
63679
|
+
_.$_$.e5 = mapToClient_19;
|
|
63680
|
+
_.$_$.f5 = mapToClient_6;
|
|
63681
|
+
_.$_$.g5 = mapToClient_11;
|
|
63682
|
+
_.$_$.h5 = mapToClient_8;
|
|
63683
|
+
_.$_$.i5 = mapToClient_21;
|
|
63684
|
+
_.$_$.j5 = mapToClient_7;
|
|
63685
|
+
_.$_$.k5 = mapToClient_22;
|
|
63686
|
+
_.$_$.l5 = mapToClient_10;
|
|
63687
|
+
_.$_$.m5 = mapToClient_24;
|
|
63688
|
+
_.$_$.n5 = mapToClient_12;
|
|
63689
|
+
_.$_$.o5 = mapToClient_9;
|
|
63690
|
+
_.$_$.p5 = mapToClient_20;
|
|
63691
|
+
_.$_$.q5 = mapToClient_14;
|
|
63692
|
+
_.$_$.r5 = mapToClient_23;
|
|
63693
|
+
_.$_$.s5 = mapToClient_18;
|
|
63694
|
+
_.$_$.t5 = mapToClient_15;
|
|
63695
|
+
_.$_$.u5 = mapToClient_13;
|
|
63696
|
+
_.$_$.v5 = mapToClient_16;
|
|
63697
|
+
_.$_$.w5 = mapToClient_17;
|
|
63698
|
+
_.$_$.x5 = GameAction;
|
|
63699
|
+
_.$_$.y5 = RoundEndedAction;
|
|
63700
|
+
_.$_$.z5 = RoundStartedAction;
|
|
63701
|
+
_.$_$.a6 = CardsMechanicAction;
|
|
63702
|
+
_.$_$.b6 = CombinationChoiceMechanicAction;
|
|
63703
|
+
_.$_$.c6 = ContinueGameMechanicAction;
|
|
63704
|
+
_.$_$.d6 = ErrorAction;
|
|
63705
|
+
_.$_$.e6 = FinishGameMechanicAction;
|
|
63706
|
+
_.$_$.f6 = FinishingGameMechanicAction;
|
|
63707
|
+
_.$_$.g6 = FirstMechanicAction;
|
|
63708
|
+
_.$_$.h6 = GameToRoomTransition;
|
|
63709
|
+
_.$_$.i6 = InSceneAction;
|
|
63710
|
+
_.$_$.j6 = MechanicAction;
|
|
63711
|
+
_.$_$.k6 = MessageMechanicAction;
|
|
63712
|
+
_.$_$.l6 = NavigationMechanicAction;
|
|
63713
|
+
_.$_$.m6 = NextPlayerTurnAction;
|
|
63714
|
+
_.$_$.n6 = PickUpBribeMechanicAction;
|
|
63715
|
+
_.$_$.o6 = PlayerConnectionChangedMechanicAction;
|
|
63716
|
+
_.$_$.p6 = PlayerReadyMechanicAction;
|
|
63717
|
+
_.$_$.q6 = PlayerTurnAnswerAction;
|
|
63718
|
+
_.$_$.r6 = PutCardMechanicAction;
|
|
63719
|
+
_.$_$.s6 = RestartGameMechanicAction;
|
|
63720
|
+
_.$_$.t6 = SceneActMechanicAction;
|
|
63721
|
+
_.$_$.u6 = SceneMechanicAction;
|
|
63722
|
+
_.$_$.v6 = StartGameMechanicAction;
|
|
63723
|
+
_.$_$.w6 = StartNewGameMechanicAction;
|
|
63724
|
+
_.$_$.x6 = SuitChoiceMechanicAction;
|
|
63725
|
+
_.$_$.y6 = TeamsDataMechanicAction;
|
|
63726
|
+
_.$_$.z6 = TerminatedAction;
|
|
63727
|
+
_.$_$.a7 = TrumpMechanicAction;
|
|
63728
|
+
_.$_$.b7 = WinnerCombinationsMechanicAction;
|
|
63729
|
+
_.$_$.c7 = getPlayerTurn;
|
|
63730
|
+
_.$_$.d7 = SceneEndedMechanicAction;
|
|
63731
|
+
_.$_$.e7 = ClearAction;
|
|
63732
|
+
_.$_$.f7 = PlayerConnectionUpdateAction;
|
|
63733
|
+
_.$_$.g7 = BotGameStoreContract;
|
|
63734
|
+
_.$_$.h7 = FileLoggerStoreContract;
|
|
63735
|
+
_.$_$.i7 = GameMechanicStoreContract;
|
|
63736
|
+
_.$_$.j7 = PlayerTurnStoreContract;
|
|
63737
|
+
_.$_$.k7 = StoreContract;
|
|
63738
|
+
_.$_$.l7 = TimersStoreContract;
|
|
63739
|
+
_.$_$.m7 = ValidationStoreContract;
|
|
63740
|
+
_.$_$.n7 = sendFromClientEventsMiddleware;
|
|
63741
|
+
_.$_$.o7 = roundLifecycleMiddleware;
|
|
63742
|
+
_.$_$.p7 = putPlayerLastCardMiddleware;
|
|
63743
|
+
_.$_$.q7 = playerConnectionUpdateMiddleware;
|
|
63744
|
+
_.$_$.r7 = playerReconnectionWaitingTimerTickMiddleware;
|
|
63745
|
+
_.$_$.s7 = getInitialPlayerTurnTimerDelayMillis;
|
|
63746
|
+
_.$_$.t7 = playerTurnTimeoutMiddleware;
|
|
63747
|
+
_.$_$.u7 = playerTurnTimeoutWhenHostMiddleware;
|
|
63748
|
+
_.$_$.v7 = clearOnFinishMiddleware;
|
|
63749
|
+
_.$_$.w7 = checkBotsMiddleware;
|
|
63750
|
+
_.$_$.x7 = IgnoreLoggerAction;
|
|
63751
|
+
_.$_$.y7 = BaseMechanicLifecycleReducer;
|
|
63752
|
+
_.$_$.z7 = MechanicLifecycleReducer;
|
|
63753
|
+
_.$_$.a8 = PlayerTurnMechanicReducer;
|
|
63754
|
+
_.$_$.b8 = TeamsMechanicReducer;
|
|
63755
|
+
_.$_$.c8 = TableLifecycleReducer;
|
|
63756
|
+
_.$_$.d8 = AppStatePayload;
|
|
63757
|
+
_.$_$.e8 = AppState;
|
|
63758
|
+
_.$_$.f8 = TerminationState;
|
|
63759
|
+
_.$_$.g8 = CallbackWrapperLoggerOutput;
|
|
63760
|
+
_.$_$.h8 = FileLoggerOutputImpl;
|
|
63761
|
+
_.$_$.i8 = FileLoggerOutput;
|
|
63762
|
+
_.$_$.j8 = get_isCreated_0;
|
|
63763
|
+
_.$_$.k8 = BaseGame;
|
|
63764
|
+
_.$_$.l8 = GameStoreContract;
|
|
63765
|
+
_.$_$.m8 = GameStore;
|
|
63766
|
+
_.$_$.n8 = StateProvider;
|
|
63767
|
+
_.$_$.o8 = ValidationCode_CARD_VALIDATION_HAS_HIGHER_TRUMP_CARD_getInstance;
|
|
63768
|
+
_.$_$.p8 = ValidationCode_CARD_VALIDATION_HAS_SAME_CARD_getInstance;
|
|
63769
|
+
_.$_$.q8 = ValidationCode_CARD_VALIDATION_HAS_TRUMP_CARD_getInstance;
|
|
63770
|
+
_.$_$.r8 = ValidationCode_SUIT_VALIDATION_NEED_TO_PLAY_getInstance;
|
|
63771
|
+
_.$_$.s8 = MessageLifecycle_GAME_getInstance;
|
|
63772
|
+
_.$_$.t8 = MessageLifecycle_ROOM_getInstance;
|
|
63773
|
+
_.$_$.u8 = CombinationState_ACCEPTED_getInstance;
|
|
63774
|
+
_.$_$.v8 = CombinationState_CANCELED_getInstance;
|
|
63775
|
+
_.$_$.w8 = CombinationState_REJECTED_getInstance;
|
|
63776
|
+
_.$_$.x8 = GameLifecycleState_CREATED_getInstance;
|
|
63777
|
+
_.$_$.y8 = GameLifecycleState_CREATING_getInstance;
|
|
63778
|
+
_.$_$.z8 = GameLifecycleState_FINISHED_getInstance;
|
|
63779
|
+
_.$_$.a9 = GameLifecycleState_FINISHING_getInstance;
|
|
63780
|
+
_.$_$.b9 = UserActionPayload_init_$Create$;
|
|
63781
|
+
_.$_$.c9 = UserActionPayload_init_$Create$_0;
|
|
63782
|
+
_.$_$.d9 = PlayerTurnTimerTag_init_$Create$;
|
|
63783
|
+
_.$_$.e9 = Companion_getInstance_49;
|
|
63784
|
+
_.$_$.f9 = Companion_getInstance_93;
|
|
63785
|
+
_.$_$.g9 = $serializer_getInstance_69;
|
|
63786
|
+
_.$_$.h9 = $serializer_getInstance_76;
|
|
63787
|
+
_.$_$.i9 = $serializer_getInstance_104;
|
|
63788
|
+
_.$_$.j9 = $serializer_getInstance_109;
|
|
63789
|
+
_.$_$.k9 = $serializer_getInstance_111;
|
|
63790
|
+
_.$_$.l9 = $serializer_getInstance_112;
|
|
63791
|
+
_.$_$.m9 = $serializer_getInstance_113;
|
|
63792
|
+
_.$_$.n9 = $serializer_getInstance_114;
|
|
63793
|
+
_.$_$.o9 = $serializer_getInstance_116;
|
|
63794
|
+
_.$_$.p9 = $serializer_getInstance_120;
|
|
63795
|
+
_.$_$.q9 = Companion_getInstance_162;
|
|
63796
|
+
_.$_$.r9 = $serializer_getInstance_101;
|
|
63797
|
+
_.$_$.s9 = $serializer_getInstance_2;
|
|
63798
|
+
_.$_$.t9 = $serializer_getInstance_3;
|
|
63799
|
+
_.$_$.u9 = $serializer_getInstance_4;
|
|
63800
|
+
_.$_$.v9 = $serializer_getInstance_5;
|
|
63801
|
+
_.$_$.w9 = Companion_instance_175;
|
|
63802
|
+
_.$_$.x9 = Companion_instance_176;
|
|
63803
|
+
_.$_$.y9 = Companion_getInstance_185;
|
|
63804
|
+
_.$_$.z9 = Companion_getInstance_186;
|
|
63805
|
+
_.$_$.aa = Companion_instance_174;
|
|
63806
|
+
_.$_$.ba = Companion_getInstance_10;
|
|
63807
|
+
_.$_$.ca = Companion_instance_194;
|
|
63808
|
+
_.$_$.da = Companion_instance_196;
|
|
63809
|
+
_.$_$.ea = Companion_instance_197;
|
|
63811
63810
|
//endregion
|
|
63812
63811
|
return _;
|
|
63813
63812
|
}));
|