public void Start() { SetColor(); if (groupIDs.Count > 0) { if (ih == null) { ih = InputHandler.ih; } ih.AddToInputListener(Toggle, groupIDs); } }