game_client_logic_deb 1.8.348 → 1.8.350

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