UserProfile, NOT Character

This commit is contained in:
2024-06-09 17:23:52 +02:00
parent d68ba85262
commit ef808ac62b

View File

@@ -11,7 +11,7 @@ namespace OwnChar.Manager
throw new NotImplementedException(); throw new NotImplementedException();
} }
public IEnumerable<Character>? GetCharacters(Character? character) public IEnumerable<Character>? GetCharacters(UserProfile? profile)
{ {
throw new NotImplementedException(); throw new NotImplementedException();
} }