namespace SchoenLogger.HOHCI { public class HOHCIStudyManager : StudyManager { protected override void CreateConditions(ref HOHCICondition[] conditions) { conditions = new HOHCICondition[3]; conditions[0] = new HOHCICondition(HOHCICondition.SteeringType.handlebarSteering); conditions[1] = new HOHCICondition(HOHCICondition.SteeringType.hmdSteering); conditions[2] = new HOHCICondition(HOHCICondition.SteeringType.leanSteering); } } }