game_client_logic_deb 1.8.382 → 1.8.384
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 +9516 -9509
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +7 -0
- package/Logic_Debertz-game_client.js +2334 -2334
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
|
@@ -2305,6 +2305,13 @@ export declare namespace games.jass.logic.domain.interactors.dealer {
|
|
|
2305
2305
|
}
|
|
2306
2306
|
}
|
|
2307
2307
|
}
|
|
2308
|
+
export declare namespace games.jass.logic.redux {
|
|
2309
|
+
interface AppStatePayload {
|
|
2310
|
+
readonly __doNotUseOrImplementIt: {
|
|
2311
|
+
readonly "games.jass.logic.redux.AppStatePayload": unique symbol;
|
|
2312
|
+
};
|
|
2313
|
+
}
|
|
2314
|
+
}
|
|
2308
2315
|
export declare namespace games.jass.logic.redux.actions {
|
|
2309
2316
|
class ClearAction implements com.logic.redux.store.definitions.Action, com.logic.redux.actions.validation.NotValidateIfGameFinishing, com.logic.redux.actions.validation.NotValidateIfGameFinished {
|
|
2310
2317
|
constructor(transition: Nullable<games.jass.logic.redux.actions.mechanic.GameTransition>);
|