CryptRaider/Source/CryptRaider.Target.cs
2025-04-12 10:38:55 +09:00

15 lines
340 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class CryptRaiderTarget : TargetRules
{
public CryptRaiderTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
DefaultBuildSettings = BuildSettingsVersion.V2;
ExtraModuleNames.Add("CryptRaider");
}
}