Exemplo n.º 1
0
 public static LFL_NetWork getInstance() {
     if (instance == null) {
         instance = new LFL_NetWork();
     }
     return instance;
 }
Exemplo n.º 2
0
 public void initNetWork()
 {
     lflnet = LFL_NetWork.getInstance();
     lflnet.connectServer();
 }