Pockmon1 / Source /Pockmon1Editor.Target.cs
Zhengyupeng's picture
Upload Source/Pockmon1Editor.Target.cs with huggingface_hub
c7dda54 verified
Raw
History Blame Contribute Delete
422 Bytes
// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class Pockmon1EditorTarget : TargetRules
{
public Pockmon1EditorTarget( TargetInfo Target) : base(Target)
{
Type = TargetType.Editor;
DefaultBuildSettings = BuildSettingsVersion.V5;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_4;
ExtraModuleNames.Add("Pockmon1");
}
}