9 lines
198 B
C++
Executable file
9 lines
198 B
C++
Executable file
#include "RecoilSettings.h"
|
|
|
|
FRecoilSettings::FRecoilSettings() {
|
|
this->CanRecoilDown = false;
|
|
this->SpringStiffness = 0.00f;
|
|
this->CriticalDampening = 0.00f;
|
|
this->Mass = 0.00f;
|
|
}
|
|
|