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.
@@ -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
  }