Compare commits

..

1 Commits

Author SHA1 Message Date
ef808ac62b UserProfile, NOT Character 2024-06-09 17:23:52 +02:00

View File

@@ -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();
}