Files
armorpaint/armorlab/sources/slot_layer.ts
T
luboslenco 923b644cfa lab fixes
2024-10-23 17:05:07 +02:00

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;
};