mirror of
https://github.com/johndoe6345789/ArenaFPS.git
synced 2026-05-04 02:24:55 +00:00
d0d33b37e2
initial commit
6 lines
148 B
C++
6 lines
148 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
IMPLEMENT_MODULE(FDefaultModuleImpl, GameplayMessageNodes);
|