mirror of
https://github.com/skillbert/rsmv.git
synced 2025-12-23 21:47:48 -05:00
11 lines
259 B
TypeScript
11 lines
259 B
TypeScript
// GENERATED DO NOT EDIT
|
|
// This source data is located at '..\src\opcodes\environments.jsonc'
|
|
// run `npm run filetypes` to rebuild
|
|
|
|
export type environments = {
|
|
unk01?: number | null
|
|
unk04?: boolean | null
|
|
model?: number | null
|
|
unk06?: number | null
|
|
};
|