game_client_logic_deb 1.4.95 → 1.4.96
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
|
@@ -32803,6 +32803,9 @@
|
|
|
32803
32803
|
protoOf(ActionDeliveryPayload).e4b = function () {
|
|
32804
32804
|
return firstOrNull_1(this.excludePlayers);
|
|
32805
32805
|
};
|
|
32806
|
+
protoOf(ActionDeliveryPayload).s2f = function () {
|
|
32807
|
+
return first_0(this.includePlayers);
|
|
32808
|
+
};
|
|
32806
32809
|
protoOf(ActionDeliveryPayload).f4b = function () {
|
|
32807
32810
|
return first_0(this.excludePlayers);
|
|
32808
32811
|
};
|
|
@@ -32856,6 +32859,7 @@
|
|
|
32856
32859
|
return 'ActionDeliveryPayload(roomId=' + this.roomId + ', includePlayers=' + toString(this.includePlayers) + ', excludePlayers=' + toString(this.excludePlayers) + ', deliveryType=' + this.deliveryType + ')';
|
|
32857
32860
|
};
|
|
32858
32861
|
defineProp(protoOf(ActionDeliveryPayload), 'excludePlayerOrNull', protoOf(ActionDeliveryPayload).e4b);
|
|
32862
|
+
defineProp(protoOf(ActionDeliveryPayload), 'playerId', protoOf(ActionDeliveryPayload).s2f);
|
|
32859
32863
|
defineProp(protoOf(ActionDeliveryPayload), 'excludePlayer', protoOf(ActionDeliveryPayload).f4b);
|
|
32860
32864
|
function _get_$cachedSerializer__te6jhj_17($this) {
|
|
32861
32865
|
return $this.h4b_1.j1();
|