DRG-Femboy-Voice/Source/FSD/Private/DeadStateComponent.cpp
2025-04-15 12:39:31 -07:00

7 lines
114 B
C++
Executable file

#include "DeadStateComponent.h"
UDeadStateComponent::UDeadStateComponent() {
this->respawnDelay = 0.00f;
}