Update Systems.cs

This commit is contained in:
Mikhail 2023-04-26 16:54:18 +08:00
parent d5e1700029
commit ec4f8325b6

View File

@ -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