mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
8 lines
383 B
TypeScript
8 lines
383 B
TypeScript
import { LocationName } from "./Locations/data/LocationNames";
|
|
|
|
export declare function beginInfiltration(companyName: LocationName,
|
|
startLevel: number,
|
|
rewardVal: number,
|
|
maxClearance: number,
|
|
diff: number): void;
|