6 lines
112 B
C++
Executable file
6 lines
112 B
C++
Executable file
#include "PlayerInfoComponent.h"
|
|
|
|
UPlayerInfoComponent::UPlayerInfoComponent() {
|
|
this->Character = NULL;
|
|
}
|
|
|