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

7 lines
221 B
C++
Executable file

#include "AnimNotifyState_SpawnSkinnedMesh.h"
UAnimNotifyState_SpawnSkinnedMesh::UAnimNotifyState_SpawnSkinnedMesh() {
this->ItemCategory = EItemCategory::PrimaryWeapon;
this->UseFirstPersonComponent = false;
}