add id properties
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{
|
||||
public class Character
|
||||
{
|
||||
public ulong Id { get; set; }
|
||||
public PropertyList Properties { get; set; } = [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user