public virtual bool DoesConduct(Connection PortA, Connection PortB) { return false; }
public override bool DoesConduct(Connection A, Connection B) { //Wire conducts always return true; }