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

9 lines
228 B
C++
Executable file

#include "GrenadeAnimationSet.h"
UGrenadeAnimationSet::UGrenadeAnimationSet() {
this->FP_EquipAnimation = NULL;
this->TP_EquipAnimation = NULL;
this->FP_ThrowAnimation = NULL;
this->TP_ThrowAnimation = NULL;
}