10 lines
215 B
C++
Executable file
10 lines
215 B
C++
Executable file
#include "ContrailSettings.h"
|
|
|
|
FContrailSettings::FContrailSettings() {
|
|
this->Radius = 0.00f;
|
|
this->HalfLenght = 0.00f;
|
|
this->LifeTime = 0.00f;
|
|
this->Hellfire = false;
|
|
this->Electric = false;
|
|
}
|
|
|