@abextm/cache2
Version:
Utilities for reading OSRS "caches"
14 lines • 483 B
TypeScript
import { PerFileLoadable } from "../Loadable.js";
import { Reader } from "../Reader.js";
import { Typed } from "../reflect.js";
import { Params, StructID } from "../types.js";
export declare class Struct extends PerFileLoadable {
id: StructID;
constructor(id: StructID);
[Typed.type]: Typed.Any;
static readonly index = 2;
static readonly archive = 34;
params: Params;
static decode(r: Reader, id: StructID): Struct;
}
//# sourceMappingURL=Struct.d.ts.map