Finished adding all modules

This commit is contained in:
Christen
2026-03-03 19:13:28 -05:00
parent 20480f6eaf
commit 69b3b09ac0
35 changed files with 1068 additions and 71 deletions

View File

@@ -2,6 +2,8 @@ using UnityEngine;
public class ServoBendModule : ServoMotorModule
{
public override string servoType => "Servo1";
public override string moduleType => "Servo1";
public override string moduleName => "Servo Bend Module";
void Start()
{