F4MP/codigos originales/tiltedcode/Code/client/Events/DisconnectedEvent.h

10 lines
145 B
C
Raw Normal View History

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