Skip to content
Snippets Groups Projects

ajout description arena

6 files
+ 18
10
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
0
@@ -9,5 +9,6 @@ namespace DAL.Models
public string? Name { get; set; }
public string? Sprite { get; set; }
public string? Icon { get; set; }
public string? Description { get; set; }
}
}
Loading