This commit is contained in:
2023-12-20 19:10:26 +01:00
parent 0e946b3bb8
commit 4f0b2250bd
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ class MatchMaking
constructor(client)
{
/**
* @type {client}
* @type {Client}
*/
this.client = client
}