mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
14 lines
328 B
C++
14 lines
328 B
C++
#include "FortAthenaTutorial_Scoping.h"
|
|
|
|
void AFortAthenaTutorial_Scoping::OnTargetDestroyed(int32 TargetIndex) {
|
|
}
|
|
|
|
|
|
AFortAthenaTutorial_Scoping::AFortAthenaTutorial_Scoping() {
|
|
this->GunToEquipItemDef = NULL;
|
|
this->ScopingCameraPoint = NULL;
|
|
this->ScopingCameraInSpeed = 1;
|
|
this->ScopingCameraOutSpeed = 1;
|
|
}
|
|
|