mirror of
https://github.com/skillbert/rsmv.git
synced 2025-12-23 21:47:48 -05:00
12 lines
262 B
TypeScript
12 lines
262 B
TypeScript
// GENERATED DO NOT EDIT
|
|
// This source data is located at '..\src\opcodes\oldproctexture.jsonc'
|
|
// run `npm run filetypes` to rebuild
|
|
|
|
export type oldproctexture = {
|
|
color: number,
|
|
bool0: boolean,
|
|
bool1: boolean,
|
|
spriteid: number,
|
|
always00: Uint8Array,
|
|
};
|