mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 18:24:50 +00:00
docs: fix Copilot comments
This commit is contained in:
@@ -74,7 +74,7 @@ namespace PepperDash.Essentials.WebSocketServer
|
||||
/// </summary>
|
||||
/// <param name="key">The unique key to identify this client</param>
|
||||
/// <param name="id">The client ID used by the client for this connection</param>
|
||||
/// <param name="token"></param>
|
||||
/// <param name="token">The token associated with this client</param>
|
||||
public UiClient(string key, string id, string token)
|
||||
{
|
||||
Key = key;
|
||||
|
||||
Reference in New Issue
Block a user