make requests use interface
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using Core.Models.Enums;
|
||||
using Core.Models.Utils;
|
||||
|
||||
namespace Core.Models.Eft.Match;
|
||||
|
||||
public class StartLocalRaidRequestData
|
||||
public class StartLocalRaidRequestData : IRequestData
|
||||
{
|
||||
[JsonPropertyName("serverId")]
|
||||
public string? ServerId { get; set; }
|
||||
@@ -29,4 +30,4 @@ public class StartLocalRaidRequestData
|
||||
/** Should loot generation be skipped, default false */
|
||||
[JsonPropertyName("sptSkipLootGeneration")]
|
||||
public bool? ShouldSkipLootGeneration { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user