Example #1
0
 public void Action()
 {
     if (friend != null)
     {
         Friend f = friend.GetComponent <Friend>();
         if (f != null)
         {
             f.Action();
         }
     }
 }