Projektdateien hinzufügen.
This commit is contained in:
7
OwnChar/Model/Character.cs
Normal file
7
OwnChar/Model/Character.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace OwnChar.Model
|
||||
{
|
||||
public class Character
|
||||
{
|
||||
public PropertyList Properties { get; set; } = [];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user