Frist Commit

This commit is contained in:
2023-07-16 14:29:40 +08:00
parent 3f1ae11c29
commit 16f7c132ac
633 changed files with 64621 additions and 0 deletions

15
Source/TG_ARPG.Target.cs Normal file
View File

@@ -0,0 +1,15 @@
// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class TG_ARPGTarget : TargetRules
{
public TG_ARPGTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
DefaultBuildSettings = BuildSettingsVersion.V2;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_1;
ExtraModuleNames.Add("TG_ARPG");
}
}