7 lines
106 B
C++
Executable file
7 lines
106 B
C++
Executable file
#include "FloatPerkRank.h"
|
|
|
|
FFloatPerkRank::FFloatPerkRank() {
|
|
this->Tier = 0;
|
|
this->Cost = 0;
|
|
}
|
|
|