Files
FNGameProj/Source/FortniteGame/Private/AthenaQuickChatActiveEntry.cpp
2024-01-21 00:41:14 +01:00

8 lines
154 B
C++

#include "AthenaQuickChatActiveEntry.h"
FAthenaQuickChatActiveEntry::FAthenaQuickChatActiveEntry() {
this->ContextValue = 0;
this->Index = 0;
}