From 958fc256be871fc63dee5a33597ba980a104bc3a Mon Sep 17 00:00:00 2001 From: vis2k Date: Sat, 21 Sep 2019 22:44:55 +0200 Subject: [PATCH] remove unused import --- Assets/Mirror/Runtime/NetworkAuthenticator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Mirror/Runtime/NetworkAuthenticator.cs b/Assets/Mirror/Runtime/NetworkAuthenticator.cs index 3d503da19..3844566f5 100644 --- a/Assets/Mirror/Runtime/NetworkAuthenticator.cs +++ b/Assets/Mirror/Runtime/NetworkAuthenticator.cs @@ -1,5 +1,4 @@ using System; -using System.Collections; using UnityEngine; using UnityEngine.Events;