major rework
This commit is contained in:
7
Car simulation/Core/Components/ICarComponent.cs
Normal file
7
Car simulation/Core/Components/ICarComponent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Car_simulation.Core.Components
|
||||
{
|
||||
public interface ICarComponent
|
||||
{
|
||||
void Update(float deltaTime);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user