Files
2024-01-21 00:41:14 +01:00

9 lines
130 B
C++

#include "Voter.h"
FVoter::FVoter() {
this->VoteDecision = 0;
this->LastVoteDecision = 0;
this->NumVotesCast = 0;
}