UNPKG

sc4

Version:

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

6 lines (5 loc) 195 B
// # register-debug-utis.ts // Registers a few debugging utils, such as registering a hex function on number prototypes. import { hex, chunk } from './util.js'; hex.register(); chunk.register();