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

7 lines
122 B
C++
Executable file

#include "PlayerProgress.h"
FPlayerProgress::FPlayerProgress() {
this->PlayerRank = 0;
this->PlayerStars = 0;
}