mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
Update game-manager.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
9b4fcc04b7
commit
756bf2504f
@ -416,7 +416,7 @@ export class GameManager {
|
||||
* Checks if the current phase matches the target phase.
|
||||
* @param phaseTarget - The target phase.
|
||||
* @returns Whether the current phase matches the target phase
|
||||
* @deprecated - Use `PhaseString` instead
|
||||
* @deprecated Use `PhaseString` instead
|
||||
*/
|
||||
isCurrentPhase(phaseTarget: PhaseClass): boolean;
|
||||
isCurrentPhase(phaseTarget: PhaseString | PhaseClass): boolean {
|
||||
|
Loading…
Reference in New Issue
Block a user