1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 14:13:18 +08:00

Add more xmldoc

This commit is contained in:
Dean Herbert 2021-03-24 13:02:17 +09:00
parent 217f6083ca
commit a1c35677ef

View File

@ -17,6 +17,9 @@ namespace osu.Game.Screens.Play
/// </summary>
public abstract class SubmittingPlayer : Player
{
/// <summary>
/// The token to be used for the current submission. This is fetched via a request created by <see cref="CreateTokenRequestRequest"/>.
/// </summary>
protected long? Token { get; private set; }
[Resolved]