Lesson 54 - Creating a Module

This commit is contained in:
Norman Lansing
2026-03-14 21:05:22 -04:00
parent 7f14cad36f
commit 3e61d4cec0
9 changed files with 48 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, DedicateServers );