mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 17:33:02 +08:00
Add more xmldoc
This commit is contained in:
parent
217f6083ca
commit
a1c35677ef
@ -17,6 +17,9 @@ namespace osu.Game.Screens.Play
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public abstract class SubmittingPlayer : Player
|
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; }
|
protected long? Token { get; private set; }
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
|
Loading…
Reference in New Issue
Block a user