lyra_game_ue/Source/LyraServerEOS.Target.cs
Goran Lazarevski 3bcab085f8 Initial commit
2025-03-20 11:06:26 +01:00

13 lines
258 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class LyraServerEOSTarget : LyraServerTarget
{
public LyraServerEOSTarget(TargetInfo Target) : base(Target)
{
CustomConfig = "EOS";
}
}