Files
FNGameProj/Source/FortniteGame/Private/FortBluGloManager.cpp
2024-01-21 00:41:14 +01:00

11 lines
208 B
C++

#include "FortBluGloManager.h"
UFortItemDefinition* AFortBluGloManager::GetBluGloItemDefinition() const {
return NULL;
}
AFortBluGloManager::AFortBluGloManager() {
this->BluGloPerMinute = 1.00f;
}