raspberry_games_server_game_logic 1.8.421 → 1.8.422
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-ai_module.js +335 -314
- package/Logic_Debertz-ai_module.js.map +1 -1
- package/Logic_Debertz-core.js +743 -715
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +10887 -10891
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +3 -1
- package/Logic_Debertz-game_server.js +1013 -1013
- package/Logic_Debertz-game_server.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/ktor-ktor-client-logging.js +4 -3
- package/ktor-ktor-client-logging.js.map +1 -1
- package/package.json +1 -1
- package/raspberry-cardgame-lib-random.js +3 -3
|
@@ -550,7 +550,8 @@ export declare namespace com.logic.data.models.player {
|
|
|
550
550
|
get isDisconnecting(): boolean;
|
|
551
551
|
get isNotAlive(): boolean;
|
|
552
552
|
get isVisibleDisconnectedReason(): boolean;
|
|
553
|
-
get
|
|
553
|
+
get isShouldBeDisconnectedFromSockets(): boolean;
|
|
554
|
+
get isShouldBeUnsubscribedFromSockets(): boolean;
|
|
554
555
|
get isServerDisconnectReason(): boolean;
|
|
555
556
|
get canReconnect(): boolean;
|
|
556
557
|
get canUpdateRating(): boolean;
|
|
@@ -2864,6 +2865,7 @@ export declare namespace games.jass.logic.redux.actions.mechanic {
|
|
|
2864
2865
|
get reconnectUntilTime(): Nullable<string>;
|
|
2865
2866
|
get aid(): Nullable<string>;
|
|
2866
2867
|
get isShouldBeDisconnectedFromSockets(): boolean;
|
|
2868
|
+
get isShouldBeUnsubscribedFromSockets(): boolean;
|
|
2867
2869
|
get originState(): com.logic.data.models.player.PlayerConnectionState;
|
|
2868
2870
|
get isDeleted(): boolean;
|
|
2869
2871
|
toString(): string;
|