Files
2026-04-22 15:51:07 +02:00

11 lines
208 B
C++

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