7 lines
122 B
C++
Executable file
7 lines
122 B
C++
Executable file
#include "HoldButton.h"
|
|
|
|
FHoldButton::FHoldButton() {
|
|
this->HoldStartTime = 0.00f;
|
|
this->HoldDuration = 0.00f;
|
|
}
|
|
|