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.
@@ -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, WithDate, WithTime]);
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.$_$.t9;
115
- var $serializer_getInstance_2 = kotlin_io_raspberryapps_game_engine_engine.$_$.v9;
116
- var $serializer_getInstance_3 = kotlin_io_raspberryapps_game_engine_engine.$_$.u9;
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.$_$.m9;
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.$_$.j4;
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.$_$.j8;
187
- var FileLoggerOutputImpl = kotlin_io_raspberryapps_game_engine_engine.$_$.i8;
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.$_$.fa;
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.$_$.z4;
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;
@@ -419,7 +419,7 @@
419
419
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
420
420
  //endregion
421
421
  function GameEngineConfig() {
422
- this.version = '1.8.303';
422
+ this.version = '1.8.304';
423
423
  }
424
424
  protoOf(GameEngineConfig).k33 = function () {
425
425
  return this.version;
@@ -63646,168 +63646,167 @@
63646
63646
  _.$_$.x3 = getEngineGameModule;
63647
63647
  _.$_$.y3 = jsonModule;
63648
63648
  _.$_$.z3 = get_ratingModule;
63649
- _.$_$.a4 = FromClientEventsObserverImpl;
63650
- _.$_$.b4 = FromClientEventsObserver;
63651
- _.$_$.c4 = MessageFactory;
63652
- _.$_$.d4 = LastCardInteractor;
63653
- _.$_$.e4 = PlayerAnswerInteractor;
63654
- _.$_$.f4 = CombinationProvider;
63655
- _.$_$.g4 = DealerInteractor;
63656
- _.$_$.h4 = GameMechanicLogicInteractor;
63657
- _.$_$.i4 = PointsInteractor;
63658
- _.$_$.j4 = UserRatingInteractor;
63659
- _.$_$.k4 = PlayerConnectionInteractor;
63660
- _.$_$.l4 = PlayerTurnTagProvider;
63661
- _.$_$.m4 = notValidateTimerReset;
63662
- _.$_$.n4 = NotValidateTimerReset;
63663
- _.$_$.o4 = ScenePositionProvider;
63664
- _.$_$.p4 = CardFromClientAction;
63665
- _.$_$.q4 = CombinationChoiceFromClientAction;
63666
- _.$_$.r4 = ExitFromClientAction;
63667
- _.$_$.s4 = FromClientActionPayloadProvider;
63668
- _.$_$.t4 = FromClientAction;
63669
- _.$_$.u4 = MessageFromClientAction;
63670
- _.$_$.v4 = PartnerSelectedFromClientAction;
63671
- _.$_$.w4 = PlayerReadyFromClientAction;
63672
- _.$_$.x4 = RequestedCardDecksFromClientAction;
63673
- _.$_$.y4 = SuitChoiceFromClientAction;
63674
- _.$_$.z4 = mapFromClientDtoListWithPayload;
63675
- _.$_$.a5 = ActionDeliveryPayload;
63676
- _.$_$.b5 = CombinedToClientAction;
63677
- _.$_$.c5 = RoomActionPayload;
63678
- _.$_$.d5 = ToClientAction;
63679
- _.$_$.e5 = mapFromClient_6;
63680
- _.$_$.f5 = mapToClient_19;
63681
- _.$_$.g5 = mapToClient_6;
63682
- _.$_$.h5 = mapToClient_11;
63683
- _.$_$.i5 = mapToClient_8;
63684
- _.$_$.j5 = mapToClient_21;
63685
- _.$_$.k5 = mapToClient_7;
63686
- _.$_$.l5 = mapToClient_22;
63687
- _.$_$.m5 = mapToClient_10;
63688
- _.$_$.n5 = mapToClient_24;
63689
- _.$_$.o5 = mapToClient_12;
63690
- _.$_$.p5 = mapToClient_9;
63691
- _.$_$.q5 = mapToClient_20;
63692
- _.$_$.r5 = mapToClient_14;
63693
- _.$_$.s5 = mapToClient_23;
63694
- _.$_$.t5 = mapToClient_18;
63695
- _.$_$.u5 = mapToClient_15;
63696
- _.$_$.v5 = mapToClient_13;
63697
- _.$_$.w5 = mapToClient_16;
63698
- _.$_$.x5 = mapToClient_17;
63699
- _.$_$.y5 = GameAction;
63700
- _.$_$.z5 = RoundEndedAction;
63701
- _.$_$.a6 = RoundStartedAction;
63702
- _.$_$.b6 = CardsMechanicAction;
63703
- _.$_$.c6 = CombinationChoiceMechanicAction;
63704
- _.$_$.d6 = ContinueGameMechanicAction;
63705
- _.$_$.e6 = ErrorAction;
63706
- _.$_$.f6 = FinishGameMechanicAction;
63707
- _.$_$.g6 = FinishingGameMechanicAction;
63708
- _.$_$.h6 = FirstMechanicAction;
63709
- _.$_$.i6 = GameToRoomTransition;
63710
- _.$_$.j6 = InSceneAction;
63711
- _.$_$.k6 = MechanicAction;
63712
- _.$_$.l6 = MessageMechanicAction;
63713
- _.$_$.m6 = NavigationMechanicAction;
63714
- _.$_$.n6 = NextPlayerTurnAction;
63715
- _.$_$.o6 = PickUpBribeMechanicAction;
63716
- _.$_$.p6 = PlayerConnectionChangedMechanicAction;
63717
- _.$_$.q6 = PlayerReadyMechanicAction;
63718
- _.$_$.r6 = PlayerTurnAnswerAction;
63719
- _.$_$.s6 = PutCardMechanicAction;
63720
- _.$_$.t6 = RestartGameMechanicAction;
63721
- _.$_$.u6 = SceneActMechanicAction;
63722
- _.$_$.v6 = SceneMechanicAction;
63723
- _.$_$.w6 = StartGameMechanicAction;
63724
- _.$_$.x6 = StartNewGameMechanicAction;
63725
- _.$_$.y6 = SuitChoiceMechanicAction;
63726
- _.$_$.z6 = TeamsDataMechanicAction;
63727
- _.$_$.a7 = TerminatedAction;
63728
- _.$_$.b7 = TrumpMechanicAction;
63729
- _.$_$.c7 = WinnerCombinationsMechanicAction;
63730
- _.$_$.d7 = getPlayerTurn;
63731
- _.$_$.e7 = SceneEndedMechanicAction;
63732
- _.$_$.f7 = ClearAction;
63733
- _.$_$.g7 = PlayerConnectionUpdateAction;
63734
- _.$_$.h7 = BotGameStoreContract;
63735
- _.$_$.i7 = FileLoggerStoreContract;
63736
- _.$_$.j7 = GameMechanicStoreContract;
63737
- _.$_$.k7 = PlayerTurnStoreContract;
63738
- _.$_$.l7 = StoreContract;
63739
- _.$_$.m7 = TimersStoreContract;
63740
- _.$_$.n7 = ValidationStoreContract;
63741
- _.$_$.o7 = sendFromClientEventsMiddleware;
63742
- _.$_$.p7 = roundLifecycleMiddleware;
63743
- _.$_$.q7 = putPlayerLastCardMiddleware;
63744
- _.$_$.r7 = playerConnectionUpdateMiddleware;
63745
- _.$_$.s7 = playerReconnectionWaitingTimerTickMiddleware;
63746
- _.$_$.t7 = getInitialPlayerTurnTimerDelayMillis;
63747
- _.$_$.u7 = playerTurnTimeoutMiddleware;
63748
- _.$_$.v7 = playerTurnTimeoutWhenHostMiddleware;
63749
- _.$_$.w7 = clearOnFinishMiddleware;
63750
- _.$_$.x7 = checkBotsMiddleware;
63751
- _.$_$.y7 = IgnoreLoggerAction;
63752
- _.$_$.z7 = BaseMechanicLifecycleReducer;
63753
- _.$_$.a8 = MechanicLifecycleReducer;
63754
- _.$_$.b8 = PlayerTurnMechanicReducer;
63755
- _.$_$.c8 = TeamsMechanicReducer;
63756
- _.$_$.d8 = TableLifecycleReducer;
63757
- _.$_$.e8 = AppStatePayload;
63758
- _.$_$.f8 = AppState;
63759
- _.$_$.g8 = TerminationState;
63760
- _.$_$.h8 = CallbackWrapperLoggerOutput;
63761
- _.$_$.i8 = FileLoggerOutputImpl;
63762
- _.$_$.j8 = FileLoggerOutput;
63763
- _.$_$.k8 = get_isCreated_0;
63764
- _.$_$.l8 = BaseGame;
63765
- _.$_$.m8 = GameStoreContract;
63766
- _.$_$.n8 = GameStore;
63767
- _.$_$.o8 = StateProvider;
63768
- _.$_$.p8 = ValidationCode_CARD_VALIDATION_HAS_HIGHER_TRUMP_CARD_getInstance;
63769
- _.$_$.q8 = ValidationCode_CARD_VALIDATION_HAS_SAME_CARD_getInstance;
63770
- _.$_$.r8 = ValidationCode_CARD_VALIDATION_HAS_TRUMP_CARD_getInstance;
63771
- _.$_$.s8 = ValidationCode_SUIT_VALIDATION_NEED_TO_PLAY_getInstance;
63772
- _.$_$.t8 = MessageLifecycle_GAME_getInstance;
63773
- _.$_$.u8 = MessageLifecycle_ROOM_getInstance;
63774
- _.$_$.v8 = CombinationState_ACCEPTED_getInstance;
63775
- _.$_$.w8 = CombinationState_CANCELED_getInstance;
63776
- _.$_$.x8 = CombinationState_REJECTED_getInstance;
63777
- _.$_$.y8 = GameLifecycleState_CREATED_getInstance;
63778
- _.$_$.z8 = GameLifecycleState_CREATING_getInstance;
63779
- _.$_$.a9 = GameLifecycleState_FINISHED_getInstance;
63780
- _.$_$.b9 = GameLifecycleState_FINISHING_getInstance;
63781
- _.$_$.c9 = UserActionPayload_init_$Create$;
63782
- _.$_$.d9 = UserActionPayload_init_$Create$_0;
63783
- _.$_$.e9 = PlayerTurnTimerTag_init_$Create$;
63784
- _.$_$.f9 = Companion_getInstance_49;
63785
- _.$_$.g9 = Companion_getInstance_93;
63786
- _.$_$.h9 = $serializer_getInstance_69;
63787
- _.$_$.i9 = $serializer_getInstance_76;
63788
- _.$_$.j9 = $serializer_getInstance_104;
63789
- _.$_$.k9 = $serializer_getInstance_109;
63790
- _.$_$.l9 = $serializer_getInstance_111;
63791
- _.$_$.m9 = $serializer_getInstance_112;
63792
- _.$_$.n9 = $serializer_getInstance_113;
63793
- _.$_$.o9 = $serializer_getInstance_114;
63794
- _.$_$.p9 = $serializer_getInstance_116;
63795
- _.$_$.q9 = $serializer_getInstance_120;
63796
- _.$_$.r9 = Companion_getInstance_162;
63797
- _.$_$.s9 = $serializer_getInstance_101;
63798
- _.$_$.t9 = $serializer_getInstance_2;
63799
- _.$_$.u9 = $serializer_getInstance_3;
63800
- _.$_$.v9 = $serializer_getInstance_4;
63801
- _.$_$.w9 = $serializer_getInstance_5;
63802
- _.$_$.x9 = Companion_instance_175;
63803
- _.$_$.y9 = Companion_instance_176;
63804
- _.$_$.z9 = Companion_getInstance_185;
63805
- _.$_$.aa = Companion_getInstance_186;
63806
- _.$_$.ba = Companion_instance_174;
63807
- _.$_$.ca = Companion_getInstance_10;
63808
- _.$_$.da = Companion_instance_194;
63809
- _.$_$.ea = Companion_instance_196;
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
  }));