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

8 lines
148 B
C++

#include "FortRejoinCheck.h"
UFortRejoinCheck::UFortRejoinCheck() {
this->bAbandonAfterCheck = false;
this->bAttemptingAbandon = false;
}