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:
parent
217f6083ca
commit
a1c35677ef
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user