From f4b9a7ce7cd4336c71a6cd363d7bf2f13133cff4 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Mon, 13 May 2024 19:29:36 +0800 Subject: [PATCH] code cleanup --- src/Consts.cs | 2 +- src/Pools/EcsPoolBase.cs | 1 - src/Pools/EcsTagPool.cs | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Consts.cs b/src/Consts.cs index 189a460..9880b9c 100644 --- a/src/Consts.cs +++ b/src/Consts.cs @@ -22,7 +22,7 @@ public const int MAGIC_PRIME = 314159; /// defs - + public const bool DISABLE_POOLS_EVENTS = #if DISABLE_POOLS_EVENTS true; diff --git a/src/Pools/EcsPoolBase.cs b/src/Pools/EcsPoolBase.cs index c8f54af..bdb9902 100644 --- a/src/Pools/EcsPoolBase.cs +++ b/src/Pools/EcsPoolBase.cs @@ -1,7 +1,6 @@ using DCFApixels.DragonECS.Internal; using DCFApixels.DragonECS.PoolsCore; using System; -using System.Collections.Generic; using System.Runtime.CompilerServices; namespace DCFApixels.DragonECS.PoolsCore diff --git a/src/Pools/EcsTagPool.cs b/src/Pools/EcsTagPool.cs index 9a4d50e..7dc6b90 100644 --- a/src/Pools/EcsTagPool.cs +++ b/src/Pools/EcsTagPool.cs @@ -54,7 +54,7 @@ namespace DCFApixels.DragonECS } } #endif -#endregion + #endregion #region Properites public int Count