mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-22 07:32:08 +02:00
Commit1
This commit is contained in:
@@ -3,6 +3,5 @@
|
||||
* Key = City Name, Value = City object
|
||||
*/
|
||||
import { City } from "./City";
|
||||
import { IMap } from "../types";
|
||||
|
||||
export const Cities: IMap<City> = {};
|
||||
export const Cities: Record<string, City> = {};
|
||||
|
||||
Reference in New Issue
Block a user