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

8 lines
184 B
C++
Executable file

#include "ItemAnimationItem.h"
FItemAnimationItem::FItemAnimationItem() {
this->FP_CharacterMontage = NULL;
this->TP_CharacterMontage = NULL;
this->ItemMontage = NULL;
}