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

13 lines
308 B
C++
Executable file

#include "GDItemCategoryIDs.h"
FGDItemCategoryIDs::FGDItemCategoryIDs() {
this->OverclockID = NULL;
this->ItemSkinID = NULL;
this->VanityID = NULL;
this->PickaxePartID = NULL;
this->WeaponID = NULL;
this->CraftingID = NULL;
this->ForgeID = NULL;
this->BoscoSkinID = NULL;
}