mirror of https://github.com/AxioDL/metaforce.git
Merge branch 'master' of https://github.com/AxioDL/PathShagged
This commit is contained in:
commit
bea7a2a3a0
|
@ -13,12 +13,12 @@ struct ActorKeyframe : IScriptObject
|
||||||
{
|
{
|
||||||
DECL_YAML
|
DECL_YAML
|
||||||
String<-1> name;
|
String<-1> name;
|
||||||
Value<atUint32> unknown1;
|
Value<atUint32> animationId;
|
||||||
Value<bool> unknown2;
|
Value<bool> unknown1;
|
||||||
Value<float> unknown3;
|
Value<float> unknown2;
|
||||||
Value<bool> unknown4;
|
Value<bool> active;
|
||||||
Value<atUint32> unknown5;
|
Value<atUint32> unknown3;
|
||||||
Value<float> unknown6;
|
Value<float> totalPlayback;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue