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