11 lines
250 B
C++
Executable file
11 lines
250 B
C++
Executable file
#include "OverclockShematicItem.h"
|
|
|
|
UUpgradableGearComponent* UOverclockShematicItem::GetOwningGearComponent() const {
|
|
return NULL;
|
|
}
|
|
|
|
UOverclockShematicItem::UOverclockShematicItem() {
|
|
this->OwningItem = NULL;
|
|
this->Overclock = NULL;
|
|
}
|
|
|