mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
Comment fix
This commit is contained in:
parent
59152d0c6c
commit
c310df3a66
@ -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}.
|
||||||
|
Loading…
Reference in New Issue
Block a user