Files
UnrealEngine/Samples/Games/Lyra/Source/LyraServerSteam.Target.cs
2025-05-18 13:04:45 +08:00

13 lines
264 B
C#

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