mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
10 lines
340 B
JavaScript
10 lines
340 B
JavaScript
/**
|
|
* Location and traveling-related helper functions.
|
|
* Mostly used for UI
|
|
*/
|
|
import { Player } from "../Player";
|
|
|
|
import { Company } from "../Company/Company";
|
|
import { getJobRequirementText } from "../Company/GetJobRequirementText";
|
|
import * as posNames from "../Company/data/companypositionnames";
|