mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-24 00:23:49 +01:00
change to any for ns location
This commit is contained in:
parent
5486398199
commit
64d095e911
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -1,5 +1,3 @@
|
|||||||
import { Location } from "src/Locations/Location";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @public
|
* @public
|
||||||
*/
|
*/
|
||||||
@ -4185,7 +4183,7 @@ export interface InfiltrationReward {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface InfiltrationLocation {
|
export interface InfiltrationLocation {
|
||||||
location: Location;
|
location: any;
|
||||||
reward: InfiltrationReward;
|
reward: InfiltrationReward;
|
||||||
difficulty: number;
|
difficulty: number;
|
||||||
}
|
}
|
||||||
@ -4220,7 +4218,7 @@ interface Infiltration {
|
|||||||
*
|
*
|
||||||
* @returns all locations that can be infiltrated.
|
* @returns all locations that can be infiltrated.
|
||||||
*/
|
*/
|
||||||
getLocations(): Location[];
|
getLocations(): any[];
|
||||||
/**
|
/**
|
||||||
* Get all infiltrations with difficulty, location and rewards.
|
* Get all infiltrations with difficulty, location and rewards.
|
||||||
* @remarks
|
* @remarks
|
||||||
|
Loading…
Reference in New Issue
Block a user