Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

16 lines
361 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class DatasmithMax2024Target : DatasmithMaxBaseTarget
{
public DatasmithMax2024Target(TargetInfo Target) : base(Target)
{
LaunchModuleName = "DatasmithMax2024";
ExeBinariesSubFolder = @"3DSMax\2024";
AddCopyPostBuildStep(Target);
}
}