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

7 lines
170 B
C++

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