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

8 lines
163 B
C++
Executable file

#include "CharacterUseState.h"
FCharacterUseState::FCharacterUseState() {
this->ActiveUsable = NULL;
this->Key = EInputKeys::Use;
this->UseId = 0;
}