1
0
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:
Bartłomiej Dach 2020-12-24 13:44:46 +01:00
parent 4270c29f60
commit d5c348b568

View File

@ -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.