F4MP/codigos originales/tiltedcode/Code/server/Events/UpdateEvent.h

10 lines
96 B
C
Raw Normal View History

#pragma once
/**
* @brief Dispatched every tick.
*/
struct UpdateEvent
{
float Delta;
};