Files
FNGameProj/Source/FortniteGame/Private/SimulatedAttributeEntry.cpp
T
2024-01-21 00:41:14 +01:00

7 lines
128 B
C++

#include "SimulatedAttributeEntry.h"
FSimulatedAttributeEntry::FSimulatedAttributeEntry() {
this->CurrentValue = 0.00f;
}