namespace Car_simulation.Core.Components { public interface ICarComponent { void Update(float deltaTime); } }