mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Remove @warning
This commit is contained in:
parent
83f84ccf71
commit
e1462ed423
@ -51,7 +51,8 @@ export class OverridesHelper extends GameManagerHelper {
|
||||
|
||||
/**
|
||||
* Override the starting biome
|
||||
* @warning Any event listeners that are attached to {@linkcode NewArenaEvent} may need to be handled down the line
|
||||
*
|
||||
* ⚠️ Any event listeners that are attached to {@linkcode NewArenaEvent} may need to be handled down the line
|
||||
* @param biome - The biome to set
|
||||
*/
|
||||
public startingBiome(biome: BiomeId): this {
|
||||
|
Loading…
Reference in New Issue
Block a user