bitburner-src/src/Augmentation/StaticAugmentations.ts

5 lines
140 B
TypeScript
Raw Normal View History

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