Add obj_runtime_t

This commit is contained in:
luboslenco
2024-12-04 19:19:16 +01:00
parent a4bdc5e6ef
commit 98029c18e8
+5
View File
@@ -770,6 +770,11 @@ type obj_t = {
anim?: anim_t; // Bone/object animation
material_refs?: string[];
children?: obj_t[];
_?: obj_runtime_t;
};
type obj_runtime_t = {
_gc?: scene_t; // Link to armpack_decode result
};
type particles_t = {