Files
FNGameProj/Source/FortniteGame/Private/FortBluGloManager.cpp
T
2024-06-07 01:17:09 +02:00

11 lines
198 B
C++

#include "FortBluGloManager.h"
UFortItemDefinition* AFortBluGloManager::GetBluGloItemDefinition() const {
return NULL;
}
AFortBluGloManager::AFortBluGloManager() {
BluGloPerMinute = 1;
}