doc again

This commit is contained in:
JohnCorby 2021-12-26 04:04:21 -08:00
parent add598a7b4
commit 4fb026dfdb

View File

@ -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
} }