game_client_logic_deb 1.8.348 → 1.8.349
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-core.js +1 -1
- package/Logic_Debertz-engine.js +11 -5
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +1 -0
- package/Logic_Debertz-game_client.js +677 -660
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +13 -13
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -2699,6 +2699,7 @@ export declare interface GameHelper {
|
|
|
2699
2699
|
}
|
|
2700
2700
|
export declare interface GameResources {
|
|
2701
2701
|
createBotUser(playerId: string, existingNicknames?: Array<string>): com.logic.data.models.player.GameUserInfo;
|
|
2702
|
+
/** @deprecated Not used */
|
|
2702
2703
|
createBotUsers(playerIds: Array<string>): Array<com.logic.data.models.player.GameUserInfo>;
|
|
2703
2704
|
readonly __doNotUseOrImplementIt: {
|
|
2704
2705
|
readonly GameResources: unique symbol;
|