UNPKG

sc4

Version:

A command line utility for automating SimCity 4 modding tasks & modifying savegames

7 lines (6 loc) 189 B
type CityRefsCommandOptions = { address?: number | string; type?: number | string; }; export declare function cityRefs(city: string, opts: CityRefsCommandOptions): void; export {};