#ifndef _DNAMP1_SEEDLING_HPP_ #define _DNAMP1_SEEDLING_HPP_ #include "../../DNACommon/DNACommon.hpp" #include "IScriptObject.hpp" #include "Parameters.hpp" namespace Retro { namespace DNAMP1 { struct Seedling : IScriptObject { DECL_YAML String<-1> name; Value location; Value orientation; Value scale; PatternedInfo patternedInfo; ActorParameters actorParameters; UniqueID32 unknown1; UniqueID32 unknown2; DamageInfo damageInfo1; DamageInfo damageInfo2; Value unknown3; Value unknown4; Value unknown5; Value unknown6; }; } } #endif