raspberry_games_server_game_logic 1.8.293 → 1.8.294

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.b5a(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;
@@ -376,7 +376,7 @@
376
376
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
377
377
  //endregion
378
378
  function GameEngineConfig() {
379
- this.version = '1.8.293';
379
+ this.version = '1.8.294';
380
380
  }
381
381
  protoOf(GameEngineConfig).r2z = function () {
382
382
  return this.version;
@@ -50073,6 +50073,9 @@
50073
50073
  protoOf(GameToRoomTransition).c94 = function () {
50074
50074
  return this.e88_1;
50075
50075
  };
50076
+ protoOf(GameToRoomTransition).t8n = function () {
50077
+ return true;
50078
+ };
50076
50079
  protoOf(GameToRoomTransition).d94 = function () {
50077
50080
  var tmp0_safe_receiver = this.playerIds;
50078
50081
  var tmp;
@@ -60005,16 +60008,15 @@
60005
60008
  defineProp(protoOf(RevengeRoomTransition), 'readyPlayerIdsArray', function () {
60006
60009
  return this.d94();
60007
60010
  });
60008
- protoOf(GameToRoomTransition).t8n = get_isEnableChoosePartnerScreen;
60009
60011
  defineProp(protoOf(GameToRoomTransition), 'previousPlayers', function () {
60010
60012
  return this.c94();
60011
60013
  });
60012
- defineProp(protoOf(GameToRoomTransition), 'readyPlayerIdsArray', function () {
60013
- return this.d94();
60014
- });
60015
60014
  defineProp(protoOf(GameToRoomTransition), 'isEnableChoosePartnerScreen', function () {
60016
60015
  return this.t8n();
60017
60016
  });
60017
+ defineProp(protoOf(GameToRoomTransition), 'readyPlayerIdsArray', function () {
60018
+ return this.d94();
60019
+ });
60018
60020
  protoOf(MechanicAction).n6j = get_actionTag;
60019
60021
  defineProp(protoOf(MechanicAction), 'aid', function () {
60020
60022
  return this.f93();