Files
UnrealEngine/Engine/Platforms/VisionOS/Source/Runtime/Launch/Launch_VisionOS.Build.cs
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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)
{
}
}