mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
* Rename `Abilities` to `AbilityId` * Rename `abilities.ts` to `ability-id.ts` * Rename `Moves` to `MoveId` * Rename `moves.ts` to `move-id.ts` * Rename `Species` to `SpeciesId` * Rename `species.ts` to `species-id.ts` * Rename `Biome` to `BiomeId` * Rename `biome.ts` to `biome-id.ts` * Replace `Abilities` with `AbilityId` in comments * Replace `Biome` with `BiomeId` in comments * Replace `Moves` with `MoveId` in comments * Replace `Species` with `SpeciesId` in comments |
||
---|---|---|
.. | ||
helpers | ||
mocks | ||
saves | ||
errorInterceptor.ts | ||
fakeMobile.html | ||
gameManager.ts | ||
gameManagerUtils.ts | ||
gameWrapper.ts | ||
inputsHandler.ts | ||
listenersManager.ts | ||
phaseInterceptor.ts | ||
testFileInitialization.ts | ||
testUtils.ts | ||
TextInterceptor.ts |