client_plugin_logic_deb 1.8.392 → 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.
@@ -380,7 +380,7 @@
380
380
  function addFormatStructureForTime(structure) {
381
381
  this.s5z(structure);
382
382
  }
383
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
383
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
384
384
  initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
385
385
  initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
386
386
  function set_fractionOfSecond(value) {
@@ -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 */
@@ -425,7 +425,7 @@
425
425
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
426
426
  //endregion
427
427
  function GameEngineConfig() {
428
- this.version = '1.8.392';
428
+ this.version = '1.8.393';
429
429
  }
430
430
  protoOf(GameEngineConfig).g3y = function () {
431
431
  return this.version;