client_plugin_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.
|
@@ -583,6 +583,7 @@ export declare namespace com.debertz.logic.redux.actions.client.to {
|
|
|
583
583
|
get excludePlayers(): Array<string>;
|
|
584
584
|
get deliveryType(): com.debertz.logic.redux.actions.client.to.ActionDeliveryType;
|
|
585
585
|
get excludePlayerOrNull(): Nullable<string>;
|
|
586
|
+
get playerId(): string;
|
|
586
587
|
get excludePlayer(): string;
|
|
587
588
|
equals(other: Nullable<any>): boolean;
|
|
588
589
|
hashCode(): number;
|
package/Logic_Debertz-core.js
CHANGED
package/Logic_Debertz-engine.js
CHANGED
|
@@ -34705,6 +34705,9 @@
|
|
|
34705
34705
|
protoOf(ActionDeliveryPayload).b4p = function () {
|
|
34706
34706
|
return firstOrNull_1(this.excludePlayers);
|
|
34707
34707
|
};
|
|
34708
|
+
protoOf(ActionDeliveryPayload).m2p = function () {
|
|
34709
|
+
return first_0(this.includePlayers);
|
|
34710
|
+
};
|
|
34708
34711
|
protoOf(ActionDeliveryPayload).c4p = function () {
|
|
34709
34712
|
return first_0(this.excludePlayers);
|
|
34710
34713
|
};
|
|
@@ -34758,6 +34761,7 @@
|
|
|
34758
34761
|
return 'ActionDeliveryPayload(roomId=' + this.roomId + ', includePlayers=' + toString(this.includePlayers) + ', excludePlayers=' + toString(this.excludePlayers) + ', deliveryType=' + this.deliveryType + ')';
|
|
34759
34762
|
};
|
|
34760
34763
|
defineProp(protoOf(ActionDeliveryPayload), 'excludePlayerOrNull', protoOf(ActionDeliveryPayload).b4p);
|
|
34764
|
+
defineProp(protoOf(ActionDeliveryPayload), 'playerId', protoOf(ActionDeliveryPayload).m2p);
|
|
34761
34765
|
defineProp(protoOf(ActionDeliveryPayload), 'excludePlayer', protoOf(ActionDeliveryPayload).c4p);
|
|
34762
34766
|
function _get_$cachedSerializer__te6jhj_17($this) {
|
|
34763
34767
|
return $this.e4p_1.n1();
|