add id properties

This commit is contained in:
2024-05-15 08:54:49 +02:00
parent f0efc231c5
commit 77f58259ca
5 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
{
public class Character
{
public ulong Id { get; set; }
public PropertyList Properties { get; set; } = [];
}
}