6 lines
106 B
C++
Executable file
6 lines
106 B
C++
Executable file
#include "CountDownFloat.h"
|
|
|
|
FCountDownFloat::FCountDownFloat() {
|
|
this->CountDownDuration = 0.00f;
|
|
}
|
|
|