mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +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> = {};
|