20 lines
180 B
C++
20 lines
180 B
C++
|
/* RJSelector.cpp */
|
||
|
|
||
|
#include "RJSelector.h"
|
||
|
|
||
|
|
||
|
void RJSelector::_bind_methods()
|
||
|
{
|
||
|
GDVIRTUAL_BIND( select );
|
||
|
}
|
||
|
|
||
|
RJSelector::RJSelector()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
RJSelector::~RJSelector()
|
||
|
{
|
||
|
|
||
|
}
|