uff, lot of work
This commit is contained in:
11
OwnChar.Server/Data/Model/CharacterDb.cs
Normal file
11
OwnChar.Server/Data/Model/CharacterDb.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using OwnChar.Client.Data.Model;
|
||||
using OwnChar.Data.Model.Base;
|
||||
|
||||
namespace OwnChar.Server.Data.Model;
|
||||
|
||||
public class CharacterDb : CharacterBase
|
||||
{
|
||||
public UserProfileDb? Owner { get; set; }
|
||||
public List<PropertyCategoryDb> PropCats { get; } = [];
|
||||
public List<PropertyDb> Props { get; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user