mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-25 07:32:27 +01:00
Merge pull request #3948 from phyzical/hotfix/3938
HOTFIX: Fix infil definitions.d.ts
This commit is contained in:
commit
383c48c02e
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -4281,7 +4281,7 @@ export interface InfiltrationReward {
|
|||||||
* @public
|
* @public
|
||||||
*/
|
*/
|
||||||
export interface ILocation {
|
export interface ILocation {
|
||||||
city: CityName | null;
|
city: string;
|
||||||
name: string;
|
name: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user