F4MP/codigos originales/tiltedcode/Code/client/Events/RemoveWaypointEvent.h
2026-01-06 18:53:59 +01:00

8 lines
114 B
C

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