mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
Finished adding all modules
This commit is contained in:
@@ -2,6 +2,8 @@ using UnityEngine;
|
||||
public class ServoStraightModule : ServoMotorModule
|
||||
{
|
||||
public override string servoType => "Servo2";
|
||||
public override string moduleType => "Servo2";
|
||||
public override string moduleName => "Servo Straight Module";
|
||||
|
||||
// public float currentAngle = 90f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user