Example #1
0
 public void changeParentGrid(GridScr scr)
 {
     this.chessmanObj             = scr.chessmanObj;
     chessmanObj.transform.parent = this.transform;
 }
Example #2
0
 public void RemoveChessman()
 {
     this.chessmanObj = null;
 }