change sig on version response

This commit is contained in:
CWX
2025-09-23 15:12:19 +01:00
parent dde85e6b8c
commit c67153b517
2 changed files with 2 additions and 6 deletions
@@ -5,5 +5,5 @@ namespace SPTarkov.Server.Core.Models.Spt.Launcher;
public record LauncherV2VersionResponse : IRequestData
{
public required LauncherV2CompatibleVersion Response { get; set; }
public required string Response { get; set; }
}