8 lines
146 B
C++
Executable file
8 lines
146 B
C++
Executable file
#include "FloatPerkComponent.h"
|
|
|
|
|
|
UFloatPerkComponent::UFloatPerkComponent() {
|
|
this->FloatValue = 0.00f;
|
|
this->PlayerCharacter = NULL;
|
|
}
|
|
|