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

9 lines
215 B
C++

#include "StormShieldMoveData.h"
FStormShieldMoveData::FStormShieldMoveData() {
this->MoveRate = 0.00f;
this->SafeAreaStartLocationChangeTime = 0.00f;
this->SafeAreaFinishLocationChangeTime = 0.00f;
}