DRG-Femboy-Voice/Source/FSD/Private/HoldButton.cpp
2025-04-15 12:39:31 -07:00

7 lines
122 B
C++
Executable file

#include "HoldButton.h"
FHoldButton::FHoldButton() {
this->HoldStartTime = 0.00f;
this->HoldDuration = 0.00f;
}