6 lines
147 B
C++
Executable file
6 lines
147 B
C++
Executable file
#include "PassthroughSubHealthComponent.h"
|
|
|
|
UPassthroughSubHealthComponent::UPassthroughSubHealthComponent() {
|
|
this->ArmorComponent = NULL;
|
|
}
|
|
|