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

8 lines
171 B
C++

#include "GameplayFeedbackEventInfo.h"
FGameplayFeedbackEventInfo::FGameplayFeedbackEventInfo() {
MsgType = EAthenaGameMsgType::None;
bTeamBasedEvent = false;
}