Files
UnrealEngine/Engine/Platforms/VisionOS/Source/Runtime/Launch/Launch_VisionOS.Build.cs
2025-05-18 13:04:45 +08:00

15 lines
273 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System;
using System.IO;
public class Launch_VisionOS : Launch
{
protected override bool bAllowSwiftMain => true;
public Launch_VisionOS(ReadOnlyTargetRules Target) : base(Target)
{
}
}