public void changeParentGrid(GridScr scr) { this.chessmanObj = scr.chessmanObj; chessmanObj.transform.parent = this.transform; }
public void RemoveChessman() { this.chessmanObj = null; }