8 lines
211 B
C++
8 lines
211 B
C++
#include "map_region.h"
|
|
|
|
String const MapRegion::sig_phase_changed{ "phase_changed" };
|
|
|
|
void MapRegion::_bind_methods() {
|
|
ADD_SIGNAL(MethodInfo(sig_phase_changed, PropertyInfo(Variant::BOOL, "hunt_phase")));
|
|
}
|