public static LFL_NetWork getInstance() { if (instance == null) { instance = new LFL_NetWork(); } return instance; }
public void initNetWork() { lflnet = LFL_NetWork.getInstance(); lflnet.connectServer(); }