Files
SPT-Server-Build/Libraries/SPTarkov.Server.Core/Models/Spt/Launcher/LauncherV2ProfileResponse.cs
T
2025-03-07 13:16:43 +00:00

14 lines
272 B
C#

using SPTarkov.Server.Core.Models.Eft.Profile;
using SPTarkov.Server.Core.Models.Utils;
namespace SPTarkov.Server.Core.Models.Spt.Launcher;
public class LauncherV2ProfileResponse : IRequestData
{
public SptProfile Response
{
get;
set;
}
}