Files
2026-04-22 15:51:07 +02:00

9 lines
130 B
C++

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