Files
UnrealEngine/Engine/Plugins/Experimental/GameplayGraph/Tests/GameplayGraphTests.Target.cs
2025-05-18 13:04:45 +08:00

12 lines
255 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
[SupportedPlatforms(UnrealPlatformClass.All)]
public class GameplayGraphTestsTarget : TestTargetRules
{
public GameplayGraphTestsTarget(TargetInfo Target) : base(Target)
{
}
}