7 lines
122 B
C++
Executable file
7 lines
122 B
C++
Executable file
#include "PlayerProgress.h"
|
|
|
|
FPlayerProgress::FPlayerProgress() {
|
|
this->PlayerRank = 0;
|
|
this->PlayerStars = 0;
|
|
}
|
|
|