13 lines
308 B
C++
Executable file
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;
|
|
}
|
|
|