mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
code cleanup
This commit is contained in:
parent
9522766529
commit
f4b9a7ce7c
@ -22,7 +22,7 @@
|
|||||||
public const int MAGIC_PRIME = 314159;
|
public const int MAGIC_PRIME = 314159;
|
||||||
|
|
||||||
/// defs
|
/// defs
|
||||||
|
|
||||||
public const bool DISABLE_POOLS_EVENTS =
|
public const bool DISABLE_POOLS_EVENTS =
|
||||||
#if DISABLE_POOLS_EVENTS
|
#if DISABLE_POOLS_EVENTS
|
||||||
true;
|
true;
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
using DCFApixels.DragonECS.Internal;
|
using DCFApixels.DragonECS.Internal;
|
||||||
using DCFApixels.DragonECS.PoolsCore;
|
using DCFApixels.DragonECS.PoolsCore;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
namespace DCFApixels.DragonECS.PoolsCore
|
namespace DCFApixels.DragonECS.PoolsCore
|
||||||
|
@ -54,7 +54,7 @@ namespace DCFApixels.DragonECS
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Properites
|
#region Properites
|
||||||
public int Count
|
public int Count
|
||||||
|
Loading…
Reference in New Issue
Block a user