mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
10 lines
180 B
C++
10 lines
180 B
C++
#include "FortAthenaTutorial_Heal.h"
|
|
|
|
|
|
AFortAthenaTutorial_Heal::AFortAthenaTutorial_Heal() {
|
|
LootPositionMarker = NULL;
|
|
MedkitItem = NULL;
|
|
ShieldPotionItem = NULL;
|
|
}
|
|
|