Files
FNGameProj/Source/FortniteGame/Private/SimulatedAttributeEntry.cpp
T
2024-06-07 01:17:09 +02:00

7 lines
118 B
C++

#include "SimulatedAttributeEntry.h"
FSimulatedAttributeEntry::FSimulatedAttributeEntry() {
CurrentValue = 1;
}