Removed unused namespaces that hindered building.

This commit is contained in:
2026-02-03 21:44:40 +02:00
parent 2347d27c62
commit 415484c1f0

View File

@@ -2,8 +2,6 @@ using FishNet.Component.Spawning;
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using UnityEngine; using UnityEngine;
using Valve.Newtonsoft.Json.Converters;
using static UnityEditor.ShaderGraph.Internal.KeywordDependentCollection;
public class CustomNetworkManager : MonoBehaviour public class CustomNetworkManager : MonoBehaviour
{ {