From 3c3e856eff514895a5dc36ccb85f8d0c662f730d Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Thu, 22 Jun 2023 10:24:07 +0800 Subject: [PATCH] fix namespace --- src/DataInterfaces.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DataInterfaces.cs b/src/DataInterfaces.cs index c4fe766..474bffe 100644 --- a/src/DataInterfaces.cs +++ b/src/DataInterfaces.cs @@ -1,5 +1,5 @@ -using DCFApixels.DragonECS.Internal; -using System; +using System; +using System.Linq; using System.Runtime.CompilerServices; namespace DCFApixels.DragonECS