VIPRA Documentation
Loading...
Searching...
No Matches
event_status.hpp
1#pragma once
2
3namespace VIPRA::Behaviors {
8enum class EventStatus {
9 STARTING,
10 OCCURRING,
11 ENDING,
12 NOT_OCCURRING,
13};
14} // namespace VIPRA::Behaviors