Files
SPT-Server-Build/Libraries/Core/Models/Spt/Launcher/LauncherV2ProfileResponse.cs
T

14 lines
224 B
C#

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