Files
rsmv/generated/proctexture.d.ts
2023-03-04 18:03:52 +01:00

9 lines
200 B
TypeScript

// GENERATED DO NOT EDIT
// This source data is located at '..\src\opcodes\proctexture.jsonc'
// run `npm run filetypes` to rebuild
export type proctexture = {
op: number,
args: (Uint8Array),
}[];