Projektdateien hinzufügen.

This commit is contained in:
2024-05-14 15:04:16 +02:00
parent 508e6596bb
commit f0efc231c5
8 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace OwnChar.Model
{
public class Character
{
public PropertyList Properties { get; set; } = [];
}
}