10 lines
142 B
TypeScript
10 lines
142 B
TypeScript
|
|
type slot_layer_t = {
|
|
id?: i32;
|
|
texpaint: image_t;
|
|
texpaint_nor: image_t;
|
|
texpaint_pack: image_t;
|
|
|
|
decal_mat: mat4_t;
|
|
};
|