raspberry_games_server_game_logic 1.8.478 → 1.8.479

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.z6b(structure);
382
382
  }
383
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
383
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
384
384
  initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
385
385
  initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
386
386
  function set_fractionOfSecond(value) {
@@ -427,7 +427,7 @@
427
427
  initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
428
428
  //endregion
429
429
  function GameEngineConfig() {
430
- this.version = '1.8.478';
430
+ this.version = '1.8.479';
431
431
  }
432
432
  protoOf(GameEngineConfig).x42 = function () {
433
433
  return this.version;
@@ -37749,7 +37749,16 @@
37749
37749
  return '' + it.value;
37750
37750
  }
37751
37751
  function PointsMode$Companion$_anonymous__4im38p() {
37752
- return createSimpleEnumSerializer('games.jass.logic.data.models.table.config.PointsMode', values_17());
37752
+ var tmp = values_17();
37753
+ // Inline function 'kotlin.arrayOf' call
37754
+ // Inline function 'kotlin.js.unsafeCast' call
37755
+ // Inline function 'kotlin.js.asDynamic' call
37756
+ var tmp_0 = ['TEST', null, null, null, 'SMALL', null, 'MEDIUM', null, 'BIG', null];
37757
+ // Inline function 'kotlin.arrayOf' call
37758
+ // Inline function 'kotlin.js.unsafeCast' call
37759
+ // Inline function 'kotlin.js.asDynamic' call
37760
+ var tmp$ret$5 = [null, null, null, null, null, null, null, null, null, null];
37761
+ return createAnnotatedEnumSerializer('games.jass.logic.data.models.table.config.PointsMode', tmp, tmp_0, tmp$ret$5, null);
37753
37762
  }
37754
37763
  var PointsMode_POINTS_10_instance;
37755
37764
  var PointsMode_POINTS_151_instance;