DRG-Femboy-Voice/Source/FSD/Private/SentryGunAnimInstance.cpp
2025-04-15 12:39:31 -07:00

9 lines
220 B
C++
Executable file

#include "SentryGunAnimInstance.h"
USentryGunAnimInstance::USentryGunAnimInstance() {
this->SentryGun = NULL;
this->RedeployableSentryGun = NULL;
this->YawOffset = 0.00f;
this->BuildProgress = 1.00f;
}