This commit is contained in:
Nav
2021-12-25 21:01:58 +00:00
parent 71842358ff
commit cacd81b1dc
42 changed files with 45 additions and 45 deletions

View File

@@ -12,7 +12,7 @@ namespace Bloom::Events
public:
using TargetControllerResponseType = TargetControllerStateReported;
static inline EventType type = EventType::REPORT_TARGET_CONTROLLER_STATE;
static constexpr EventType type = EventType::REPORT_TARGET_CONTROLLER_STATE;
static inline const std::string name = "ReportTargetControllerState";
ReportTargetControllerState() {};