mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 14:47:53 +02:00
Began refactoring Corporation implementation into separate modules (and converted to TypeScript). Rebalanced material starting prices and market properties (demand, competition, market price)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { IMap } from "../types";
|
||||
|
||||
export const EmployeePositions: IMap<string> = {
|
||||
Operations: "Operations",
|
||||
Engineer: "Engineer",
|
||||
Business: "Business",
|
||||
Management: "Management",
|
||||
RandD: "Research & Development",
|
||||
Training:"Training",
|
||||
Unassigned:"Unassigned",
|
||||
}
|
||||
Reference in New Issue
Block a user