예제 #1
0
 public static LFL_NetWork getInstance() {
     if (instance == null) {
         instance = new LFL_NetWork();
     }
     return instance;
 }
예제 #2
0
 public void initNetWork()
 {
     lflnet = LFL_NetWork.getInstance();
     lflnet.connectServer();
 }