1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 23:40:45 +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
Unverified
parent 5940851519
commit b500ee44fb
+1 -1
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";