mirror of
https://github.com/johndoe6345789/ArenaFPS.git
synced 2026-04-25 22:25:26 +00:00
6 lines
149 B
C++
6 lines
149 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
IMPLEMENT_MODULE(FDefaultModuleImpl, GameplayMessageRuntime)
|