7 lines
114 B
C++
Executable file
7 lines
114 B
C++
Executable file
#include "DeadStateComponent.h"
|
|
|
|
|
|
UDeadStateComponent::UDeadStateComponent() {
|
|
this->respawnDelay = 0.00f;
|
|
}
|
|
|