Island: Add SET_MODE to IslandEventTopic

This commit is contained in:
Shreya Malviya 2022-09-21 14:33:16 +05:30
parent f8777cd37d
commit 5675724843
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class IslandEventTopic(Enum):
AGENT_CONNECTED = auto()
CLEAR_SIMULATION_DATA = auto()
RESET_AGENT_CONFIGURATION = auto()
SET_MODE = auto()
class IIslandEventQueue(ABC):