Files
FNGameProj/Source/FortniteGame/Private/FortAnimInput_CommonWeapon.cpp
2024-01-21 00:41:14 +01:00

8 lines
186 B
C++

#include "FortAnimInput_CommonWeapon.h"
FFortAnimInput_CommonWeapon::FFortAnimInput_CommonWeapon() {
this->bIsWeaponEquipped = false;
this->bForceUpperBodyTargeting = false;
}