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

9 lines
114 B
C
Raw Normal View History

#pragma once
/**
* @brief Dispatched whenever the player removes a waypoint
*/
struct RemoveWaypointEvent
{
};