Ejemplo n.º 1
0
 internal override bool CanJump(FrogsAndToadsPiece otherPiece)
 {
     return(false);
 }
Ejemplo n.º 2
0
 internal abstract bool CanJump(FrogsAndToadsPiece otherPiece);