mirror of https://github.com/ppy/osu
Remove unnecessary `public` prefix in interface specification
This commit is contained in:
parent
82eddeffef
commit
6ee6a46894
|
@ -12,6 +12,6 @@ public interface ILocalUserPlayInfo
|
|||
/// <summary>
|
||||
/// Whether the local user is currently playing.
|
||||
/// </summary>
|
||||
public IBindable<bool> IsPlaying { get; }
|
||||
IBindable<bool> IsPlaying { get; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue