1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Merge branch 'rpc' of https://github.com/aspriddell/osu into rpc

This commit is contained in:
Albie Spriddell 2020-01-03 13:08:06 +00:00
commit 23ed64c5fd

View File

@ -123,7 +123,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";