game_client_logic_deb 1.4.26 → 1.4.27
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.
|
@@ -517,7 +517,7 @@ export namespace com.debertz.logic.redux.actions.client.to {
|
|
|
517
517
|
abstract class ToClientAction implements com.logic.domain.engine.definitions.Action {
|
|
518
518
|
protected constructor();
|
|
519
519
|
abstract get sendToPlayerId(): string;
|
|
520
|
-
abstract get roomId():
|
|
520
|
+
abstract get roomId(): string;
|
|
521
521
|
get actionTag(): string;
|
|
522
522
|
readonly __doNotUseOrImplementIt: com.logic.domain.engine.definitions.Action["__doNotUseOrImplementIt"];
|
|
523
523
|
}
|