game_client_logic_deb 1.4.28 → 1.4.29
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.
|
@@ -526,6 +526,9 @@ export namespace com.debertz.logic.redux.actions.client.to {
|
|
|
526
526
|
component3(): com.debertz.logic.redux.actions.client.to.ActionDeliveryType;
|
|
527
527
|
copy(roomId?: string, sendToPlayerIds?: Array<string>, deliveryType?: com.debertz.logic.redux.actions.client.to.ActionDeliveryType): com.debertz.logic.redux.actions.client.to.ActionDeliveryPayload;
|
|
528
528
|
toString(): string;
|
|
529
|
+
static get Companion(): {
|
|
530
|
+
user(roomId: string, sendToPlayerId: string): com.debertz.logic.redux.actions.client.to.ActionDeliveryPayload;
|
|
531
|
+
};
|
|
529
532
|
}
|
|
530
533
|
abstract class ActionDeliveryType {
|
|
531
534
|
private constructor();
|