#pragma once #include "../../DNACommon/DNACommon.hpp" #include "IScriptObject.hpp" #include "Parameters.hpp" namespace DataSpec::DNAMP1 { struct RadialDamage : IScriptObject { AT_DECL_DNA_YAMLV String<-1> name; Value location; Value active; DamageInfo damageInfo; Value radius; }; } // namespace DataSpec::DNAMP1