コード例 #1
0
ファイル: MyTree.cs プロジェクト: Frankie-Pettigrew/cappy
 public NodeVal findFriends()
 {
     if (thisPed.checkForFriends() != null)
     {
         return(NodeVal.Success);
     }
     else
     {
         return(NodeVal.Fail);
     }
 }