7 lines
136 B
C++
Executable file
7 lines
136 B
C++
Executable file
#include "LaserPointerTarget.h"
|
|
|
|
FLaserPointerTarget::FLaserPointerTarget() {
|
|
this->Target = NULL;
|
|
this->ExtraTarget = NULL;
|
|
}
|
|
|