// #include "Pion.h"
Pion::Pion(int x, int y) : Piece(PION, x, y) {
}
// ABSTRACT
string Pion::getchar(){
return "\u265F";
return "\u2659";