mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Minor comment reformatting
This commit is contained in:
parent
77037bfb52
commit
9e1ed4932b
@ -1,12 +1,11 @@
|
|||||||
import type { PhaseConstructorMap } from "#app/phase-manager";
|
import type { PhaseConstructorMap } from "#app/phase-manager";
|
||||||
|
|
||||||
// Intentionally export the types of everything in phase-manager, as this file is meant to be the centralized
|
// Intentionally export the types of everything in phase-manager, as this file is meant to be
|
||||||
// type definitions for the phase system.
|
// the centralized place for type definitions for the phase system.
|
||||||
export type * from "#app/phase-manager";
|
export type * from "#app/phase-manager";
|
||||||
|
|
||||||
/*
|
// This file includes helpful types for the phase system.
|
||||||
This file includes helpful types for the phase system.
|
// It intentionally imports the phase constructor map from the phase manager (and re-exports it)
|
||||||
It intentionally imports the phase constructor map from the phase manager (and re-exports it)
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Map of phase names to constructors for said phase
|
* Map of phase names to constructors for said phase
|
||||||
|
Loading…
Reference in New Issue
Block a user