Esempio n. 1
0
 public void Unsubscribe(Unit unit)
 {
     if (thing != null)
     {
         thing.OnUnsubscribe(unit);
     }
 }