mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 22:07:06 +02:00
API: Change singularity.applyToCompany() to use an enum for job field (#859)
This commit is contained in:
@@ -20,6 +20,7 @@ import {
|
||||
FactionWorkType,
|
||||
GymType,
|
||||
JobName,
|
||||
JobField,
|
||||
LiteratureName,
|
||||
LocationName,
|
||||
ToastVariant,
|
||||
@@ -109,6 +110,7 @@ export const enums: NSEnums = {
|
||||
FactionWorkType,
|
||||
GymType,
|
||||
JobName,
|
||||
JobField,
|
||||
LocationName,
|
||||
ToastVariant,
|
||||
UniversityClassType,
|
||||
|
||||
Reference in New Issue
Block a user