13 lines
213 B
C#
13 lines
213 B
C#
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
using UnrealBuildTool;
|
|
using System;
|
|
using System.IO;
|
|
|
|
public class ICU_VisionOS : ICU
|
|
{
|
|
public ICU_VisionOS(ReadOnlyTargetRules Target) : base(Target)
|
|
{
|
|
}
|
|
}
|