// #include "Roi.h"
Roi::Roi(int x, int y) : Piece(ROI, x, y) {
}
// ABSTRACT
char Roi::getchar(){
return 'K';