mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 14:52:57 +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>
|
||||
/// The root URL of of the website, excluding the trailing slash.
|
||||
/// </summary>
|
||||
public string WebsiteRootUrl { get; }
|
||||
string WebsiteRootUrl { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The current connection state of the API.
|
||||
|
Loading…
Reference in New Issue
Block a user