7 lines
110 B
C++
Executable file
7 lines
110 B
C++
Executable file
#include "CoilgunCoil.h"
|
|
|
|
FCoilgunCoil::FCoilgunCoil() {
|
|
this->Angle = 0.00f;
|
|
this->Speed = 0.00f;
|
|
}
|
|
|