10 lines
180 B
C++
Executable file
10 lines
180 B
C++
Executable file
#include "VanitySchematicItem.h"
|
|
|
|
UVanityItem* UVanitySchematicItem::GetVanityItem() {
|
|
return NULL;
|
|
}
|
|
|
|
UVanitySchematicItem::UVanitySchematicItem() {
|
|
this->Item = NULL;
|
|
}
|
|
|