// Copyright 2025 https://yuewu.dev/en All Rights Reserved. #include "GenericCombatSystem.h" #define LOCTEXT_NAMESPACE "FGenericCombatSystemModule" void FGenericCombatSystemModule::StartupModule() { } void FGenericCombatSystemModule::ShutdownModule() { } #undef LOCTEXT_NAMESPACE IMPLEMENT_MODULE(FGenericCombatSystemModule, GenericCombatSystem)