game_client_logic_deb 1.4.24 → 1.4.25
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.
package/Logic_Debertz-core.js
CHANGED
package/Logic_Debertz-engine.js
CHANGED
|
@@ -26777,12 +26777,12 @@
|
|
|
26777
26777
|
new ClearAction();
|
|
26778
26778
|
return ClearAction_instance;
|
|
26779
26779
|
}
|
|
26780
|
-
function PlayerConnectionUpdateAction(
|
|
26781
|
-
this.e3w_1 =
|
|
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(
|
|
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();
|