raspberry_games_server_game_logic 1.8.445 → 1.8.446
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 +2 -1
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
403
403
|
//endregion
|
|
404
404
|
function GameEngineConfig() {
|
|
405
|
-
this.version = '1.8.
|
|
405
|
+
this.version = '1.8.446';
|
|
406
406
|
}
|
|
407
407
|
protoOf(GameEngineConfig).b3w = function () {
|
|
408
408
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -1205,7 +1205,7 @@
|
|
|
1205
1205
|
initMetadataForClass(StartGameToClientAction, 'StartGameToClientAction', VOID, ToClientAction, [ToClientAction, FirstToClientAction]);
|
|
1206
1206
|
initMetadataForClass(StartNewGameToClientAction, 'StartNewGameToClientAction', VOID, ToClientAction);
|
|
1207
1207
|
initMetadataForClass(ContinueGameToClientAction, 'ContinueGameToClientAction', VOID, ToClientAction, [ToClientAction, FirstToClientAction]);
|
|
1208
|
-
initMetadataForClass(FinishingGameToClientAction, 'FinishingGameToClientAction', VOID, ToClientAction);
|
|
1208
|
+
initMetadataForClass(FinishingGameToClientAction, 'FinishingGameToClientAction', VOID, ToClientAction, [ToClientAction, NotValidateIfGameFinished]);
|
|
1209
1209
|
initMetadataForClass(FinishGameToClientAction, 'FinishGameToClientAction', VOID, ToClientAction, [ToClientAction, NotValidateIfGameFinished]);
|
|
1210
1210
|
initMetadataForClass(RestartGameToClientAction, 'RestartGameToClientAction', VOID, ToClientAction);
|
|
1211
1211
|
initMetadataForClass(SceneToClientAction, 'SceneToClientAction', VOID, ToClientAction);
|
|
@@ -61870,6 +61870,7 @@
|
|
|
61870
61870
|
defineProp(protoOf(ContinueGameToClientAction), 'actionTag', function () {
|
|
61871
61871
|
return this.v6f();
|
|
61872
61872
|
});
|
|
61873
|
+
protoOf(FinishingGameToClientAction).ignoreValidation = ignoreValidation;
|
|
61873
61874
|
defineProp(protoOf(FinishingGameToClientAction), 'actionTag', function () {
|
|
61874
61875
|
return this.v6f();
|
|
61875
61876
|
});
|