game_client_logic_deb 1.8.402 → 1.8.404
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/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +8374 -8374
- package/Logic_Debertz-game_client.d.ts +1 -0
- package/Logic_Debertz-game_client.js +199 -190
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +4 -4
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -706,6 +706,7 @@ export declare namespace games.jass.logic {
|
|
|
706
706
|
interface GameStoreContract {
|
|
707
707
|
readonly id: string;
|
|
708
708
|
readonly table: games.jass.logic.data.models.table.JassTable;
|
|
709
|
+
readonly tableOrNull: Nullable<games.jass.logic.data.models.table.JassTable>;
|
|
709
710
|
readonly isTableExists: boolean;
|
|
710
711
|
readonly gameLifecycleState: games.jass.logic.data.models.GameLifecycleState;
|
|
711
712
|
readonly __doNotUseOrImplementIt: {
|