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

7 lines
164 B
C++

#include "FortAnimNotify_SetRelaxedState.h"
UFortAnimNotify_SetRelaxedState::UFortAnimNotify_SetRelaxedState() {
NewRelaxedState = EAnimRelaxedState::None;
}