7 lines
204 B
C++
Executable file
7 lines
204 B
C++
Executable file
#include "PickaxeIconSceneCaptureComponent.h"
|
|
|
|
UPickaxeIconSceneCaptureComponent::UPickaxeIconSceneCaptureComponent() {
|
|
this->bIsFullView = false;
|
|
this->CameraKey = EPickaxePartLocation::Head;
|
|
}
|
|
|