Exemple #1
0
 public void Unsubscribe(Action <bool> action)
 {
     if (trigger != null)
     {
         trigger.Unsubscribe(action);
     }
 }