raspberry_games_engine_helpers 1.8.403 → 1.8.404
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.d.ts +1 -0
- package/Logic_Debertz-engine.js +6224 -6224
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
|
|
217
217
|
//endregion
|
|
218
218
|
function GameEngineConfig() {
|
|
219
|
-
this.version = '1.8.
|
|
219
|
+
this.version = '1.8.404';
|
|
220
220
|
}
|
|
221
221
|
protoOf(GameEngineConfig).k17 = function () {
|
|
222
222
|
return this.version;
|
|
@@ -706,6 +706,7 @@ export declare namespace games.jass.logic {
|
|
|
706
706
|
interface GameStoreContract {
|
|
707
707
|
readonly id: string;
|
|
708
708
|
readonly table: games.jass.logic.data.models.table.JassTable;
|
|
709
|
+
readonly tableOrNull: Nullable<games.jass.logic.data.models.table.JassTable>;
|
|
709
710
|
readonly isTableExists: boolean;
|
|
710
711
|
readonly gameLifecycleState: games.jass.logic.data.models.GameLifecycleState;
|
|
711
712
|
readonly __doNotUseOrImplementIt: {
|