Matched ClusterExec

This commit is contained in:
mrshigure 2024-01-16 01:02:58 -08:00
parent 0ac89c38dc
commit 03f1cd89a3
9 changed files with 195 additions and 10 deletions

View file

@ -238,7 +238,7 @@ typedef struct hsf_cluster {
char *name[2];
union {
char *targetName;
u32 target;
s32 target;
};
HsfPart *part;
float unk10;