diff --git a/Assets/Script/Server/ServerInfo.cs b/Assets/Script/Server/ServerInfo.cs index 9d6a13c00..4dca90450 100644 --- a/Assets/Script/Server/ServerInfo.cs +++ b/Assets/Script/Server/ServerInfo.cs @@ -11,8 +11,6 @@ using System.Collections.Generic; using System.Reflection; using UnityEngine; using UnityEngine.Networking; -using static InvBaseItem; -using static UnityEngine.Rendering.VolumeComponent; using Random = UnityEngine.Random; public class ServerInfo : MyCoroutine