mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
322 B
C++
12 lines
322 B
C++
#include "CustomCharacterPartAnimInstance_RhinoBackpack.h"
|
|
|
|
UCustomCharacterPartAnimInstance_RhinoBackpack::UCustomCharacterPartAnimInstance_RhinoBackpack() {
|
|
Piston1SinOffset = 1;
|
|
Piston2SinOffset = 1;
|
|
Piston3SinOffset = 1;
|
|
DefaultPistonSpeed = 1;
|
|
FastPistonSpeed = 1;
|
|
FastPistonThreshold = 1;
|
|
}
|
|
|