예제 #1
0
 void IPointInterface.setChess(Chess chess)
 {
     this.currentChess = chess;
     setSprite(ChessSpriteFactory.getInstance().getChessSprite(chess));
 }
예제 #2
0
 void IPointInterface.ChessMoveIn(Chess chess)
 {
     this.currentChess = chess;
     this.pickup       = false;
     setSprite(ChessSpriteFactory.getInstance().getChessSprite(chess));
 }