Select Git revision
ShiftStrategy.cs
Forked from
VECTO / VECTO Sim
Source project has a limited visibility.
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 {}
}