Add this.server for UDP

This commit is contained in:
FullGreaM 2025-12-02 01:54:23 +03:00
parent 4839fb2a12
commit 55bec74af0

View File

@ -88,5 +88,7 @@ module.exports = class UDPServer extends Component {
logger("Error of server");
logger(err.stack);
});
this.server = server;
}
}