7 lines
131 B
C++
Executable file
7 lines
131 B
C++
Executable file
#include "FloatPerkRankValue.h"
|
|
|
|
FFloatPerkRankValue::FFloatPerkRankValue() {
|
|
this->RankIndex = 0;
|
|
this->Value = 0.00f;
|
|
}
|
|
|