mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
[Docs] [Bug] Fix types for PhaseInterceptor
This commit is contained in:
parent
a5f80ab490
commit
90d58c4457
@ -111,8 +111,8 @@ export class PhaseInterceptor {
|
||||
private intervalRun: NodeJS.Timeout;
|
||||
private prompts: PromptHandler[];
|
||||
private inProgress?: InProgressStub;
|
||||
private originalSetMode: UI["setMode"];
|
||||
private originalSuperEnd: Phase["end"];
|
||||
private originalSetMode: typeof UI.prototype.setMode;
|
||||
private originalSuperEnd: typeof Phase.prototype.end;
|
||||
|
||||
/**
|
||||
* List of phases with their corresponding start methods.
|
||||
|
Loading…
Reference in New Issue
Block a user