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