Files
bitburner-src/src/Augmentation/StaticAugmentations.ts
T
Snarling 50f14b4f58 Commit1
2022-10-03 12:12:16 -04:00

4 lines
117 B
TypeScript

import { Augmentation } from "./Augmentation";
export const StaticAugmentations: Record<string, Augmentation> = {};