rj-action-library-cpp/RJSelector.cpp

20 lines
180 B
C++

/* RJSelector.cpp */
#include "RJSelector.h"
void RJSelector::_bind_methods()
{
GDVIRTUAL_BIND( select );
}
RJSelector::RJSelector()
{
}
RJSelector::~RJSelector()
{
}