mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
10 lines
258 B
C++
10 lines
258 B
C++
#include "FortAnimInput_AdjustedAimOffset.h"
|
|
|
|
FFortAnimInput_AdjustedAimOffset::FFortAnimInput_AdjustedAimOffset() {
|
|
this->YawOffset = 0.00f;
|
|
this->PitchOffset = 0.00f;
|
|
this->TargetingYawOffset = 0.00f;
|
|
this->TargetingPitchOffset = 0.00f;
|
|
}
|
|
|