Select Git revision
IPowerTrainComponent.cs
Forked from
VECTO / VECTO Sim
11653 commits behind the upstream repository.

Markus Quaritsch authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
IPowerTrainComponent.cs 172 B
using TUGraz.VectoCore.Models.Connector.Ports;
namespace TUGraz.VectoCore.Models.SimulationComponent
{
public interface IPowerTrainComponent : IInShaft, IOutShaft {}
}