mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Sort by difficulty and fix relationship
This commit is contained in:
@ -127,6 +127,11 @@ namespace osu.Game.Database
|
||||
{
|
||||
return connection.GetAllWithChildren<T>(filter, recursive);
|
||||
}
|
||||
|
||||
public void GetChildren<T>(T item, bool recursive = true)
|
||||
{
|
||||
connection.GetChildren<T>(item, recursive);
|
||||
}
|
||||
|
||||
readonly Type[] validTypes = new[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user