/** @type {WeakMap<SocketIO.Socket, Object>} */ const socketIOLocals = new WeakMap(); io.use((socket, next) => { const locals = { player: null }; // Create new ...
確定! 回上一頁