blob: 95b0453f43f22a87f30ab323dedfb9a155cb07e1 [file] [log] [blame]
#include "rive/generated/data_bind/bindable_property_number_base.hpp"
#include "rive/data_bind/bindable_property_number.hpp"
using namespace rive;
Core* BindablePropertyNumberBase::clone() const
{
auto cloned = new BindablePropertyNumber();
cloned->copy(*this);
return cloned;
}