diff --git a/Assets/Mirror/Examples/Chat/Scripts/ChatAuthenticator.cs b/Assets/Mirror/Examples/Chat/Scripts/ChatAuthenticator.cs index e87989273..9e20a15ae 100644 --- a/Assets/Mirror/Examples/Chat/Scripts/ChatAuthenticator.cs +++ b/Assets/Mirror/Examples/Chat/Scripts/ChatAuthenticator.cs @@ -1,7 +1,6 @@ using System; using System.Collections; using System.Collections.Generic; -using Mirror; using UnityEngine; /* @@ -209,4 +208,4 @@ public void OnAuthResponseMessage(AuthResponseMessage msg) #endregion } -} \ No newline at end of file +}