UNPKG

sc4

Version:

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

15 lines (14 loc) 408 B
import type { dword } from 'sc4/types'; import type Stream from './stream.js'; import { kFileType } from './symbols.js'; import Unknown from './unknown.js'; export default class cSC424HourClock { static [kFileType]: 2816997673; crc: dword; mem: dword; version: string; secondOfDay: number; unknown: Unknown; parse(rs: Stream): void; toBuffer(): Uint8Array<ArrayBufferLike>; }