mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
Update Systems.cs
This commit is contained in:
parent
d5e1700029
commit
ec4f8325b6
@ -29,6 +29,7 @@ namespace DCFApixels.DragonECS
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[DebugHide, DebugColor(DebugColor.Grey)]
|
||||||
public class DeleteOneFrameComponentSystem<TWorld, TComponent> : IEcsRunSystem, IEcsInject<TWorld>
|
public class DeleteOneFrameComponentSystem<TWorld, TComponent> : IEcsRunSystem, IEcsInject<TWorld>
|
||||||
where TWorld : EcsWorld<TWorld>
|
where TWorld : EcsWorld<TWorld>
|
||||||
where TComponent : struct, IEcsComponent
|
where TComponent : struct, IEcsComponent
|
||||||
|
Loading…
Reference in New Issue
Block a user