mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
4 lines
117 B
TypeScript
4 lines
117 B
TypeScript
import { Augmentation } from "./Augmentation";
|
|
|
|
export const StaticAugmentations: Record<string, Augmentation> = {};
|