mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 07:52:17 +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}
|
* Enum representation of the phase types held by implementations of {@linkcode PhasePriorityQueue}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export enum DynamicPhaseType {
|
export enum DynamicPhaseType {
|
||||||
POST_SUMMON
|
POST_SUMMON
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,6 @@ import { PostSummonPhase } from "#app/phases/post-summon-phase";
|
|||||||
/**
|
/**
|
||||||
* Helper to {@linkcode PostSummonPhase} which applies abilities
|
* Helper to {@linkcode PostSummonPhase} which applies abilities
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export class PostSummonActivateAbilityPhase extends PostSummonPhase {
|
export class PostSummonActivateAbilityPhase extends PostSummonPhase {
|
||||||
private priority: number;
|
private priority: number;
|
||||||
private passive: boolean;
|
private passive: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user