mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 18:14:37 +08:00
Merge branch 'dev' into test-pool
This commit is contained in:
commit
7a78d28c3a
@ -48,7 +48,7 @@ namespace DCFApixels.DragonECS
|
|||||||
#endif
|
#endif
|
||||||
private bool _isLocked;
|
private bool _isLocked;
|
||||||
|
|
||||||
private T _fakeComponent;
|
private readonly T _fakeComponent = default;
|
||||||
private EcsWorld.PoolsMediator _mediator;
|
private EcsWorld.PoolsMediator _mediator;
|
||||||
|
|
||||||
#region CheckValide
|
#region CheckValide
|
||||||
|
Loading…
Reference in New Issue
Block a user