mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 17:13:06 +08:00
Remove explicit public access modifier from interface
This commit is contained in:
parent
4270c29f60
commit
d5c348b568
@ -51,7 +51,7 @@ namespace osu.Game.Online.API
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The root URL of of the website, excluding the trailing slash.
|
/// The root URL of of the website, excluding the trailing slash.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string WebsiteRootUrl { get; }
|
string WebsiteRootUrl { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The current connection state of the API.
|
/// The current connection state of the API.
|
||||||
|
Loading…
Reference in New Issue
Block a user