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

9 lines
187 B
C++

#include "FortRejoinCheck.h"
UFortRejoinCheck::UFortRejoinCheck() {
bAbandonAfterCheck = false;
bAttemptingAbandon = false;
CurrentJoinState = EJoinServerState::Inactive;
}