forked from p15670423/monkey
Island: Add SET_MODE to IslandEventTopic
This commit is contained in:
parent
f8777cd37d
commit
5675724843
|
@ -9,6 +9,7 @@ class IslandEventTopic(Enum):
|
||||||
AGENT_CONNECTED = auto()
|
AGENT_CONNECTED = auto()
|
||||||
CLEAR_SIMULATION_DATA = auto()
|
CLEAR_SIMULATION_DATA = auto()
|
||||||
RESET_AGENT_CONFIGURATION = auto()
|
RESET_AGENT_CONFIGURATION = auto()
|
||||||
|
SET_MODE = auto()
|
||||||
|
|
||||||
|
|
||||||
class IIslandEventQueue(ABC):
|
class IIslandEventQueue(ABC):
|
||||||
|
|
Loading…
Reference in New Issue