mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 12:03:27 +00:00
10 lines
212 B
C++
10 lines
212 B
C++
#include "GhostModeRepData.h"
|
|
|
|
FGhostModeRepData::FGhostModeRepData() {
|
|
this->bInGhostMode = false;
|
|
this->GhostModeItemDef = NULL;
|
|
this->PreviousFocusedSlot = 0;
|
|
this->TimeExitedGhostMode = 1;
|
|
}
|
|
|