Add wipe Response model
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using SPTarkov.Server.Core.Models.Eft.Launcher;
|
||||
using SPTarkov.Server.Core.Models.Utils;
|
||||
|
||||
namespace SPTarkov.Server.Core.Models.Spt.Launcher;
|
||||
|
||||
public record LauncherV2WipeResponse : IRequestData
|
||||
{
|
||||
public required bool Response { get; set; }
|
||||
|
||||
public required List<MiniProfile> Profiles { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user