add owner-property to character
This commit is contained in:
@@ -4,4 +4,5 @@ public abstract class Character : IOwnCharObject
|
||||
{
|
||||
public virtual string? Name { get; set; }
|
||||
public virtual string? Fandom { get; set; }
|
||||
public virtual UserProfile? Owner { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user