mirror of
https://github.com/skillbert/rsmv.git
synced 2025-12-23 21:47:48 -05:00
13 lines
275 B
TypeScript
13 lines
275 B
TypeScript
// GENERATED DO NOT EDIT
|
|
// This source data is located at '..\src\opcodes\params.jsonc'
|
|
// run `npm run filetypes` to rebuild
|
|
|
|
export type params = {
|
|
unk04?: true | null
|
|
type?: {
|
|
vartype: number,
|
|
defaultint: number | null,
|
|
defaultstring: string | null,
|
|
} | null
|
|
};
|