mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
313 B
C++
12 lines
313 B
C++
#include "CustomCharacterPartAnimInstance_SpaceWandererBody.h"
|
|
|
|
UCustomCharacterPartAnimInstance_SpaceWandererBody::UCustomCharacterPartAnimInstance_SpaceWandererBody() {
|
|
CrouchAlpha = 1;
|
|
CrouchMoveAlpha = 1;
|
|
SkydiveAlpha = 1;
|
|
SuspenderAlpha = 1;
|
|
JumpAlpha = 1;
|
|
PickaxeSwingMoving = 1;
|
|
}
|
|
|