mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +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
|
||||
*/
|
||||
@ -4185,7 +4183,7 @@ export interface InfiltrationReward {
|
||||
}
|
||||
|
||||
export interface InfiltrationLocation {
|
||||
location: Location;
|
||||
location: any;
|
||||
reward: InfiltrationReward;
|
||||
difficulty: number;
|
||||
}
|
||||
@ -4220,7 +4218,7 @@ interface Infiltration {
|
||||
*
|
||||
* @returns all locations that can be infiltrated.
|
||||
*/
|
||||
getLocations(): Location[];
|
||||
getLocations(): any[];
|
||||
/**
|
||||
* Get all infiltrations with difficulty, location and rewards.
|
||||
* @remarks
|
||||
|
Loading…
Reference in New Issue
Block a user