mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix
This commit is contained in:
parent
0a7359c5d3
commit
bdfd5d83de
@ -48,7 +48,7 @@ namespace DCFApixels.DragonECS
|
||||
#endif
|
||||
private bool _isLocked;
|
||||
|
||||
private readonly T _fakeComponent = default;
|
||||
private T _fakeComponent = default;
|
||||
private EcsWorld.PoolsMediator _mediator;
|
||||
|
||||
#region CheckValide
|
||||
|
Loading…
Reference in New Issue
Block a user