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