DedicatedServers Module

This commit is contained in:
Norman Lansing
2026-03-23 08:34:51 -04:00
parent 4121a3925f
commit 241b78fa4a
10 changed files with 56 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
// Copyright Epic Games, Inc. All Rights Reserved.
#include "DedicatedServers.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE( FDefaultModuleImpl, DedicatedServers );