DRG-Femboy-Voice/Source/FSD/Private/LaserPointerTarget.cpp
2025-04-15 12:39:31 -07:00

7 lines
136 B
C++
Executable file

#include "LaserPointerTarget.h"
FLaserPointerTarget::FLaserPointerTarget() {
this->Target = NULL;
this->ExtraTarget = NULL;
}