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.
@@ -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.403';
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: {