7 lines
136 B
C++
Executable file
7 lines
136 B
C++
Executable file
#include "PickaxeMeshInstance.h"
|
|
|
|
FPickaxeMeshInstance::FPickaxeMeshInstance() {
|
|
this->FP_Mesh = NULL;
|
|
this->TP_Mesh = NULL;
|
|
}
|
|
|