From d0d7134b684160ac317128db4c741dcc34fd3be5 Mon Sep 17 00:00:00 2001 From: Kamila Stawarska Date: Thu, 20 Mar 2025 16:39:15 +0100 Subject: [PATCH] delete unused usings --- NEG/Utils/SerializableGuid.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/NEG/Utils/SerializableGuid.cs b/NEG/Utils/SerializableGuid.cs index d994dc0..b94763e 100644 --- a/NEG/Utils/SerializableGuid.cs +++ b/NEG/Utils/SerializableGuid.cs @@ -1,8 +1,5 @@ using System; -using System.Runtime.CompilerServices; -using UnityEditor; using UnityEngine; -using UnityEngine.Serialization; namespace NEG.Utils {