yea boy, now I got it!
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
namespace OwnChar.Model
|
||||
{
|
||||
public class Character(Group group, string name)
|
||||
public abstract class Character : IOwnCharObject
|
||||
{
|
||||
public ulong Id { get; set; }
|
||||
public string Name { get; set; } = name;
|
||||
public Group Group { get; set; } = group;
|
||||
public List<Property> Properties { get; set; } = [];
|
||||
public List<PropertyCategory> PropertyCategories { get; set; } = [];
|
||||
public virtual string? Name { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user