Files
bitburner-src/src/Augmentation/AugmentationHelpers.d.ts
Olivier Gagnon acd51e8328 work
2021-09-17 02:04:44 -04:00

3 lines
123 B
TypeScript

export declare function isRepeatableAug(aug: Augmentation): boolean;
export declare function installAugmentations(): void;