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