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

7 lines
125 B
C++

#include "FortChatRoomJoinHelper.h"
UFortChatRoomJoinHelper::UFortChatRoomJoinHelper() {
this->JoinedChannel = NULL;
}