mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 21:47:31 +09: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…
x
Reference in New Issue
Block a user