DRG-Femboy-Voice/Source/FSD/Private/MilestoneTier.cpp
2025-04-15 12:39:31 -07:00

7 lines
127 B
C++
Executable file

#include "MilestoneTier.h"
FMilestoneTier::FMilestoneTier() {
this->CompletionCount = 0.00f;
this->PerkPoints = 0;
}