mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 19:23:19 +00:00
8 lines
222 B
C++
8 lines
222 B
C++
#include "GameplayAbilityRepSharedAnim_Base.h"
|
|
|
|
FGameplayAbilityRepSharedAnim_Base::FGameplayAbilityRepSharedAnim_Base() {
|
|
this->AnimState = EFortSharedAnimationState::Anim_Walk;
|
|
this->MontageSectionToPlay = 0;
|
|
}
|
|
|