public bool IsConnectable()
{
return direction == Direction.Output || !connected;
return true;
}
protected new void OnEnable()