()
| 18 | |
| 19 | // TODO: Haven't decided if this is really necesary but sort of makes sense |
| 20 | static override async willRollback(): Promise<void> { |
| 21 | Wait.blocking = false; |
| 22 | } |
| 23 | |
| 24 | // When null, we wait for the click instead of a specific amount of time |
| 25 | time: number | null = null; |