From c77cba4c5902ea7180a2492e56950baa55952d42 Mon Sep 17 00:00:00 2001 From: Ino Date: Thu, 14 Aug 2025 07:02:00 +0900 Subject: [PATCH] ... --- Assets/Script/Server/ServerInfo.cs | 2 -- 1 file changed, 2 deletions(-) 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