mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 15:10:44 +08:00
Remove explicit public access modifier from interface
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user