more stuff

This commit is contained in:
Alex
2025-01-24 12:17:48 +00:00
parent 3eaf6887a1
commit 627d5dfe5c
3 changed files with 372 additions and 187 deletions
@@ -15,7 +15,7 @@ public record AddItemDirectRequest
public bool? FoundInRaid { get; set; }
[JsonPropertyName("callback")]
public Action<double>? Callback { get; set; }
public Action<int>? Callback { get; set; }
[JsonPropertyName("useSortingTable")]
public bool? UseSortingTable { get; set; }