INTERNAL_CALL_CloseConnection() приватный Метод

private INTERNAL_CALL_CloseConnection ( NetworkPlayer &target, bool sendDisconnectionNotification ) : void
target NetworkPlayer
sendDisconnectionNotification bool
Результат void
Пример #1
0
 public static void CloseConnection(NetworkPlayer target, bool sendDisconnectionNotification)
 {
     Network.INTERNAL_CALL_CloseConnection(ref target, sendDisconnectionNotification);
 }