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