raspberry_games_server_game_logic 1.8.260 → 1.8.262

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.
@@ -324,7 +324,7 @@
324
324
  function addFormatStructureForTime(structure) {
325
325
  this.k56(structure);
326
326
  }
327
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
327
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
328
328
  function offsetHours$default(padding, $super) {
329
329
  padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
330
330
  var tmp;
@@ -364,7 +364,7 @@
364
364
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
365
365
  //endregion
366
366
  function GameEngineConfig() {
367
- this.version = '1.8.260';
367
+ this.version = '1.8.262';
368
368
  }
369
369
  protoOf(GameEngineConfig).a2w = function () {
370
370
  return this.version;