game_client_logic_deb 1.8.414 → 1.8.415
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/Logic_Debertz-ai_module.js +309 -309
- package/Logic_Debertz-core.js +676 -654
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +10180 -10180
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +1 -0
- package/Logic_Debertz-game_client.js +2565 -2565
- package/Logic_Debertz-game_client.js.map +1 -1
- package/package.json +1 -1
|
@@ -553,6 +553,7 @@ export declare namespace com.logic.data.models.player {
|
|
|
553
553
|
get isClientDisconnectReason(): boolean;
|
|
554
554
|
get isServerDisconnectReason(): boolean;
|
|
555
555
|
get canReconnect(): boolean;
|
|
556
|
+
get canUpdateRating(): boolean;
|
|
556
557
|
static values(): Array<com.logic.data.models.player.PlayerConnectionState>;
|
|
557
558
|
static valueOf(value: string): com.logic.data.models.player.PlayerConnectionState;
|
|
558
559
|
}
|