mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-19 14:12:07 +02:00
Began creating 'parent' components for the City and Location-specific parts of the UI
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
* Map of all Cities in the game
|
||||
* Key = City Name, Value = City object
|
||||
*/
|
||||
export interface IMetadata = {
|
||||
name: string;
|
||||
}
|
||||
import { City } from "./City";
|
||||
import { IMap } from "../types";
|
||||
|
||||
export const Cities: IMap<City> = {};
|
||||
|
||||
Reference in New Issue
Block a user