예제 #1
0
 internal override bool CanJump(FrogsAndToadsPiece otherPiece)
 {
     return(false);
 }
예제 #2
0
 internal abstract bool CanJump(FrogsAndToadsPiece otherPiece);