From 415484c1f04f73f64c68cba612621e66701fe31e Mon Sep 17 00:00:00 2001 From: jee7 Date: Tue, 3 Feb 2026 21:44:40 +0200 Subject: [PATCH] Removed unused namespaces that hindered building. --- Assets/_PROJECT/Multiplayer/CustomNetworkManager.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Assets/_PROJECT/Multiplayer/CustomNetworkManager.cs b/Assets/_PROJECT/Multiplayer/CustomNetworkManager.cs index b2351671..d3db285b 100644 --- a/Assets/_PROJECT/Multiplayer/CustomNetworkManager.cs +++ b/Assets/_PROJECT/Multiplayer/CustomNetworkManager.cs @@ -2,8 +2,6 @@ using FishNet.Component.Spawning; using System.Collections; using System.Collections.Generic; using UnityEngine; -using Valve.Newtonsoft.Json.Converters; -using static UnityEditor.ShaderGraph.Internal.KeywordDependentCollection; public class CustomNetworkManager : MonoBehaviour {