mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 14:27:03 +02:00
Commit1
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { Action } from "./Action";
|
||||
import { IMap } from "../types";
|
||||
|
||||
export const GeneralActions: IMap<Action> = {};
|
||||
export const GeneralActions: Record<string, Action> = {};
|
||||
|
||||
const actionNames: Array<string> = [
|
||||
"Training",
|
||||
|
||||
Reference in New Issue
Block a user