![]() |
Recast
1
Game with custom magic
|
#include <ITimerBlockable.hpp>


Additional Inherited Members | |
Public Member Functions inherited from ITimerBlockableMixin | |
| virtual std::chrono::milliseconds | minDelta () const =0 |
| virtual void | wait ()=0 |
Mixin to timer. Makes timer to have method that block client, so the delta won't be less than minDelta.
1.8.6