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

8 lines
135 B
C++

#include "MinigameScoreEntry.h"
FMinigameScoreEntry::FMinigameScoreEntry() {
this->Score = 0.00f;
this->bHasScore = false;
}