tentative de merge

This commit is contained in:
2023-12-16 18:00:38 +01:00
parent 86e2528d04
commit 51354d9922
12 changed files with 154 additions and 118 deletions

View File

@ -1,9 +1,9 @@
import { client, navigateTo } from "../index.js"
import { Client } from "./client.js";
class MatchMaking
{
/**
* @param {client} client
* @param {Client} client
*/
constructor(client)
{