client_plugin_logic_deb 1.8.210 → 1.8.211
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/Kotlin-DateTime-library-kotlinx-datetime.js +2 -2
- package/Logic_Debertz-client_plugin.d.ts +3 -2
- package/Logic_Debertz-client_plugin.js +1919 -1919
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +11563 -11389
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +5243 -5243
- package/Logic_Debertz-game_server.js +481 -481
- package/kotlin-kotlin-stdlib.js +6 -6
- 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
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
409
409
|
//endregion
|
|
410
410
|
function GameEngineConfig() {
|
|
411
|
-
this.version = '1.8.
|
|
411
|
+
this.version = '1.8.211';
|
|
412
412
|
}
|
|
413
413
|
protoOf(GameEngineConfig).u31 = function () {
|
|
414
414
|
return this.version;
|