コード例 #1
0
ファイル: GroupIDs.cs プロジェクト: gabby-delforge/undertow
 public void Start()
 {
     SetColor();
     if (groupIDs.Count > 0)
     {
         if (ih == null)
         {
             ih = InputHandler.ih;
         }
         ih.AddToInputListener(Toggle, groupIDs);
     }
 }