Example #1
0
 private void InitNetwork()
 {
     _network = new VAMLaunchNetwork();
     _network.Init(SERVER_IP, SERVER_LISTEN_PORT, SERVER_SEND_PORT);
     SuperController.LogMessage("VAM Launch network connection established.");
 }