Exemplo n.º 1
0
 private void Start()
 {
     if (!Button || !Target)
     {
         return;
     }
     Button.AddListener(ToggleTarget);
 }