mirror of
https://github.com/skillbert/rsmv.git
synced 2025-12-23 21:47:48 -05:00
15 lines
310 B
TypeScript
15 lines
310 B
TypeScript
// GENERATED DO NOT EDIT
|
|
// This source data is located at '..\src\opcodes\identitykit.jsonc'
|
|
// run `npm run filetypes` to rebuild
|
|
|
|
export type identitykit = {
|
|
bodypart?: number | null
|
|
models?: number[] | null
|
|
iscopy?: true | null
|
|
recolor?: [
|
|
number,
|
|
number,
|
|
][] | null
|
|
headmodel?: number | null
|
|
};
|