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

8 lines
142 B
C++

#include "FortCommunityVotesState.h"
FFortCommunityVotesState::FFortCommunityVotesState() {
NumWinners = 0;
WinnerStateHours = 0;
}