client_plugin_logic_deb 1.8.498 → 1.8.499
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/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-bot_engine.js +690 -690
- package/Logic_Debertz-client_plugin.d.ts +4 -4
- package/Logic_Debertz-client_plugin.js +2055 -2055
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +7231 -7045
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6407 -6393
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +1023 -1023
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/package.json +1 -1
|
@@ -2840,16 +2840,16 @@ export declare namespace games.jass.logic.redux.actions.game {
|
|
|
2840
2840
|
const constructor: abstract new () => RoundEndedAction;
|
|
2841
2841
|
}
|
|
2842
2842
|
}
|
|
2843
|
-
class PartyRestartedAction
|
|
2844
|
-
constructor(id: string, roundNumber: number);
|
|
2843
|
+
class PartyRestartedAction extends games.jass.logic.redux.actions.game.GameAction.$metadata$.constructor {
|
|
2844
|
+
constructor(id: string, roundNumber: number, gameHistory: games.jass.logic.data.models.table.history.GameHistory);
|
|
2845
2845
|
get id(): string;
|
|
2846
2846
|
get partyNumber(): number;
|
|
2847
|
-
|
|
2847
|
+
get gameHistory(): games.jass.logic.data.models.table.history.GameHistory;
|
|
2848
|
+
copy(id?: string, roundNumber?: number, gameHistory?: games.jass.logic.data.models.table.history.GameHistory): games.jass.logic.redux.actions.game.PartyRestartedAction;
|
|
2848
2849
|
toString(): string;
|
|
2849
2850
|
hashCode(): number;
|
|
2850
2851
|
equals(other: Nullable<any>): boolean;
|
|
2851
2852
|
get actionTag(): string;
|
|
2852
|
-
readonly __doNotUseOrImplementIt: com.logic.redux.store.definitions.Action["__doNotUseOrImplementIt"];
|
|
2853
2853
|
}
|
|
2854
2854
|
namespace PartyRestartedAction {
|
|
2855
2855
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|