mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
13 lines
344 B
C++
13 lines
344 B
C++
#include "FortWindResponder.h"
|
|
|
|
FFortWindResponder::FFortWindResponder() {
|
|
this->WindUpdatingBuildingSMActor = NULL;
|
|
this->WindSpeedCurve = NULL;
|
|
this->WindPannerSpeedCurve = NULL;
|
|
this->WindAudio = NULL;
|
|
this->MaterialParameterPairIndices = 0;
|
|
this->WindSpeed = 0.00f;
|
|
this->bHasSetupAnimatingMaterials = false;
|
|
}
|
|
|