INTERNAL_CALL_CloseConnection() private method

private INTERNAL_CALL_CloseConnection ( NetworkPlayer &target, bool sendDisconnectionNotification ) : void
target NetworkPlayer
sendDisconnectionNotification bool
return void
Esempio n. 1
0
 public static void CloseConnection(NetworkPlayer target, bool sendDisconnectionNotification)
 {
     Network.INTERNAL_CALL_CloseConnection(ref target, sendDisconnectionNotification);
 }