if(EditorUtility.DisplayDialog("Sub Graph Will Change","If you remove a property and save the sub graph, you might change other graphs that are using this sub graph.\n\nDo you want to continue?","Yes","No"))
break;
return;
}
}
booluserNotified=false;
if(!userNotified)
{
if(EditorUtility.DisplayDialog("Sub Graph Will Change","If you remove a property and save the sub graph, you might change other graphs that are using this sub graph.\n\nDo you want to continue?","Yes","No"))