6 lines
96 B
C++
Executable file
6 lines
96 B
C++
Executable file
#include "PerkClaimEntry.h"
|
|
|
|
FPerkClaimEntry::FPerkClaimEntry() {
|
|
this->currentRank = 0;
|
|
}
|
|
|