raspberry_games_server_game_logic 1.8.285 → 1.8.286

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.
@@ -834,6 +834,7 @@ export declare namespace games.jass.logic.data.models.player.analytics {
834
834
  get liveDurationPercentage(): Nullable<number>;
835
835
  get combinations(): Nullable<kotlin.collections.KtList<games.jass.logic.data.models.player.analytics.CombinationAnalytics>>;
836
836
  get achievements(): Nullable<games.jass.logic.data.models.player.achievements.Achievements>;
837
+ get wasPlayerOffline(): boolean;
837
838
  copy(playerId?: string, liveDurationPercentage?: Nullable<number>, combinations?: Nullable<kotlin.collections.KtList<games.jass.logic.data.models.player.analytics.CombinationAnalytics>>, achievements?: Nullable<games.jass.logic.data.models.player.achievements.Achievements>): games.jass.logic.data.models.player.analytics.PlayerHistoryAnalytics;
838
839
  toString(): string;
839
840
  hashCode(): number;