mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
fix DISABLE_POOLS_EVENTS define
This commit is contained in:
parent
935127219f
commit
f933d9afdf
@ -130,8 +130,10 @@ namespace DCFApixels.DragonECS.Internal
|
|||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Listeners
|
#region Listeners
|
||||||
|
#if !DISABLE_POOLS_EVENTS
|
||||||
void IEcsReadonlyPool.AddListener(IEcsPoolEventListener listener) { }
|
void IEcsReadonlyPool.AddListener(IEcsPoolEventListener listener) { }
|
||||||
void IEcsReadonlyPool.RemoveListener(IEcsPoolEventListener listener) { }
|
void IEcsReadonlyPool.RemoveListener(IEcsPoolEventListener listener) { }
|
||||||
|
#endif
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user