game_client_logic_deb 1.8.327 → 1.8.328

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.
@@ -377,7 +377,7 @@
377
377
  return tmp;
378
378
  }
379
379
  initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
380
- initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithUtcOffset, WithDate]);
380
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithTime, WithUtcOffset]);
381
381
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
382
382
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
383
383
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -380,7 +380,7 @@
380
380
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
381
381
  //endregion
382
382
  function GameEngineConfig() {
383
- this.version = '1.8.327';
383
+ this.version = '1.8.328';
384
384
  }
385
385
  protoOf(GameEngineConfig).o2y = function () {
386
386
  return this.version;
@@ -55245,6 +55245,7 @@
55245
55245
  return valueOf_0(tmp$ret$1);
55246
55246
  };
55247
55247
  protoOf(GameHelperImpl).getAllLeagues = function () {
55248
+ // Inline function 'kotlin.collections.toTypedArray' call
55248
55249
  // Inline function 'kotlin.collections.map' call
55249
55250
  var this_0 = get_entries_0();
55250
55251
  // Inline function 'kotlin.collections.mapTo' call
@@ -55258,7 +55259,7 @@
55258
55259
  var tmp$ret$2 = item.q2_1.toLowerCase();
55259
55260
  destination.e(tmp$ret$2);
55260
55261
  }
55261
- return destination;
55262
+ return copyToArray(destination);
55262
55263
  };
55263
55264
  function GameResources() {
55264
55265
  }