client_plugin_logic_deb 1.8.392 → 1.8.394

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.
@@ -3191,6 +3191,7 @@ export declare namespace games.jass.logic.server.data.models {
3191
3191
  get extras(): any;
3192
3192
  get extras(): kotlin.collections.KtMap<string, games.jass.logic.server.data.models.GameMetadata>;
3193
3193
  getGame(gameId: string): games.jass.logic.server.data.models.GameMetadata;
3194
+ getGameOrNull(gameId: string): Nullable<games.jass.logic.server.data.models.GameMetadata>;
3194
3195
  addGame(gameId: string, game: games.jass.logic.server.data.models.GameMetadata): void;
3195
3196
  }
3196
3197
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */