raspberry_games_engine_helpers 1.8.497 → 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-core.js +1 -1
- package/Logic_Debertz-engine.d.ts +4 -4
- package/Logic_Debertz-engine.js +4059 -3878
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +9 -9
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/package.json +1 -1
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
function addFormatStructureForTime(structure) {
|
|
381
381
|
this.x1b(structure);
|
|
382
382
|
}
|
|
383
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
383
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
|
|
384
384
|
initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
|
|
385
385
|
initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
|
|
386
386
|
function set_fractionOfSecond(value) {
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_13});
|
|
249
249
|
//endregion
|
|
250
250
|
function GameEngineConfig() {
|
|
251
|
-
this.version = '1.8.
|
|
251
|
+
this.version = '1.8.499';
|
|
252
252
|
}
|
|
253
253
|
protoOf(GameEngineConfig).u16 = function () {
|
|
254
254
|
return this.version;
|
|
@@ -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 */
|