mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-04 04:17:33 +01:00
5 lines
134 B
TypeScript
5 lines
134 B
TypeScript
import { Augmentation } from "./Augmentation";
|
|
import { IMap } from "../types";
|
|
|
|
export const Augmentations: IMap<Augmentation> = {};
|