mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +00:00
18 lines
428 B
C++
18 lines
428 B
C++
#include "FortTimerTimespanDataSource.h"
|
|
|
|
void UFortTimerTimespanDataSource::TickManually() {
|
|
}
|
|
|
|
void UFortTimerTimespanDataSource::StopTimer() {
|
|
}
|
|
|
|
void UFortTimerTimespanDataSource::StartTimer(float Delay, bool bTickImmediately) {
|
|
}
|
|
|
|
void UFortTimerTimespanDataSource::SetTimespanSource(const UFortTimerTimespanDataSource::FTimespanSourceDelegate& Value) {
|
|
}
|
|
|
|
UFortTimerTimespanDataSource::UFortTimerTimespanDataSource() {
|
|
}
|
|
|