8 lines
184 B
C++
Executable file
8 lines
184 B
C++
Executable file
#include "ItemAnimationItem.h"
|
|
|
|
FItemAnimationItem::FItemAnimationItem() {
|
|
this->FP_CharacterMontage = NULL;
|
|
this->TP_CharacterMontage = NULL;
|
|
this->ItemMontage = NULL;
|
|
}
|
|
|