#pragma once /** * @brief Dispatched when the client disconnects from the server. */ struct DisconnectedEvent { DisconnectedEvent() {} };