全部模块化

This commit is contained in:
gsx
2023-05-28 11:31:56 +08:00
parent f0a76ebf63
commit 6011bcb47e
11 changed files with 95 additions and 107 deletions

View File

@@ -10,8 +10,7 @@ const GetPort = require('ee-core/utils/get-port');
*/
class JavaServerAddon {
constructor(app) {
this.app = app;
constructor() {
this.cfg;
this.javaServer;
}