6 lines
95 B
C++
Executable file
6 lines
95 B
C++
Executable file
#include "GDKRateLimiter.h"
|
|
|
|
UGDKRateLimiter::UGDKRateLimiter() {
|
|
this->Handler = NULL;
|
|
}
|
|
|