|
1 | 1 | import type Decimal from 'break_infinity.js' |
2 | 2 | import type { ProgressiveAchievements } from '../Achievements' |
3 | | -import type { AntUpgrades } from '../Ants' |
4 | | -import type { |
5 | | - AmbrosiaUpgradeNames, |
6 | | - BlueberryLoadoutMode, |
7 | | - BlueberryOpt, |
8 | | - BlueberryUpgrade, |
9 | | - BlueberryUpgradeNames |
10 | | -} from '../BlueberryUpgrades' |
| 3 | +import type { AmbrosiaUpgradeNames, BlueberryLoadoutMode, BlueberryOpt } from '../BlueberryUpgrades' |
11 | 4 | import type { CampaignManager } from '../Campaign' |
12 | 5 | import type { Challenge15RewardObject, Challenge15Rewards } from '../Challenges' |
13 | 6 | import type { CorruptionLoadout, Corruptions, CorruptionSaves } from '../Corruptions' |
14 | 7 | import type { WowCubes, WowHypercubes, WowPlatonicCubes, WowTesseracts } from '../CubeExperimental' |
15 | | -import type { AntProducers, PlayerAntMasteries, PlayerAntProducers } from '../Features/Ants/structs/structs' |
16 | | -import type { HepteractCraft, HepteractKeys, HepteractNames, HepteractValues } from '../Hepteracts' |
| 8 | +import type { PlayerAntMasteries } from '../Features/Ants/AntMasteries/structs/structs' |
| 9 | +import type { PlayerAntProducers } from '../Features/Ants/AntProducers/structs/structs' |
| 10 | +import type { AntUpgrades } from '../Features/Ants/AntUpgrades/structs/structs' |
| 11 | +import type { AntProducers } from '../Features/Ants/structs/structs' |
| 12 | +import type { HepteractKeys, HepteractValues } from '../Hepteracts' |
17 | 13 | import type { Category, ResetHistoryEntryUnion } from '../History' |
18 | | -import type { OcteractDataKeys, OcteractUpgrade } from '../Octeracts' |
| 14 | +import type { OcteractDataKeys } from '../Octeracts' |
19 | 15 | import type { IPlatBaseCost } from '../Platonic' |
20 | 16 | import type { QuarkHandler } from '../Quark' |
21 | 17 | import type { RedAmbrosiaNames } from '../RedAmbrosiaUpgrades' |
22 | | -import type { RuneBlessingKeys, RuneKeys, RuneSpiritKeys } from '../Runes' |
23 | | -import type { SingularityDataKeys, SingularityUpgrade } from '../singularity' |
24 | | -import type { |
25 | | - SingularityChallenge, |
26 | | - singularityChallengeData, |
27 | | - SingularityChallengeDataKeys |
28 | | -} from '../SingularityChallenges' |
| 18 | +import type { RuneBlessingKeys } from '../RuneBlessings' |
| 19 | +import type { RuneKeys } from '../Runes' |
| 20 | +import type { RuneSpiritKeys } from '../RuneSpirits' |
| 21 | +import type { SingularityDataKeys } from '../singularity' |
| 22 | +import type { SingularityChallenge, SingularityChallengeDataKeys } from '../SingularityChallenges' |
29 | 23 | import type { Tabs } from '../Tabs' |
30 | 24 | import type { TalismanCraftItems, TalismanKeys } from '../Talismans' |
31 | 25 |
|
|
0 commit comments