From 696d81679784bfd32ac059c44369a4f07fd8fd4e Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:04:54 +0800 Subject: [PATCH] Update ThreadRunner.cs --- src/ThreadRunner.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ThreadRunner.cs b/src/ThreadRunner.cs index 3e57dde..586fe94 100644 --- a/src/ThreadRunner.cs +++ b/src/ThreadRunner.cs @@ -1,7 +1,6 @@ using DCFApixels.DragonECS.ClassicThreadsInternal; using System; using System.Collections.Concurrent; -using System.Collections.Generic; using System.Threading; namespace DCFApixels.DragonECS