Added speaker and power modules

This commit is contained in:
Christen
2026-03-03 00:51:12 -05:00
parent 6b2270381d
commit 20480f6eaf
65 changed files with 14788 additions and 718 deletions

View File

@@ -272,7 +272,7 @@ public class InverseKinematicsController : MonoBehaviour
ModuleBase module = child.GetComponent<ModuleBase>();
if (module != null)
{
BatteryModule battery = child.GetComponent<BatteryModule>();
PowerModule battery = child.GetComponent<PowerModule>();
HubModule hub = child.GetComponent<HubModule>();
if (battery != null || hub != null)