game_client_logic_deb 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.
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +18 -18
- package/Logic_Debertz-engine.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
388
388
|
//endregion
|
|
389
389
|
function GameEngineConfig() {
|
|
390
|
-
this.version = '1.8.
|
|
390
|
+
this.version = '1.8.428';
|
|
391
391
|
}
|
|
392
392
|
protoOf(GameEngineConfig).w3u = function () {
|
|
393
393
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -1243,8 +1243,8 @@
|
|
|
1243
1243
|
initMetadataForClass(NotCurrentPlayerCheck, 'NotCurrentPlayerCheck');
|
|
1244
1244
|
initMetadataForClass(consumeFromClientActionsMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
|
|
1245
1245
|
initMetadataForInterface(IgnoreLoggerAction, 'IgnoreLoggerAction', VOID, VOID, [Action]);
|
|
1246
|
-
initMetadataForLambda(
|
|
1247
|
-
initMetadataForClass(
|
|
1246
|
+
initMetadataForLambda(botChatMiddleware$o$handle$slambda, CoroutineImpl, VOID, [1]);
|
|
1247
|
+
initMetadataForClass(botChatMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
|
|
1248
1248
|
initMetadataForLambda(handleRandomMessage$slambda, CoroutineImpl, VOID, [1]);
|
|
1249
1249
|
initMetadataForLambda(botLogicMiddleware$o$handle$slambda, CoroutineImpl, VOID, [1]);
|
|
1250
1250
|
initMetadataForClass(botLogicMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
|
|
@@ -50482,7 +50482,7 @@
|
|
|
50482
50482
|
// Inline function 'kotlin.let' call
|
|
50483
50483
|
var tmp0_asyncProvider = _get_asyncProvider__jbpyhw_0(this);
|
|
50484
50484
|
var tmp1_conversationCache = _get_conversationCache__95j15a(this);
|
|
50485
|
-
this_0.j(
|
|
50485
|
+
this_0.j(botChatMiddleware(tmp3_safe_receiver, tmp1_conversationCache, tmp0_asyncProvider, isEnableBotForPlayer));
|
|
50486
50486
|
}
|
|
50487
50487
|
}
|
|
50488
50488
|
return this_0.e3();
|
|
@@ -51386,9 +51386,9 @@
|
|
|
51386
51386
|
return Unit_instance;
|
|
51387
51387
|
};
|
|
51388
51388
|
}
|
|
51389
|
-
function
|
|
51389
|
+
function botChatMiddleware(botChatInteractor, conversationCache, asyncProvider, isEnableBotChatForPlayer) {
|
|
51390
51390
|
// Inline function 'com.logic.redux.store.definitions.middlewareForActionType' call
|
|
51391
|
-
return new
|
|
51391
|
+
return new botChatMiddleware$$inlined$middlewareForActionType$1(conversationCache, botChatInteractor, asyncProvider, isEnableBotChatForPlayer);
|
|
51392
51392
|
}
|
|
51393
51393
|
function shouldGenerateRandomMessage() {
|
|
51394
51394
|
return false;
|
|
@@ -51396,7 +51396,7 @@
|
|
|
51396
51396
|
function handleRandomMessage(store, playerId, botChatInteractor, asyncProvider, isEnableBotChatForPlayer, triggerReason) {
|
|
51397
51397
|
asyncProvider.q6a(VOID, handleRandomMessage$slambda_0(store, botChatInteractor, playerId, triggerReason, isEnableBotChatForPlayer, null));
|
|
51398
51398
|
}
|
|
51399
|
-
function
|
|
51399
|
+
function botChatMiddleware$o$handle$slambda($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation) {
|
|
51400
51400
|
this.c96_1 = $botChatInteractor;
|
|
51401
51401
|
this.d96_1 = $store;
|
|
51402
51402
|
this.e96_1 = $messageText;
|
|
@@ -51404,16 +51404,16 @@
|
|
|
51404
51404
|
this.g96_1 = $isEnableBotChatForPlayer;
|
|
51405
51405
|
CoroutineImpl.call(this, resultContinuation);
|
|
51406
51406
|
}
|
|
51407
|
-
protoOf(
|
|
51407
|
+
protoOf(botChatMiddleware$o$handle$slambda).j2d = function ($this$launchDefault, $completion) {
|
|
51408
51408
|
var tmp = this.k2d($this$launchDefault, $completion);
|
|
51409
51409
|
tmp.u8_1 = Unit_instance;
|
|
51410
51410
|
tmp.v8_1 = null;
|
|
51411
51411
|
return tmp.a9();
|
|
51412
51412
|
};
|
|
51413
|
-
protoOf(
|
|
51413
|
+
protoOf(botChatMiddleware$o$handle$slambda).i9 = function (p1, $completion) {
|
|
51414
51414
|
return this.j2d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
51415
51415
|
};
|
|
51416
|
-
protoOf(
|
|
51416
|
+
protoOf(botChatMiddleware$o$handle$slambda).a9 = function () {
|
|
51417
51417
|
var suspendResult = this.u8_1;
|
|
51418
51418
|
$sm: do
|
|
51419
51419
|
try {
|
|
@@ -51458,29 +51458,29 @@
|
|
|
51458
51458
|
}
|
|
51459
51459
|
while (true);
|
|
51460
51460
|
};
|
|
51461
|
-
protoOf(
|
|
51462
|
-
var i = new
|
|
51461
|
+
protoOf(botChatMiddleware$o$handle$slambda).k2d = function ($this$launchDefault, completion) {
|
|
51462
|
+
var i = new botChatMiddleware$o$handle$slambda(this.c96_1, this.d96_1, this.e96_1, this.f96_1, this.g96_1, completion);
|
|
51463
51463
|
i.h96_1 = $this$launchDefault;
|
|
51464
51464
|
return i;
|
|
51465
51465
|
};
|
|
51466
|
-
function
|
|
51467
|
-
var i = new
|
|
51466
|
+
function botChatMiddleware$o$handle$slambda_0($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation) {
|
|
51467
|
+
var i = new botChatMiddleware$o$handle$slambda($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation);
|
|
51468
51468
|
var l = function ($this$launchDefault, $completion) {
|
|
51469
51469
|
return i.j2d($this$launchDefault, $completion);
|
|
51470
51470
|
};
|
|
51471
51471
|
l.$arity = 1;
|
|
51472
51472
|
return l;
|
|
51473
51473
|
}
|
|
51474
|
-
function
|
|
51474
|
+
function botChatMiddleware$$inlined$middlewareForActionType$1($conversationCache, $botChatInteractor, $asyncProvider, $isEnableBotChatForPlayer) {
|
|
51475
51475
|
this.i96_1 = $conversationCache;
|
|
51476
51476
|
this.j96_1 = $botChatInteractor;
|
|
51477
51477
|
this.k96_1 = $asyncProvider;
|
|
51478
51478
|
this.l96_1 = $isEnableBotChatForPlayer;
|
|
51479
51479
|
}
|
|
51480
|
-
protoOf(
|
|
51480
|
+
protoOf(botChatMiddleware$$inlined$middlewareForActionType$1).w6d = function (action) {
|
|
51481
51481
|
return action instanceof MechanicAction;
|
|
51482
51482
|
};
|
|
51483
|
-
protoOf(
|
|
51483
|
+
protoOf(botChatMiddleware$$inlined$middlewareForActionType$1).l6f = function (store, next, action) {
|
|
51484
51484
|
var action_0 = action instanceof MechanicAction ? action : THROW_CCE();
|
|
51485
51485
|
next(action_0);
|
|
51486
51486
|
if (action_0 instanceof MessageMechanicAction) {
|
|
@@ -51527,7 +51527,7 @@
|
|
|
51527
51527
|
}
|
|
51528
51528
|
var messageText = tmp_0;
|
|
51529
51529
|
if (!(messageText == null)) {
|
|
51530
|
-
this.k96_1.q6a(VOID,
|
|
51530
|
+
this.k96_1.q6a(VOID, botChatMiddleware$o$handle$slambda_0(this.j96_1, store, messageText, action_0, this.l96_1, null));
|
|
51531
51531
|
}
|
|
51532
51532
|
}
|
|
51533
51533
|
}
|
|
@@ -51535,7 +51535,7 @@
|
|
|
51535
51535
|
}
|
|
51536
51536
|
}
|
|
51537
51537
|
};
|
|
51538
|
-
protoOf(
|
|
51538
|
+
protoOf(botChatMiddleware$$inlined$middlewareForActionType$1).v6d = function (store, next, action) {
|
|
51539
51539
|
return this.l6f(store, next, action);
|
|
51540
51540
|
};
|
|
51541
51541
|
function handleRandomMessage$slambda($store, $botChatInteractor, $playerId, $triggerReason, $isEnableBotChatForPlayer, resultContinuation) {
|