mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
10 lines
275 B
C++
10 lines
275 B
C++
#include "FortControllerComponent_BattleLabDeviceManager.h"
|
|
|
|
bool UFortControllerComponent_BattleLabDeviceManager::HasAnyAvailableBattleLabDevice() {
|
|
return false;
|
|
}
|
|
|
|
UFortControllerComponent_BattleLabDeviceManager::UFortControllerComponent_BattleLabDeviceManager() {
|
|
}
|
|
|