blob: 526737b919af77f83de2103b14fb8f062b265fbc [file] [log] [blame]
#include "rive/generated/animation/nested_trigger_base.hpp"
#include "rive/animation/nested_trigger.hpp"
using namespace rive;
Core* NestedTriggerBase::clone() const
{
auto cloned = new NestedTrigger();
cloned->copy(*this);
return cloned;
}