diff --git a/OwnChar/Manager/CharacterManager.cs b/OwnChar/Manager/CharacterManager.cs index 3114abb..a2764af 100644 --- a/OwnChar/Manager/CharacterManager.cs +++ b/OwnChar/Manager/CharacterManager.cs @@ -11,7 +11,7 @@ namespace OwnChar.Manager throw new NotImplementedException(); } - public IEnumerable? GetCharacters(Character? character) + public IEnumerable? GetCharacters(UserProfile? profile) { throw new NotImplementedException(); }