wave-survival/modules/wave_survival/map_region.cpp
2025-08-14 11:51:22 +02:00

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")));
}