[Docs] Remove stray import

This commit is contained in:
Sirz Benjie 2025-09-10 13:47:53 -05:00
parent db52ff0f73
commit c09d43273a
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -5662,7 +5662,6 @@ export abstract class Pokemon extends Phaser.GameObjects.Container {
/**
* Generates a random number using the current battle's seed, or the global seed if `globalScene.currentBattle` is falsy
* <!-- @import "../battle".Battle -->
* This calls either {@linkcode BattleScene.randBattleSeedInt}({@linkcode range}, {@linkcode min}) in `src/battle-scene.ts`
* which calls {@linkcode Battle.randSeedInt}({@linkcode range}, {@linkcode min}) in `src/battle.ts`
* which calls {@linkcode randSeedInt randSeedInt}({@linkcode range}, {@linkcode min}) in `src/utils.ts`,