Update game-manager.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-09-12 22:14:19 -04:00 committed by GitHub
parent 9b4fcc04b7
commit 756bf2504f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {