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

8 lines
207 B
C++

#include "FortAnimNotifyState_RandomizeNextSection.h"
UFortAnimNotifyState_RandomizeNextSection::UFortAnimNotifyState_RandomizeNextSection() {
MinLoopsBeforeChange = 0;
MaxLoopsBeforeChange = 0;
}