game_client_logic_deb 1.3.82 → 1.3.85

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.
@@ -255,6 +255,7 @@ export namespace com.debertz.logic.data.models.table {
255
255
  get bribes(): any/* kotlin.collections.List<com.debertz.logic.data.models.table.cards.Bribe> */;
256
256
  get cardDeck(): any/* Nullable<com.debertz.logic.data.models.table.cards.CardDeck> */;
257
257
  get gameInfo(): any/* com.debertz.logic.data.models.table.GameInfo */;
258
+ get playersConnections(): any/* kotlin.collections.List<kotlin.Pair<string, com.logic.data.models.player.PlayerConnectionState>> */;
258
259
  get users(): Array<com.logic.data.models.player.GameUserInfo>;
259
260
  get isCardDeckExist(): boolean;
260
261
  get requireCardDeck(): any/* com.debertz.logic.data.models.table.cards.CardDeck */;