예제 #1
0
 private void AsyncSendPacket(NetworkPacket sendPacket, User user)
 {
     sendPacket.WorkSocket = user.UserSocket;
     networkManager.AsyncSend(sendPacket, networkManager.SendCallback);
 }