You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
}
}