7 lines
127 B
C++
Executable file
7 lines
127 B
C++
Executable file
#include "MilestoneTier.h"
|
|
|
|
FMilestoneTier::FMilestoneTier() {
|
|
this->CompletionCount = 0.00f;
|
|
this->PerkPoints = 0;
|
|
}
|
|
|