#ifndef _DNAMP1_THARDUSROCKPROJECTILE_HPP_ #define _DNAMP1_THARDUSROCKPROJECTILE_HPP_ #include "../../DNACommon/DNACommon.hpp" #include "IScriptObject.hpp" #include "Parameters.hpp" namespace Retro { namespace DNAMP1 { struct ThardusRockProjectile : IScriptObject { DECL_YAML String<-1> name; Value location; Value orientation; Value scale; PatternedInfo patternedInfo; ActorParameters actorParameters; Value unknown1; Value unknown2; Value unknown3; UniqueID32 model; UniqueID32 stateMachine; }; } } #endif