1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 18:42:56 +08:00

Fix inaccurate xmldoc

This commit is contained in:
Bartłomiej Dach 2020-11-01 14:39:10 +01:00
parent 9a43291fd3
commit 5903c3be90

View File

@ -70,7 +70,7 @@ namespace osu.Game.Online.Spectator
public event Action<int, SpectatorState> OnUserBeganPlaying;
/// <summary>
/// Called whenever a user starts a play session.
/// Called whenever a user finishes a play session.
/// </summary>
public event Action<int, SpectatorState> OnUserFinishedPlaying;