Comment fix

This commit is contained in:
Bertie690 2025-06-19 21:40:29 -04:00 committed by GitHub
parent 59152d0c6c
commit c310df3a66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -253,7 +253,9 @@ export class PhaseManager {
constructor() { constructor() {
this.dynamicPhaseQueues = [new PostSummonPhasePriorityQueue()]; this.dynamicPhaseQueues = [new PostSummonPhasePriorityQueue()];
this.dynamicPhaseTypes = [PostSummonPhase]; this.dynamicPhaseTypes = [PostSummonPhase];
} /* Phase Functions */ }
/* Phase Functions */
/** /**
* Getter function to return the currently-in-progess {@linkcode Phase}. * Getter function to return the currently-in-progess {@linkcode Phase}.