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

12 lines
297 B
C++

#include "FortCheatMenuFactory.h"
void UFortCheatMenuFactory::AddStoreCheatMenu(UCommonUserWidget* Widget) {
}
void UFortCheatMenuFactory::AddGrantCheatMenu(UCommonUserWidget* Widget, const FString& TemplateId, const FString& InstanceId) {
}
UFortCheatMenuFactory::UFortCheatMenuFactory() {
}