mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-11-12 16:45:55 +08:00
fix
This commit is contained in:
parent
7a78d28c3a
commit
ca0f80aaaf
@ -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