raspberry_games_engine_helpers 1.8.383 → 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/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.d.ts +2 -5
- package/Logic_Debertz-engine.js +403 -427
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- 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.h1c(structure);
|
|
382
382
|
}
|
|
383
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
383
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
|
|
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
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
|
|
217
217
|
//endregion
|
|
218
218
|
function GameEngineConfig() {
|
|
219
|
-
this.version = '1.8.
|
|
219
|
+
this.version = '1.8.384';
|
|
220
220
|
}
|
|
221
221
|
protoOf(GameEngineConfig).k17 = function () {
|
|
222
222
|
return this.version;
|
|
@@ -2307,7 +2307,6 @@ export declare namespace games.jass.logic.domain.interactors.dealer {
|
|
|
2307
2307
|
}
|
|
2308
2308
|
export declare namespace games.jass.logic.redux {
|
|
2309
2309
|
interface AppStatePayload {
|
|
2310
|
-
readonly metadata: Nullable<any>;
|
|
2311
2310
|
readonly __doNotUseOrImplementIt: {
|
|
2312
2311
|
readonly "games.jass.logic.redux.AppStatePayload": unique symbol;
|
|
2313
2312
|
};
|
|
@@ -2554,7 +2553,6 @@ export declare namespace games.jass.logic.redux.actions.mechanic {
|
|
|
2554
2553
|
readonly users: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>;
|
|
2555
2554
|
readonly config: games.jass.logic.data.models.table.config.Config;
|
|
2556
2555
|
readonly gameCreatorPlayerId: string;
|
|
2557
|
-
readonly metadata: Nullable<any>;
|
|
2558
2556
|
readonly __doNotUseOrImplementIt: {
|
|
2559
2557
|
readonly "games.jass.logic.redux.actions.mechanic.FirstMechanicAction": unique symbol;
|
|
2560
2558
|
} & com.logic.redux.store.definitions.Action["__doNotUseOrImplementIt"] & com.logic.redux.actions.IgnoreBufferForAction["__doNotUseOrImplementIt"];
|
|
@@ -2566,7 +2564,7 @@ export declare namespace games.jass.logic.redux.actions.mechanic {
|
|
|
2566
2564
|
} & com.logic.redux.store.definitions.Action["__doNotUseOrImplementIt"];
|
|
2567
2565
|
}
|
|
2568
2566
|
class StartGameMechanicAction extends games.jass.logic.redux.actions.mechanic.MechanicAction.$metadata$.constructor implements games.jass.logic.redux.actions.mechanic.FirstMechanicAction, games.jass.logic.redux.actions.mechanic.PlayerOrderChangeMechanicAction {
|
|
2569
|
-
constructor(config: games.jass.logic.data.models.table.config.Config, roomId: string, version: string, gameCreatorPlayerId: string, users: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>, aid: Nullable<string> | undefined, spectators: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo
|
|
2567
|
+
constructor(config: games.jass.logic.data.models.table.config.Config, roomId: string, version: string, gameCreatorPlayerId: string, users: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>, aid: Nullable<string> | undefined, spectators: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>);
|
|
2570
2568
|
get config(): games.jass.logic.data.models.table.config.Config;
|
|
2571
2569
|
get id(): string;
|
|
2572
2570
|
get version(): string;
|
|
@@ -2574,9 +2572,8 @@ export declare namespace games.jass.logic.redux.actions.mechanic {
|
|
|
2574
2572
|
get users(): kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>;
|
|
2575
2573
|
get aid(): Nullable<string>;
|
|
2576
2574
|
get spectators(): kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>;
|
|
2577
|
-
get metadata(): Nullable<any>;
|
|
2578
2575
|
get usersOrder(): kotlin.collections.KtList<string>;
|
|
2579
|
-
copy(config?: games.jass.logic.data.models.table.config.Config, roomId?: string, version?: string, gameCreatorPlayerId?: string, users?: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>, aid?: Nullable<string>, spectators?: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo
|
|
2576
|
+
copy(config?: games.jass.logic.data.models.table.config.Config, roomId?: string, version?: string, gameCreatorPlayerId?: string, users?: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>, aid?: Nullable<string>, spectators?: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>): games.jass.logic.redux.actions.mechanic.StartGameMechanicAction;
|
|
2580
2577
|
toString(): string;
|
|
2581
2578
|
hashCode(): number;
|
|
2582
2579
|
equals(other: Nullable<any>): boolean;
|