mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
15 lines
339 B
C++
15 lines
339 B
C++
#include "FortCheatManager_Uranium.h"
|
|
|
|
void UFortCheatManager_Uranium::SetCartPushAreaSizeScalar(float PushAreaSizeScalar) {
|
|
}
|
|
|
|
void UFortCheatManager_Uranium::SetCartBaseSpeed(float NewBaseSpeed) {
|
|
}
|
|
|
|
void UFortCheatManager_Uranium::DrawUraniumRespawnLocations(bool bDraw) {
|
|
}
|
|
|
|
UFortCheatManager_Uranium::UFortCheatManager_Uranium() {
|
|
}
|
|
|