raspberry_games_engine_helpers 1.8.383 → 1.8.385

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.383';
219
+ this.version = '1.8.385';
220
220
  }
221
221
  protoOf(GameEngineConfig).k17 = function () {
222
222
  return this.version;
@@ -2307,7 +2307,6 @@ export declare namespace games.jass.logic.domain.interactors.dealer {
2307
2307
  }
2308
2308
  export declare namespace games.jass.logic.redux {
2309
2309
  interface AppStatePayload {
2310
- readonly metadata: Nullable<any>;
2311
2310
  readonly __doNotUseOrImplementIt: {
2312
2311
  readonly "games.jass.logic.redux.AppStatePayload": unique symbol;
2313
2312
  };
@@ -2554,7 +2553,6 @@ export declare namespace games.jass.logic.redux.actions.mechanic {
2554
2553
  readonly users: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>;
2555
2554
  readonly config: games.jass.logic.data.models.table.config.Config;
2556
2555
  readonly gameCreatorPlayerId: string;
2557
- readonly metadata: Nullable<any>;
2558
2556
  readonly __doNotUseOrImplementIt: {
2559
2557
  readonly "games.jass.logic.redux.actions.mechanic.FirstMechanicAction": unique symbol;
2560
2558
  } & com.logic.redux.store.definitions.Action["__doNotUseOrImplementIt"] & com.logic.redux.actions.IgnoreBufferForAction["__doNotUseOrImplementIt"];
@@ -2566,7 +2564,7 @@ export declare namespace games.jass.logic.redux.actions.mechanic {
2566
2564
  } & com.logic.redux.store.definitions.Action["__doNotUseOrImplementIt"];
2567
2565
  }
2568
2566
  class StartGameMechanicAction extends games.jass.logic.redux.actions.mechanic.MechanicAction.$metadata$.constructor implements games.jass.logic.redux.actions.mechanic.FirstMechanicAction, games.jass.logic.redux.actions.mechanic.PlayerOrderChangeMechanicAction {
2569
- constructor(config: games.jass.logic.data.models.table.config.Config, roomId: string, version: string, gameCreatorPlayerId: string, users: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>, aid: Nullable<string> | undefined, spectators: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>, metadata: Nullable<any>);
2567
+ constructor(config: games.jass.logic.data.models.table.config.Config, roomId: string, version: string, gameCreatorPlayerId: string, users: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>, aid: Nullable<string> | undefined, spectators: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>);
2570
2568
  get config(): games.jass.logic.data.models.table.config.Config;
2571
2569
  get id(): string;
2572
2570
  get version(): string;
@@ -2574,9 +2572,8 @@ export declare namespace games.jass.logic.redux.actions.mechanic {
2574
2572
  get users(): kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>;
2575
2573
  get aid(): Nullable<string>;
2576
2574
  get spectators(): kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>;
2577
- get metadata(): Nullable<any>;
2578
2575
  get usersOrder(): kotlin.collections.KtList<string>;
2579
- copy(config?: games.jass.logic.data.models.table.config.Config, roomId?: string, version?: string, gameCreatorPlayerId?: string, users?: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>, aid?: Nullable<string>, spectators?: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>, metadata?: Nullable<any>): games.jass.logic.redux.actions.mechanic.StartGameMechanicAction;
2576
+ copy(config?: games.jass.logic.data.models.table.config.Config, roomId?: string, version?: string, gameCreatorPlayerId?: string, users?: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>, aid?: Nullable<string>, spectators?: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>): games.jass.logic.redux.actions.mechanic.StartGameMechanicAction;
2580
2577
  toString(): string;
2581
2578
  hashCode(): number;
2582
2579
  equals(other: Nullable<any>): boolean;