bitburner-src/src/Augmentation/Augmentations.ts

5 lines
132 B
TypeScript

import { Augmentation } from "./Augmentation";
import { IMap } from "../types";
export let Augmentations: IMap<Augmentation> = {};