mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 12:45:45 +01:00
Fix typo in net def
This commit is contained in:
parent
7f20dc2ee8
commit
590bc37db0
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
export interface PossibleInfiltrationLocation[] {
|
||||
export interface PossibleInfiltrationLocation {
|
||||
city: string;
|
||||
name: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user