Files
UnrealEvent/Project/Source/FortniteGame/Private/CustomCharacterPartAnimInstance_DumplingBackpack.cpp
T
2026-04-22 15:51:07 +02:00

9 lines
258 B
C++

#include "CustomCharacterPartAnimInstance_DumplingBackpack.h"
UCustomCharacterPartAnimInstance_DumplingBackpack::UCustomCharacterPartAnimInstance_DumplingBackpack() {
this->Bun1Cycle = 0.00f;
this->Bun2Cycle = 0.00f;
this->Bun3Cycle = 0.00f;
}