game_client_logic_deb 1.8.391 → 1.8.393
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.map +1 -1
- package/Logic_Debertz-game_client.js +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- 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
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
387
387
|
//endregion
|
|
388
388
|
function GameEngineConfig() {
|
|
389
|
-
this.version = '1.8.
|
|
389
|
+
this.version = '1.8.393';
|
|
390
390
|
}
|
|
391
391
|
protoOf(GameEngineConfig).w3u = function () {
|
|
392
392
|
return this.version;
|