9 lines
162 B
C++
Executable file
9 lines
162 B
C++
Executable file
#include "FlareMeta.h"
|
|
|
|
FFlareMeta::FFlareMeta() {
|
|
this->Inhibit = 0.00f;
|
|
this->Radius = 0.00f;
|
|
this->InvRadius = 0.00f;
|
|
this->Moving = false;
|
|
}
|
|
|