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.
- package/Logic_Debertz-core.js +3 -3
- package/Logic_Debertz-engine.js +9366 -9387
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +1 -0
- package/Logic_Debertz-game_server.js +683 -683
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|