game_client_logic_deb 1.4.24 → 1.4.26

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.
@@ -292,7 +292,7 @@
292
292
  //endregion
293
293
  function GameEngineConfig() {
294
294
  GameEngineConfig_instance = this;
295
- this.version = '1.4.24';
295
+ this.version = '1.4.26';
296
296
  }
297
297
  GameEngineConfig.prototype.f2c = function () {
298
298
  return this.version;
@@ -26777,12 +26777,12 @@
26777
26777
  new ClearAction();
26778
26778
  return ClearAction_instance;
26779
26779
  }
26780
- function PlayerConnectionUpdateAction(state, playerId) {
26781
- this.e3w_1 = state;
26780
+ function PlayerConnectionUpdateAction(connectionState, playerId) {
26781
+ this.e3w_1 = connectionState;
26782
26782
  this.f3w_1 = playerId;
26783
26783
  }
26784
26784
  PlayerConnectionUpdateAction.prototype.toString = function () {
26785
- return 'PlayerConnectionUpdateAction(state=' + this.e3w_1 + ', playerId=' + this.f3w_1 + ')';
26785
+ return 'PlayerConnectionUpdateAction(connectionState=' + this.e3w_1 + ', playerId=' + this.f3w_1 + ')';
26786
26786
  };
26787
26787
  PlayerConnectionUpdateAction.prototype.hashCode = function () {
26788
26788
  var result = this.e3w_1.hashCode();