bitburner-src/src/Augmentation/Augmentations.ts
2021-04-29 23:52:56 -04:00

5 lines
134 B
TypeScript

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