1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:17:26 +08:00

Update osu.Game/Rulesets/Ruleset.cs

Co-Authored-By: Salman Ahmed <email@iisalman.me>
This commit is contained in:
Albie 2020-01-03 13:00:57 +00:00 committed by GitHub
parent 5940851519
commit b500ee44fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ namespace osu.Game.Rulesets
public abstract string ShortName { get; }
/// <summary>
/// String used for <see cref="UserActivity.SoloGame.Status"/> and <see cref="UserPanel"/>
/// The playing verb to be shown in the <see cref="UserActivity.SoloGame.Status"/>.
/// </summary>
public virtual string PlayingVerb => "Playing solo";