mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-06 15:47:52 +02:00
UI: Update general devmenu page (#835)
This commit is contained in:
@@ -19,7 +19,7 @@ export interface IConstructorParams {
|
||||
/** Class representing a visitable location in the world */
|
||||
export class Location {
|
||||
/**
|
||||
* Name of city this location is in. If this property is null, it means this i
|
||||
* Name of city this location is in. If this property is null, it means this
|
||||
* is a generic location that is available in all cities
|
||||
*/
|
||||
city: CityName | null = null;
|
||||
|
||||
Reference in New Issue
Block a user