mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Partial everything
This commit is contained in:
committed by
Dean Herbert
parent
a1c559ae05
commit
7bc8908ca9
@ -16,7 +16,7 @@ using osu.Game.Graphics.UserInterface;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterfaceV2
|
||||
{
|
||||
public class OsuFileSelector : FileSelector
|
||||
public partial class OsuFileSelector : FileSelector
|
||||
{
|
||||
public OsuFileSelector(string initialPath = null, string[] validFileExtensions = null)
|
||||
: base(initialPath, validFileExtensions)
|
||||
@ -43,7 +43,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
|
||||
protected override void NotifySelectionError() => this.FlashColour(Colour4.Red, 300);
|
||||
|
||||
protected class OsuDirectoryListingFile : DirectoryListingFile
|
||||
protected partial class OsuDirectoryListingFile : DirectoryListingFile
|
||||
{
|
||||
public OsuDirectoryListingFile(FileInfo file)
|
||||
: base(file)
|
||||
|
Reference in New Issue
Block a user