mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
15 lines
353 B
C++
15 lines
353 B
C++
#include "CustomCharacterPartAnimInstance_Angel.h"
|
|
|
|
UCustomCharacterPartAnimInstance_Angel::UCustomCharacterPartAnimInstance_Angel() {
|
|
SkydivingAlpha = 1;
|
|
CrouchAlpha = 1;
|
|
RearClothAlpha = 1;
|
|
ClothAlpha = 1;
|
|
FrontClothAlpha = 1;
|
|
FeatherAlpha = 1;
|
|
CrouchSkirtAlpha = 1;
|
|
FrontClothCrouchAlpha = 1;
|
|
SpineRotLeft = 1;
|
|
}
|
|
|