mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 17:23:00 +02:00
Commit1
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { Augmentation } from "./Augmentation";
|
||||
import { IMap } from "../types";
|
||||
|
||||
export const StaticAugmentations: IMap<Augmentation> = {};
|
||||
export const StaticAugmentations: Record<string, Augmentation> = {};
|
||||
|
||||
Reference in New Issue
Block a user