// Copyright Epic Games, Inc. All Rights Reserved. #include "PatchCheckModule.h" class FPatchCheckModule : public TPatchCheckModule { }; IMPLEMENT_MODULE(FPatchCheckModule, PatchCheck);