mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
Update EcsPool.cs
This commit is contained in:
parent
3db4fafafe
commit
7652936e5b
@ -44,7 +44,7 @@ namespace DCFApixels.DragonECS
|
||||
private bool _isHasComponentCopyHandler = EcsComponentCopyHandler<T>.isHasHandler;
|
||||
|
||||
#if !DISABLE_POOLS_EVENTS
|
||||
private List<IEcsPoolEventListener> _listeners = new List<IEcsPoolEventListener>();
|
||||
private readonly List<IEcsPoolEventListener> _listeners = new List<IEcsPoolEventListener>();
|
||||
private int _listenersCachedCount = 0;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user