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

14 lines
262 B
C++

#include "IntelState.h"
FIntelState::FIntelState() {
bInRange = false;
TimeRemaining = 1;
ServerEndTime = 1;
ServerGroundTimerEnd = 1;
IntelState = EIntelStateEnum::None;
WinningTeam = 0;
AttackingTeam = 0;
DefendingTeam = 0;
}