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

22 lines
511 B
C++

#include "FortMobileKismetLibrary.h"
bool UFortMobileKismetLibrary::GetTapToFireEnabled(UObject* WorldContextObject) {
return false;
}
bool UFortMobileKismetLibrary::GetDedicatedButtonEnabled(UObject* WorldContextObject) {
return false;
}
bool UFortMobileKismetLibrary::GetAutoFireEnabled(UObject* WorldContextObject) {
return false;
}
bool UFortMobileKismetLibrary::Get3DTouchEnabled(UObject* WorldContextObject) {
return false;
}
UFortMobileKismetLibrary::UFortMobileKismetLibrary() {
}