public void ResetValueTypes()
 {
     output.ResetValueType();
     foreach (SF_NodeConnector nc in inputs)
     {
         nc.ResetValueType();
     }
 }