code cleanup

This commit is contained in:
Mikhail 2024-05-13 19:29:36 +08:00
parent 9522766529
commit f4b9a7ce7c
3 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,7 @@
public const int MAGIC_PRIME = 314159;
/// defs
public const bool DISABLE_POOLS_EVENTS =
#if DISABLE_POOLS_EVENTS
true;

View File

@ -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

View File

@ -54,7 +54,7 @@ namespace DCFApixels.DragonECS
}
}
#endif
#endregion
#endregion
#region Properites
public int Count