bitburner-src/src/Augmentation/StaticAugmentations.ts
2022-04-15 01:19:51 +08:00

5 lines
140 B
TypeScript

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