mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 23:17:22 +02:00
Added speaker and power modules
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user