From edd8f9905975133d18206b2806862ca099e3530d Mon Sep 17 00:00:00 2001 From: vis2k Date: Wed, 16 Jan 2019 21:49:11 +0100 Subject: [PATCH] Remove unused imports --- Assets/Mirror/Runtime/NetworkClient.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Assets/Mirror/Runtime/NetworkClient.cs b/Assets/Mirror/Runtime/NetworkClient.cs index b5d02b380..12a1886e9 100644 --- a/Assets/Mirror/Runtime/NetworkClient.cs +++ b/Assets/Mirror/Runtime/NetworkClient.cs @@ -1,7 +1,5 @@ using System; using System.Collections.Generic; -using System.Net; -using System.Net.Sockets; using UnityEngine; namespace Mirror