private void OnDestroy()
 {
     tcpNetComp.End();
     kcpNetComp.End();
     udpNetComp.End();
     singalFileStream.Close();
 }
Example #2
0
 void OnDestroy()
 {
     kcpNetComp.End();
 }