bitburner-src/src/Augmentation/Augmentations.ts

5 lines
134 B
TypeScript
Raw Normal View History

import { Augmentation } from "./Augmentation";
import { IMap } from "../types";
2021-04-30 05:52:56 +02:00
export const Augmentations: IMap<Augmentation> = {};