2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

Additional ScriptLoader imps

This commit is contained in:
Jack Andersen
2016-04-17 15:58:13 -10:00
parent 3ae77d3390
commit 48e8de05c5
18 changed files with 461 additions and 292 deletions

View File

@@ -347,6 +347,13 @@ struct VisorParameters : BigYAML
Value<atUint32> unknown3;
};
struct PlayerParameters : BigYAML
{
DECL_YAML
Value<atUint32> propertyCount;
Vector<bool, DNA_COUNT(propertyCount)> bools;
};
struct ActorParameters : BigYAML
{
DECL_YAML