Files
FNGameProj/Source/FortniteGame/Private/SpecialEventInputHelperComponent.cpp
T
2024-06-07 01:17:09 +02:00

14 lines
301 B
C++

#include "SpecialEventInputHelperComponent.h"
void USpecialEventInputHelperComponent::PushInputComponent() {
}
void USpecialEventInputHelperComponent::PopInputComponent() {
}
USpecialEventInputHelperComponent::USpecialEventInputHelperComponent() {
bBlockInput = false;
InputComp = NULL;
}