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.
- package/Kosi-Kaverit-kaverit.js +56 -56
- package/Kosi-Kodein-kodein-di.js +511 -511
- package/Kotlin-DateTime-library-kotlinx-datetime.js +2 -2
- package/Logic_Debertz-core.js +1004 -1004
- package/Logic_Debertz-engine.js +10664 -10673
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +1 -0
- package/Logic_Debertz-game_client.js +2742 -2750
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +310 -310
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +166 -166
- package/raspberry-cardgame-lib-random.js +194 -184
- package/raspberry-cardgame-lib-random.js.map +1 -1
|
@@ -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;
|