예제 #1
0
 public virtual bool DoesConduct(Connection PortA, Connection PortB)
 {
     return false;
 }
예제 #2
0
 public override bool DoesConduct(Connection A, Connection B)
 {
     //Wire conducts always
     return true;
 }