raspberry_games_server_game_logic 1.8.285 → 1.8.286
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 +3 -3
- package/Logic_Debertz-engine.js +9366 -9387
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +1 -0
- package/Logic_Debertz-game_server.js +683 -683
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
378
378
|
//endregion
|
|
379
379
|
function GameEngineConfig() {
|
|
380
|
-
this.version = '1.8.
|
|
380
|
+
this.version = '1.8.286';
|
|
381
381
|
}
|
|
382
382
|
protoOf(GameEngineConfig).p2z = function () {
|
|
383
383
|
return this.version;
|
|
@@ -1553,7 +1553,7 @@
|
|
|
1553
1553
|
}
|
|
1554
1554
|
}
|
|
1555
1555
|
function Companion_6() {
|
|
1556
|
-
this.w6b_1 =
|
|
1556
|
+
this.w6b_1 = 70;
|
|
1557
1557
|
}
|
|
1558
1558
|
protoOf(Companion_6).x6b = function (state, timeout) {
|
|
1559
1559
|
return new PlayerConnection(state, System_instance.x55().n5l(timeout));
|
|
@@ -1620,7 +1620,7 @@
|
|
|
1620
1620
|
};
|
|
1621
1621
|
protoOf(PlayerConnection).l6c = function (gameDuration) {
|
|
1622
1622
|
var percentage = this.k6c(gameDuration);
|
|
1623
|
-
return percentage >=
|
|
1623
|
+
return percentage >= 70;
|
|
1624
1624
|
};
|
|
1625
1625
|
protoOf(PlayerConnection).e6c = function (state, connectionChangedTime, notLiveDurationRecord) {
|
|
1626
1626
|
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord);
|