mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
Fix typo in net def
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user