fix typing, woops

This commit is contained in:
CWX
2025-01-19 12:09:48 +00:00
parent 9bc5cef681
commit 77b11cb7f4
+1 -1
View File
@@ -50,7 +50,7 @@ public record Upd
public string? SptPresetId { get; set; }
public UpdFaceShield? FaceShield { get; set; }
public int? StackObjectsCount { get; set; }
public double? StackObjectsCount { get; set; } // can be a string, double or int
public bool? UnlimitedCount { get; set; }
public UpdRepairable? Repairable { get; set; }
public UpdRecodableComponent? RecodableComponent { get; set; }