blob: 44bb423119757f6c04fa30075888e246f4fd75a3 [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;
}