Skip to content

use start

jwpttcg66 edited this page May 6, 2017 · 2 revisions

启动拓展

public class GameServerEx extends GameServer{

    public static void main(String[] args) {
        GameServerEx gameServerEx = new GameServerEx();
        gameServerEx.startServer();
    }
}

Clone this wiki locally