UserProfile, NOT Character
This commit is contained in:
@@ -11,7 +11,7 @@ namespace OwnChar.Manager
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public IEnumerable<Character>? GetCharacters(Character? character)
|
||||
public IEnumerable<Character>? GetCharacters(UserProfile? profile)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user