![]() |
Recast
1
Game with custom magic
|
#include <ITimerBlockable.hpp>
Additional Inherited Members | |
![]() | |
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
.