mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-13 11:44:54 +00:00
docs: fix Copilot comments
This commit is contained in:
@@ -12,9 +12,9 @@ namespace PepperDash.Essentials
|
||||
private static int nextClientId = 0;
|
||||
|
||||
/// <summary>
|
||||
/// Get
|
||||
/// Get the next unique client ID
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
/// <returns>Client ID</returns>
|
||||
public static int GetNextClientId()
|
||||
{
|
||||
nextClientId++;
|
||||
|
||||
Reference in New Issue
Block a user