remove unused using (#1754)

This commit is contained in:
uwee 2020-04-21 17:47:20 -04:00 committed by GitHub
parent 2cf0fc71a7
commit c4bfb9d037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
using Mirror;
using NUnit.Framework;
using UnityEngine;

View File

@ -1,5 +1,4 @@
using System.Collections;
using Mirror;
using NUnit.Framework;
using UnityEngine.SceneManagement;
using UnityEngine.TestTools;