feat: mods in pre-U18.18 builds + equipment features in pre-U24.4 builds #3040
@@ -6,7 +6,7 @@ import { config } from "../../services/configService.ts";
|
||||
import allDialogue from "../../../static/fixed_responses/allDialogue.json" with { type: "json" };
|
||||
import allPopups from "../../../static/fixed_responses/allPopups.json" with { type: "json" };
|
||||
import type { ILoadoutDatabase } from "../../types/saveLoadoutTypes.ts";
|
||||
import type { IInventoryClient, IShipInventory } from "../../types/inventoryTypes/inventoryTypes.ts";
|
||||
import type { IInventoryClient, IShipInventory, IUpgradeClient } from "../../types/inventoryTypes/inventoryTypes.ts";
|
||||
import { equipmentKeys } from "../../types/inventoryTypes/inventoryTypes.ts";
|
||||
import type { IPolarity } from "../../types/inventoryTypes/commonInventoryTypes.ts";
|
||||
import { ArtifactPolarity } from "../../types/inventoryTypes/commonInventoryTypes.ts";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IOid, ITypeCount } from "./commonTypes.ts";
|
||||
import type { IOid, IOidWithLegacySupport, ITypeCount } from "./commonTypes.ts";
|
||||
import type { ArtifactPolarity, IPolarity } from "./inventoryTypes/commonInventoryTypes.ts";
|
||||
import type {
|
||||
IBooster,
|
||||
@@ -21,7 +21,8 @@ import type {
|
||||
IInvasionProgressClient,
|
||||
IWeaponSkinClient,
|
||||
IKubrowPetEggClient,
|
||||
INemesisClient
|
||||
INemesisClient,
|
||||
IUpgradeClient
|
||||
} from "./inventoryTypes/inventoryTypes.ts";
|
||||
import type { IGroup } from "./loginTypes.ts";
|
||||
import type { ILoadOutPresets } from "./saveLoadoutTypes.ts";
|
||||
|
||||
Reference in New Issue
Block a user