Add an equipment in the gear

This commit is contained in:
2026-05-03 23:29:43 +02:00
parent 2663c70f8b
commit bd5a9f12ce
4 changed files with 32 additions and 26 deletions
+1
View File
@@ -13,6 +13,7 @@
public int MinSize { get; set; }
public string Name { get; set; }
public string ReserveCanopy { get; set; }
public string Equipment { get; set; }
public User User { get; set; }