Beispiel #1
0
 public NodeVal findFriends()
 {
     if (thisPed.checkForFriends() != null)
     {
         return(NodeVal.Success);
     }
     else
     {
         return(NodeVal.Fail);
     }
 }