İlk yürütme

This commit is contained in:
2026-08-02 22:34:52 +03:00
commit 26bde15faa
601 changed files with 4420 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
// Copyright Epic Games, Inc. All Rights Reserved.
#include "first.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, first, "first" );
DEFINE_LOG_CATEGORY(Logfirst)