8 lines
204 B
C++
Executable file
8 lines
204 B
C++
Executable file
#include "AttachedStateComponent.h"
|
|
|
|
UAttachedStateComponent::UAttachedStateComponent() {
|
|
this->DisableHeadLightOnEnter = true;
|
|
this->EnableHeadLightOnExit = true;
|
|
this->MaxPitch = 35.00f;
|
|
}
|
|
|