This commit is contained in:
Mikhail 2024-11-08 17:19:59 +08:00
parent 1569b6507d
commit 2d64b3088a

View File

@ -13,7 +13,9 @@ namespace DCFApixels.DragonECS
private int _poolsCount;
internal IEcsPoolImplementation[] _pools;
internal PoolSlot[] _poolSlots;
#if (DEBUG && !DISABLE_DEBUG) || ENABLE_DRAGONECS_ASSERT_CHEKS
private int _lockedPoolCount = 0;
#endif
private readonly PoolsMediator _poolsMediator;