game_client_logic_deb 1.8.305 → 1.8.310

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.
@@ -1589,6 +1589,7 @@ export declare namespace games.jass.logic.data.models.table.round {
1589
1589
  get trump(): Nullable<any>/* Nullable<io.raspberryapps.card_game.core.data.models.cards.Suit> */;
1590
1590
  get selectedTrump(): any/* io.raspberryapps.card_game.core.data.models.cards.Suit */;
1591
1591
  get numberOfBribeOrZero(): number;
1592
+ get nextBribeNumber(): number;
1592
1593
  copy(roundNumber?: number, numberOfBribe?: Nullable<number>, trump?: Nullable<any>/* Nullable<io.raspberryapps.card_game.core.data.models.cards.Suit> */): games.jass.logic.data.models.table.round.Round;
1593
1594
  toString(): string;
1594
1595
  hashCode(): number;