mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-23 15:40:43 +00:00
doc again
This commit is contained in:
parent
add598a7b4
commit
4fb026dfdb
@ -41,15 +41,15 @@ namespace QSB.AuthoritySync
|
|||||||
public enum AuthQueueAction
|
public enum AuthQueueAction
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// add id to the queue
|
/// add player to the queue
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Add,
|
Add,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// remove id from the queue
|
/// remove player from the queue
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Remove,
|
Remove,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// add id to the queue and force it to the front
|
/// add player to the queue and force them to the front
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Force
|
Force
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user