2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 15:11:21 +00:00
2018-12-07 19:30:43 -10:00

20 lines
378 B
C++

#pragma once
#include "IScriptObject.hpp"
#include "Parameters.hpp"
namespace DataSpec::DNAMP1 {
struct AIKeyframe : IScriptObject {
AT_DECL_DNA_YAML
AT_DECL_DNAV
String<-1> name;
Value<atUint32> unknown1;
Value<bool> unknown2;
Value<float> unknown3;
Value<bool> unknown4;
Value<atUint32> unknown5;
Value<float> unknown6;
};
} // namespace DataSpec::DNAMP1