raspberry_games_server_game_logic 1.8.427 → 1.8.428

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.
@@ -402,7 +402,7 @@
402
402
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
403
403
  //endregion
404
404
  function GameEngineConfig() {
405
- this.version = '1.8.427';
405
+ this.version = '1.8.428';
406
406
  }
407
407
  protoOf(GameEngineConfig).a3w = function () {
408
408
  return this.version;
@@ -1266,8 +1266,8 @@
1266
1266
  initMetadataForClass(NotCurrentPlayerCheck, 'NotCurrentPlayerCheck');
1267
1267
  initMetadataForClass(consumeFromClientActionsMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
1268
1268
  initMetadataForInterface(IgnoreLoggerAction, 'IgnoreLoggerAction', VOID, VOID, [Action]);
1269
- initMetadataForLambda(botChatPutCardMiddleware$o$handle$slambda, CoroutineImpl, VOID, [1]);
1270
- initMetadataForClass(botChatPutCardMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
1269
+ initMetadataForLambda(botChatMiddleware$o$handle$slambda, CoroutineImpl, VOID, [1]);
1270
+ initMetadataForClass(botChatMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
1271
1271
  initMetadataForLambda(handleRandomMessage$slambda, CoroutineImpl, VOID, [1]);
1272
1272
  initMetadataForLambda(botLogicMiddleware$o$handle$slambda, CoroutineImpl, VOID, [1]);
1273
1273
  initMetadataForClass(botLogicMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
@@ -51804,7 +51804,7 @@
51804
51804
  // Inline function 'kotlin.let' call
51805
51805
  var tmp0_asyncProvider = _get_asyncProvider__jbpyhw_0(this);
51806
51806
  var tmp1_conversationCache = _get_conversationCache__95j15a(this);
51807
- this_0.j(botChatPutCardMiddleware(tmp3_safe_receiver, tmp1_conversationCache, tmp0_asyncProvider, isEnableBotForPlayer));
51807
+ this_0.j(botChatMiddleware(tmp3_safe_receiver, tmp1_conversationCache, tmp0_asyncProvider, isEnableBotForPlayer));
51808
51808
  }
51809
51809
  }
51810
51810
  return this_0.e3();
@@ -52708,9 +52708,9 @@
52708
52708
  return Unit_instance;
52709
52709
  };
52710
52710
  }
52711
- function botChatPutCardMiddleware(botChatInteractor, conversationCache, asyncProvider, isEnableBotChatForPlayer) {
52711
+ function botChatMiddleware(botChatInteractor, conversationCache, asyncProvider, isEnableBotChatForPlayer) {
52712
52712
  // Inline function 'com.logic.redux.store.definitions.middlewareForActionType' call
52713
- return new botChatPutCardMiddleware$$inlined$middlewareForActionType$1(conversationCache, botChatInteractor, asyncProvider, isEnableBotChatForPlayer);
52713
+ return new botChatMiddleware$$inlined$middlewareForActionType$1(conversationCache, botChatInteractor, asyncProvider, isEnableBotChatForPlayer);
52714
52714
  }
52715
52715
  function shouldGenerateRandomMessage() {
52716
52716
  return false;
@@ -52718,7 +52718,7 @@
52718
52718
  function handleRandomMessage(store, playerId, botChatInteractor, asyncProvider, isEnableBotChatForPlayer, triggerReason) {
52719
52719
  asyncProvider.j6c(VOID, handleRandomMessage$slambda_0(store, botChatInteractor, playerId, triggerReason, isEnableBotChatForPlayer, null));
52720
52720
  }
52721
- function botChatPutCardMiddleware$o$handle$slambda($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation) {
52721
+ function botChatMiddleware$o$handle$slambda($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation) {
52722
52722
  this.v9a_1 = $botChatInteractor;
52723
52723
  this.w9a_1 = $store;
52724
52724
  this.x9a_1 = $messageText;
@@ -52726,16 +52726,16 @@
52726
52726
  this.z9a_1 = $isEnableBotChatForPlayer;
52727
52727
  CoroutineImpl.call(this, resultContinuation);
52728
52728
  }
52729
- protoOf(botChatPutCardMiddleware$o$handle$slambda).b2d = function ($this$launchDefault, $completion) {
52729
+ protoOf(botChatMiddleware$o$handle$slambda).b2d = function ($this$launchDefault, $completion) {
52730
52730
  var tmp = this.c2d($this$launchDefault, $completion);
52731
52731
  tmp.u8_1 = Unit_instance;
52732
52732
  tmp.v8_1 = null;
52733
52733
  return tmp.a9();
52734
52734
  };
52735
- protoOf(botChatPutCardMiddleware$o$handle$slambda).i9 = function (p1, $completion) {
52735
+ protoOf(botChatMiddleware$o$handle$slambda).i9 = function (p1, $completion) {
52736
52736
  return this.b2d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
52737
52737
  };
52738
- protoOf(botChatPutCardMiddleware$o$handle$slambda).a9 = function () {
52738
+ protoOf(botChatMiddleware$o$handle$slambda).a9 = function () {
52739
52739
  var suspendResult = this.u8_1;
52740
52740
  $sm: do
52741
52741
  try {
@@ -52780,29 +52780,29 @@
52780
52780
  }
52781
52781
  while (true);
52782
52782
  };
52783
- protoOf(botChatPutCardMiddleware$o$handle$slambda).c2d = function ($this$launchDefault, completion) {
52784
- var i = new botChatPutCardMiddleware$o$handle$slambda(this.v9a_1, this.w9a_1, this.x9a_1, this.y9a_1, this.z9a_1, completion);
52783
+ protoOf(botChatMiddleware$o$handle$slambda).c2d = function ($this$launchDefault, completion) {
52784
+ var i = new botChatMiddleware$o$handle$slambda(this.v9a_1, this.w9a_1, this.x9a_1, this.y9a_1, this.z9a_1, completion);
52785
52785
  i.a9b_1 = $this$launchDefault;
52786
52786
  return i;
52787
52787
  };
52788
- function botChatPutCardMiddleware$o$handle$slambda_0($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation) {
52789
- var i = new botChatPutCardMiddleware$o$handle$slambda($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation);
52788
+ function botChatMiddleware$o$handle$slambda_0($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation) {
52789
+ var i = new botChatMiddleware$o$handle$slambda($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation);
52790
52790
  var l = function ($this$launchDefault, $completion) {
52791
52791
  return i.b2d($this$launchDefault, $completion);
52792
52792
  };
52793
52793
  l.$arity = 1;
52794
52794
  return l;
52795
52795
  }
52796
- function botChatPutCardMiddleware$$inlined$middlewareForActionType$1($conversationCache, $botChatInteractor, $asyncProvider, $isEnableBotChatForPlayer) {
52796
+ function botChatMiddleware$$inlined$middlewareForActionType$1($conversationCache, $botChatInteractor, $asyncProvider, $isEnableBotChatForPlayer) {
52797
52797
  this.b9b_1 = $conversationCache;
52798
52798
  this.c9b_1 = $botChatInteractor;
52799
52799
  this.d9b_1 = $asyncProvider;
52800
52800
  this.e9b_1 = $isEnableBotChatForPlayer;
52801
52801
  }
52802
- protoOf(botChatPutCardMiddleware$$inlined$middlewareForActionType$1).g6g = function (action) {
52802
+ protoOf(botChatMiddleware$$inlined$middlewareForActionType$1).g6g = function (action) {
52803
52803
  return action instanceof MechanicAction;
52804
52804
  };
52805
- protoOf(botChatPutCardMiddleware$$inlined$middlewareForActionType$1).v6h = function (store, next, action) {
52805
+ protoOf(botChatMiddleware$$inlined$middlewareForActionType$1).v6h = function (store, next, action) {
52806
52806
  var action_0 = action instanceof MechanicAction ? action : THROW_CCE();
52807
52807
  next(action_0);
52808
52808
  if (action_0 instanceof MessageMechanicAction) {
@@ -52849,7 +52849,7 @@
52849
52849
  }
52850
52850
  var messageText = tmp_0;
52851
52851
  if (!(messageText == null)) {
52852
- this.d9b_1.j6c(VOID, botChatPutCardMiddleware$o$handle$slambda_0(this.c9b_1, store, messageText, action_0, this.e9b_1, null));
52852
+ this.d9b_1.j6c(VOID, botChatMiddleware$o$handle$slambda_0(this.c9b_1, store, messageText, action_0, this.e9b_1, null));
52853
52853
  }
52854
52854
  }
52855
52855
  }
@@ -52857,7 +52857,7 @@
52857
52857
  }
52858
52858
  }
52859
52859
  };
52860
- protoOf(botChatPutCardMiddleware$$inlined$middlewareForActionType$1).f6g = function (store, next, action) {
52860
+ protoOf(botChatMiddleware$$inlined$middlewareForActionType$1).f6g = function (store, next, action) {
52861
52861
  return this.v6h(store, next, action);
52862
52862
  };
52863
52863
  function handleRandomMessage$slambda($store, $botChatInteractor, $playerId, $triggerReason, $isEnableBotChatForPlayer, resultContinuation) {