raspberry_games_engine_helpers 1.8.496 → 1.8.498
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 -0
- package/Logic_Debertz-engine.js +5285 -5222
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +3 -3
- 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.498';
|
|
252
252
|
}
|
|
253
253
|
protoOf(GameEngineConfig).u16 = function () {
|
|
254
254
|
return this.version;
|
|
@@ -2922,6 +2922,7 @@ export declare namespace games.jass.logic.redux.actions.mechanic {
|
|
|
2922
2922
|
readonly id: string;
|
|
2923
2923
|
readonly version: string;
|
|
2924
2924
|
readonly users: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>;
|
|
2925
|
+
readonly spectators: kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>;
|
|
2925
2926
|
readonly config: games.jass.logic.data.models.table.config.Config;
|
|
2926
2927
|
readonly gameCreatorPlayerId: string;
|
|
2927
2928
|
readonly __doNotUseOrImplementIt: {
|
|
@@ -2982,6 +2983,7 @@ export declare namespace games.jass.logic.redux.actions.mechanic {
|
|
|
2982
2983
|
get aid(): Nullable<string>;
|
|
2983
2984
|
get id(): string;
|
|
2984
2985
|
get users(): kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>;
|
|
2986
|
+
get spectators(): kotlin.collections.KtList<com.logic.data.models.player.GameUserInfo>;
|
|
2985
2987
|
get usersOrder(): Array<string>;
|
|
2986
2988
|
get gameCreatorPlayerId(): string;
|
|
2987
2989
|
get version(): string;
|