mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Remove extra spaces added by VSCode
This commit is contained in:
parent
7c7531f778
commit
99a1a3719c
@ -1,7 +1,6 @@
|
||||
/**
|
||||
* Enum representation of the phase types held by implementations of {@linkcode PhasePriorityQueue}
|
||||
*/
|
||||
|
||||
export enum DynamicPhaseType {
|
||||
POST_SUMMON
|
||||
}
|
||||
|
@ -5,7 +5,6 @@ import { PostSummonPhase } from "#app/phases/post-summon-phase";
|
||||
/**
|
||||
* Helper to {@linkcode PostSummonPhase} which applies abilities
|
||||
*/
|
||||
|
||||
export class PostSummonActivateAbilityPhase extends PostSummonPhase {
|
||||
private priority: number;
|
||||
private passive: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user